zstdlib.go

   1// Code generated by mkstdlib.go. DO NOT EDIT.
   2
   3package imports
   4
   5var stdlib = map[string]string{
   6	"adler32.Checksum":                              "hash/adler32",
   7	"adler32.New":                                   "hash/adler32",
   8	"adler32.Size":                                  "hash/adler32",
   9	"aes.BlockSize":                                 "crypto/aes",
  10	"aes.KeySizeError":                              "crypto/aes",
  11	"aes.NewCipher":                                 "crypto/aes",
  12	"ascii85.CorruptInputError":                     "encoding/ascii85",
  13	"ascii85.Decode":                                "encoding/ascii85",
  14	"ascii85.Encode":                                "encoding/ascii85",
  15	"ascii85.MaxEncodedLen":                         "encoding/ascii85",
  16	"ascii85.NewDecoder":                            "encoding/ascii85",
  17	"ascii85.NewEncoder":                            "encoding/ascii85",
  18	"asn1.BitString":                                "encoding/asn1",
  19	"asn1.ClassApplication":                         "encoding/asn1",
  20	"asn1.ClassContextSpecific":                     "encoding/asn1",
  21	"asn1.ClassPrivate":                             "encoding/asn1",
  22	"asn1.ClassUniversal":                           "encoding/asn1",
  23	"asn1.Enumerated":                               "encoding/asn1",
  24	"asn1.Flag":                                     "encoding/asn1",
  25	"asn1.Marshal":                                  "encoding/asn1",
  26	"asn1.MarshalWithParams":                        "encoding/asn1",
  27	"asn1.NullBytes":                                "encoding/asn1",
  28	"asn1.NullRawValue":                             "encoding/asn1",
  29	"asn1.ObjectIdentifier":                         "encoding/asn1",
  30	"asn1.RawContent":                               "encoding/asn1",
  31	"asn1.RawValue":                                 "encoding/asn1",
  32	"asn1.StructuralError":                          "encoding/asn1",
  33	"asn1.SyntaxError":                              "encoding/asn1",
  34	"asn1.TagBitString":                             "encoding/asn1",
  35	"asn1.TagBoolean":                               "encoding/asn1",
  36	"asn1.TagEnum":                                  "encoding/asn1",
  37	"asn1.TagGeneralString":                         "encoding/asn1",
  38	"asn1.TagGeneralizedTime":                       "encoding/asn1",
  39	"asn1.TagIA5String":                             "encoding/asn1",
  40	"asn1.TagInteger":                               "encoding/asn1",
  41	"asn1.TagNull":                                  "encoding/asn1",
  42	"asn1.TagNumericString":                         "encoding/asn1",
  43	"asn1.TagOID":                                   "encoding/asn1",
  44	"asn1.TagOctetString":                           "encoding/asn1",
  45	"asn1.TagPrintableString":                       "encoding/asn1",
  46	"asn1.TagSequence":                              "encoding/asn1",
  47	"asn1.TagSet":                                   "encoding/asn1",
  48	"asn1.TagT61String":                             "encoding/asn1",
  49	"asn1.TagUTCTime":                               "encoding/asn1",
  50	"asn1.TagUTF8String":                            "encoding/asn1",
  51	"asn1.Unmarshal":                                "encoding/asn1",
  52	"asn1.UnmarshalWithParams":                      "encoding/asn1",
  53	"ast.ArrayType":                                 "go/ast",
  54	"ast.AssignStmt":                                "go/ast",
  55	"ast.Bad":                                       "go/ast",
  56	"ast.BadDecl":                                   "go/ast",
  57	"ast.BadExpr":                                   "go/ast",
  58	"ast.BadStmt":                                   "go/ast",
  59	"ast.BasicLit":                                  "go/ast",
  60	"ast.BinaryExpr":                                "go/ast",
  61	"ast.BlockStmt":                                 "go/ast",
  62	"ast.BranchStmt":                                "go/ast",
  63	"ast.CallExpr":                                  "go/ast",
  64	"ast.CaseClause":                                "go/ast",
  65	"ast.ChanDir":                                   "go/ast",
  66	"ast.ChanType":                                  "go/ast",
  67	"ast.CommClause":                                "go/ast",
  68	"ast.Comment":                                   "go/ast",
  69	"ast.CommentGroup":                              "go/ast",
  70	"ast.CommentMap":                                "go/ast",
  71	"ast.CompositeLit":                              "go/ast",
  72	"ast.Con":                                       "go/ast",
  73	"ast.DeclStmt":                                  "go/ast",
  74	"ast.DeferStmt":                                 "go/ast",
  75	"ast.Ellipsis":                                  "go/ast",
  76	"ast.EmptyStmt":                                 "go/ast",
  77	"ast.ExprStmt":                                  "go/ast",
  78	"ast.Field":                                     "go/ast",
  79	"ast.FieldFilter":                               "go/ast",
  80	"ast.FieldList":                                 "go/ast",
  81	"ast.File":                                      "go/ast",
  82	"ast.FileExports":                               "go/ast",
  83	"ast.Filter":                                    "go/ast",
  84	"ast.FilterDecl":                                "go/ast",
  85	"ast.FilterFile":                                "go/ast",
  86	"ast.FilterFuncDuplicates":                      "go/ast",
  87	"ast.FilterImportDuplicates":                    "go/ast",
  88	"ast.FilterPackage":                             "go/ast",
  89	"ast.FilterUnassociatedComments":                "go/ast",
  90	"ast.ForStmt":                                   "go/ast",
  91	"ast.Fprint":                                    "go/ast",
  92	"ast.Fun":                                       "go/ast",
  93	"ast.FuncDecl":                                  "go/ast",
  94	"ast.FuncLit":                                   "go/ast",
  95	"ast.FuncType":                                  "go/ast",
  96	"ast.GenDecl":                                   "go/ast",
  97	"ast.GoStmt":                                    "go/ast",
  98	"ast.Ident":                                     "go/ast",
  99	"ast.IfStmt":                                    "go/ast",
 100	"ast.ImportSpec":                                "go/ast",
 101	"ast.Importer":                                  "go/ast",
 102	"ast.IncDecStmt":                                "go/ast",
 103	"ast.IndexExpr":                                 "go/ast",
 104	"ast.Inspect":                                   "go/ast",
 105	"ast.InterfaceType":                             "go/ast",
 106	"ast.IsExported":                                "go/ast",
 107	"ast.KeyValueExpr":                              "go/ast",
 108	"ast.LabeledStmt":                               "go/ast",
 109	"ast.Lbl":                                       "go/ast",
 110	"ast.MapType":                                   "go/ast",
 111	"ast.MergeMode":                                 "go/ast",
 112	"ast.MergePackageFiles":                         "go/ast",
 113	"ast.NewCommentMap":                             "go/ast",
 114	"ast.NewIdent":                                  "go/ast",
 115	"ast.NewObj":                                    "go/ast",
 116	"ast.NewPackage":                                "go/ast",
 117	"ast.NewScope":                                  "go/ast",
 118	"ast.Node":                                      "go/ast",
 119	"ast.NotNilFilter":                              "go/ast",
 120	"ast.ObjKind":                                   "go/ast",
 121	"ast.Object":                                    "go/ast",
 122	"ast.Package":                                   "go/ast",
 123	"ast.PackageExports":                            "go/ast",
 124	"ast.ParenExpr":                                 "go/ast",
 125	"ast.Pkg":                                       "go/ast",
 126	"ast.Print":                                     "go/ast",
 127	"ast.RECV":                                      "go/ast",
 128	"ast.RangeStmt":                                 "go/ast",
 129	"ast.ReturnStmt":                                "go/ast",
 130	"ast.SEND":                                      "go/ast",
 131	"ast.Scope":                                     "go/ast",
 132	"ast.SelectStmt":                                "go/ast",
 133	"ast.SelectorExpr":                              "go/ast",
 134	"ast.SendStmt":                                  "go/ast",
 135	"ast.SliceExpr":                                 "go/ast",
 136	"ast.SortImports":                               "go/ast",
 137	"ast.StarExpr":                                  "go/ast",
 138	"ast.StructType":                                "go/ast",
 139	"ast.SwitchStmt":                                "go/ast",
 140	"ast.Typ":                                       "go/ast",
 141	"ast.TypeAssertExpr":                            "go/ast",
 142	"ast.TypeSpec":                                  "go/ast",
 143	"ast.TypeSwitchStmt":                            "go/ast",
 144	"ast.UnaryExpr":                                 "go/ast",
 145	"ast.ValueSpec":                                 "go/ast",
 146	"ast.Var":                                       "go/ast",
 147	"ast.Visitor":                                   "go/ast",
 148	"ast.Walk":                                      "go/ast",
 149	"atomic.AddInt32":                               "sync/atomic",
 150	"atomic.AddInt64":                               "sync/atomic",
 151	"atomic.AddUint32":                              "sync/atomic",
 152	"atomic.AddUint64":                              "sync/atomic",
 153	"atomic.AddUintptr":                             "sync/atomic",
 154	"atomic.CompareAndSwapInt32":                    "sync/atomic",
 155	"atomic.CompareAndSwapInt64":                    "sync/atomic",
 156	"atomic.CompareAndSwapPointer":                  "sync/atomic",
 157	"atomic.CompareAndSwapUint32":                   "sync/atomic",
 158	"atomic.CompareAndSwapUint64":                   "sync/atomic",
 159	"atomic.CompareAndSwapUintptr":                  "sync/atomic",
 160	"atomic.LoadInt32":                              "sync/atomic",
 161	"atomic.LoadInt64":                              "sync/atomic",
 162	"atomic.LoadPointer":                            "sync/atomic",
 163	"atomic.LoadUint32":                             "sync/atomic",
 164	"atomic.LoadUint64":                             "sync/atomic",
 165	"atomic.LoadUintptr":                            "sync/atomic",
 166	"atomic.StoreInt32":                             "sync/atomic",
 167	"atomic.StoreInt64":                             "sync/atomic",
 168	"atomic.StorePointer":                           "sync/atomic",
 169	"atomic.StoreUint32":                            "sync/atomic",
 170	"atomic.StoreUint64":                            "sync/atomic",
 171	"atomic.StoreUintptr":                           "sync/atomic",
 172	"atomic.SwapInt32":                              "sync/atomic",
 173	"atomic.SwapInt64":                              "sync/atomic",
 174	"atomic.SwapPointer":                            "sync/atomic",
 175	"atomic.SwapUint32":                             "sync/atomic",
 176	"atomic.SwapUint64":                             "sync/atomic",
 177	"atomic.SwapUintptr":                            "sync/atomic",
 178	"atomic.Value":                                  "sync/atomic",
 179	"base32.CorruptInputError":                      "encoding/base32",
 180	"base32.Encoding":                               "encoding/base32",
 181	"base32.HexEncoding":                            "encoding/base32",
 182	"base32.NewDecoder":                             "encoding/base32",
 183	"base32.NewEncoder":                             "encoding/base32",
 184	"base32.NewEncoding":                            "encoding/base32",
 185	"base32.NoPadding":                              "encoding/base32",
 186	"base32.StdEncoding":                            "encoding/base32",
 187	"base32.StdPadding":                             "encoding/base32",
 188	"base64.CorruptInputError":                      "encoding/base64",
 189	"base64.Encoding":                               "encoding/base64",
 190	"base64.NewDecoder":                             "encoding/base64",
 191	"base64.NewEncoder":                             "encoding/base64",
 192	"base64.NewEncoding":                            "encoding/base64",
 193	"base64.NoPadding":                              "encoding/base64",
 194	"base64.RawStdEncoding":                         "encoding/base64",
 195	"base64.RawURLEncoding":                         "encoding/base64",
 196	"base64.StdEncoding":                            "encoding/base64",
 197	"base64.StdPadding":                             "encoding/base64",
 198	"base64.URLEncoding":                            "encoding/base64",
 199	"big.Above":                                     "math/big",
 200	"big.Accuracy":                                  "math/big",
 201	"big.AwayFromZero":                              "math/big",
 202	"big.Below":                                     "math/big",
 203	"big.ErrNaN":                                    "math/big",
 204	"big.Exact":                                     "math/big",
 205	"big.Float":                                     "math/big",
 206	"big.Int":                                       "math/big",
 207	"big.Jacobi":                                    "math/big",
 208	"big.MaxBase":                                   "math/big",
 209	"big.MaxExp":                                    "math/big",
 210	"big.MaxPrec":                                   "math/big",
 211	"big.MinExp":                                    "math/big",
 212	"big.NewFloat":                                  "math/big",
 213	"big.NewInt":                                    "math/big",
 214	"big.NewRat":                                    "math/big",
 215	"big.ParseFloat":                                "math/big",
 216	"big.Rat":                                       "math/big",
 217	"big.RoundingMode":                              "math/big",
 218	"big.ToNearestAway":                             "math/big",
 219	"big.ToNearestEven":                             "math/big",
 220	"big.ToNegativeInf":                             "math/big",
 221	"big.ToPositiveInf":                             "math/big",
 222	"big.ToZero":                                    "math/big",
 223	"big.Word":                                      "math/big",
 224	"binary.BigEndian":                              "encoding/binary",
 225	"binary.ByteOrder":                              "encoding/binary",
 226	"binary.LittleEndian":                           "encoding/binary",
 227	"binary.MaxVarintLen16":                         "encoding/binary",
 228	"binary.MaxVarintLen32":                         "encoding/binary",
 229	"binary.MaxVarintLen64":                         "encoding/binary",
 230	"binary.PutUvarint":                             "encoding/binary",
 231	"binary.PutVarint":                              "encoding/binary",
 232	"binary.Read":                                   "encoding/binary",
 233	"binary.ReadUvarint":                            "encoding/binary",
 234	"binary.ReadVarint":                             "encoding/binary",
 235	"binary.Size":                                   "encoding/binary",
 236	"binary.Uvarint":                                "encoding/binary",
 237	"binary.Varint":                                 "encoding/binary",
 238	"binary.Write":                                  "encoding/binary",
 239	"bits.LeadingZeros":                             "math/bits",
 240	"bits.LeadingZeros16":                           "math/bits",
 241	"bits.LeadingZeros32":                           "math/bits",
 242	"bits.LeadingZeros64":                           "math/bits",
 243	"bits.LeadingZeros8":                            "math/bits",
 244	"bits.Len":                                      "math/bits",
 245	"bits.Len16":                                    "math/bits",
 246	"bits.Len32":                                    "math/bits",
 247	"bits.Len64":                                    "math/bits",
 248	"bits.Len8":                                     "math/bits",
 249	"bits.OnesCount":                                "math/bits",
 250	"bits.OnesCount16":                              "math/bits",
 251	"bits.OnesCount32":                              "math/bits",
 252	"bits.OnesCount64":                              "math/bits",
 253	"bits.OnesCount8":                               "math/bits",
 254	"bits.Reverse":                                  "math/bits",
 255	"bits.Reverse16":                                "math/bits",
 256	"bits.Reverse32":                                "math/bits",
 257	"bits.Reverse64":                                "math/bits",
 258	"bits.Reverse8":                                 "math/bits",
 259	"bits.ReverseBytes":                             "math/bits",
 260	"bits.ReverseBytes16":                           "math/bits",
 261	"bits.ReverseBytes32":                           "math/bits",
 262	"bits.ReverseBytes64":                           "math/bits",
 263	"bits.RotateLeft":                               "math/bits",
 264	"bits.RotateLeft16":                             "math/bits",
 265	"bits.RotateLeft32":                             "math/bits",
 266	"bits.RotateLeft64":                             "math/bits",
 267	"bits.RotateLeft8":                              "math/bits",
 268	"bits.TrailingZeros":                            "math/bits",
 269	"bits.TrailingZeros16":                          "math/bits",
 270	"bits.TrailingZeros32":                          "math/bits",
 271	"bits.TrailingZeros64":                          "math/bits",
 272	"bits.TrailingZeros8":                           "math/bits",
 273	"bits.UintSize":                                 "math/bits",
 274	"bufio.ErrAdvanceTooFar":                        "bufio",
 275	"bufio.ErrBufferFull":                           "bufio",
 276	"bufio.ErrFinalToken":                           "bufio",
 277	"bufio.ErrInvalidUnreadByte":                    "bufio",
 278	"bufio.ErrInvalidUnreadRune":                    "bufio",
 279	"bufio.ErrNegativeAdvance":                      "bufio",
 280	"bufio.ErrNegativeCount":                        "bufio",
 281	"bufio.ErrTooLong":                              "bufio",
 282	"bufio.MaxScanTokenSize":                        "bufio",
 283	"bufio.NewReadWriter":                           "bufio",
 284	"bufio.NewReader":                               "bufio",
 285	"bufio.NewReaderSize":                           "bufio",
 286	"bufio.NewScanner":                              "bufio",
 287	"bufio.NewWriter":                               "bufio",
 288	"bufio.NewWriterSize":                           "bufio",
 289	"bufio.ReadWriter":                              "bufio",
 290	"bufio.Reader":                                  "bufio",
 291	"bufio.ScanBytes":                               "bufio",
 292	"bufio.ScanLines":                               "bufio",
 293	"bufio.ScanRunes":                               "bufio",
 294	"bufio.ScanWords":                               "bufio",
 295	"bufio.Scanner":                                 "bufio",
 296	"bufio.SplitFunc":                               "bufio",
 297	"bufio.Writer":                                  "bufio",
 298	"build.AllowBinary":                             "go/build",
 299	"build.ArchChar":                                "go/build",
 300	"build.Context":                                 "go/build",
 301	"build.Default":                                 "go/build",
 302	"build.FindOnly":                                "go/build",
 303	"build.IgnoreVendor":                            "go/build",
 304	"build.Import":                                  "go/build",
 305	"build.ImportComment":                           "go/build",
 306	"build.ImportDir":                               "go/build",
 307	"build.ImportMode":                              "go/build",
 308	"build.IsLocalImport":                           "go/build",
 309	"build.MultiplePackageError":                    "go/build",
 310	"build.NoGoError":                               "go/build",
 311	"build.Package":                                 "go/build",
 312	"build.ToolDir":                                 "go/build",
 313	"bytes.Buffer":                                  "bytes",
 314	"bytes.Compare":                                 "bytes",
 315	"bytes.Contains":                                "bytes",
 316	"bytes.ContainsAny":                             "bytes",
 317	"bytes.ContainsRune":                            "bytes",
 318	"bytes.Count":                                   "bytes",
 319	"bytes.Equal":                                   "bytes",
 320	"bytes.EqualFold":                               "bytes",
 321	"bytes.ErrTooLarge":                             "bytes",
 322	"bytes.Fields":                                  "bytes",
 323	"bytes.FieldsFunc":                              "bytes",
 324	"bytes.HasPrefix":                               "bytes",
 325	"bytes.HasSuffix":                               "bytes",
 326	"bytes.Index":                                   "bytes",
 327	"bytes.IndexAny":                                "bytes",
 328	"bytes.IndexByte":                               "bytes",
 329	"bytes.IndexFunc":                               "bytes",
 330	"bytes.IndexRune":                               "bytes",
 331	"bytes.Join":                                    "bytes",
 332	"bytes.LastIndex":                               "bytes",
 333	"bytes.LastIndexAny":                            "bytes",
 334	"bytes.LastIndexByte":                           "bytes",
 335	"bytes.LastIndexFunc":                           "bytes",
 336	"bytes.Map":                                     "bytes",
 337	"bytes.MinRead":                                 "bytes",
 338	"bytes.NewBuffer":                               "bytes",
 339	"bytes.NewBufferString":                         "bytes",
 340	"bytes.NewReader":                               "bytes",
 341	"bytes.Reader":                                  "bytes",
 342	"bytes.Repeat":                                  "bytes",
 343	"bytes.Replace":                                 "bytes",
 344	"bytes.Runes":                                   "bytes",
 345	"bytes.Split":                                   "bytes",
 346	"bytes.SplitAfter":                              "bytes",
 347	"bytes.SplitAfterN":                             "bytes",
 348	"bytes.SplitN":                                  "bytes",
 349	"bytes.Title":                                   "bytes",
 350	"bytes.ToLower":                                 "bytes",
 351	"bytes.ToLowerSpecial":                          "bytes",
 352	"bytes.ToTitle":                                 "bytes",
 353	"bytes.ToTitleSpecial":                          "bytes",
 354	"bytes.ToUpper":                                 "bytes",
 355	"bytes.ToUpperSpecial":                          "bytes",
 356	"bytes.Trim":                                    "bytes",
 357	"bytes.TrimFunc":                                "bytes",
 358	"bytes.TrimLeft":                                "bytes",
 359	"bytes.TrimLeftFunc":                            "bytes",
 360	"bytes.TrimPrefix":                              "bytes",
 361	"bytes.TrimRight":                               "bytes",
 362	"bytes.TrimRightFunc":                           "bytes",
 363	"bytes.TrimSpace":                               "bytes",
 364	"bytes.TrimSuffix":                              "bytes",
 365	"bzip2.NewReader":                               "compress/bzip2",
 366	"bzip2.StructuralError":                         "compress/bzip2",
 367	"cgi.Handler":                                   "net/http/cgi",
 368	"cgi.Request":                                   "net/http/cgi",
 369	"cgi.RequestFromMap":                            "net/http/cgi",
 370	"cgi.Serve":                                     "net/http/cgi",
 371	"cipher.AEAD":                                   "crypto/cipher",
 372	"cipher.Block":                                  "crypto/cipher",
 373	"cipher.BlockMode":                              "crypto/cipher",
 374	"cipher.NewCBCDecrypter":                        "crypto/cipher",
 375	"cipher.NewCBCEncrypter":                        "crypto/cipher",
 376	"cipher.NewCFBDecrypter":                        "crypto/cipher",
 377	"cipher.NewCFBEncrypter":                        "crypto/cipher",
 378	"cipher.NewCTR":                                 "crypto/cipher",
 379	"cipher.NewGCM":                                 "crypto/cipher",
 380	"cipher.NewGCMWithNonceSize":                    "crypto/cipher",
 381	"cipher.NewOFB":                                 "crypto/cipher",
 382	"cipher.Stream":                                 "crypto/cipher",
 383	"cipher.StreamReader":                           "crypto/cipher",
 384	"cipher.StreamWriter":                           "crypto/cipher",
 385	"cmplx.Abs":                                     "math/cmplx",
 386	"cmplx.Acos":                                    "math/cmplx",
 387	"cmplx.Acosh":                                   "math/cmplx",
 388	"cmplx.Asin":                                    "math/cmplx",
 389	"cmplx.Asinh":                                   "math/cmplx",
 390	"cmplx.Atan":                                    "math/cmplx",
 391	"cmplx.Atanh":                                   "math/cmplx",
 392	"cmplx.Conj":                                    "math/cmplx",
 393	"cmplx.Cos":                                     "math/cmplx",
 394	"cmplx.Cosh":                                    "math/cmplx",
 395	"cmplx.Cot":                                     "math/cmplx",
 396	"cmplx.Exp":                                     "math/cmplx",
 397	"cmplx.Inf":                                     "math/cmplx",
 398	"cmplx.IsInf":                                   "math/cmplx",
 399	"cmplx.IsNaN":                                   "math/cmplx",
 400	"cmplx.Log":                                     "math/cmplx",
 401	"cmplx.Log10":                                   "math/cmplx",
 402	"cmplx.NaN":                                     "math/cmplx",
 403	"cmplx.Phase":                                   "math/cmplx",
 404	"cmplx.Polar":                                   "math/cmplx",
 405	"cmplx.Pow":                                     "math/cmplx",
 406	"cmplx.Rect":                                    "math/cmplx",
 407	"cmplx.Sin":                                     "math/cmplx",
 408	"cmplx.Sinh":                                    "math/cmplx",
 409	"cmplx.Sqrt":                                    "math/cmplx",
 410	"cmplx.Tan":                                     "math/cmplx",
 411	"cmplx.Tanh":                                    "math/cmplx",
 412	"color.Alpha":                                   "image/color",
 413	"color.Alpha16":                                 "image/color",
 414	"color.Alpha16Model":                            "image/color",
 415	"color.AlphaModel":                              "image/color",
 416	"color.Black":                                   "image/color",
 417	"color.CMYK":                                    "image/color",
 418	"color.CMYKModel":                               "image/color",
 419	"color.CMYKToRGB":                               "image/color",
 420	"color.Color":                                   "image/color",
 421	"color.Gray":                                    "image/color",
 422	"color.Gray16":                                  "image/color",
 423	"color.Gray16Model":                             "image/color",
 424	"color.GrayModel":                               "image/color",
 425	"color.Model":                                   "image/color",
 426	"color.ModelFunc":                               "image/color",
 427	"color.NRGBA":                                   "image/color",
 428	"color.NRGBA64":                                 "image/color",
 429	"color.NRGBA64Model":                            "image/color",
 430	"color.NRGBAModel":                              "image/color",
 431	"color.NYCbCrA":                                 "image/color",
 432	"color.NYCbCrAModel":                            "image/color",
 433	"color.Opaque":                                  "image/color",
 434	"color.Palette":                                 "image/color",
 435	"color.RGBA":                                    "image/color",
 436	"color.RGBA64":                                  "image/color",
 437	"color.RGBA64Model":                             "image/color",
 438	"color.RGBAModel":                               "image/color",
 439	"color.RGBToCMYK":                               "image/color",
 440	"color.RGBToYCbCr":                              "image/color",
 441	"color.Transparent":                             "image/color",
 442	"color.White":                                   "image/color",
 443	"color.YCbCr":                                   "image/color",
 444	"color.YCbCrModel":                              "image/color",
 445	"color.YCbCrToRGB":                              "image/color",
 446	"constant.BinaryOp":                             "go/constant",
 447	"constant.BitLen":                               "go/constant",
 448	"constant.Bool":                                 "go/constant",
 449	"constant.BoolVal":                              "go/constant",
 450	"constant.Bytes":                                "go/constant",
 451	"constant.Compare":                              "go/constant",
 452	"constant.Complex":                              "go/constant",
 453	"constant.Denom":                                "go/constant",
 454	"constant.Float":                                "go/constant",
 455	"constant.Float32Val":                           "go/constant",
 456	"constant.Float64Val":                           "go/constant",
 457	"constant.Imag":                                 "go/constant",
 458	"constant.Int":                                  "go/constant",
 459	"constant.Int64Val":                             "go/constant",
 460	"constant.Kind":                                 "go/constant",
 461	"constant.MakeBool":                             "go/constant",
 462	"constant.MakeFloat64":                          "go/constant",
 463	"constant.MakeFromBytes":                        "go/constant",
 464	"constant.MakeFromLiteral":                      "go/constant",
 465	"constant.MakeImag":                             "go/constant",
 466	"constant.MakeInt64":                            "go/constant",
 467	"constant.MakeString":                           "go/constant",
 468	"constant.MakeUint64":                           "go/constant",
 469	"constant.MakeUnknown":                          "go/constant",
 470	"constant.Num":                                  "go/constant",
 471	"constant.Real":                                 "go/constant",
 472	"constant.Shift":                                "go/constant",
 473	"constant.Sign":                                 "go/constant",
 474	"constant.String":                               "go/constant",
 475	"constant.StringVal":                            "go/constant",
 476	"constant.ToComplex":                            "go/constant",
 477	"constant.ToFloat":                              "go/constant",
 478	"constant.ToInt":                                "go/constant",
 479	"constant.Uint64Val":                            "go/constant",
 480	"constant.UnaryOp":                              "go/constant",
 481	"constant.Unknown":                              "go/constant",
 482	"context.Background":                            "context",
 483	"context.CancelFunc":                            "context",
 484	"context.Canceled":                              "context",
 485	"context.Context":                               "context",
 486	"context.DeadlineExceeded":                      "context",
 487	"context.TODO":                                  "context",
 488	"context.WithCancel":                            "context",
 489	"context.WithDeadline":                          "context",
 490	"context.WithTimeout":                           "context",
 491	"context.WithValue":                             "context",
 492	"cookiejar.Jar":                                 "net/http/cookiejar",
 493	"cookiejar.New":                                 "net/http/cookiejar",
 494	"cookiejar.Options":                             "net/http/cookiejar",
 495	"cookiejar.PublicSuffixList":                    "net/http/cookiejar",
 496	"crc32.Castagnoli":                              "hash/crc32",
 497	"crc32.Checksum":                                "hash/crc32",
 498	"crc32.ChecksumIEEE":                            "hash/crc32",
 499	"crc32.IEEE":                                    "hash/crc32",
 500	"crc32.IEEETable":                               "hash/crc32",
 501	"crc32.Koopman":                                 "hash/crc32",
 502	"crc32.MakeTable":                               "hash/crc32",
 503	"crc32.New":                                     "hash/crc32",
 504	"crc32.NewIEEE":                                 "hash/crc32",
 505	"crc32.Size":                                    "hash/crc32",
 506	"crc32.Table":                                   "hash/crc32",
 507	"crc32.Update":                                  "hash/crc32",
 508	"crc64.Checksum":                                "hash/crc64",
 509	"crc64.ECMA":                                    "hash/crc64",
 510	"crc64.ISO":                                     "hash/crc64",
 511	"crc64.MakeTable":                               "hash/crc64",
 512	"crc64.New":                                     "hash/crc64",
 513	"crc64.Size":                                    "hash/crc64",
 514	"crc64.Table":                                   "hash/crc64",
 515	"crc64.Update":                                  "hash/crc64",
 516	"crypto.BLAKE2b_256":                            "crypto",
 517	"crypto.BLAKE2b_384":                            "crypto",
 518	"crypto.BLAKE2b_512":                            "crypto",
 519	"crypto.BLAKE2s_256":                            "crypto",
 520	"crypto.Decrypter":                              "crypto",
 521	"crypto.DecrypterOpts":                          "crypto",
 522	"crypto.Hash":                                   "crypto",
 523	"crypto.MD4":                                    "crypto",
 524	"crypto.MD5":                                    "crypto",
 525	"crypto.MD5SHA1":                                "crypto",
 526	"crypto.PrivateKey":                             "crypto",
 527	"crypto.PublicKey":                              "crypto",
 528	"crypto.RIPEMD160":                              "crypto",
 529	"crypto.RegisterHash":                           "crypto",
 530	"crypto.SHA1":                                   "crypto",
 531	"crypto.SHA224":                                 "crypto",
 532	"crypto.SHA256":                                 "crypto",
 533	"crypto.SHA384":                                 "crypto",
 534	"crypto.SHA3_224":                               "crypto",
 535	"crypto.SHA3_256":                               "crypto",
 536	"crypto.SHA3_384":                               "crypto",
 537	"crypto.SHA3_512":                               "crypto",
 538	"crypto.SHA512":                                 "crypto",
 539	"crypto.SHA512_224":                             "crypto",
 540	"crypto.SHA512_256":                             "crypto",
 541	"crypto.Signer":                                 "crypto",
 542	"crypto.SignerOpts":                             "crypto",
 543	"csv.ErrBareQuote":                              "encoding/csv",
 544	"csv.ErrFieldCount":                             "encoding/csv",
 545	"csv.ErrQuote":                                  "encoding/csv",
 546	"csv.ErrTrailingComma":                          "encoding/csv",
 547	"csv.NewReader":                                 "encoding/csv",
 548	"csv.NewWriter":                                 "encoding/csv",
 549	"csv.ParseError":                                "encoding/csv",
 550	"csv.Reader":                                    "encoding/csv",
 551	"csv.Writer":                                    "encoding/csv",
 552	"debug.FreeOSMemory":                            "runtime/debug",
 553	"debug.GCStats":                                 "runtime/debug",
 554	"debug.PrintStack":                              "runtime/debug",
 555	"debug.ReadGCStats":                             "runtime/debug",
 556	"debug.SetGCPercent":                            "runtime/debug",
 557	"debug.SetMaxStack":                             "runtime/debug",
 558	"debug.SetMaxThreads":                           "runtime/debug",
 559	"debug.SetPanicOnFault":                         "runtime/debug",
 560	"debug.SetTraceback":                            "runtime/debug",
 561	"debug.Stack":                                   "runtime/debug",
 562	"debug.WriteHeapDump":                           "runtime/debug",
 563	"des.BlockSize":                                 "crypto/des",
 564	"des.KeySizeError":                              "crypto/des",
 565	"des.NewCipher":                                 "crypto/des",
 566	"des.NewTripleDESCipher":                        "crypto/des",
 567	"doc.AllDecls":                                  "go/doc",
 568	"doc.AllMethods":                                "go/doc",
 569	"doc.Example":                                   "go/doc",
 570	"doc.Examples":                                  "go/doc",
 571	"doc.Filter":                                    "go/doc",
 572	"doc.Func":                                      "go/doc",
 573	"doc.IllegalPrefixes":                           "go/doc",
 574	"doc.IsPredeclared":                             "go/doc",
 575	"doc.Mode":                                      "go/doc",
 576	"doc.New":                                       "go/doc",
 577	"doc.Note":                                      "go/doc",
 578	"doc.Package":                                   "go/doc",
 579	"doc.Synopsis":                                  "go/doc",
 580	"doc.ToHTML":                                    "go/doc",
 581	"doc.ToText":                                    "go/doc",
 582	"doc.Type":                                      "go/doc",
 583	"doc.Value":                                     "go/doc",
 584	"draw.Draw":                                     "image/draw",
 585	"draw.DrawMask":                                 "image/draw",
 586	"draw.Drawer":                                   "image/draw",
 587	"draw.FloydSteinberg":                           "image/draw",
 588	"draw.Image":                                    "image/draw",
 589	"draw.Op":                                       "image/draw",
 590	"draw.Over":                                     "image/draw",
 591	"draw.Quantizer":                                "image/draw",
 592	"draw.Src":                                      "image/draw",
 593	"driver.Bool":                                   "database/sql/driver",
 594	"driver.ColumnConverter":                        "database/sql/driver",
 595	"driver.Conn":                                   "database/sql/driver",
 596	"driver.ConnBeginTx":                            "database/sql/driver",
 597	"driver.ConnPrepareContext":                     "database/sql/driver",
 598	"driver.Connector":                              "database/sql/driver",
 599	"driver.DefaultParameterConverter":              "database/sql/driver",
 600	"driver.Driver":                                 "database/sql/driver",
 601	"driver.DriverContext":                          "database/sql/driver",
 602	"driver.ErrBadConn":                             "database/sql/driver",
 603	"driver.ErrRemoveArgument":                      "database/sql/driver",
 604	"driver.ErrSkip":                                "database/sql/driver",
 605	"driver.Execer":                                 "database/sql/driver",
 606	"driver.ExecerContext":                          "database/sql/driver",
 607	"driver.Int32":                                  "database/sql/driver",
 608	"driver.IsScanValue":                            "database/sql/driver",
 609	"driver.IsValue":                                "database/sql/driver",
 610	"driver.IsolationLevel":                         "database/sql/driver",
 611	"driver.NamedValue":                             "database/sql/driver",
 612	"driver.NamedValueChecker":                      "database/sql/driver",
 613	"driver.NotNull":                                "database/sql/driver",
 614	"driver.Null":                                   "database/sql/driver",
 615	"driver.Pinger":                                 "database/sql/driver",
 616	"driver.Queryer":                                "database/sql/driver",
 617	"driver.QueryerContext":                         "database/sql/driver",
 618	"driver.Result":                                 "database/sql/driver",
 619	"driver.ResultNoRows":                           "database/sql/driver",
 620	"driver.Rows":                                   "database/sql/driver",
 621	"driver.RowsAffected":                           "database/sql/driver",
 622	"driver.RowsColumnTypeDatabaseTypeName":         "database/sql/driver",
 623	"driver.RowsColumnTypeLength":                   "database/sql/driver",
 624	"driver.RowsColumnTypeNullable":                 "database/sql/driver",
 625	"driver.RowsColumnTypePrecisionScale":           "database/sql/driver",
 626	"driver.RowsColumnTypeScanType":                 "database/sql/driver",
 627	"driver.RowsNextResultSet":                      "database/sql/driver",
 628	"driver.SessionResetter":                        "database/sql/driver",
 629	"driver.Stmt":                                   "database/sql/driver",
 630	"driver.StmtExecContext":                        "database/sql/driver",
 631	"driver.StmtQueryContext":                       "database/sql/driver",
 632	"driver.String":                                 "database/sql/driver",
 633	"driver.Tx":                                     "database/sql/driver",
 634	"driver.TxOptions":                              "database/sql/driver",
 635	"driver.Value":                                  "database/sql/driver",
 636	"driver.ValueConverter":                         "database/sql/driver",
 637	"driver.Valuer":                                 "database/sql/driver",
 638	"dsa.ErrInvalidPublicKey":                       "crypto/dsa",
 639	"dsa.GenerateKey":                               "crypto/dsa",
 640	"dsa.GenerateParameters":                        "crypto/dsa",
 641	"dsa.L1024N160":                                 "crypto/dsa",
 642	"dsa.L2048N224":                                 "crypto/dsa",
 643	"dsa.L2048N256":                                 "crypto/dsa",
 644	"dsa.L3072N256":                                 "crypto/dsa",
 645	"dsa.ParameterSizes":                            "crypto/dsa",
 646	"dsa.Parameters":                                "crypto/dsa",
 647	"dsa.PrivateKey":                                "crypto/dsa",
 648	"dsa.PublicKey":                                 "crypto/dsa",
 649	"dsa.Sign":                                      "crypto/dsa",
 650	"dsa.Verify":                                    "crypto/dsa",
 651	"dwarf.AddrType":                                "debug/dwarf",
 652	"dwarf.ArrayType":                               "debug/dwarf",
 653	"dwarf.Attr":                                    "debug/dwarf",
 654	"dwarf.AttrAbstractOrigin":                      "debug/dwarf",
 655	"dwarf.AttrAccessibility":                       "debug/dwarf",
 656	"dwarf.AttrAddrClass":                           "debug/dwarf",
 657	"dwarf.AttrAllocated":                           "debug/dwarf",
 658	"dwarf.AttrArtificial":                          "debug/dwarf",
 659	"dwarf.AttrAssociated":                          "debug/dwarf",
 660	"dwarf.AttrBaseTypes":                           "debug/dwarf",
 661	"dwarf.AttrBitOffset":                           "debug/dwarf",
 662	"dwarf.AttrBitSize":                             "debug/dwarf",
 663	"dwarf.AttrByteSize":                            "debug/dwarf",
 664	"dwarf.AttrCallColumn":                          "debug/dwarf",
 665	"dwarf.AttrCallFile":                            "debug/dwarf",
 666	"dwarf.AttrCallLine":                            "debug/dwarf",
 667	"dwarf.AttrCalling":                             "debug/dwarf",
 668	"dwarf.AttrCommonRef":                           "debug/dwarf",
 669	"dwarf.AttrCompDir":                             "debug/dwarf",
 670	"dwarf.AttrConstValue":                          "debug/dwarf",
 671	"dwarf.AttrContainingType":                      "debug/dwarf",
 672	"dwarf.AttrCount":                               "debug/dwarf",
 673	"dwarf.AttrDataLocation":                        "debug/dwarf",
 674	"dwarf.AttrDataMemberLoc":                       "debug/dwarf",
 675	"dwarf.AttrDeclColumn":                          "debug/dwarf",
 676	"dwarf.AttrDeclFile":                            "debug/dwarf",
 677	"dwarf.AttrDeclLine":                            "debug/dwarf",
 678	"dwarf.AttrDeclaration":                         "debug/dwarf",
 679	"dwarf.AttrDefaultValue":                        "debug/dwarf",
 680	"dwarf.AttrDescription":                         "debug/dwarf",
 681	"dwarf.AttrDiscr":                               "debug/dwarf",
 682	"dwarf.AttrDiscrList":                           "debug/dwarf",
 683	"dwarf.AttrDiscrValue":                          "debug/dwarf",
 684	"dwarf.AttrEncoding":                            "debug/dwarf",
 685	"dwarf.AttrEntrypc":                             "debug/dwarf",
 686	"dwarf.AttrExtension":                           "debug/dwarf",
 687	"dwarf.AttrExternal":                            "debug/dwarf",
 688	"dwarf.AttrFrameBase":                           "debug/dwarf",
 689	"dwarf.AttrFriend":                              "debug/dwarf",
 690	"dwarf.AttrHighpc":                              "debug/dwarf",
 691	"dwarf.AttrIdentifierCase":                      "debug/dwarf",
 692	"dwarf.AttrImport":                              "debug/dwarf",
 693	"dwarf.AttrInline":                              "debug/dwarf",
 694	"dwarf.AttrIsOptional":                          "debug/dwarf",
 695	"dwarf.AttrLanguage":                            "debug/dwarf",
 696	"dwarf.AttrLocation":                            "debug/dwarf",
 697	"dwarf.AttrLowerBound":                          "debug/dwarf",
 698	"dwarf.AttrLowpc":                               "debug/dwarf",
 699	"dwarf.AttrMacroInfo":                           "debug/dwarf",
 700	"dwarf.AttrName":                                "debug/dwarf",
 701	"dwarf.AttrNamelistItem":                        "debug/dwarf",
 702	"dwarf.AttrOrdering":                            "debug/dwarf",
 703	"dwarf.AttrPriority":                            "debug/dwarf",
 704	"dwarf.AttrProducer":                            "debug/dwarf",
 705	"dwarf.AttrPrototyped":                          "debug/dwarf",
 706	"dwarf.AttrRanges":                              "debug/dwarf",
 707	"dwarf.AttrReturnAddr":                          "debug/dwarf",
 708	"dwarf.AttrSegment":                             "debug/dwarf",
 709	"dwarf.AttrSibling":                             "debug/dwarf",
 710	"dwarf.AttrSpecification":                       "debug/dwarf",
 711	"dwarf.AttrStartScope":                          "debug/dwarf",
 712	"dwarf.AttrStaticLink":                          "debug/dwarf",
 713	"dwarf.AttrStmtList":                            "debug/dwarf",
 714	"dwarf.AttrStride":                              "debug/dwarf",
 715	"dwarf.AttrStrideSize":                          "debug/dwarf",
 716	"dwarf.AttrStringLength":                        "debug/dwarf",
 717	"dwarf.AttrTrampoline":                          "debug/dwarf",
 718	"dwarf.AttrType":                                "debug/dwarf",
 719	"dwarf.AttrUpperBound":                          "debug/dwarf",
 720	"dwarf.AttrUseLocation":                         "debug/dwarf",
 721	"dwarf.AttrUseUTF8":                             "debug/dwarf",
 722	"dwarf.AttrVarParam":                            "debug/dwarf",
 723	"dwarf.AttrVirtuality":                          "debug/dwarf",
 724	"dwarf.AttrVisibility":                          "debug/dwarf",
 725	"dwarf.AttrVtableElemLoc":                       "debug/dwarf",
 726	"dwarf.BasicType":                               "debug/dwarf",
 727	"dwarf.BoolType":                                "debug/dwarf",
 728	"dwarf.CharType":                                "debug/dwarf",
 729	"dwarf.Class":                                   "debug/dwarf",
 730	"dwarf.ClassAddress":                            "debug/dwarf",
 731	"dwarf.ClassBlock":                              "debug/dwarf",
 732	"dwarf.ClassConstant":                           "debug/dwarf",
 733	"dwarf.ClassExprLoc":                            "debug/dwarf",
 734	"dwarf.ClassFlag":                               "debug/dwarf",
 735	"dwarf.ClassLinePtr":                            "debug/dwarf",
 736	"dwarf.ClassLocListPtr":                         "debug/dwarf",
 737	"dwarf.ClassMacPtr":                             "debug/dwarf",
 738	"dwarf.ClassRangeListPtr":                       "debug/dwarf",
 739	"dwarf.ClassReference":                          "debug/dwarf",
 740	"dwarf.ClassReferenceAlt":                       "debug/dwarf",
 741	"dwarf.ClassReferenceSig":                       "debug/dwarf",
 742	"dwarf.ClassString":                             "debug/dwarf",
 743	"dwarf.ClassStringAlt":                          "debug/dwarf",
 744	"dwarf.ClassUnknown":                            "debug/dwarf",
 745	"dwarf.CommonType":                              "debug/dwarf",
 746	"dwarf.ComplexType":                             "debug/dwarf",
 747	"dwarf.Data":                                    "debug/dwarf",
 748	"dwarf.DecodeError":                             "debug/dwarf",
 749	"dwarf.DotDotDotType":                           "debug/dwarf",
 750	"dwarf.Entry":                                   "debug/dwarf",
 751	"dwarf.EnumType":                                "debug/dwarf",
 752	"dwarf.EnumValue":                               "debug/dwarf",
 753	"dwarf.ErrUnknownPC":                            "debug/dwarf",
 754	"dwarf.Field":                                   "debug/dwarf",
 755	"dwarf.FloatType":                               "debug/dwarf",
 756	"dwarf.FuncType":                                "debug/dwarf",
 757	"dwarf.IntType":                                 "debug/dwarf",
 758	"dwarf.LineEntry":                               "debug/dwarf",
 759	"dwarf.LineFile":                                "debug/dwarf",
 760	"dwarf.LineReader":                              "debug/dwarf",
 761	"dwarf.LineReaderPos":                           "debug/dwarf",
 762	"dwarf.New":                                     "debug/dwarf",
 763	"dwarf.Offset":                                  "debug/dwarf",
 764	"dwarf.PtrType":                                 "debug/dwarf",
 765	"dwarf.QualType":                                "debug/dwarf",
 766	"dwarf.Reader":                                  "debug/dwarf",
 767	"dwarf.StructField":                             "debug/dwarf",
 768	"dwarf.StructType":                              "debug/dwarf",
 769	"dwarf.Tag":                                     "debug/dwarf",
 770	"dwarf.TagAccessDeclaration":                    "debug/dwarf",
 771	"dwarf.TagArrayType":                            "debug/dwarf",
 772	"dwarf.TagBaseType":                             "debug/dwarf",
 773	"dwarf.TagCatchDwarfBlock":                      "debug/dwarf",
 774	"dwarf.TagClassType":                            "debug/dwarf",
 775	"dwarf.TagCommonDwarfBlock":                     "debug/dwarf",
 776	"dwarf.TagCommonInclusion":                      "debug/dwarf",
 777	"dwarf.TagCompileUnit":                          "debug/dwarf",
 778	"dwarf.TagCondition":                            "debug/dwarf",
 779	"dwarf.TagConstType":                            "debug/dwarf",
 780	"dwarf.TagConstant":                             "debug/dwarf",
 781	"dwarf.TagDwarfProcedure":                       "debug/dwarf",
 782	"dwarf.TagEntryPoint":                           "debug/dwarf",
 783	"dwarf.TagEnumerationType":                      "debug/dwarf",
 784	"dwarf.TagEnumerator":                           "debug/dwarf",
 785	"dwarf.TagFileType":                             "debug/dwarf",
 786	"dwarf.TagFormalParameter":                      "debug/dwarf",
 787	"dwarf.TagFriend":                               "debug/dwarf",
 788	"dwarf.TagImportedDeclaration":                  "debug/dwarf",
 789	"dwarf.TagImportedModule":                       "debug/dwarf",
 790	"dwarf.TagImportedUnit":                         "debug/dwarf",
 791	"dwarf.TagInheritance":                          "debug/dwarf",
 792	"dwarf.TagInlinedSubroutine":                    "debug/dwarf",
 793	"dwarf.TagInterfaceType":                        "debug/dwarf",
 794	"dwarf.TagLabel":                                "debug/dwarf",
 795	"dwarf.TagLexDwarfBlock":                        "debug/dwarf",
 796	"dwarf.TagMember":                               "debug/dwarf",
 797	"dwarf.TagModule":                               "debug/dwarf",
 798	"dwarf.TagMutableType":                          "debug/dwarf",
 799	"dwarf.TagNamelist":                             "debug/dwarf",
 800	"dwarf.TagNamelistItem":                         "debug/dwarf",
 801	"dwarf.TagNamespace":                            "debug/dwarf",
 802	"dwarf.TagPackedType":                           "debug/dwarf",
 803	"dwarf.TagPartialUnit":                          "debug/dwarf",
 804	"dwarf.TagPointerType":                          "debug/dwarf",
 805	"dwarf.TagPtrToMemberType":                      "debug/dwarf",
 806	"dwarf.TagReferenceType":                        "debug/dwarf",
 807	"dwarf.TagRestrictType":                         "debug/dwarf",
 808	"dwarf.TagRvalueReferenceType":                  "debug/dwarf",
 809	"dwarf.TagSetType":                              "debug/dwarf",
 810	"dwarf.TagSharedType":                           "debug/dwarf",
 811	"dwarf.TagStringType":                           "debug/dwarf",
 812	"dwarf.TagStructType":                           "debug/dwarf",
 813	"dwarf.TagSubprogram":                           "debug/dwarf",
 814	"dwarf.TagSubrangeType":                         "debug/dwarf",
 815	"dwarf.TagSubroutineType":                       "debug/dwarf",
 816	"dwarf.TagTemplateAlias":                        "debug/dwarf",
 817	"dwarf.TagTemplateTypeParameter":                "debug/dwarf",
 818	"dwarf.TagTemplateValueParameter":               "debug/dwarf",
 819	"dwarf.TagThrownType":                           "debug/dwarf",
 820	"dwarf.TagTryDwarfBlock":                        "debug/dwarf",
 821	"dwarf.TagTypeUnit":                             "debug/dwarf",
 822	"dwarf.TagTypedef":                              "debug/dwarf",
 823	"dwarf.TagUnionType":                            "debug/dwarf",
 824	"dwarf.TagUnspecifiedParameters":                "debug/dwarf",
 825	"dwarf.TagUnspecifiedType":                      "debug/dwarf",
 826	"dwarf.TagVariable":                             "debug/dwarf",
 827	"dwarf.TagVariant":                              "debug/dwarf",
 828	"dwarf.TagVariantPart":                          "debug/dwarf",
 829	"dwarf.TagVolatileType":                         "debug/dwarf",
 830	"dwarf.TagWithStmt":                             "debug/dwarf",
 831	"dwarf.Type":                                    "debug/dwarf",
 832	"dwarf.TypedefType":                             "debug/dwarf",
 833	"dwarf.UcharType":                               "debug/dwarf",
 834	"dwarf.UintType":                                "debug/dwarf",
 835	"dwarf.UnspecifiedType":                         "debug/dwarf",
 836	"dwarf.VoidType":                                "debug/dwarf",
 837	"ecdsa.GenerateKey":                             "crypto/ecdsa",
 838	"ecdsa.PrivateKey":                              "crypto/ecdsa",
 839	"ecdsa.PublicKey":                               "crypto/ecdsa",
 840	"ecdsa.Sign":                                    "crypto/ecdsa",
 841	"ecdsa.Verify":                                  "crypto/ecdsa",
 842	"elf.ARM_MAGIC_TRAMP_NUMBER":                    "debug/elf",
 843	"elf.COMPRESS_HIOS":                             "debug/elf",
 844	"elf.COMPRESS_HIPROC":                           "debug/elf",
 845	"elf.COMPRESS_LOOS":                             "debug/elf",
 846	"elf.COMPRESS_LOPROC":                           "debug/elf",
 847	"elf.COMPRESS_ZLIB":                             "debug/elf",
 848	"elf.Chdr32":                                    "debug/elf",
 849	"elf.Chdr64":                                    "debug/elf",
 850	"elf.Class":                                     "debug/elf",
 851	"elf.CompressionType":                           "debug/elf",
 852	"elf.DF_BIND_NOW":                               "debug/elf",
 853	"elf.DF_ORIGIN":                                 "debug/elf",
 854	"elf.DF_STATIC_TLS":                             "debug/elf",
 855	"elf.DF_SYMBOLIC":                               "debug/elf",
 856	"elf.DF_TEXTREL":                                "debug/elf",
 857	"elf.DT_BIND_NOW":                               "debug/elf",
 858	"elf.DT_DEBUG":                                  "debug/elf",
 859	"elf.DT_ENCODING":                               "debug/elf",
 860	"elf.DT_FINI":                                   "debug/elf",
 861	"elf.DT_FINI_ARRAY":                             "debug/elf",
 862	"elf.DT_FINI_ARRAYSZ":                           "debug/elf",
 863	"elf.DT_FLAGS":                                  "debug/elf",
 864	"elf.DT_HASH":                                   "debug/elf",
 865	"elf.DT_HIOS":                                   "debug/elf",
 866	"elf.DT_HIPROC":                                 "debug/elf",
 867	"elf.DT_INIT":                                   "debug/elf",
 868	"elf.DT_INIT_ARRAY":                             "debug/elf",
 869	"elf.DT_INIT_ARRAYSZ":                           "debug/elf",
 870	"elf.DT_JMPREL":                                 "debug/elf",
 871	"elf.DT_LOOS":                                   "debug/elf",
 872	"elf.DT_LOPROC":                                 "debug/elf",
 873	"elf.DT_NEEDED":                                 "debug/elf",
 874	"elf.DT_NULL":                                   "debug/elf",
 875	"elf.DT_PLTGOT":                                 "debug/elf",
 876	"elf.DT_PLTREL":                                 "debug/elf",
 877	"elf.DT_PLTRELSZ":                               "debug/elf",
 878	"elf.DT_PREINIT_ARRAY":                          "debug/elf",
 879	"elf.DT_PREINIT_ARRAYSZ":                        "debug/elf",
 880	"elf.DT_REL":                                    "debug/elf",
 881	"elf.DT_RELA":                                   "debug/elf",
 882	"elf.DT_RELAENT":                                "debug/elf",
 883	"elf.DT_RELASZ":                                 "debug/elf",
 884	"elf.DT_RELENT":                                 "debug/elf",
 885	"elf.DT_RELSZ":                                  "debug/elf",
 886	"elf.DT_RPATH":                                  "debug/elf",
 887	"elf.DT_RUNPATH":                                "debug/elf",
 888	"elf.DT_SONAME":                                 "debug/elf",
 889	"elf.DT_STRSZ":                                  "debug/elf",
 890	"elf.DT_STRTAB":                                 "debug/elf",
 891	"elf.DT_SYMBOLIC":                               "debug/elf",
 892	"elf.DT_SYMENT":                                 "debug/elf",
 893	"elf.DT_SYMTAB":                                 "debug/elf",
 894	"elf.DT_TEXTREL":                                "debug/elf",
 895	"elf.DT_VERNEED":                                "debug/elf",
 896	"elf.DT_VERNEEDNUM":                             "debug/elf",
 897	"elf.DT_VERSYM":                                 "debug/elf",
 898	"elf.Data":                                      "debug/elf",
 899	"elf.Dyn32":                                     "debug/elf",
 900	"elf.Dyn64":                                     "debug/elf",
 901	"elf.DynFlag":                                   "debug/elf",
 902	"elf.DynTag":                                    "debug/elf",
 903	"elf.EI_ABIVERSION":                             "debug/elf",
 904	"elf.EI_CLASS":                                  "debug/elf",
 905	"elf.EI_DATA":                                   "debug/elf",
 906	"elf.EI_NIDENT":                                 "debug/elf",
 907	"elf.EI_OSABI":                                  "debug/elf",
 908	"elf.EI_PAD":                                    "debug/elf",
 909	"elf.EI_VERSION":                                "debug/elf",
 910	"elf.ELFCLASS32":                                "debug/elf",
 911	"elf.ELFCLASS64":                                "debug/elf",
 912	"elf.ELFCLASSNONE":                              "debug/elf",
 913	"elf.ELFDATA2LSB":                               "debug/elf",
 914	"elf.ELFDATA2MSB":                               "debug/elf",
 915	"elf.ELFDATANONE":                               "debug/elf",
 916	"elf.ELFMAG":                                    "debug/elf",
 917	"elf.ELFOSABI_86OPEN":                           "debug/elf",
 918	"elf.ELFOSABI_AIX":                              "debug/elf",
 919	"elf.ELFOSABI_ARM":                              "debug/elf",
 920	"elf.ELFOSABI_FREEBSD":                          "debug/elf",
 921	"elf.ELFOSABI_HPUX":                             "debug/elf",
 922	"elf.ELFOSABI_HURD":                             "debug/elf",
 923	"elf.ELFOSABI_IRIX":                             "debug/elf",
 924	"elf.ELFOSABI_LINUX":                            "debug/elf",
 925	"elf.ELFOSABI_MODESTO":                          "debug/elf",
 926	"elf.ELFOSABI_NETBSD":                           "debug/elf",
 927	"elf.ELFOSABI_NONE":                             "debug/elf",
 928	"elf.ELFOSABI_NSK":                              "debug/elf",
 929	"elf.ELFOSABI_OPENBSD":                          "debug/elf",
 930	"elf.ELFOSABI_OPENVMS":                          "debug/elf",
 931	"elf.ELFOSABI_SOLARIS":                          "debug/elf",
 932	"elf.ELFOSABI_STANDALONE":                       "debug/elf",
 933	"elf.ELFOSABI_TRU64":                            "debug/elf",
 934	"elf.EM_386":                                    "debug/elf",
 935	"elf.EM_486":                                    "debug/elf",
 936	"elf.EM_68HC12":                                 "debug/elf",
 937	"elf.EM_68K":                                    "debug/elf",
 938	"elf.EM_860":                                    "debug/elf",
 939	"elf.EM_88K":                                    "debug/elf",
 940	"elf.EM_960":                                    "debug/elf",
 941	"elf.EM_AARCH64":                                "debug/elf",
 942	"elf.EM_ALPHA":                                  "debug/elf",
 943	"elf.EM_ALPHA_STD":                              "debug/elf",
 944	"elf.EM_ARC":                                    "debug/elf",
 945	"elf.EM_ARM":                                    "debug/elf",
 946	"elf.EM_COLDFIRE":                               "debug/elf",
 947	"elf.EM_FR20":                                   "debug/elf",
 948	"elf.EM_H8S":                                    "debug/elf",
 949	"elf.EM_H8_300":                                 "debug/elf",
 950	"elf.EM_H8_300H":                                "debug/elf",
 951	"elf.EM_H8_500":                                 "debug/elf",
 952	"elf.EM_IA_64":                                  "debug/elf",
 953	"elf.EM_M32":                                    "debug/elf",
 954	"elf.EM_ME16":                                   "debug/elf",
 955	"elf.EM_MIPS":                                   "debug/elf",
 956	"elf.EM_MIPS_RS3_LE":                            "debug/elf",
 957	"elf.EM_MIPS_RS4_BE":                            "debug/elf",
 958	"elf.EM_MIPS_X":                                 "debug/elf",
 959	"elf.EM_MMA":                                    "debug/elf",
 960	"elf.EM_NCPU":                                   "debug/elf",
 961	"elf.EM_NDR1":                                   "debug/elf",
 962	"elf.EM_NONE":                                   "debug/elf",
 963	"elf.EM_PARISC":                                 "debug/elf",
 964	"elf.EM_PCP":                                    "debug/elf",
 965	"elf.EM_PPC":                                    "debug/elf",
 966	"elf.EM_PPC64":                                  "debug/elf",
 967	"elf.EM_RCE":                                    "debug/elf",
 968	"elf.EM_RH32":                                   "debug/elf",
 969	"elf.EM_S370":                                   "debug/elf",
 970	"elf.EM_S390":                                   "debug/elf",
 971	"elf.EM_SH":                                     "debug/elf",
 972	"elf.EM_SPARC":                                  "debug/elf",
 973	"elf.EM_SPARC32PLUS":                            "debug/elf",
 974	"elf.EM_SPARCV9":                                "debug/elf",
 975	"elf.EM_ST100":                                  "debug/elf",
 976	"elf.EM_STARCORE":                               "debug/elf",
 977	"elf.EM_TINYJ":                                  "debug/elf",
 978	"elf.EM_TRICORE":                                "debug/elf",
 979	"elf.EM_V800":                                   "debug/elf",
 980	"elf.EM_VPP500":                                 "debug/elf",
 981	"elf.EM_X86_64":                                 "debug/elf",
 982	"elf.ET_CORE":                                   "debug/elf",
 983	"elf.ET_DYN":                                    "debug/elf",
 984	"elf.ET_EXEC":                                   "debug/elf",
 985	"elf.ET_HIOS":                                   "debug/elf",
 986	"elf.ET_HIPROC":                                 "debug/elf",
 987	"elf.ET_LOOS":                                   "debug/elf",
 988	"elf.ET_LOPROC":                                 "debug/elf",
 989	"elf.ET_NONE":                                   "debug/elf",
 990	"elf.ET_REL":                                    "debug/elf",
 991	"elf.EV_CURRENT":                                "debug/elf",
 992	"elf.EV_NONE":                                   "debug/elf",
 993	"elf.ErrNoSymbols":                              "debug/elf",
 994	"elf.File":                                      "debug/elf",
 995	"elf.FileHeader":                                "debug/elf",
 996	"elf.FormatError":                               "debug/elf",
 997	"elf.Header32":                                  "debug/elf",
 998	"elf.Header64":                                  "debug/elf",
 999	"elf.ImportedSymbol":                            "debug/elf",
1000	"elf.Machine":                                   "debug/elf",
1001	"elf.NT_FPREGSET":                               "debug/elf",
1002	"elf.NT_PRPSINFO":                               "debug/elf",
1003	"elf.NT_PRSTATUS":                               "debug/elf",
1004	"elf.NType":                                     "debug/elf",
1005	"elf.NewFile":                                   "debug/elf",
1006	"elf.OSABI":                                     "debug/elf",
1007	"elf.Open":                                      "debug/elf",
1008	"elf.PF_MASKOS":                                 "debug/elf",
1009	"elf.PF_MASKPROC":                               "debug/elf",
1010	"elf.PF_R":                                      "debug/elf",
1011	"elf.PF_W":                                      "debug/elf",
1012	"elf.PF_X":                                      "debug/elf",
1013	"elf.PT_DYNAMIC":                                "debug/elf",
1014	"elf.PT_HIOS":                                   "debug/elf",
1015	"elf.PT_HIPROC":                                 "debug/elf",
1016	"elf.PT_INTERP":                                 "debug/elf",
1017	"elf.PT_LOAD":                                   "debug/elf",
1018	"elf.PT_LOOS":                                   "debug/elf",
1019	"elf.PT_LOPROC":                                 "debug/elf",
1020	"elf.PT_NOTE":                                   "debug/elf",
1021	"elf.PT_NULL":                                   "debug/elf",
1022	"elf.PT_PHDR":                                   "debug/elf",
1023	"elf.PT_SHLIB":                                  "debug/elf",
1024	"elf.PT_TLS":                                    "debug/elf",
1025	"elf.Prog":                                      "debug/elf",
1026	"elf.Prog32":                                    "debug/elf",
1027	"elf.Prog64":                                    "debug/elf",
1028	"elf.ProgFlag":                                  "debug/elf",
1029	"elf.ProgHeader":                                "debug/elf",
1030	"elf.ProgType":                                  "debug/elf",
1031	"elf.R_386":                                     "debug/elf",
1032	"elf.R_386_16":                                  "debug/elf",
1033	"elf.R_386_32":                                  "debug/elf",
1034	"elf.R_386_32PLT":                               "debug/elf",
1035	"elf.R_386_8":                                   "debug/elf",
1036	"elf.R_386_COPY":                                "debug/elf",
1037	"elf.R_386_GLOB_DAT":                            "debug/elf",
1038	"elf.R_386_GOT32":                               "debug/elf",
1039	"elf.R_386_GOT32X":                              "debug/elf",
1040	"elf.R_386_GOTOFF":                              "debug/elf",
1041	"elf.R_386_GOTPC":                               "debug/elf",
1042	"elf.R_386_IRELATIVE":                           "debug/elf",
1043	"elf.R_386_JMP_SLOT":                            "debug/elf",
1044	"elf.R_386_NONE":                                "debug/elf",
1045	"elf.R_386_PC16":                                "debug/elf",
1046	"elf.R_386_PC32":                                "debug/elf",
1047	"elf.R_386_PC8":                                 "debug/elf",
1048	"elf.R_386_PLT32":                               "debug/elf",
1049	"elf.R_386_RELATIVE":                            "debug/elf",
1050	"elf.R_386_SIZE32":                              "debug/elf",
1051	"elf.R_386_TLS_DESC":                            "debug/elf",
1052	"elf.R_386_TLS_DESC_CALL":                       "debug/elf",
1053	"elf.R_386_TLS_DTPMOD32":                        "debug/elf",
1054	"elf.R_386_TLS_DTPOFF32":                        "debug/elf",
1055	"elf.R_386_TLS_GD":                              "debug/elf",
1056	"elf.R_386_TLS_GD_32":                           "debug/elf",
1057	"elf.R_386_TLS_GD_CALL":                         "debug/elf",
1058	"elf.R_386_TLS_GD_POP":                          "debug/elf",
1059	"elf.R_386_TLS_GD_PUSH":                         "debug/elf",
1060	"elf.R_386_TLS_GOTDESC":                         "debug/elf",
1061	"elf.R_386_TLS_GOTIE":                           "debug/elf",
1062	"elf.R_386_TLS_IE":                              "debug/elf",
1063	"elf.R_386_TLS_IE_32":                           "debug/elf",
1064	"elf.R_386_TLS_LDM":                             "debug/elf",
1065	"elf.R_386_TLS_LDM_32":                          "debug/elf",
1066	"elf.R_386_TLS_LDM_CALL":                        "debug/elf",
1067	"elf.R_386_TLS_LDM_POP":                         "debug/elf",
1068	"elf.R_386_TLS_LDM_PUSH":                        "debug/elf",
1069	"elf.R_386_TLS_LDO_32":                          "debug/elf",
1070	"elf.R_386_TLS_LE":                              "debug/elf",
1071	"elf.R_386_TLS_LE_32":                           "debug/elf",
1072	"elf.R_386_TLS_TPOFF":                           "debug/elf",
1073	"elf.R_386_TLS_TPOFF32":                         "debug/elf",
1074	"elf.R_390":                                     "debug/elf",
1075	"elf.R_390_12":                                  "debug/elf",
1076	"elf.R_390_16":                                  "debug/elf",
1077	"elf.R_390_20":                                  "debug/elf",
1078	"elf.R_390_32":                                  "debug/elf",
1079	"elf.R_390_64":                                  "debug/elf",
1080	"elf.R_390_8":                                   "debug/elf",
1081	"elf.R_390_COPY":                                "debug/elf",
1082	"elf.R_390_GLOB_DAT":                            "debug/elf",
1083	"elf.R_390_GOT12":                               "debug/elf",
1084	"elf.R_390_GOT16":                               "debug/elf",
1085	"elf.R_390_GOT20":                               "debug/elf",
1086	"elf.R_390_GOT32":                               "debug/elf",
1087	"elf.R_390_GOT64":                               "debug/elf",
1088	"elf.R_390_GOTENT":                              "debug/elf",
1089	"elf.R_390_GOTOFF":                              "debug/elf",
1090	"elf.R_390_GOTOFF16":                            "debug/elf",
1091	"elf.R_390_GOTOFF64":                            "debug/elf",
1092	"elf.R_390_GOTPC":                               "debug/elf",
1093	"elf.R_390_GOTPCDBL":                            "debug/elf",
1094	"elf.R_390_GOTPLT12":                            "debug/elf",
1095	"elf.R_390_GOTPLT16":                            "debug/elf",
1096	"elf.R_390_GOTPLT20":                            "debug/elf",
1097	"elf.R_390_GOTPLT32":                            "debug/elf",
1098	"elf.R_390_GOTPLT64":                            "debug/elf",
1099	"elf.R_390_GOTPLTENT":                           "debug/elf",
1100	"elf.R_390_GOTPLTOFF16":                         "debug/elf",
1101	"elf.R_390_GOTPLTOFF32":                         "debug/elf",
1102	"elf.R_390_GOTPLTOFF64":                         "debug/elf",
1103	"elf.R_390_JMP_SLOT":                            "debug/elf",
1104	"elf.R_390_NONE":                                "debug/elf",
1105	"elf.R_390_PC16":                                "debug/elf",
1106	"elf.R_390_PC16DBL":                             "debug/elf",
1107	"elf.R_390_PC32":                                "debug/elf",
1108	"elf.R_390_PC32DBL":                             "debug/elf",
1109	"elf.R_390_PC64":                                "debug/elf",
1110	"elf.R_390_PLT16DBL":                            "debug/elf",
1111	"elf.R_390_PLT32":                               "debug/elf",
1112	"elf.R_390_PLT32DBL":                            "debug/elf",
1113	"elf.R_390_PLT64":                               "debug/elf",
1114	"elf.R_390_RELATIVE":                            "debug/elf",
1115	"elf.R_390_TLS_DTPMOD":                          "debug/elf",
1116	"elf.R_390_TLS_DTPOFF":                          "debug/elf",
1117	"elf.R_390_TLS_GD32":                            "debug/elf",
1118	"elf.R_390_TLS_GD64":                            "debug/elf",
1119	"elf.R_390_TLS_GDCALL":                          "debug/elf",
1120	"elf.R_390_TLS_GOTIE12":                         "debug/elf",
1121	"elf.R_390_TLS_GOTIE20":                         "debug/elf",
1122	"elf.R_390_TLS_GOTIE32":                         "debug/elf",
1123	"elf.R_390_TLS_GOTIE64":                         "debug/elf",
1124	"elf.R_390_TLS_IE32":                            "debug/elf",
1125	"elf.R_390_TLS_IE64":                            "debug/elf",
1126	"elf.R_390_TLS_IEENT":                           "debug/elf",
1127	"elf.R_390_TLS_LDCALL":                          "debug/elf",
1128	"elf.R_390_TLS_LDM32":                           "debug/elf",
1129	"elf.R_390_TLS_LDM64":                           "debug/elf",
1130	"elf.R_390_TLS_LDO32":                           "debug/elf",
1131	"elf.R_390_TLS_LDO64":                           "debug/elf",
1132	"elf.R_390_TLS_LE32":                            "debug/elf",
1133	"elf.R_390_TLS_LE64":                            "debug/elf",
1134	"elf.R_390_TLS_LOAD":                            "debug/elf",
1135	"elf.R_390_TLS_TPOFF":                           "debug/elf",
1136	"elf.R_AARCH64":                                 "debug/elf",
1137	"elf.R_AARCH64_ABS16":                           "debug/elf",
1138	"elf.R_AARCH64_ABS32":                           "debug/elf",
1139	"elf.R_AARCH64_ABS64":                           "debug/elf",
1140	"elf.R_AARCH64_ADD_ABS_LO12_NC":                 "debug/elf",
1141	"elf.R_AARCH64_ADR_GOT_PAGE":                    "debug/elf",
1142	"elf.R_AARCH64_ADR_PREL_LO21":                   "debug/elf",
1143	"elf.R_AARCH64_ADR_PREL_PG_HI21":                "debug/elf",
1144	"elf.R_AARCH64_ADR_PREL_PG_HI21_NC":             "debug/elf",
1145	"elf.R_AARCH64_CALL26":                          "debug/elf",
1146	"elf.R_AARCH64_CONDBR19":                        "debug/elf",
1147	"elf.R_AARCH64_COPY":                            "debug/elf",
1148	"elf.R_AARCH64_GLOB_DAT":                        "debug/elf",
1149	"elf.R_AARCH64_GOT_LD_PREL19":                   "debug/elf",
1150	"elf.R_AARCH64_IRELATIVE":                       "debug/elf",
1151	"elf.R_AARCH64_JUMP26":                          "debug/elf",
1152	"elf.R_AARCH64_JUMP_SLOT":                       "debug/elf",
1153	"elf.R_AARCH64_LD64_GOTOFF_LO15":                "debug/elf",
1154	"elf.R_AARCH64_LD64_GOTPAGE_LO15":               "debug/elf",
1155	"elf.R_AARCH64_LD64_GOT_LO12_NC":                "debug/elf",
1156	"elf.R_AARCH64_LDST128_ABS_LO12_NC":             "debug/elf",
1157	"elf.R_AARCH64_LDST16_ABS_LO12_NC":              "debug/elf",
1158	"elf.R_AARCH64_LDST32_ABS_LO12_NC":              "debug/elf",
1159	"elf.R_AARCH64_LDST64_ABS_LO12_NC":              "debug/elf",
1160	"elf.R_AARCH64_LDST8_ABS_LO12_NC":               "debug/elf",
1161	"elf.R_AARCH64_LD_PREL_LO19":                    "debug/elf",
1162	"elf.R_AARCH64_MOVW_SABS_G0":                    "debug/elf",
1163	"elf.R_AARCH64_MOVW_SABS_G1":                    "debug/elf",
1164	"elf.R_AARCH64_MOVW_SABS_G2":                    "debug/elf",
1165	"elf.R_AARCH64_MOVW_UABS_G0":                    "debug/elf",
1166	"elf.R_AARCH64_MOVW_UABS_G0_NC":                 "debug/elf",
1167	"elf.R_AARCH64_MOVW_UABS_G1":                    "debug/elf",
1168	"elf.R_AARCH64_MOVW_UABS_G1_NC":                 "debug/elf",
1169	"elf.R_AARCH64_MOVW_UABS_G2":                    "debug/elf",
1170	"elf.R_AARCH64_MOVW_UABS_G2_NC":                 "debug/elf",
1171	"elf.R_AARCH64_MOVW_UABS_G3":                    "debug/elf",
1172	"elf.R_AARCH64_NONE":                            "debug/elf",
1173	"elf.R_AARCH64_NULL":                            "debug/elf",
1174	"elf.R_AARCH64_P32_ABS16":                       "debug/elf",
1175	"elf.R_AARCH64_P32_ABS32":                       "debug/elf",
1176	"elf.R_AARCH64_P32_ADD_ABS_LO12_NC":             "debug/elf",
1177	"elf.R_AARCH64_P32_ADR_GOT_PAGE":                "debug/elf",
1178	"elf.R_AARCH64_P32_ADR_PREL_LO21":               "debug/elf",
1179	"elf.R_AARCH64_P32_ADR_PREL_PG_HI21":            "debug/elf",
1180	"elf.R_AARCH64_P32_CALL26":                      "debug/elf",
1181	"elf.R_AARCH64_P32_CONDBR19":                    "debug/elf",
1182	"elf.R_AARCH64_P32_COPY":                        "debug/elf",
1183	"elf.R_AARCH64_P32_GLOB_DAT":                    "debug/elf",
1184	"elf.R_AARCH64_P32_GOT_LD_PREL19":               "debug/elf",
1185	"elf.R_AARCH64_P32_IRELATIVE":                   "debug/elf",
1186	"elf.R_AARCH64_P32_JUMP26":                      "debug/elf",
1187	"elf.R_AARCH64_P32_JUMP_SLOT":                   "debug/elf",
1188	"elf.R_AARCH64_P32_LD32_GOT_LO12_NC":            "debug/elf",
1189	"elf.R_AARCH64_P32_LDST128_ABS_LO12_NC":         "debug/elf",
1190	"elf.R_AARCH64_P32_LDST16_ABS_LO12_NC":          "debug/elf",
1191	"elf.R_AARCH64_P32_LDST32_ABS_LO12_NC":          "debug/elf",
1192	"elf.R_AARCH64_P32_LDST64_ABS_LO12_NC":          "debug/elf",
1193	"elf.R_AARCH64_P32_LDST8_ABS_LO12_NC":           "debug/elf",
1194	"elf.R_AARCH64_P32_LD_PREL_LO19":                "debug/elf",
1195	"elf.R_AARCH64_P32_MOVW_SABS_G0":                "debug/elf",
1196	"elf.R_AARCH64_P32_MOVW_UABS_G0":                "debug/elf",
1197	"elf.R_AARCH64_P32_MOVW_UABS_G0_NC":             "debug/elf",
1198	"elf.R_AARCH64_P32_MOVW_UABS_G1":                "debug/elf",
1199	"elf.R_AARCH64_P32_PREL16":                      "debug/elf",
1200	"elf.R_AARCH64_P32_PREL32":                      "debug/elf",
1201	"elf.R_AARCH64_P32_RELATIVE":                    "debug/elf",
1202	"elf.R_AARCH64_P32_TLSDESC":                     "debug/elf",
1203	"elf.R_AARCH64_P32_TLSDESC_ADD_LO12_NC":         "debug/elf",
1204	"elf.R_AARCH64_P32_TLSDESC_ADR_PAGE21":          "debug/elf",
1205	"elf.R_AARCH64_P32_TLSDESC_ADR_PREL21":          "debug/elf",
1206	"elf.R_AARCH64_P32_TLSDESC_CALL":                "debug/elf",
1207	"elf.R_AARCH64_P32_TLSDESC_LD32_LO12_NC":        "debug/elf",
1208	"elf.R_AARCH64_P32_TLSDESC_LD_PREL19":           "debug/elf",
1209	"elf.R_AARCH64_P32_TLSGD_ADD_LO12_NC":           "debug/elf",
1210	"elf.R_AARCH64_P32_TLSGD_ADR_PAGE21":            "debug/elf",
1211	"elf.R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21":   "debug/elf",
1212	"elf.R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC": "debug/elf",
1213	"elf.R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19":    "debug/elf",
1214	"elf.R_AARCH64_P32_TLSLE_ADD_TPREL_HI12":        "debug/elf",
1215	"elf.R_AARCH64_P32_TLSLE_ADD_TPREL_LO12":        "debug/elf",
1216	"elf.R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC":     "debug/elf",
1217	"elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G0":         "debug/elf",
1218	"elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC":      "debug/elf",
1219	"elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G1":         "debug/elf",
1220	"elf.R_AARCH64_P32_TLS_DTPMOD":                  "debug/elf",
1221	"elf.R_AARCH64_P32_TLS_DTPREL":                  "debug/elf",
1222	"elf.R_AARCH64_P32_TLS_TPREL":                   "debug/elf",
1223	"elf.R_AARCH64_P32_TSTBR14":                     "debug/elf",
1224	"elf.R_AARCH64_PREL16":                          "debug/elf",
1225	"elf.R_AARCH64_PREL32":                          "debug/elf",
1226	"elf.R_AARCH64_PREL64":                          "debug/elf",
1227	"elf.R_AARCH64_RELATIVE":                        "debug/elf",
1228	"elf.R_AARCH64_TLSDESC":                         "debug/elf",
1229	"elf.R_AARCH64_TLSDESC_ADD":                     "debug/elf",
1230	"elf.R_AARCH64_TLSDESC_ADD_LO12_NC":             "debug/elf",
1231	"elf.R_AARCH64_TLSDESC_ADR_PAGE21":              "debug/elf",
1232	"elf.R_AARCH64_TLSDESC_ADR_PREL21":              "debug/elf",
1233	"elf.R_AARCH64_TLSDESC_CALL":                    "debug/elf",
1234	"elf.R_AARCH64_TLSDESC_LD64_LO12_NC":            "debug/elf",
1235	"elf.R_AARCH64_TLSDESC_LDR":                     "debug/elf",
1236	"elf.R_AARCH64_TLSDESC_LD_PREL19":               "debug/elf",
1237	"elf.R_AARCH64_TLSDESC_OFF_G0_NC":               "debug/elf",
1238	"elf.R_AARCH64_TLSDESC_OFF_G1":                  "debug/elf",
1239	"elf.R_AARCH64_TLSGD_ADD_LO12_NC":               "debug/elf",
1240	"elf.R_AARCH64_TLSGD_ADR_PAGE21":                "debug/elf",
1241	"elf.R_AARCH64_TLSGD_ADR_PREL21":                "debug/elf",
1242	"elf.R_AARCH64_TLSGD_MOVW_G0_NC":                "debug/elf",
1243	"elf.R_AARCH64_TLSGD_MOVW_G1":                   "debug/elf",
1244	"elf.R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21":       "debug/elf",
1245	"elf.R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC":     "debug/elf",
1246	"elf.R_AARCH64_TLSIE_LD_GOTTPREL_PREL19":        "debug/elf",
1247	"elf.R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC":       "debug/elf",
1248	"elf.R_AARCH64_TLSIE_MOVW_GOTTPREL_G1":          "debug/elf",
1249	"elf.R_AARCH64_TLSLD_ADR_PAGE21":                "debug/elf",
1250	"elf.R_AARCH64_TLSLD_ADR_PREL21":                "debug/elf",
1251	"elf.R_AARCH64_TLSLD_LDST128_DTPREL_LO12":       "debug/elf",
1252	"elf.R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC":    "debug/elf",
1253	"elf.R_AARCH64_TLSLE_ADD_TPREL_HI12":            "debug/elf",
1254	"elf.R_AARCH64_TLSLE_ADD_TPREL_LO12":            "debug/elf",
1255	"elf.R_AARCH64_TLSLE_ADD_TPREL_LO12_NC":         "debug/elf",
1256	"elf.R_AARCH64_TLSLE_LDST128_TPREL_LO12":        "debug/elf",
1257	"elf.R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC":     "debug/elf",
1258	"elf.R_AARCH64_TLSLE_MOVW_TPREL_G0":             "debug/elf",
1259	"elf.R_AARCH64_TLSLE_MOVW_TPREL_G0_NC":          "debug/elf",
1260	"elf.R_AARCH64_TLSLE_MOVW_TPREL_G1":             "debug/elf",
1261	"elf.R_AARCH64_TLSLE_MOVW_TPREL_G1_NC":          "debug/elf",
1262	"elf.R_AARCH64_TLSLE_MOVW_TPREL_G2":             "debug/elf",
1263	"elf.R_AARCH64_TLS_DTPMOD64":                    "debug/elf",
1264	"elf.R_AARCH64_TLS_DTPREL64":                    "debug/elf",
1265	"elf.R_AARCH64_TLS_TPREL64":                     "debug/elf",
1266	"elf.R_AARCH64_TSTBR14":                         "debug/elf",
1267	"elf.R_ALPHA":                                   "debug/elf",
1268	"elf.R_ALPHA_BRADDR":                            "debug/elf",
1269	"elf.R_ALPHA_COPY":                              "debug/elf",
1270	"elf.R_ALPHA_GLOB_DAT":                          "debug/elf",
1271	"elf.R_ALPHA_GPDISP":                            "debug/elf",
1272	"elf.R_ALPHA_GPREL32":                           "debug/elf",
1273	"elf.R_ALPHA_GPRELHIGH":                         "debug/elf",
1274	"elf.R_ALPHA_GPRELLOW":                          "debug/elf",
1275	"elf.R_ALPHA_GPVALUE":                           "debug/elf",
1276	"elf.R_ALPHA_HINT":                              "debug/elf",
1277	"elf.R_ALPHA_IMMED_BR_HI32":                     "debug/elf",
1278	"elf.R_ALPHA_IMMED_GP_16":                       "debug/elf",
1279	"elf.R_ALPHA_IMMED_GP_HI32":                     "debug/elf",
1280	"elf.R_ALPHA_IMMED_LO32":                        "debug/elf",
1281	"elf.R_ALPHA_IMMED_SCN_HI32":                    "debug/elf",
1282	"elf.R_ALPHA_JMP_SLOT":                          "debug/elf",
1283	"elf.R_ALPHA_LITERAL":                           "debug/elf",
1284	"elf.R_ALPHA_LITUSE":                            "debug/elf",
1285	"elf.R_ALPHA_NONE":                              "debug/elf",
1286	"elf.R_ALPHA_OP_PRSHIFT":                        "debug/elf",
1287	"elf.R_ALPHA_OP_PSUB":                           "debug/elf",
1288	"elf.R_ALPHA_OP_PUSH":                           "debug/elf",
1289	"elf.R_ALPHA_OP_STORE":                          "debug/elf",
1290	"elf.R_ALPHA_REFLONG":                           "debug/elf",
1291	"elf.R_ALPHA_REFQUAD":                           "debug/elf",
1292	"elf.R_ALPHA_RELATIVE":                          "debug/elf",
1293	"elf.R_ALPHA_SREL16":                            "debug/elf",
1294	"elf.R_ALPHA_SREL32":                            "debug/elf",
1295	"elf.R_ALPHA_SREL64":                            "debug/elf",
1296	"elf.R_ARM":                                     "debug/elf",
1297	"elf.R_ARM_ABS12":                               "debug/elf",
1298	"elf.R_ARM_ABS16":                               "debug/elf",
1299	"elf.R_ARM_ABS32":                               "debug/elf",
1300	"elf.R_ARM_ABS32_NOI":                           "debug/elf",
1301	"elf.R_ARM_ABS8":                                "debug/elf",
1302	"elf.R_ARM_ALU_PCREL_15_8":                      "debug/elf",
1303	"elf.R_ARM_ALU_PCREL_23_15":                     "debug/elf",
1304	"elf.R_ARM_ALU_PCREL_7_0":                       "debug/elf",
1305	"elf.R_ARM_ALU_PC_G0":                           "debug/elf",
1306	"elf.R_ARM_ALU_PC_G0_NC":                        "debug/elf",
1307	"elf.R_ARM_ALU_PC_G1":                           "debug/elf",
1308	"elf.R_ARM_ALU_PC_G1_NC":                        "debug/elf",
1309	"elf.R_ARM_ALU_PC_G2":                           "debug/elf",
1310	"elf.R_ARM_ALU_SBREL_19_12_NC":                  "debug/elf",
1311	"elf.R_ARM_ALU_SBREL_27_20_CK":                  "debug/elf",
1312	"elf.R_ARM_ALU_SB_G0":                           "debug/elf",
1313	"elf.R_ARM_ALU_SB_G0_NC":                        "debug/elf",
1314	"elf.R_ARM_ALU_SB_G1":                           "debug/elf",
1315	"elf.R_ARM_ALU_SB_G1_NC":                        "debug/elf",
1316	"elf.R_ARM_ALU_SB_G2":                           "debug/elf",
1317	"elf.R_ARM_AMP_VCALL9":                          "debug/elf",
1318	"elf.R_ARM_BASE_ABS":                            "debug/elf",
1319	"elf.R_ARM_CALL":                                "debug/elf",
1320	"elf.R_ARM_COPY":                                "debug/elf",
1321	"elf.R_ARM_GLOB_DAT":                            "debug/elf",
1322	"elf.R_ARM_GNU_VTENTRY":                         "debug/elf",
1323	"elf.R_ARM_GNU_VTINHERIT":                       "debug/elf",
1324	"elf.R_ARM_GOT32":                               "debug/elf",
1325	"elf.R_ARM_GOTOFF":                              "debug/elf",
1326	"elf.R_ARM_GOTOFF12":                            "debug/elf",
1327	"elf.R_ARM_GOTPC":                               "debug/elf",
1328	"elf.R_ARM_GOTRELAX":                            "debug/elf",
1329	"elf.R_ARM_GOT_ABS":                             "debug/elf",
1330	"elf.R_ARM_GOT_BREL12":                          "debug/elf",
1331	"elf.R_ARM_GOT_PREL":                            "debug/elf",
1332	"elf.R_ARM_IRELATIVE":                           "debug/elf",
1333	"elf.R_ARM_JUMP24":                              "debug/elf",
1334	"elf.R_ARM_JUMP_SLOT":                           "debug/elf",
1335	"elf.R_ARM_LDC_PC_G0":                           "debug/elf",
1336	"elf.R_ARM_LDC_PC_G1":                           "debug/elf",
1337	"elf.R_ARM_LDC_PC_G2":                           "debug/elf",
1338	"elf.R_ARM_LDC_SB_G0":                           "debug/elf",
1339	"elf.R_ARM_LDC_SB_G1":                           "debug/elf",
1340	"elf.R_ARM_LDC_SB_G2":                           "debug/elf",
1341	"elf.R_ARM_LDRS_PC_G0":                          "debug/elf",
1342	"elf.R_ARM_LDRS_PC_G1":                          "debug/elf",
1343	"elf.R_ARM_LDRS_PC_G2":                          "debug/elf",
1344	"elf.R_ARM_LDRS_SB_G0":                          "debug/elf",
1345	"elf.R_ARM_LDRS_SB_G1":                          "debug/elf",
1346	"elf.R_ARM_LDRS_SB_G2":                          "debug/elf",
1347	"elf.R_ARM_LDR_PC_G1":                           "debug/elf",
1348	"elf.R_ARM_LDR_PC_G2":                           "debug/elf",
1349	"elf.R_ARM_LDR_SBREL_11_10_NC":                  "debug/elf",
1350	"elf.R_ARM_LDR_SB_G0":                           "debug/elf",
1351	"elf.R_ARM_LDR_SB_G1":                           "debug/elf",
1352	"elf.R_ARM_LDR_SB_G2":                           "debug/elf",
1353	"elf.R_ARM_ME_TOO":                              "debug/elf",
1354	"elf.R_ARM_MOVT_ABS":                            "debug/elf",
1355	"elf.R_ARM_MOVT_BREL":                           "debug/elf",
1356	"elf.R_ARM_MOVT_PREL":                           "debug/elf",
1357	"elf.R_ARM_MOVW_ABS_NC":                         "debug/elf",
1358	"elf.R_ARM_MOVW_BREL":                           "debug/elf",
1359	"elf.R_ARM_MOVW_BREL_NC":                        "debug/elf",
1360	"elf.R_ARM_MOVW_PREL_NC":                        "debug/elf",
1361	"elf.R_ARM_NONE":                                "debug/elf",
1362	"elf.R_ARM_PC13":                                "debug/elf",
1363	"elf.R_ARM_PC24":                                "debug/elf",
1364	"elf.R_ARM_PLT32":                               "debug/elf",
1365	"elf.R_ARM_PLT32_ABS":                           "debug/elf",
1366	"elf.R_ARM_PREL31":                              "debug/elf",
1367	"elf.R_ARM_PRIVATE_0":                           "debug/elf",
1368	"elf.R_ARM_PRIVATE_1":                           "debug/elf",
1369	"elf.R_ARM_PRIVATE_10":                          "debug/elf",
1370	"elf.R_ARM_PRIVATE_11":                          "debug/elf",
1371	"elf.R_ARM_PRIVATE_12":                          "debug/elf",
1372	"elf.R_ARM_PRIVATE_13":                          "debug/elf",
1373	"elf.R_ARM_PRIVATE_14":                          "debug/elf",
1374	"elf.R_ARM_PRIVATE_15":                          "debug/elf",
1375	"elf.R_ARM_PRIVATE_2":                           "debug/elf",
1376	"elf.R_ARM_PRIVATE_3":                           "debug/elf",
1377	"elf.R_ARM_PRIVATE_4":                           "debug/elf",
1378	"elf.R_ARM_PRIVATE_5":                           "debug/elf",
1379	"elf.R_ARM_PRIVATE_6":                           "debug/elf",
1380	"elf.R_ARM_PRIVATE_7":                           "debug/elf",
1381	"elf.R_ARM_PRIVATE_8":                           "debug/elf",
1382	"elf.R_ARM_PRIVATE_9":                           "debug/elf",
1383	"elf.R_ARM_RABS32":                              "debug/elf",
1384	"elf.R_ARM_RBASE":                               "debug/elf",
1385	"elf.R_ARM_REL32":                               "debug/elf",
1386	"elf.R_ARM_REL32_NOI":                           "debug/elf",
1387	"elf.R_ARM_RELATIVE":                            "debug/elf",
1388	"elf.R_ARM_RPC24":                               "debug/elf",
1389	"elf.R_ARM_RREL32":                              "debug/elf",
1390	"elf.R_ARM_RSBREL32":                            "debug/elf",
1391	"elf.R_ARM_RXPC25":                              "debug/elf",
1392	"elf.R_ARM_SBREL31":                             "debug/elf",
1393	"elf.R_ARM_SBREL32":                             "debug/elf",
1394	"elf.R_ARM_SWI24":                               "debug/elf",
1395	"elf.R_ARM_TARGET1":                             "debug/elf",
1396	"elf.R_ARM_TARGET2":                             "debug/elf",
1397	"elf.R_ARM_THM_ABS5":                            "debug/elf",
1398	"elf.R_ARM_THM_ALU_ABS_G0_NC":                   "debug/elf",
1399	"elf.R_ARM_THM_ALU_ABS_G1_NC":                   "debug/elf",
1400	"elf.R_ARM_THM_ALU_ABS_G2_NC":                   "debug/elf",
1401	"elf.R_ARM_THM_ALU_ABS_G3":                      "debug/elf",
1402	"elf.R_ARM_THM_ALU_PREL_11_0":                   "debug/elf",
1403	"elf.R_ARM_THM_GOT_BREL12":                      "debug/elf",
1404	"elf.R_ARM_THM_JUMP11":                          "debug/elf",
1405	"elf.R_ARM_THM_JUMP19":                          "debug/elf",
1406	"elf.R_ARM_THM_JUMP24":                          "debug/elf",
1407	"elf.R_ARM_THM_JUMP6":                           "debug/elf",
1408	"elf.R_ARM_THM_JUMP8":                           "debug/elf",
1409	"elf.R_ARM_THM_MOVT_ABS":                        "debug/elf",
1410	"elf.R_ARM_THM_MOVT_BREL":                       "debug/elf",
1411	"elf.R_ARM_THM_MOVT_PREL":                       "debug/elf",
1412	"elf.R_ARM_THM_MOVW_ABS_NC":                     "debug/elf",
1413	"elf.R_ARM_THM_MOVW_BREL":                       "debug/elf",
1414	"elf.R_ARM_THM_MOVW_BREL_NC":                    "debug/elf",
1415	"elf.R_ARM_THM_MOVW_PREL_NC":                    "debug/elf",
1416	"elf.R_ARM_THM_PC12":                            "debug/elf",
1417	"elf.R_ARM_THM_PC22":                            "debug/elf",
1418	"elf.R_ARM_THM_PC8":                             "debug/elf",
1419	"elf.R_ARM_THM_RPC22":                           "debug/elf",
1420	"elf.R_ARM_THM_SWI8":                            "debug/elf",
1421	"elf.R_ARM_THM_TLS_CALL":                        "debug/elf",
1422	"elf.R_ARM_THM_TLS_DESCSEQ16":                   "debug/elf",
1423	"elf.R_ARM_THM_TLS_DESCSEQ32":                   "debug/elf",
1424	"elf.R_ARM_THM_XPC22":                           "debug/elf",
1425	"elf.R_ARM_TLS_CALL":                            "debug/elf",
1426	"elf.R_ARM_TLS_DESCSEQ":                         "debug/elf",
1427	"elf.R_ARM_TLS_DTPMOD32":                        "debug/elf",
1428	"elf.R_ARM_TLS_DTPOFF32":                        "debug/elf",
1429	"elf.R_ARM_TLS_GD32":                            "debug/elf",
1430	"elf.R_ARM_TLS_GOTDESC":                         "debug/elf",
1431	"elf.R_ARM_TLS_IE12GP":                          "debug/elf",
1432	"elf.R_ARM_TLS_IE32":                            "debug/elf",
1433	"elf.R_ARM_TLS_LDM32":                           "debug/elf",
1434	"elf.R_ARM_TLS_LDO12":                           "debug/elf",
1435	"elf.R_ARM_TLS_LDO32":                           "debug/elf",
1436	"elf.R_ARM_TLS_LE12":                            "debug/elf",
1437	"elf.R_ARM_TLS_LE32":                            "debug/elf",
1438	"elf.R_ARM_TLS_TPOFF32":                         "debug/elf",
1439	"elf.R_ARM_V4BX":                                "debug/elf",
1440	"elf.R_ARM_XPC25":                               "debug/elf",
1441	"elf.R_INFO":                                    "debug/elf",
1442	"elf.R_INFO32":                                  "debug/elf",
1443	"elf.R_MIPS":                                    "debug/elf",
1444	"elf.R_MIPS_16":                                 "debug/elf",
1445	"elf.R_MIPS_26":                                 "debug/elf",
1446	"elf.R_MIPS_32":                                 "debug/elf",
1447	"elf.R_MIPS_64":                                 "debug/elf",
1448	"elf.R_MIPS_ADD_IMMEDIATE":                      "debug/elf",
1449	"elf.R_MIPS_CALL16":                             "debug/elf",
1450	"elf.R_MIPS_CALL_HI16":                          "debug/elf",
1451	"elf.R_MIPS_CALL_LO16":                          "debug/elf",
1452	"elf.R_MIPS_DELETE":                             "debug/elf",
1453	"elf.R_MIPS_GOT16":                              "debug/elf",
1454	"elf.R_MIPS_GOT_DISP":                           "debug/elf",
1455	"elf.R_MIPS_GOT_HI16":                           "debug/elf",
1456	"elf.R_MIPS_GOT_LO16":                           "debug/elf",
1457	"elf.R_MIPS_GOT_OFST":                           "debug/elf",
1458	"elf.R_MIPS_GOT_PAGE":                           "debug/elf",
1459	"elf.R_MIPS_GPREL16":                            "debug/elf",
1460	"elf.R_MIPS_GPREL32":                            "debug/elf",
1461	"elf.R_MIPS_HI16":                               "debug/elf",
1462	"elf.R_MIPS_HIGHER":                             "debug/elf",
1463	"elf.R_MIPS_HIGHEST":                            "debug/elf",
1464	"elf.R_MIPS_INSERT_A":                           "debug/elf",
1465	"elf.R_MIPS_INSERT_B":                           "debug/elf",
1466	"elf.R_MIPS_JALR":                               "debug/elf",
1467	"elf.R_MIPS_LITERAL":                            "debug/elf",
1468	"elf.R_MIPS_LO16":                               "debug/elf",
1469	"elf.R_MIPS_NONE":                               "debug/elf",
1470	"elf.R_MIPS_PC16":                               "debug/elf",
1471	"elf.R_MIPS_PJUMP":                              "debug/elf",
1472	"elf.R_MIPS_REL16":                              "debug/elf",
1473	"elf.R_MIPS_REL32":                              "debug/elf",
1474	"elf.R_MIPS_RELGOT":                             "debug/elf",
1475	"elf.R_MIPS_SCN_DISP":                           "debug/elf",
1476	"elf.R_MIPS_SHIFT5":                             "debug/elf",
1477	"elf.R_MIPS_SHIFT6":                             "debug/elf",
1478	"elf.R_MIPS_SUB":                                "debug/elf",
1479	"elf.R_MIPS_TLS_DTPMOD32":                       "debug/elf",
1480	"elf.R_MIPS_TLS_DTPMOD64":                       "debug/elf",
1481	"elf.R_MIPS_TLS_DTPREL32":                       "debug/elf",
1482	"elf.R_MIPS_TLS_DTPREL64":                       "debug/elf",
1483	"elf.R_MIPS_TLS_DTPREL_HI16":                    "debug/elf",
1484	"elf.R_MIPS_TLS_DTPREL_LO16":                    "debug/elf",
1485	"elf.R_MIPS_TLS_GD":                             "debug/elf",
1486	"elf.R_MIPS_TLS_GOTTPREL":                       "debug/elf",
1487	"elf.R_MIPS_TLS_LDM":                            "debug/elf",
1488	"elf.R_MIPS_TLS_TPREL32":                        "debug/elf",
1489	"elf.R_MIPS_TLS_TPREL64":                        "debug/elf",
1490	"elf.R_MIPS_TLS_TPREL_HI16":                     "debug/elf",
1491	"elf.R_MIPS_TLS_TPREL_LO16":                     "debug/elf",
1492	"elf.R_PPC":                                     "debug/elf",
1493	"elf.R_PPC64":                                   "debug/elf",
1494	"elf.R_PPC64_ADDR14":                            "debug/elf",
1495	"elf.R_PPC64_ADDR14_BRNTAKEN":                   "debug/elf",
1496	"elf.R_PPC64_ADDR14_BRTAKEN":                    "debug/elf",
1497	"elf.R_PPC64_ADDR16":                            "debug/elf",
1498	"elf.R_PPC64_ADDR16_DS":                         "debug/elf",
1499	"elf.R_PPC64_ADDR16_HA":                         "debug/elf",
1500	"elf.R_PPC64_ADDR16_HI":                         "debug/elf",
1501	"elf.R_PPC64_ADDR16_HIGH":                       "debug/elf",
1502	"elf.R_PPC64_ADDR16_HIGHA":                      "debug/elf",
1503	"elf.R_PPC64_ADDR16_HIGHER":                     "debug/elf",
1504	"elf.R_PPC64_ADDR16_HIGHERA":                    "debug/elf",
1505	"elf.R_PPC64_ADDR16_HIGHEST":                    "debug/elf",
1506	"elf.R_PPC64_ADDR16_HIGHESTA":                   "debug/elf",
1507	"elf.R_PPC64_ADDR16_LO":                         "debug/elf",
1508	"elf.R_PPC64_ADDR16_LO_DS":                      "debug/elf",
1509	"elf.R_PPC64_ADDR24":                            "debug/elf",
1510	"elf.R_PPC64_ADDR32":                            "debug/elf",
1511	"elf.R_PPC64_ADDR64":                            "debug/elf",
1512	"elf.R_PPC64_ADDR64_LOCAL":                      "debug/elf",
1513	"elf.R_PPC64_DTPMOD64":                          "debug/elf",
1514	"elf.R_PPC64_DTPREL16":                          "debug/elf",
1515	"elf.R_PPC64_DTPREL16_DS":                       "debug/elf",
1516	"elf.R_PPC64_DTPREL16_HA":                       "debug/elf",
1517	"elf.R_PPC64_DTPREL16_HI":                       "debug/elf",
1518	"elf.R_PPC64_DTPREL16_HIGH":                     "debug/elf",
1519	"elf.R_PPC64_DTPREL16_HIGHA":                    "debug/elf",
1520	"elf.R_PPC64_DTPREL16_HIGHER":                   "debug/elf",
1521	"elf.R_PPC64_DTPREL16_HIGHERA":                  "debug/elf",
1522	"elf.R_PPC64_DTPREL16_HIGHEST":                  "debug/elf",
1523	"elf.R_PPC64_DTPREL16_HIGHESTA":                 "debug/elf",
1524	"elf.R_PPC64_DTPREL16_LO":                       "debug/elf",
1525	"elf.R_PPC64_DTPREL16_LO_DS":                    "debug/elf",
1526	"elf.R_PPC64_DTPREL64":                          "debug/elf",
1527	"elf.R_PPC64_ENTRY":                             "debug/elf",
1528	"elf.R_PPC64_GOT16":                             "debug/elf",
1529	"elf.R_PPC64_GOT16_DS":                          "debug/elf",
1530	"elf.R_PPC64_GOT16_HA":                          "debug/elf",
1531	"elf.R_PPC64_GOT16_HI":                          "debug/elf",
1532	"elf.R_PPC64_GOT16_LO":                          "debug/elf",
1533	"elf.R_PPC64_GOT16_LO_DS":                       "debug/elf",
1534	"elf.R_PPC64_GOT_DTPREL16_DS":                   "debug/elf",
1535	"elf.R_PPC64_GOT_DTPREL16_HA":                   "debug/elf",
1536	"elf.R_PPC64_GOT_DTPREL16_HI":                   "debug/elf",
1537	"elf.R_PPC64_GOT_DTPREL16_LO_DS":                "debug/elf",
1538	"elf.R_PPC64_GOT_TLSGD16":                       "debug/elf",
1539	"elf.R_PPC64_GOT_TLSGD16_HA":                    "debug/elf",
1540	"elf.R_PPC64_GOT_TLSGD16_HI":                    "debug/elf",
1541	"elf.R_PPC64_GOT_TLSGD16_LO":                    "debug/elf",
1542	"elf.R_PPC64_GOT_TLSLD16":                       "debug/elf",
1543	"elf.R_PPC64_GOT_TLSLD16_HA":                    "debug/elf",
1544	"elf.R_PPC64_GOT_TLSLD16_HI":                    "debug/elf",
1545	"elf.R_PPC64_GOT_TLSLD16_LO":                    "debug/elf",
1546	"elf.R_PPC64_GOT_TPREL16_DS":                    "debug/elf",
1547	"elf.R_PPC64_GOT_TPREL16_HA":                    "debug/elf",
1548	"elf.R_PPC64_GOT_TPREL16_HI":                    "debug/elf",
1549	"elf.R_PPC64_GOT_TPREL16_LO_DS":                 "debug/elf",
1550	"elf.R_PPC64_IRELATIVE":                         "debug/elf",
1551	"elf.R_PPC64_JMP_IREL":                          "debug/elf",
1552	"elf.R_PPC64_JMP_SLOT":                          "debug/elf",
1553	"elf.R_PPC64_NONE":                              "debug/elf",
1554	"elf.R_PPC64_PLT16_LO_DS":                       "debug/elf",
1555	"elf.R_PPC64_PLTGOT16":                          "debug/elf",
1556	"elf.R_PPC64_PLTGOT16_DS":                       "debug/elf",
1557	"elf.R_PPC64_PLTGOT16_HA":                       "debug/elf",
1558	"elf.R_PPC64_PLTGOT16_HI":                       "debug/elf",
1559	"elf.R_PPC64_PLTGOT16_LO":                       "debug/elf",
1560	"elf.R_PPC64_PLTGOT_LO_DS":                      "debug/elf",
1561	"elf.R_PPC64_REL14":                             "debug/elf",
1562	"elf.R_PPC64_REL14_BRNTAKEN":                    "debug/elf",
1563	"elf.R_PPC64_REL14_BRTAKEN":                     "debug/elf",
1564	"elf.R_PPC64_REL16":                             "debug/elf",
1565	"elf.R_PPC64_REL16DX_HA":                        "debug/elf",
1566	"elf.R_PPC64_REL16_HA":                          "debug/elf",
1567	"elf.R_PPC64_REL16_HI":                          "debug/elf",
1568	"elf.R_PPC64_REL16_LO":                          "debug/elf",
1569	"elf.R_PPC64_REL24":                             "debug/elf",
1570	"elf.R_PPC64_REL24_NOTOC":                       "debug/elf",
1571	"elf.R_PPC64_REL32":                             "debug/elf",
1572	"elf.R_PPC64_REL64":                             "debug/elf",
1573	"elf.R_PPC64_SECTOFF_DS":                        "debug/elf",
1574	"elf.R_PPC64_SECTOFF_LO_DS":                     "debug/elf",
1575	"elf.R_PPC64_TLS":                               "debug/elf",
1576	"elf.R_PPC64_TLSGD":                             "debug/elf",
1577	"elf.R_PPC64_TLSLD":                             "debug/elf",
1578	"elf.R_PPC64_TOC":                               "debug/elf",
1579	"elf.R_PPC64_TOC16":                             "debug/elf",
1580	"elf.R_PPC64_TOC16_DS":                          "debug/elf",
1581	"elf.R_PPC64_TOC16_HA":                          "debug/elf",
1582	"elf.R_PPC64_TOC16_HI":                          "debug/elf",
1583	"elf.R_PPC64_TOC16_LO":                          "debug/elf",
1584	"elf.R_PPC64_TOC16_LO_DS":                       "debug/elf",
1585	"elf.R_PPC64_TOCSAVE":                           "debug/elf",
1586	"elf.R_PPC64_TPREL16":                           "debug/elf",
1587	"elf.R_PPC64_TPREL16_DS":                        "debug/elf",
1588	"elf.R_PPC64_TPREL16_HA":                        "debug/elf",
1589	"elf.R_PPC64_TPREL16_HI":                        "debug/elf",
1590	"elf.R_PPC64_TPREL16_HIGH":                      "debug/elf",
1591	"elf.R_PPC64_TPREL16_HIGHA":                     "debug/elf",
1592	"elf.R_PPC64_TPREL16_HIGHER":                    "debug/elf",
1593	"elf.R_PPC64_TPREL16_HIGHERA":                   "debug/elf",
1594	"elf.R_PPC64_TPREL16_HIGHEST":                   "debug/elf",
1595	"elf.R_PPC64_TPREL16_HIGHESTA":                  "debug/elf",
1596	"elf.R_PPC64_TPREL16_LO":                        "debug/elf",
1597	"elf.R_PPC64_TPREL16_LO_DS":                     "debug/elf",
1598	"elf.R_PPC64_TPREL64":                           "debug/elf",
1599	"elf.R_PPC_ADDR14":                              "debug/elf",
1600	"elf.R_PPC_ADDR14_BRNTAKEN":                     "debug/elf",
1601	"elf.R_PPC_ADDR14_BRTAKEN":                      "debug/elf",
1602	"elf.R_PPC_ADDR16":                              "debug/elf",
1603	"elf.R_PPC_ADDR16_HA":                           "debug/elf",
1604	"elf.R_PPC_ADDR16_HI":                           "debug/elf",
1605	"elf.R_PPC_ADDR16_LO":                           "debug/elf",
1606	"elf.R_PPC_ADDR24":                              "debug/elf",
1607	"elf.R_PPC_ADDR32":                              "debug/elf",
1608	"elf.R_PPC_COPY":                                "debug/elf",
1609	"elf.R_PPC_DTPMOD32":                            "debug/elf",
1610	"elf.R_PPC_DTPREL16":                            "debug/elf",
1611	"elf.R_PPC_DTPREL16_HA":                         "debug/elf",
1612	"elf.R_PPC_DTPREL16_HI":                         "debug/elf",
1613	"elf.R_PPC_DTPREL16_LO":                         "debug/elf",
1614	"elf.R_PPC_DTPREL32":                            "debug/elf",
1615	"elf.R_PPC_EMB_BIT_FLD":                         "debug/elf",
1616	"elf.R_PPC_EMB_MRKREF":                          "debug/elf",
1617	"elf.R_PPC_EMB_NADDR16":                         "debug/elf",
1618	"elf.R_PPC_EMB_NADDR16_HA":                      "debug/elf",
1619	"elf.R_PPC_EMB_NADDR16_HI":                      "debug/elf",
1620	"elf.R_PPC_EMB_NADDR16_LO":                      "debug/elf",
1621	"elf.R_PPC_EMB_NADDR32":                         "debug/elf",
1622	"elf.R_PPC_EMB_RELSDA":                          "debug/elf",
1623	"elf.R_PPC_EMB_RELSEC16":                        "debug/elf",
1624	"elf.R_PPC_EMB_RELST_HA":                        "debug/elf",
1625	"elf.R_PPC_EMB_RELST_HI":                        "debug/elf",
1626	"elf.R_PPC_EMB_RELST_LO":                        "debug/elf",
1627	"elf.R_PPC_EMB_SDA21":                           "debug/elf",
1628	"elf.R_PPC_EMB_SDA2I16":                         "debug/elf",
1629	"elf.R_PPC_EMB_SDA2REL":                         "debug/elf",
1630	"elf.R_PPC_EMB_SDAI16":                          "debug/elf",
1631	"elf.R_PPC_GLOB_DAT":                            "debug/elf",
1632	"elf.R_PPC_GOT16":                               "debug/elf",
1633	"elf.R_PPC_GOT16_HA":                            "debug/elf",
1634	"elf.R_PPC_GOT16_HI":                            "debug/elf",
1635	"elf.R_PPC_GOT16_LO":                            "debug/elf",
1636	"elf.R_PPC_GOT_TLSGD16":                         "debug/elf",
1637	"elf.R_PPC_GOT_TLSGD16_HA":                      "debug/elf",
1638	"elf.R_PPC_GOT_TLSGD16_HI":                      "debug/elf",
1639	"elf.R_PPC_GOT_TLSGD16_LO":                      "debug/elf",
1640	"elf.R_PPC_GOT_TLSLD16":                         "debug/elf",
1641	"elf.R_PPC_GOT_TLSLD16_HA":                      "debug/elf",
1642	"elf.R_PPC_GOT_TLSLD16_HI":                      "debug/elf",
1643	"elf.R_PPC_GOT_TLSLD16_LO":                      "debug/elf",
1644	"elf.R_PPC_GOT_TPREL16":                         "debug/elf",
1645	"elf.R_PPC_GOT_TPREL16_HA":                      "debug/elf",
1646	"elf.R_PPC_GOT_TPREL16_HI":                      "debug/elf",
1647	"elf.R_PPC_GOT_TPREL16_LO":                      "debug/elf",
1648	"elf.R_PPC_JMP_SLOT":                            "debug/elf",
1649	"elf.R_PPC_LOCAL24PC":                           "debug/elf",
1650	"elf.R_PPC_NONE":                                "debug/elf",
1651	"elf.R_PPC_PLT16_HA":                            "debug/elf",
1652	"elf.R_PPC_PLT16_HI":                            "debug/elf",
1653	"elf.R_PPC_PLT16_LO":                            "debug/elf",
1654	"elf.R_PPC_PLT32":                               "debug/elf",
1655	"elf.R_PPC_PLTREL24":                            "debug/elf",
1656	"elf.R_PPC_PLTREL32":                            "debug/elf",
1657	"elf.R_PPC_REL14":                               "debug/elf",
1658	"elf.R_PPC_REL14_BRNTAKEN":                      "debug/elf",
1659	"elf.R_PPC_REL14_BRTAKEN":                       "debug/elf",
1660	"elf.R_PPC_REL24":                               "debug/elf",
1661	"elf.R_PPC_REL32":                               "debug/elf",
1662	"elf.R_PPC_RELATIVE":                            "debug/elf",
1663	"elf.R_PPC_SDAREL16":                            "debug/elf",
1664	"elf.R_PPC_SECTOFF":                             "debug/elf",
1665	"elf.R_PPC_SECTOFF_HA":                          "debug/elf",
1666	"elf.R_PPC_SECTOFF_HI":                          "debug/elf",
1667	"elf.R_PPC_SECTOFF_LO":                          "debug/elf",
1668	"elf.R_PPC_TLS":                                 "debug/elf",
1669	"elf.R_PPC_TPREL16":                             "debug/elf",
1670	"elf.R_PPC_TPREL16_HA":                          "debug/elf",
1671	"elf.R_PPC_TPREL16_HI":                          "debug/elf",
1672	"elf.R_PPC_TPREL16_LO":                          "debug/elf",
1673	"elf.R_PPC_TPREL32":                             "debug/elf",
1674	"elf.R_PPC_UADDR16":                             "debug/elf",
1675	"elf.R_PPC_UADDR32":                             "debug/elf",
1676	"elf.R_SPARC":                                   "debug/elf",
1677	"elf.R_SPARC_10":                                "debug/elf",
1678	"elf.R_SPARC_11":                                "debug/elf",
1679	"elf.R_SPARC_13":                                "debug/elf",
1680	"elf.R_SPARC_16":                                "debug/elf",
1681	"elf.R_SPARC_22":                                "debug/elf",
1682	"elf.R_SPARC_32":                                "debug/elf",
1683	"elf.R_SPARC_5":                                 "debug/elf",
1684	"elf.R_SPARC_6":                                 "debug/elf",
1685	"elf.R_SPARC_64":                                "debug/elf",
1686	"elf.R_SPARC_7":                                 "debug/elf",
1687	"elf.R_SPARC_8":                                 "debug/elf",
1688	"elf.R_SPARC_COPY":                              "debug/elf",
1689	"elf.R_SPARC_DISP16":                            "debug/elf",
1690	"elf.R_SPARC_DISP32":                            "debug/elf",
1691	"elf.R_SPARC_DISP64":                            "debug/elf",
1692	"elf.R_SPARC_DISP8":                             "debug/elf",
1693	"elf.R_SPARC_GLOB_DAT":                          "debug/elf",
1694	"elf.R_SPARC_GLOB_JMP":                          "debug/elf",
1695	"elf.R_SPARC_GOT10":                             "debug/elf",
1696	"elf.R_SPARC_GOT13":                             "debug/elf",
1697	"elf.R_SPARC_GOT22":                             "debug/elf",
1698	"elf.R_SPARC_H44":                               "debug/elf",
1699	"elf.R_SPARC_HH22":                              "debug/elf",
1700	"elf.R_SPARC_HI22":                              "debug/elf",
1701	"elf.R_SPARC_HIPLT22":                           "debug/elf",
1702	"elf.R_SPARC_HIX22":                             "debug/elf",
1703	"elf.R_SPARC_HM10":                              "debug/elf",
1704	"elf.R_SPARC_JMP_SLOT":                          "debug/elf",
1705	"elf.R_SPARC_L44":                               "debug/elf",
1706	"elf.R_SPARC_LM22":                              "debug/elf",
1707	"elf.R_SPARC_LO10":                              "debug/elf",
1708	"elf.R_SPARC_LOPLT10":                           "debug/elf",
1709	"elf.R_SPARC_LOX10":                             "debug/elf",
1710	"elf.R_SPARC_M44":                               "debug/elf",
1711	"elf.R_SPARC_NONE":                              "debug/elf",
1712	"elf.R_SPARC_OLO10":                             "debug/elf",
1713	"elf.R_SPARC_PC10":                              "debug/elf",
1714	"elf.R_SPARC_PC22":                              "debug/elf",
1715	"elf.R_SPARC_PCPLT10":                           "debug/elf",
1716	"elf.R_SPARC_PCPLT22":                           "debug/elf",
1717	"elf.R_SPARC_PCPLT32":                           "debug/elf",
1718	"elf.R_SPARC_PC_HH22":                           "debug/elf",
1719	"elf.R_SPARC_PC_HM10":                           "debug/elf",
1720	"elf.R_SPARC_PC_LM22":                           "debug/elf",
1721	"elf.R_SPARC_PLT32":                             "debug/elf",
1722	"elf.R_SPARC_PLT64":                             "debug/elf",
1723	"elf.R_SPARC_REGISTER":                          "debug/elf",
1724	"elf.R_SPARC_RELATIVE":                          "debug/elf",
1725	"elf.R_SPARC_UA16":                              "debug/elf",
1726	"elf.R_SPARC_UA32":                              "debug/elf",
1727	"elf.R_SPARC_UA64":                              "debug/elf",
1728	"elf.R_SPARC_WDISP16":                           "debug/elf",
1729	"elf.R_SPARC_WDISP19":                           "debug/elf",
1730	"elf.R_SPARC_WDISP22":                           "debug/elf",
1731	"elf.R_SPARC_WDISP30":                           "debug/elf",
1732	"elf.R_SPARC_WPLT30":                            "debug/elf",
1733	"elf.R_SYM32":                                   "debug/elf",
1734	"elf.R_SYM64":                                   "debug/elf",
1735	"elf.R_TYPE32":                                  "debug/elf",
1736	"elf.R_TYPE64":                                  "debug/elf",
1737	"elf.R_X86_64":                                  "debug/elf",
1738	"elf.R_X86_64_16":                               "debug/elf",
1739	"elf.R_X86_64_32":                               "debug/elf",
1740	"elf.R_X86_64_32S":                              "debug/elf",
1741	"elf.R_X86_64_64":                               "debug/elf",
1742	"elf.R_X86_64_8":                                "debug/elf",
1743	"elf.R_X86_64_COPY":                             "debug/elf",
1744	"elf.R_X86_64_DTPMOD64":                         "debug/elf",
1745	"elf.R_X86_64_DTPOFF32":                         "debug/elf",
1746	"elf.R_X86_64_DTPOFF64":                         "debug/elf",
1747	"elf.R_X86_64_GLOB_DAT":                         "debug/elf",
1748	"elf.R_X86_64_GOT32":                            "debug/elf",
1749	"elf.R_X86_64_GOT64":                            "debug/elf",
1750	"elf.R_X86_64_GOTOFF64":                         "debug/elf",
1751	"elf.R_X86_64_GOTPC32":                          "debug/elf",
1752	"elf.R_X86_64_GOTPC32_TLSDESC":                  "debug/elf",
1753	"elf.R_X86_64_GOTPC64":                          "debug/elf",
1754	"elf.R_X86_64_GOTPCREL":                         "debug/elf",
1755	"elf.R_X86_64_GOTPCREL64":                       "debug/elf",
1756	"elf.R_X86_64_GOTPCRELX":                        "debug/elf",
1757	"elf.R_X86_64_GOTPLT64":                         "debug/elf",
1758	"elf.R_X86_64_GOTTPOFF":                         "debug/elf",
1759	"elf.R_X86_64_IRELATIVE":                        "debug/elf",
1760	"elf.R_X86_64_JMP_SLOT":                         "debug/elf",
1761	"elf.R_X86_64_NONE":                             "debug/elf",
1762	"elf.R_X86_64_PC16":                             "debug/elf",
1763	"elf.R_X86_64_PC32":                             "debug/elf",
1764	"elf.R_X86_64_PC32_BND":                         "debug/elf",
1765	"elf.R_X86_64_PC64":                             "debug/elf",
1766	"elf.R_X86_64_PC8":                              "debug/elf",
1767	"elf.R_X86_64_PLT32":                            "debug/elf",
1768	"elf.R_X86_64_PLT32_BND":                        "debug/elf",
1769	"elf.R_X86_64_PLTOFF64":                         "debug/elf",
1770	"elf.R_X86_64_RELATIVE":                         "debug/elf",
1771	"elf.R_X86_64_RELATIVE64":                       "debug/elf",
1772	"elf.R_X86_64_REX_GOTPCRELX":                    "debug/elf",
1773	"elf.R_X86_64_SIZE32":                           "debug/elf",
1774	"elf.R_X86_64_SIZE64":                           "debug/elf",
1775	"elf.R_X86_64_TLSDESC":                          "debug/elf",
1776	"elf.R_X86_64_TLSDESC_CALL":                     "debug/elf",
1777	"elf.R_X86_64_TLSGD":                            "debug/elf",
1778	"elf.R_X86_64_TLSLD":                            "debug/elf",
1779	"elf.R_X86_64_TPOFF32":                          "debug/elf",
1780	"elf.R_X86_64_TPOFF64":                          "debug/elf",
1781	"elf.Rel32":                                     "debug/elf",
1782	"elf.Rel64":                                     "debug/elf",
1783	"elf.Rela32":                                    "debug/elf",
1784	"elf.Rela64":                                    "debug/elf",
1785	"elf.SHF_ALLOC":                                 "debug/elf",
1786	"elf.SHF_COMPRESSED":                            "debug/elf",
1787	"elf.SHF_EXECINSTR":                             "debug/elf",
1788	"elf.SHF_GROUP":                                 "debug/elf",
1789	"elf.SHF_INFO_LINK":                             "debug/elf",
1790	"elf.SHF_LINK_ORDER":                            "debug/elf",
1791	"elf.SHF_MASKOS":                                "debug/elf",
1792	"elf.SHF_MASKPROC":                              "debug/elf",
1793	"elf.SHF_MERGE":                                 "debug/elf",
1794	"elf.SHF_OS_NONCONFORMING":                      "debug/elf",
1795	"elf.SHF_STRINGS":                               "debug/elf",
1796	"elf.SHF_TLS":                                   "debug/elf",
1797	"elf.SHF_WRITE":                                 "debug/elf",
1798	"elf.SHN_ABS":                                   "debug/elf",
1799	"elf.SHN_COMMON":                                "debug/elf",
1800	"elf.SHN_HIOS":                                  "debug/elf",
1801	"elf.SHN_HIPROC":                                "debug/elf",
1802	"elf.SHN_HIRESERVE":                             "debug/elf",
1803	"elf.SHN_LOOS":                                  "debug/elf",
1804	"elf.SHN_LOPROC":                                "debug/elf",
1805	"elf.SHN_LORESERVE":                             "debug/elf",
1806	"elf.SHN_UNDEF":                                 "debug/elf",
1807	"elf.SHN_XINDEX":                                "debug/elf",
1808	"elf.SHT_DYNAMIC":                               "debug/elf",
1809	"elf.SHT_DYNSYM":                                "debug/elf",
1810	"elf.SHT_FINI_ARRAY":                            "debug/elf",
1811	"elf.SHT_GNU_ATTRIBUTES":                        "debug/elf",
1812	"elf.SHT_GNU_HASH":                              "debug/elf",
1813	"elf.SHT_GNU_LIBLIST":                           "debug/elf",
1814	"elf.SHT_GNU_VERDEF":                            "debug/elf",
1815	"elf.SHT_GNU_VERNEED":                           "debug/elf",
1816	"elf.SHT_GNU_VERSYM":                            "debug/elf",
1817	"elf.SHT_GROUP":                                 "debug/elf",
1818	"elf.SHT_HASH":                                  "debug/elf",
1819	"elf.SHT_HIOS":                                  "debug/elf",
1820	"elf.SHT_HIPROC":                                "debug/elf",
1821	"elf.SHT_HIUSER":                                "debug/elf",
1822	"elf.SHT_INIT_ARRAY":                            "debug/elf",
1823	"elf.SHT_LOOS":                                  "debug/elf",
1824	"elf.SHT_LOPROC":                                "debug/elf",
1825	"elf.SHT_LOUSER":                                "debug/elf",
1826	"elf.SHT_NOBITS":                                "debug/elf",
1827	"elf.SHT_NOTE":                                  "debug/elf",
1828	"elf.SHT_NULL":                                  "debug/elf",
1829	"elf.SHT_PREINIT_ARRAY":                         "debug/elf",
1830	"elf.SHT_PROGBITS":                              "debug/elf",
1831	"elf.SHT_REL":                                   "debug/elf",
1832	"elf.SHT_RELA":                                  "debug/elf",
1833	"elf.SHT_SHLIB":                                 "debug/elf",
1834	"elf.SHT_STRTAB":                                "debug/elf",
1835	"elf.SHT_SYMTAB":                                "debug/elf",
1836	"elf.SHT_SYMTAB_SHNDX":                          "debug/elf",
1837	"elf.STB_GLOBAL":                                "debug/elf",
1838	"elf.STB_HIOS":                                  "debug/elf",
1839	"elf.STB_HIPROC":                                "debug/elf",
1840	"elf.STB_LOCAL":                                 "debug/elf",
1841	"elf.STB_LOOS":                                  "debug/elf",
1842	"elf.STB_LOPROC":                                "debug/elf",
1843	"elf.STB_WEAK":                                  "debug/elf",
1844	"elf.STT_COMMON":                                "debug/elf",
1845	"elf.STT_FILE":                                  "debug/elf",
1846	"elf.STT_FUNC":                                  "debug/elf",
1847	"elf.STT_HIOS":                                  "debug/elf",
1848	"elf.STT_HIPROC":                                "debug/elf",
1849	"elf.STT_LOOS":                                  "debug/elf",
1850	"elf.STT_LOPROC":                                "debug/elf",
1851	"elf.STT_NOTYPE":                                "debug/elf",
1852	"elf.STT_OBJECT":                                "debug/elf",
1853	"elf.STT_SECTION":                               "debug/elf",
1854	"elf.STT_TLS":                                   "debug/elf",
1855	"elf.STV_DEFAULT":                               "debug/elf",
1856	"elf.STV_HIDDEN":                                "debug/elf",
1857	"elf.STV_INTERNAL":                              "debug/elf",
1858	"elf.STV_PROTECTED":                             "debug/elf",
1859	"elf.ST_BIND":                                   "debug/elf",
1860	"elf.ST_INFO":                                   "debug/elf",
1861	"elf.ST_TYPE":                                   "debug/elf",
1862	"elf.ST_VISIBILITY":                             "debug/elf",
1863	"elf.Section":                                   "debug/elf",
1864	"elf.Section32":                                 "debug/elf",
1865	"elf.Section64":                                 "debug/elf",
1866	"elf.SectionFlag":                               "debug/elf",
1867	"elf.SectionHeader":                             "debug/elf",
1868	"elf.SectionIndex":                              "debug/elf",
1869	"elf.SectionType":                               "debug/elf",
1870	"elf.Sym32":                                     "debug/elf",
1871	"elf.Sym32Size":                                 "debug/elf",
1872	"elf.Sym64":                                     "debug/elf",
1873	"elf.Sym64Size":                                 "debug/elf",
1874	"elf.SymBind":                                   "debug/elf",
1875	"elf.SymType":                                   "debug/elf",
1876	"elf.SymVis":                                    "debug/elf",
1877	"elf.Symbol":                                    "debug/elf",
1878	"elf.Type":                                      "debug/elf",
1879	"elf.Version":                                   "debug/elf",
1880	"elliptic.Curve":                                "crypto/elliptic",
1881	"elliptic.CurveParams":                          "crypto/elliptic",
1882	"elliptic.GenerateKey":                          "crypto/elliptic",
1883	"elliptic.Marshal":                              "crypto/elliptic",
1884	"elliptic.P224":                                 "crypto/elliptic",
1885	"elliptic.P256":                                 "crypto/elliptic",
1886	"elliptic.P384":                                 "crypto/elliptic",
1887	"elliptic.P521":                                 "crypto/elliptic",
1888	"elliptic.Unmarshal":                            "crypto/elliptic",
1889	"encoding.BinaryMarshaler":                      "encoding",
1890	"encoding.BinaryUnmarshaler":                    "encoding",
1891	"encoding.TextMarshaler":                        "encoding",
1892	"encoding.TextUnmarshaler":                      "encoding",
1893	"errors.New":                                    "errors",
1894	"exec.Cmd":                                      "os/exec",
1895	"exec.Command":                                  "os/exec",
1896	"exec.CommandContext":                           "os/exec",
1897	"exec.ErrNotFound":                              "os/exec",
1898	"exec.Error":                                    "os/exec",
1899	"exec.ExitError":                                "os/exec",
1900	"exec.LookPath":                                 "os/exec",
1901	"expvar.Do":                                     "expvar",
1902	"expvar.Float":                                  "expvar",
1903	"expvar.Func":                                   "expvar",
1904	"expvar.Get":                                    "expvar",
1905	"expvar.Handler":                                "expvar",
1906	"expvar.Int":                                    "expvar",
1907	"expvar.KeyValue":                               "expvar",
1908	"expvar.Map":                                    "expvar",
1909	"expvar.NewFloat":                               "expvar",
1910	"expvar.NewInt":                                 "expvar",
1911	"expvar.NewMap":                                 "expvar",
1912	"expvar.NewString":                              "expvar",
1913	"expvar.Publish":                                "expvar",
1914	"expvar.String":                                 "expvar",
1915	"expvar.Var":                                    "expvar",
1916	"fcgi.ErrConnClosed":                            "net/http/fcgi",
1917	"fcgi.ErrRequestAborted":                        "net/http/fcgi",
1918	"fcgi.ProcessEnv":                               "net/http/fcgi",
1919	"fcgi.Serve":                                    "net/http/fcgi",
1920	"filepath.Abs":                                  "path/filepath",
1921	"filepath.Base":                                 "path/filepath",
1922	"filepath.Clean":                                "path/filepath",
1923	"filepath.Dir":                                  "path/filepath",
1924	"filepath.ErrBadPattern":                        "path/filepath",
1925	"filepath.EvalSymlinks":                         "path/filepath",
1926	"filepath.Ext":                                  "path/filepath",
1927	"filepath.FromSlash":                            "path/filepath",
1928	"filepath.Glob":                                 "path/filepath",
1929	"filepath.HasPrefix":                            "path/filepath",
1930	"filepath.IsAbs":                                "path/filepath",
1931	"filepath.Join":                                 "path/filepath",
1932	"filepath.ListSeparator":                        "path/filepath",
1933	"filepath.Match":                                "path/filepath",
1934	"filepath.Rel":                                  "path/filepath",
1935	"filepath.Separator":                            "path/filepath",
1936	"filepath.SkipDir":                              "path/filepath",
1937	"filepath.Split":                                "path/filepath",
1938	"filepath.SplitList":                            "path/filepath",
1939	"filepath.ToSlash":                              "path/filepath",
1940	"filepath.VolumeName":                           "path/filepath",
1941	"filepath.Walk":                                 "path/filepath",
1942	"filepath.WalkFunc":                             "path/filepath",
1943	"flag.Arg":                                      "flag",
1944	"flag.Args":                                     "flag",
1945	"flag.Bool":                                     "flag",
1946	"flag.BoolVar":                                  "flag",
1947	"flag.CommandLine":                              "flag",
1948	"flag.ContinueOnError":                          "flag",
1949	"flag.Duration":                                 "flag",
1950	"flag.DurationVar":                              "flag",
1951	"flag.ErrHelp":                                  "flag",
1952	"flag.ErrorHandling":                            "flag",
1953	"flag.ExitOnError":                              "flag",
1954	"flag.Flag":                                     "flag",
1955	"flag.FlagSet":                                  "flag",
1956	"flag.Float64":                                  "flag",
1957	"flag.Float64Var":                               "flag",
1958	"flag.Getter":                                   "flag",
1959	"flag.Int":                                      "flag",
1960	"flag.Int64":                                    "flag",
1961	"flag.Int64Var":                                 "flag",
1962	"flag.IntVar":                                   "flag",
1963	"flag.Lookup":                                   "flag",
1964	"flag.NArg":                                     "flag",
1965	"flag.NFlag":                                    "flag",
1966	"flag.NewFlagSet":                               "flag",
1967	"flag.PanicOnError":                             "flag",
1968	"flag.Parse":                                    "flag",
1969	"flag.Parsed":                                   "flag",
1970	"flag.PrintDefaults":                            "flag",
1971	"flag.Set":                                      "flag",
1972	"flag.String":                                   "flag",
1973	"flag.StringVar":                                "flag",
1974	"flag.Uint":                                     "flag",
1975	"flag.Uint64":                                   "flag",
1976	"flag.Uint64Var":                                "flag",
1977	"flag.UintVar":                                  "flag",
1978	"flag.UnquoteUsage":                             "flag",
1979	"flag.Usage":                                    "flag",
1980	"flag.Value":                                    "flag",
1981	"flag.Var":                                      "flag",
1982	"flag.Visit":                                    "flag",
1983	"flag.VisitAll":                                 "flag",
1984	"flate.BestCompression":                         "compress/flate",
1985	"flate.BestSpeed":                               "compress/flate",
1986	"flate.CorruptInputError":                       "compress/flate",
1987	"flate.DefaultCompression":                      "compress/flate",
1988	"flate.HuffmanOnly":                             "compress/flate",
1989	"flate.InternalError":                           "compress/flate",
1990	"flate.NewReader":                               "compress/flate",
1991	"flate.NewReaderDict":                           "compress/flate",
1992	"flate.NewWriter":                               "compress/flate",
1993	"flate.NewWriterDict":                           "compress/flate",
1994	"flate.NoCompression":                           "compress/flate",
1995	"flate.ReadError":                               "compress/flate",
1996	"flate.Reader":                                  "compress/flate",
1997	"flate.Resetter":                                "compress/flate",
1998	"flate.WriteError":                              "compress/flate",
1999	"flate.Writer":                                  "compress/flate",
2000	"fmt.Errorf":                                    "fmt",
2001	"fmt.Formatter":                                 "fmt",
2002	"fmt.Fprint":                                    "fmt",
2003	"fmt.Fprintf":                                   "fmt",
2004	"fmt.Fprintln":                                  "fmt",
2005	"fmt.Fscan":                                     "fmt",
2006	"fmt.Fscanf":                                    "fmt",
2007	"fmt.Fscanln":                                   "fmt",
2008	"fmt.GoStringer":                                "fmt",
2009	"fmt.Print":                                     "fmt",
2010	"fmt.Printf":                                    "fmt",
2011	"fmt.Println":                                   "fmt",
2012	"fmt.Scan":                                      "fmt",
2013	"fmt.ScanState":                                 "fmt",
2014	"fmt.Scanf":                                     "fmt",
2015	"fmt.Scanln":                                    "fmt",
2016	"fmt.Scanner":                                   "fmt",
2017	"fmt.Sprint":                                    "fmt",
2018	"fmt.Sprintf":                                   "fmt",
2019	"fmt.Sprintln":                                  "fmt",
2020	"fmt.Sscan":                                     "fmt",
2021	"fmt.Sscanf":                                    "fmt",
2022	"fmt.Sscanln":                                   "fmt",
2023	"fmt.State":                                     "fmt",
2024	"fmt.Stringer":                                  "fmt",
2025	"fnv.New128":                                    "hash/fnv",
2026	"fnv.New128a":                                   "hash/fnv",
2027	"fnv.New32":                                     "hash/fnv",
2028	"fnv.New32a":                                    "hash/fnv",
2029	"fnv.New64":                                     "hash/fnv",
2030	"fnv.New64a":                                    "hash/fnv",
2031	"format.Node":                                   "go/format",
2032	"format.Source":                                 "go/format",
2033	"gif.Decode":                                    "image/gif",
2034	"gif.DecodeAll":                                 "image/gif",
2035	"gif.DecodeConfig":                              "image/gif",
2036	"gif.DisposalBackground":                        "image/gif",
2037	"gif.DisposalNone":                              "image/gif",
2038	"gif.DisposalPrevious":                          "image/gif",
2039	"gif.Encode":                                    "image/gif",
2040	"gif.EncodeAll":                                 "image/gif",
2041	"gif.GIF":                                       "image/gif",
2042	"gif.Options":                                   "image/gif",
2043	"gob.CommonType":                                "encoding/gob",
2044	"gob.Decoder":                                   "encoding/gob",
2045	"gob.Encoder":                                   "encoding/gob",
2046	"gob.GobDecoder":                                "encoding/gob",
2047	"gob.GobEncoder":                                "encoding/gob",
2048	"gob.NewDecoder":                                "encoding/gob",
2049	"gob.NewEncoder":                                "encoding/gob",
2050	"gob.Register":                                  "encoding/gob",
2051	"gob.RegisterName":                              "encoding/gob",
2052	"gosym.DecodingError":                           "debug/gosym",
2053	"gosym.Func":                                    "debug/gosym",
2054	"gosym.LineTable":                               "debug/gosym",
2055	"gosym.NewLineTable":                            "debug/gosym",
2056	"gosym.NewTable":                                "debug/gosym",
2057	"gosym.Obj":                                     "debug/gosym",
2058	"gosym.Sym":                                     "debug/gosym",
2059	"gosym.Table":                                   "debug/gosym",
2060	"gosym.UnknownFileError":                        "debug/gosym",
2061	"gosym.UnknownLineError":                        "debug/gosym",
2062	"gzip.BestCompression":                          "compress/gzip",
2063	"gzip.BestSpeed":                                "compress/gzip",
2064	"gzip.DefaultCompression":                       "compress/gzip",
2065	"gzip.ErrChecksum":                              "compress/gzip",
2066	"gzip.ErrHeader":                                "compress/gzip",
2067	"gzip.Header":                                   "compress/gzip",
2068	"gzip.HuffmanOnly":                              "compress/gzip",
2069	"gzip.NewReader":                                "compress/gzip",
2070	"gzip.NewWriter":                                "compress/gzip",
2071	"gzip.NewWriterLevel":                           "compress/gzip",
2072	"gzip.NoCompression":                            "compress/gzip",
2073	"gzip.Reader":                                   "compress/gzip",
2074	"gzip.Writer":                                   "compress/gzip",
2075	"hash.Hash":                                     "hash",
2076	"hash.Hash32":                                   "hash",
2077	"hash.Hash64":                                   "hash",
2078	"heap.Fix":                                      "container/heap",
2079	"heap.Init":                                     "container/heap",
2080	"heap.Interface":                                "container/heap",
2081	"heap.Pop":                                      "container/heap",
2082	"heap.Push":                                     "container/heap",
2083	"heap.Remove":                                   "container/heap",
2084	"hex.Decode":                                    "encoding/hex",
2085	"hex.DecodeString":                              "encoding/hex",
2086	"hex.DecodedLen":                                "encoding/hex",
2087	"hex.Dump":                                      "encoding/hex",
2088	"hex.Dumper":                                    "encoding/hex",
2089	"hex.Encode":                                    "encoding/hex",
2090	"hex.EncodeToString":                            "encoding/hex",
2091	"hex.EncodedLen":                                "encoding/hex",
2092	"hex.ErrLength":                                 "encoding/hex",
2093	"hex.InvalidByteError":                          "encoding/hex",
2094	"hex.NewDecoder":                                "encoding/hex",
2095	"hex.NewEncoder":                                "encoding/hex",
2096	"hmac.Equal":                                    "crypto/hmac",
2097	"hmac.New":                                      "crypto/hmac",
2098	"html.EscapeString":                             "html",
2099	"html.UnescapeString":                           "html",
2100	"http.CanonicalHeaderKey":                       "net/http",
2101	"http.Client":                                   "net/http",
2102	"http.CloseNotifier":                            "net/http",
2103	"http.ConnState":                                "net/http",
2104	"http.Cookie":                                   "net/http",
2105	"http.CookieJar":                                "net/http",
2106	"http.DefaultClient":                            "net/http",
2107	"http.DefaultMaxHeaderBytes":                    "net/http",
2108	"http.DefaultMaxIdleConnsPerHost":               "net/http",
2109	"http.DefaultServeMux":                          "net/http",
2110	"http.DefaultTransport":                         "net/http",
2111	"http.DetectContentType":                        "net/http",
2112	"http.Dir":                                      "net/http",
2113	"http.ErrAbortHandler":                          "net/http",
2114	"http.ErrBodyNotAllowed":                        "net/http",
2115	"http.ErrBodyReadAfterClose":                    "net/http",
2116	"http.ErrContentLength":                         "net/http",
2117	"http.ErrHandlerTimeout":                        "net/http",
2118	"http.ErrHeaderTooLong":                         "net/http",
2119	"http.ErrHijacked":                              "net/http",
2120	"http.ErrLineTooLong":                           "net/http",
2121	"http.ErrMissingBoundary":                       "net/http",
2122	"http.ErrMissingContentLength":                  "net/http",
2123	"http.ErrMissingFile":                           "net/http",
2124	"http.ErrNoCookie":                              "net/http",
2125	"http.ErrNoLocation":                            "net/http",
2126	"http.ErrNotMultipart":                          "net/http",
2127	"http.ErrNotSupported":                          "net/http",
2128	"http.ErrServerClosed":                          "net/http",
2129	"http.ErrShortBody":                             "net/http",
2130	"http.ErrSkipAltProtocol":                       "net/http",
2131	"http.ErrUnexpectedTrailer":                     "net/http",
2132	"http.ErrUseLastResponse":                       "net/http",
2133	"http.ErrWriteAfterFlush":                       "net/http",
2134	"http.Error":                                    "net/http",
2135	"http.File":                                     "net/http",
2136	"http.FileServer":                               "net/http",
2137	"http.FileSystem":                               "net/http",
2138	"http.Flusher":                                  "net/http",
2139	"http.Get":                                      "net/http",
2140	"http.Handle":                                   "net/http",
2141	"http.HandleFunc":                               "net/http",
2142	"http.Handler":                                  "net/http",
2143	"http.HandlerFunc":                              "net/http",
2144	"http.Head":                                     "net/http",
2145	"http.Header":                                   "net/http",
2146	"http.Hijacker":                                 "net/http",
2147	"http.ListenAndServe":                           "net/http",
2148	"http.ListenAndServeTLS":                        "net/http",
2149	"http.LocalAddrContextKey":                      "net/http",
2150	"http.MaxBytesReader":                           "net/http",
2151	"http.MethodConnect":                            "net/http",
2152	"http.MethodDelete":                             "net/http",
2153	"http.MethodGet":                                "net/http",
2154	"http.MethodHead":                               "net/http",
2155	"http.MethodOptions":                            "net/http",
2156	"http.MethodPatch":                              "net/http",
2157	"http.MethodPost":                               "net/http",
2158	"http.MethodPut":                                "net/http",
2159	"http.MethodTrace":                              "net/http",
2160	"http.NewFileTransport":                         "net/http",
2161	"http.NewRequest":                               "net/http",
2162	"http.NewServeMux":                              "net/http",
2163	"http.NoBody":                                   "net/http",
2164	"http.NotFound":                                 "net/http",
2165	"http.NotFoundHandler":                          "net/http",
2166	"http.ParseHTTPVersion":                         "net/http",
2167	"http.ParseTime":                                "net/http",
2168	"http.Post":                                     "net/http",
2169	"http.PostForm":                                 "net/http",
2170	"http.ProtocolError":                            "net/http",
2171	"http.ProxyFromEnvironment":                     "net/http",
2172	"http.ProxyURL":                                 "net/http",
2173	"http.PushOptions":                              "net/http",
2174	"http.Pusher":                                   "net/http",
2175	"http.ReadRequest":                              "net/http",
2176	"http.ReadResponse":                             "net/http",
2177	"http.Redirect":                                 "net/http",
2178	"http.RedirectHandler":                          "net/http",
2179	"http.Request":                                  "net/http",
2180	"http.Response":                                 "net/http",
2181	"http.ResponseWriter":                           "net/http",
2182	"http.RoundTripper":                             "net/http",
2183	"http.Serve":                                    "net/http",
2184	"http.ServeContent":                             "net/http",
2185	"http.ServeFile":                                "net/http",
2186	"http.ServeMux":                                 "net/http",
2187	"http.ServeTLS":                                 "net/http",
2188	"http.Server":                                   "net/http",
2189	"http.ServerContextKey":                         "net/http",
2190	"http.SetCookie":                                "net/http",
2191	"http.StateActive":                              "net/http",
2192	"http.StateClosed":                              "net/http",
2193	"http.StateHijacked":                            "net/http",
2194	"http.StateIdle":                                "net/http",
2195	"http.StateNew":                                 "net/http",
2196	"http.StatusAccepted":                           "net/http",
2197	"http.StatusAlreadyReported":                    "net/http",
2198	"http.StatusBadGateway":                         "net/http",
2199	"http.StatusBadRequest":                         "net/http",
2200	"http.StatusConflict":                           "net/http",
2201	"http.StatusContinue":                           "net/http",
2202	"http.StatusCreated":                            "net/http",
2203	"http.StatusExpectationFailed":                  "net/http",
2204	"http.StatusFailedDependency":                   "net/http",
2205	"http.StatusForbidden":                          "net/http",
2206	"http.StatusFound":                              "net/http",
2207	"http.StatusGatewayTimeout":                     "net/http",
2208	"http.StatusGone":                               "net/http",
2209	"http.StatusHTTPVersionNotSupported":            "net/http",
2210	"http.StatusIMUsed":                             "net/http",
2211	"http.StatusInsufficientStorage":                "net/http",
2212	"http.StatusInternalServerError":                "net/http",
2213	"http.StatusLengthRequired":                     "net/http",
2214	"http.StatusLocked":                             "net/http",
2215	"http.StatusLoopDetected":                       "net/http",
2216	"http.StatusMethodNotAllowed":                   "net/http",
2217	"http.StatusMovedPermanently":                   "net/http",
2218	"http.StatusMultiStatus":                        "net/http",
2219	"http.StatusMultipleChoices":                    "net/http",
2220	"http.StatusNetworkAuthenticationRequired":      "net/http",
2221	"http.StatusNoContent":                          "net/http",
2222	"http.StatusNonAuthoritativeInfo":               "net/http",
2223	"http.StatusNotAcceptable":                      "net/http",
2224	"http.StatusNotExtended":                        "net/http",
2225	"http.StatusNotFound":                           "net/http",
2226	"http.StatusNotImplemented":                     "net/http",
2227	"http.StatusNotModified":                        "net/http",
2228	"http.StatusOK":                                 "net/http",
2229	"http.StatusPartialContent":                     "net/http",
2230	"http.StatusPaymentRequired":                    "net/http",
2231	"http.StatusPermanentRedirect":                  "net/http",
2232	"http.StatusPreconditionFailed":                 "net/http",
2233	"http.StatusPreconditionRequired":               "net/http",
2234	"http.StatusProcessing":                         "net/http",
2235	"http.StatusProxyAuthRequired":                  "net/http",
2236	"http.StatusRequestEntityTooLarge":              "net/http",
2237	"http.StatusRequestHeaderFieldsTooLarge":        "net/http",
2238	"http.StatusRequestTimeout":                     "net/http",
2239	"http.StatusRequestURITooLong":                  "net/http",
2240	"http.StatusRequestedRangeNotSatisfiable":       "net/http",
2241	"http.StatusResetContent":                       "net/http",
2242	"http.StatusSeeOther":                           "net/http",
2243	"http.StatusServiceUnavailable":                 "net/http",
2244	"http.StatusSwitchingProtocols":                 "net/http",
2245	"http.StatusTeapot":                             "net/http",
2246	"http.StatusTemporaryRedirect":                  "net/http",
2247	"http.StatusText":                               "net/http",
2248	"http.StatusTooManyRequests":                    "net/http",
2249	"http.StatusUnauthorized":                       "net/http",
2250	"http.StatusUnavailableForLegalReasons":         "net/http",
2251	"http.StatusUnprocessableEntity":                "net/http",
2252	"http.StatusUnsupportedMediaType":               "net/http",
2253	"http.StatusUpgradeRequired":                    "net/http",
2254	"http.StatusUseProxy":                           "net/http",
2255	"http.StatusVariantAlsoNegotiates":              "net/http",
2256	"http.StripPrefix":                              "net/http",
2257	"http.TimeFormat":                               "net/http",
2258	"http.TimeoutHandler":                           "net/http",
2259	"http.TrailerPrefix":                            "net/http",
2260	"http.Transport":                                "net/http",
2261	"httptest.DefaultRemoteAddr":                    "net/http/httptest",
2262	"httptest.NewRecorder":                          "net/http/httptest",
2263	"httptest.NewRequest":                           "net/http/httptest",
2264	"httptest.NewServer":                            "net/http/httptest",
2265	"httptest.NewTLSServer":                         "net/http/httptest",
2266	"httptest.NewUnstartedServer":                   "net/http/httptest",
2267	"httptest.ResponseRecorder":                     "net/http/httptest",
2268	"httptest.Server":                               "net/http/httptest",
2269	"httptrace.ClientTrace":                         "net/http/httptrace",
2270	"httptrace.ContextClientTrace":                  "net/http/httptrace",
2271	"httptrace.DNSDoneInfo":                         "net/http/httptrace",
2272	"httptrace.DNSStartInfo":                        "net/http/httptrace",
2273	"httptrace.GotConnInfo":                         "net/http/httptrace",
2274	"httptrace.WithClientTrace":                     "net/http/httptrace",
2275	"httptrace.WroteRequestInfo":                    "net/http/httptrace",
2276	"httputil.BufferPool":                           "net/http/httputil",
2277	"httputil.ClientConn":                           "net/http/httputil",
2278	"httputil.DumpRequest":                          "net/http/httputil",
2279	"httputil.DumpRequestOut":                       "net/http/httputil",
2280	"httputil.DumpResponse":                         "net/http/httputil",
2281	"httputil.ErrClosed":                            "net/http/httputil",
2282	"httputil.ErrLineTooLong":                       "net/http/httputil",
2283	"httputil.ErrPersistEOF":                        "net/http/httputil",
2284	"httputil.ErrPipeline":                          "net/http/httputil",
2285	"httputil.NewChunkedReader":                     "net/http/httputil",
2286	"httputil.NewChunkedWriter":                     "net/http/httputil",
2287	"httputil.NewClientConn":                        "net/http/httputil",
2288	"httputil.NewProxyClientConn":                   "net/http/httputil",
2289	"httputil.NewServerConn":                        "net/http/httputil",
2290	"httputil.NewSingleHostReverseProxy":            "net/http/httputil",
2291	"httputil.ReverseProxy":                         "net/http/httputil",
2292	"httputil.ServerConn":                           "net/http/httputil",
2293	"image.Alpha":                                   "image",
2294	"image.Alpha16":                                 "image",
2295	"image.Black":                                   "image",
2296	"image.CMYK":                                    "image",
2297	"image.Config":                                  "image",
2298	"image.Decode":                                  "image",
2299	"image.DecodeConfig":                            "image",
2300	"image.ErrFormat":                               "image",
2301	"image.Gray":                                    "image",
2302	"image.Gray16":                                  "image",
2303	"image.Image":                                   "image",
2304	"image.NRGBA":                                   "image",
2305	"image.NRGBA64":                                 "image",
2306	"image.NYCbCrA":                                 "image",
2307	"image.NewAlpha":                                "image",
2308	"image.NewAlpha16":                              "image",
2309	"image.NewCMYK":                                 "image",
2310	"image.NewGray":                                 "image",
2311	"image.NewGray16":                               "image",
2312	"image.NewNRGBA":                                "image",
2313	"image.NewNRGBA64":                              "image",
2314	"image.NewNYCbCrA":                              "image",
2315	"image.NewPaletted":                             "image",
2316	"image.NewRGBA":                                 "image",
2317	"image.NewRGBA64":                               "image",
2318	"image.NewUniform":                              "image",
2319	"image.NewYCbCr":                                "image",
2320	"image.Opaque":                                  "image",
2321	"image.Paletted":                                "image",
2322	"image.PalettedImage":                           "image",
2323	"image.Point":                                   "image",
2324	"image.Pt":                                      "image",
2325	"image.RGBA":                                    "image",
2326	"image.RGBA64":                                  "image",
2327	"image.Rect":                                    "image",
2328	"image.Rectangle":                               "image",
2329	"image.RegisterFormat":                          "image",
2330	"image.Transparent":                             "image",
2331	"image.Uniform":                                 "image",
2332	"image.White":                                   "image",
2333	"image.YCbCr":                                   "image",
2334	"image.YCbCrSubsampleRatio":                     "image",
2335	"image.YCbCrSubsampleRatio410":                  "image",
2336	"image.YCbCrSubsampleRatio411":                  "image",
2337	"image.YCbCrSubsampleRatio420":                  "image",
2338	"image.YCbCrSubsampleRatio422":                  "image",
2339	"image.YCbCrSubsampleRatio440":                  "image",
2340	"image.YCbCrSubsampleRatio444":                  "image",
2341	"image.ZP":                                      "image",
2342	"image.ZR":                                      "image",
2343	"importer.Default":                              "go/importer",
2344	"importer.For":                                  "go/importer",
2345	"importer.Lookup":                               "go/importer",
2346	"io.ByteReader":                                 "io",
2347	"io.ByteScanner":                                "io",
2348	"io.ByteWriter":                                 "io",
2349	"io.Closer":                                     "io",
2350	"io.Copy":                                       "io",
2351	"io.CopyBuffer":                                 "io",
2352	"io.CopyN":                                      "io",
2353	"io.EOF":                                        "io",
2354	"io.ErrClosedPipe":                              "io",
2355	"io.ErrNoProgress":                              "io",
2356	"io.ErrShortBuffer":                             "io",
2357	"io.ErrShortWrite":                              "io",
2358	"io.ErrUnexpectedEOF":                           "io",
2359	"io.LimitReader":                                "io",
2360	"io.LimitedReader":                              "io",
2361	"io.MultiReader":                                "io",
2362	"io.MultiWriter":                                "io",
2363	"io.NewSectionReader":                           "io",
2364	"io.Pipe":                                       "io",
2365	"io.PipeReader":                                 "io",
2366	"io.PipeWriter":                                 "io",
2367	"io.ReadAtLeast":                                "io",
2368	"io.ReadCloser":                                 "io",
2369	"io.ReadFull":                                   "io",
2370	"io.ReadSeeker":                                 "io",
2371	"io.ReadWriteCloser":                            "io",
2372	"io.ReadWriteSeeker":                            "io",
2373	"io.ReadWriter":                                 "io",
2374	"io.Reader":                                     "io",
2375	"io.ReaderAt":                                   "io",
2376	"io.ReaderFrom":                                 "io",
2377	"io.RuneReader":                                 "io",
2378	"io.RuneScanner":                                "io",
2379	"io.SectionReader":                              "io",
2380	"io.SeekCurrent":                                "io",
2381	"io.SeekEnd":                                    "io",
2382	"io.SeekStart":                                  "io",
2383	"io.Seeker":                                     "io",
2384	"io.TeeReader":                                  "io",
2385	"io.WriteCloser":                                "io",
2386	"io.WriteSeeker":                                "io",
2387	"io.WriteString":                                "io",
2388	"io.Writer":                                     "io",
2389	"io.WriterAt":                                   "io",
2390	"io.WriterTo":                                   "io",
2391	"iotest.DataErrReader":                          "testing/iotest",
2392	"iotest.ErrTimeout":                             "testing/iotest",
2393	"iotest.HalfReader":                             "testing/iotest",
2394	"iotest.NewReadLogger":                          "testing/iotest",
2395	"iotest.NewWriteLogger":                         "testing/iotest",
2396	"iotest.OneByteReader":                          "testing/iotest",
2397	"iotest.TimeoutReader":                          "testing/iotest",
2398	"iotest.TruncateWriter":                         "testing/iotest",
2399	"ioutil.Discard":                                "io/ioutil",
2400	"ioutil.NopCloser":                              "io/ioutil",
2401	"ioutil.ReadAll":                                "io/ioutil",
2402	"ioutil.ReadDir":                                "io/ioutil",
2403	"ioutil.ReadFile":                               "io/ioutil",
2404	"ioutil.TempDir":                                "io/ioutil",
2405	"ioutil.TempFile":                               "io/ioutil",
2406	"ioutil.WriteFile":                              "io/ioutil",
2407	"jpeg.Decode":                                   "image/jpeg",
2408	"jpeg.DecodeConfig":                             "image/jpeg",
2409	"jpeg.DefaultQuality":                           "image/jpeg",
2410	"jpeg.Encode":                                   "image/jpeg",
2411	"jpeg.FormatError":                              "image/jpeg",
2412	"jpeg.Options":                                  "image/jpeg",
2413	"jpeg.Reader":                                   "image/jpeg",
2414	"jpeg.UnsupportedError":                         "image/jpeg",
2415	"json.Compact":                                  "encoding/json",
2416	"json.Decoder":                                  "encoding/json",
2417	"json.Delim":                                    "encoding/json",
2418	"json.Encoder":                                  "encoding/json",
2419	"json.HTMLEscape":                               "encoding/json",
2420	"json.Indent":                                   "encoding/json",
2421	"json.InvalidUTF8Error":                         "encoding/json",
2422	"json.InvalidUnmarshalError":                    "encoding/json",
2423	"json.Marshal":                                  "encoding/json",
2424	"json.MarshalIndent":                            "encoding/json",
2425	"json.Marshaler":                                "encoding/json",
2426	"json.MarshalerError":                           "encoding/json",
2427	"json.NewDecoder":                               "encoding/json",
2428	"json.NewEncoder":                               "encoding/json",
2429	"json.Number":                                   "encoding/json",
2430	"json.RawMessage":                               "encoding/json",
2431	"json.SyntaxError":                              "encoding/json",
2432	"json.Token":                                    "encoding/json",
2433	"json.Unmarshal":                                "encoding/json",
2434	"json.UnmarshalFieldError":                      "encoding/json",
2435	"json.UnmarshalTypeError":                       "encoding/json",
2436	"json.Unmarshaler":                              "encoding/json",
2437	"json.UnsupportedTypeError":                     "encoding/json",
2438	"json.UnsupportedValueError":                    "encoding/json",
2439	"json.Valid":                                    "encoding/json",
2440	"jsonrpc.Dial":                                  "net/rpc/jsonrpc",
2441	"jsonrpc.NewClient":                             "net/rpc/jsonrpc",
2442	"jsonrpc.NewClientCodec":                        "net/rpc/jsonrpc",
2443	"jsonrpc.NewServerCodec":                        "net/rpc/jsonrpc",
2444	"jsonrpc.ServeConn":                             "net/rpc/jsonrpc",
2445	"list.Element":                                  "container/list",
2446	"list.List":                                     "container/list",
2447	"list.New":                                      "container/list",
2448	"log.Fatal":                                     "log",
2449	"log.Fatalf":                                    "log",
2450	"log.Fatalln":                                   "log",
2451	"log.Flags":                                     "log",
2452	"log.LUTC":                                      "log",
2453	"log.Ldate":                                     "log",
2454	"log.Llongfile":                                 "log",
2455	"log.Lmicroseconds":                             "log",
2456	"log.Logger":                                    "log",
2457	"log.Lshortfile":                                "log",
2458	"log.LstdFlags":                                 "log",
2459	"log.Ltime":                                     "log",
2460	"log.New":                                       "log",
2461	"log.Output":                                    "log",
2462	"log.Panic":                                     "log",
2463	"log.Panicf":                                    "log",
2464	"log.Panicln":                                   "log",
2465	"log.Prefix":                                    "log",
2466	"log.Print":                                     "log",
2467	"log.Printf":                                    "log",
2468	"log.Println":                                   "log",
2469	"log.SetFlags":                                  "log",
2470	"log.SetOutput":                                 "log",
2471	"log.SetPrefix":                                 "log",
2472	"lzw.LSB":                                       "compress/lzw",
2473	"lzw.MSB":                                       "compress/lzw",
2474	"lzw.NewReader":                                 "compress/lzw",
2475	"lzw.NewWriter":                                 "compress/lzw",
2476	"lzw.Order":                                     "compress/lzw",
2477	"macho.ARM64_RELOC_ADDEND":                      "debug/macho",
2478	"macho.ARM64_RELOC_BRANCH26":                    "debug/macho",
2479	"macho.ARM64_RELOC_GOT_LOAD_PAGE21":             "debug/macho",
2480	"macho.ARM64_RELOC_GOT_LOAD_PAGEOFF12":          "debug/macho",
2481	"macho.ARM64_RELOC_PAGE21":                      "debug/macho",
2482	"macho.ARM64_RELOC_PAGEOFF12":                   "debug/macho",
2483	"macho.ARM64_RELOC_POINTER_TO_GOT":              "debug/macho",
2484	"macho.ARM64_RELOC_SUBTRACTOR":                  "debug/macho",
2485	"macho.ARM64_RELOC_TLVP_LOAD_PAGE21":            "debug/macho",
2486	"macho.ARM64_RELOC_TLVP_LOAD_PAGEOFF12":         "debug/macho",
2487	"macho.ARM64_RELOC_UNSIGNED":                    "debug/macho",
2488	"macho.ARM_RELOC_BR24":                          "debug/macho",
2489	"macho.ARM_RELOC_HALF":                          "debug/macho",
2490	"macho.ARM_RELOC_HALF_SECTDIFF":                 "debug/macho",
2491	"macho.ARM_RELOC_LOCAL_SECTDIFF":                "debug/macho",
2492	"macho.ARM_RELOC_PAIR":                          "debug/macho",
2493	"macho.ARM_RELOC_PB_LA_PTR":                     "debug/macho",
2494	"macho.ARM_RELOC_SECTDIFF":                      "debug/macho",
2495	"macho.ARM_RELOC_VANILLA":                       "debug/macho",
2496	"macho.ARM_THUMB_32BIT_BRANCH":                  "debug/macho",
2497	"macho.ARM_THUMB_RELOC_BR22":                    "debug/macho",
2498	"macho.Cpu":                                     "debug/macho",
2499	"macho.Cpu386":                                  "debug/macho",
2500	"macho.CpuAmd64":                                "debug/macho",
2501	"macho.CpuArm":                                  "debug/macho",
2502	"macho.CpuPpc":                                  "debug/macho",
2503	"macho.CpuPpc64":                                "debug/macho",
2504	"macho.Dylib":                                   "debug/macho",
2505	"macho.DylibCmd":                                "debug/macho",
2506	"macho.Dysymtab":                                "debug/macho",
2507	"macho.DysymtabCmd":                             "debug/macho",
2508	"macho.ErrNotFat":                               "debug/macho",
2509	"macho.FatArch":                                 "debug/macho",
2510	"macho.FatArchHeader":                           "debug/macho",
2511	"macho.FatFile":                                 "debug/macho",
2512	"macho.File":                                    "debug/macho",
2513	"macho.FileHeader":                              "debug/macho",
2514	"macho.FlagAllModsBound":                        "debug/macho",
2515	"macho.FlagAllowStackExecution":                 "debug/macho",
2516	"macho.FlagAppExtensionSafe":                    "debug/macho",
2517	"macho.FlagBindAtLoad":                          "debug/macho",
2518	"macho.FlagBindsToWeak":                         "debug/macho",
2519	"macho.FlagCanonical":                           "debug/macho",
2520	"macho.FlagDeadStrippableDylib":                 "debug/macho",
2521	"macho.FlagDyldLink":                            "debug/macho",
2522	"macho.FlagForceFlat":                           "debug/macho",
2523	"macho.FlagHasTLVDescriptors":                   "debug/macho",
2524	"macho.FlagIncrLink":                            "debug/macho",
2525	"macho.FlagLazyInit":                            "debug/macho",
2526	"macho.FlagNoFixPrebinding":                     "debug/macho",
2527	"macho.FlagNoHeapExecution":                     "debug/macho",
2528	"macho.FlagNoMultiDefs":                         "debug/macho",
2529	"macho.FlagNoReexportedDylibs":                  "debug/macho",
2530	"macho.FlagNoUndefs":                            "debug/macho",
2531	"macho.FlagPIE":                                 "debug/macho",
2532	"macho.FlagPrebindable":                         "debug/macho",
2533	"macho.FlagPrebound":                            "debug/macho",
2534	"macho.FlagRootSafe":                            "debug/macho",
2535	"macho.FlagSetuidSafe":                          "debug/macho",
2536	"macho.FlagSplitSegs":                           "debug/macho",
2537	"macho.FlagSubsectionsViaSymbols":               "debug/macho",
2538	"macho.FlagTwoLevel":                            "debug/macho",
2539	"macho.FlagWeakDefines":                         "debug/macho",
2540	"macho.FormatError":                             "debug/macho",
2541	"macho.GENERIC_RELOC_LOCAL_SECTDIFF":            "debug/macho",
2542	"macho.GENERIC_RELOC_PAIR":                      "debug/macho",
2543	"macho.GENERIC_RELOC_PB_LA_PTR":                 "debug/macho",
2544	"macho.GENERIC_RELOC_SECTDIFF":                  "debug/macho",
2545	"macho.GENERIC_RELOC_TLV":                       "debug/macho",
2546	"macho.GENERIC_RELOC_VANILLA":                   "debug/macho",
2547	"macho.Load":                                    "debug/macho",
2548	"macho.LoadBytes":                               "debug/macho",
2549	"macho.LoadCmd":                                 "debug/macho",
2550	"macho.LoadCmdDylib":                            "debug/macho",
2551	"macho.LoadCmdDylinker":                         "debug/macho",
2552	"macho.LoadCmdDysymtab":                         "debug/macho",
2553	"macho.LoadCmdRpath":                            "debug/macho",
2554	"macho.LoadCmdSegment":                          "debug/macho",
2555	"macho.LoadCmdSegment64":                        "debug/macho",
2556	"macho.LoadCmdSymtab":                           "debug/macho",
2557	"macho.LoadCmdThread":                           "debug/macho",
2558	"macho.LoadCmdUnixThread":                       "debug/macho",
2559	"macho.Magic32":                                 "debug/macho",
2560	"macho.Magic64":                                 "debug/macho",
2561	"macho.MagicFat":                                "debug/macho",
2562	"macho.NewFatFile":                              "debug/macho",
2563	"macho.NewFile":                                 "debug/macho",
2564	"macho.Nlist32":                                 "debug/macho",
2565	"macho.Nlist64":                                 "debug/macho",
2566	"macho.Open":                                    "debug/macho",
2567	"macho.OpenFat":                                 "debug/macho",
2568	"macho.Regs386":                                 "debug/macho",
2569	"macho.RegsAMD64":                               "debug/macho",
2570	"macho.Reloc":                                   "debug/macho",
2571	"macho.RelocTypeARM":                            "debug/macho",
2572	"macho.RelocTypeARM64":                          "debug/macho",
2573	"macho.RelocTypeGeneric":                        "debug/macho",
2574	"macho.RelocTypeX86_64":                         "debug/macho",
2575	"macho.Rpath":                                   "debug/macho",
2576	"macho.RpathCmd":                                "debug/macho",
2577	"macho.Section":                                 "debug/macho",
2578	"macho.Section32":                               "debug/macho",
2579	"macho.Section64":                               "debug/macho",
2580	"macho.SectionHeader":                           "debug/macho",
2581	"macho.Segment":                                 "debug/macho",
2582	"macho.Segment32":                               "debug/macho",
2583	"macho.Segment64":                               "debug/macho",
2584	"macho.SegmentHeader":                           "debug/macho",
2585	"macho.Symbol":                                  "debug/macho",
2586	"macho.Symtab":                                  "debug/macho",
2587	"macho.SymtabCmd":                               "debug/macho",
2588	"macho.Thread":                                  "debug/macho",
2589	"macho.Type":                                    "debug/macho",
2590	"macho.TypeBundle":                              "debug/macho",
2591	"macho.TypeDylib":                               "debug/macho",
2592	"macho.TypeExec":                                "debug/macho",
2593	"macho.TypeObj":                                 "debug/macho",
2594	"macho.X86_64_RELOC_BRANCH":                     "debug/macho",
2595	"macho.X86_64_RELOC_GOT":                        "debug/macho",
2596	"macho.X86_64_RELOC_GOT_LOAD":                   "debug/macho",
2597	"macho.X86_64_RELOC_SIGNED":                     "debug/macho",
2598	"macho.X86_64_RELOC_SIGNED_1":                   "debug/macho",
2599	"macho.X86_64_RELOC_SIGNED_2":                   "debug/macho",
2600	"macho.X86_64_RELOC_SIGNED_4":                   "debug/macho",
2601	"macho.X86_64_RELOC_SUBTRACTOR":                 "debug/macho",
2602	"macho.X86_64_RELOC_TLV":                        "debug/macho",
2603	"macho.X86_64_RELOC_UNSIGNED":                   "debug/macho",
2604	"mail.Address":                                  "net/mail",
2605	"mail.AddressParser":                            "net/mail",
2606	"mail.ErrHeaderNotPresent":                      "net/mail",
2607	"mail.Header":                                   "net/mail",
2608	"mail.Message":                                  "net/mail",
2609	"mail.ParseAddress":                             "net/mail",
2610	"mail.ParseAddressList":                         "net/mail",
2611	"mail.ParseDate":                                "net/mail",
2612	"mail.ReadMessage":                              "net/mail",
2613	"math.Abs":                                      "math",
2614	"math.Acos":                                     "math",
2615	"math.Acosh":                                    "math",
2616	"math.Asin":                                     "math",
2617	"math.Asinh":                                    "math",
2618	"math.Atan":                                     "math",
2619	"math.Atan2":                                    "math",
2620	"math.Atanh":                                    "math",
2621	"math.Cbrt":                                     "math",
2622	"math.Ceil":                                     "math",
2623	"math.Copysign":                                 "math",
2624	"math.Cos":                                      "math",
2625	"math.Cosh":                                     "math",
2626	"math.Dim":                                      "math",
2627	"math.E":                                        "math",
2628	"math.Erf":                                      "math",
2629	"math.Erfc":                                     "math",
2630	"math.Erfcinv":                                  "math",
2631	"math.Erfinv":                                   "math",
2632	"math.Exp":                                      "math",
2633	"math.Exp2":                                     "math",
2634	"math.Expm1":                                    "math",
2635	"math.Float32bits":                              "math",
2636	"math.Float32frombits":                          "math",
2637	"math.Float64bits":                              "math",
2638	"math.Float64frombits":                          "math",
2639	"math.Floor":                                    "math",
2640	"math.Frexp":                                    "math",
2641	"math.Gamma":                                    "math",
2642	"math.Hypot":                                    "math",
2643	"math.Ilogb":                                    "math",
2644	"math.Inf":                                      "math",
2645	"math.IsInf":                                    "math",
2646	"math.IsNaN":                                    "math",
2647	"math.J0":                                       "math",
2648	"math.J1":                                       "math",
2649	"math.Jn":                                       "math",
2650	"math.Ldexp":                                    "math",
2651	"math.Lgamma":                                   "math",
2652	"math.Ln10":                                     "math",
2653	"math.Ln2":                                      "math",
2654	"math.Log":                                      "math",
2655	"math.Log10":                                    "math",
2656	"math.Log10E":                                   "math",
2657	"math.Log1p":                                    "math",
2658	"math.Log2":                                     "math",
2659	"math.Log2E":                                    "math",
2660	"math.Logb":                                     "math",
2661	"math.Max":                                      "math",
2662	"math.MaxFloat32":                               "math",
2663	"math.MaxFloat64":                               "math",
2664	"math.MaxInt16":                                 "math",
2665	"math.MaxInt32":                                 "math",
2666	"math.MaxInt64":                                 "math",
2667	"math.MaxInt8":                                  "math",
2668	"math.MaxUint16":                                "math",
2669	"math.MaxUint32":                                "math",
2670	"math.MaxUint64":                                "math",
2671	"math.MaxUint8":                                 "math",
2672	"math.Min":                                      "math",
2673	"math.MinInt16":                                 "math",
2674	"math.MinInt32":                                 "math",
2675	"math.MinInt64":                                 "math",
2676	"math.MinInt8":                                  "math",
2677	"math.Mod":                                      "math",
2678	"math.Modf":                                     "math",
2679	"math.NaN":                                      "math",
2680	"math.Nextafter":                                "math",
2681	"math.Nextafter32":                              "math",
2682	"math.Phi":                                      "math",
2683	"math.Pi":                                       "math",
2684	"math.Pow":                                      "math",
2685	"math.Pow10":                                    "math",
2686	"math.Remainder":                                "math",
2687	"math.Round":                                    "math",
2688	"math.RoundToEven":                              "math",
2689	"math.Signbit":                                  "math",
2690	"math.Sin":                                      "math",
2691	"math.Sincos":                                   "math",
2692	"math.Sinh":                                     "math",
2693	"math.SmallestNonzeroFloat32":                   "math",
2694	"math.SmallestNonzeroFloat64":                   "math",
2695	"math.Sqrt":                                     "math",
2696	"math.Sqrt2":                                    "math",
2697	"math.SqrtE":                                    "math",
2698	"math.SqrtPhi":                                  "math",
2699	"math.SqrtPi":                                   "math",
2700	"math.Tan":                                      "math",
2701	"math.Tanh":                                     "math",
2702	"math.Trunc":                                    "math",
2703	"math.Y0":                                       "math",
2704	"math.Y1":                                       "math",
2705	"math.Yn":                                       "math",
2706	"md5.BlockSize":                                 "crypto/md5",
2707	"md5.New":                                       "crypto/md5",
2708	"md5.Size":                                      "crypto/md5",
2709	"md5.Sum":                                       "crypto/md5",
2710	"mime.AddExtensionType":                         "mime",
2711	"mime.BEncoding":                                "mime",
2712	"mime.ErrInvalidMediaParameter":                 "mime",
2713	"mime.ExtensionsByType":                         "mime",
2714	"mime.FormatMediaType":                          "mime",
2715	"mime.ParseMediaType":                           "mime",
2716	"mime.QEncoding":                                "mime",
2717	"mime.TypeByExtension":                          "mime",
2718	"mime.WordDecoder":                              "mime",
2719	"mime.WordEncoder":                              "mime",
2720	"multipart.ErrMessageTooLarge":                  "mime/multipart",
2721	"multipart.File":                                "mime/multipart",
2722	"multipart.FileHeader":                          "mime/multipart",
2723	"multipart.Form":                                "mime/multipart",
2724	"multipart.NewReader":                           "mime/multipart",
2725	"multipart.NewWriter":                           "mime/multipart",
2726	"multipart.Part":                                "mime/multipart",
2727	"multipart.Reader":                              "mime/multipart",
2728	"multipart.Writer":                              "mime/multipart",
2729	"net.Addr":                                      "net",
2730	"net.AddrError":                                 "net",
2731	"net.Buffers":                                   "net",
2732	"net.CIDRMask":                                  "net",
2733	"net.Conn":                                      "net",
2734	"net.DNSConfigError":                            "net",
2735	"net.DNSError":                                  "net",
2736	"net.DefaultResolver":                           "net",
2737	"net.Dial":                                      "net",
2738	"net.DialIP":                                    "net",
2739	"net.DialTCP":                                   "net",
2740	"net.DialTimeout":                               "net",
2741	"net.DialUDP":                                   "net",
2742	"net.DialUnix":                                  "net",
2743	"net.Dialer":                                    "net",
2744	"net.ErrWriteToConnected":                       "net",
2745	"net.Error":                                     "net",
2746	"net.FileConn":                                  "net",
2747	"net.FileListener":                              "net",
2748	"net.FilePacketConn":                            "net",
2749	"net.FlagBroadcast":                             "net",
2750	"net.FlagLoopback":                              "net",
2751	"net.FlagMulticast":                             "net",
2752	"net.FlagPointToPoint":                          "net",
2753	"net.FlagUp":                                    "net",
2754	"net.Flags":                                     "net",
2755	"net.HardwareAddr":                              "net",
2756	"net.IP":                                        "net",
2757	"net.IPAddr":                                    "net",
2758	"net.IPConn":                                    "net",
2759	"net.IPMask":                                    "net",
2760	"net.IPNet":                                     "net",
2761	"net.IPv4":                                      "net",
2762	"net.IPv4Mask":                                  "net",
2763	"net.IPv4allrouter":                             "net",
2764	"net.IPv4allsys":                                "net",
2765	"net.IPv4bcast":                                 "net",
2766	"net.IPv4len":                                   "net",
2767	"net.IPv4zero":                                  "net",
2768	"net.IPv6interfacelocalallnodes":                "net",
2769	"net.IPv6len":                                   "net",
2770	"net.IPv6linklocalallnodes":                     "net",
2771	"net.IPv6linklocalallrouters":                   "net",
2772	"net.IPv6loopback":                              "net",
2773	"net.IPv6unspecified":                           "net",
2774	"net.IPv6zero":                                  "net",
2775	"net.Interface":                                 "net",
2776	"net.InterfaceAddrs":                            "net",
2777	"net.InterfaceByIndex":                          "net",
2778	"net.InterfaceByName":                           "net",
2779	"net.Interfaces":                                "net",
2780	"net.InvalidAddrError":                          "net",
2781	"net.JoinHostPort":                              "net",
2782	"net.Listen":                                    "net",
2783	"net.ListenIP":                                  "net",
2784	"net.ListenMulticastUDP":                        "net",
2785	"net.ListenPacket":                              "net",
2786	"net.ListenTCP":                                 "net",
2787	"net.ListenUDP":                                 "net",
2788	"net.ListenUnix":                                "net",
2789	"net.ListenUnixgram":                            "net",
2790	"net.Listener":                                  "net",
2791	"net.LookupAddr":                                "net",
2792	"net.LookupCNAME":                               "net",
2793	"net.LookupHost":                                "net",
2794	"net.LookupIP":                                  "net",
2795	"net.LookupMX":                                  "net",
2796	"net.LookupNS":                                  "net",
2797	"net.LookupPort":                                "net",
2798	"net.LookupSRV":                                 "net",
2799	"net.LookupTXT":                                 "net",
2800	"net.MX":                                        "net",
2801	"net.NS":                                        "net",
2802	"net.OpError":                                   "net",
2803	"net.PacketConn":                                "net",
2804	"net.ParseCIDR":                                 "net",
2805	"net.ParseError":                                "net",
2806	"net.ParseIP":                                   "net",
2807	"net.ParseMAC":                                  "net",
2808	"net.Pipe":                                      "net",
2809	"net.ResolveIPAddr":                             "net",
2810	"net.ResolveTCPAddr":                            "net",
2811	"net.ResolveUDPAddr":                            "net",
2812	"net.ResolveUnixAddr":                           "net",
2813	"net.Resolver":                                  "net",
2814	"net.SRV":                                       "net",
2815	"net.SplitHostPort":                             "net",
2816	"net.TCPAddr":                                   "net",
2817	"net.TCPConn":                                   "net",
2818	"net.TCPListener":                               "net",
2819	"net.UDPAddr":                                   "net",
2820	"net.UDPConn":                                   "net",
2821	"net.UnixAddr":                                  "net",
2822	"net.UnixConn":                                  "net",
2823	"net.UnixListener":                              "net",
2824	"net.UnknownNetworkError":                       "net",
2825	"os.Args":                                       "os",
2826	"os.Chdir":                                      "os",
2827	"os.Chmod":                                      "os",
2828	"os.Chown":                                      "os",
2829	"os.Chtimes":                                    "os",
2830	"os.Clearenv":                                   "os",
2831	"os.Create":                                     "os",
2832	"os.DevNull":                                    "os",
2833	"os.Environ":                                    "os",
2834	"os.ErrClosed":                                  "os",
2835	"os.ErrExist":                                   "os",
2836	"os.ErrInvalid":                                 "os",
2837	"os.ErrNoDeadline":                              "os",
2838	"os.ErrNotExist":                                "os",
2839	"os.ErrPermission":                              "os",
2840	"os.Executable":                                 "os",
2841	"os.Exit":                                       "os",
2842	"os.Expand":                                     "os",
2843	"os.ExpandEnv":                                  "os",
2844	"os.File":                                       "os",
2845	"os.FileInfo":                                   "os",
2846	"os.FileMode":                                   "os",
2847	"os.FindProcess":                                "os",
2848	"os.Getegid":                                    "os",
2849	"os.Getenv":                                     "os",
2850	"os.Geteuid":                                    "os",
2851	"os.Getgid":                                     "os",
2852	"os.Getgroups":                                  "os",
2853	"os.Getpagesize":                                "os",
2854	"os.Getpid":                                     "os",
2855	"os.Getppid":                                    "os",
2856	"os.Getuid":                                     "os",
2857	"os.Getwd":                                      "os",
2858	"os.Hostname":                                   "os",
2859	"os.Interrupt":                                  "os",
2860	"os.IsExist":                                    "os",
2861	"os.IsNotExist":                                 "os",
2862	"os.IsPathSeparator":                            "os",
2863	"os.IsPermission":                               "os",
2864	"os.IsTimeout":                                  "os",
2865	"os.Kill":                                       "os",
2866	"os.Lchown":                                     "os",
2867	"os.Link":                                       "os",
2868	"os.LinkError":                                  "os",
2869	"os.LookupEnv":                                  "os",
2870	"os.Lstat":                                      "os",
2871	"os.Mkdir":                                      "os",
2872	"os.MkdirAll":                                   "os",
2873	"os.ModeAppend":                                 "os",
2874	"os.ModeCharDevice":                             "os",
2875	"os.ModeDevice":                                 "os",
2876	"os.ModeDir":                                    "os",
2877	"os.ModeExclusive":                              "os",
2878	"os.ModeNamedPipe":                              "os",
2879	"os.ModePerm":                                   "os",
2880	"os.ModeSetgid":                                 "os",
2881	"os.ModeSetuid":                                 "os",
2882	"os.ModeSocket":                                 "os",
2883	"os.ModeSticky":                                 "os",
2884	"os.ModeSymlink":                                "os",
2885	"os.ModeTemporary":                              "os",
2886	"os.ModeType":                                   "os",
2887	"os.NewFile":                                    "os",
2888	"os.NewSyscallError":                            "os",
2889	"os.O_APPEND":                                   "os",
2890	"os.O_CREATE":                                   "os",
2891	"os.O_EXCL":                                     "os",
2892	"os.O_RDONLY":                                   "os",
2893	"os.O_RDWR":                                     "os",
2894	"os.O_SYNC":                                     "os",
2895	"os.O_TRUNC":                                    "os",
2896	"os.O_WRONLY":                                   "os",
2897	"os.Open":                                       "os",
2898	"os.OpenFile":                                   "os",
2899	"os.PathError":                                  "os",
2900	"os.PathListSeparator":                          "os",
2901	"os.PathSeparator":                              "os",
2902	"os.Pipe":                                       "os",
2903	"os.ProcAttr":                                   "os",
2904	"os.Process":                                    "os",
2905	"os.ProcessState":                               "os",
2906	"os.Readlink":                                   "os",
2907	"os.Remove":                                     "os",
2908	"os.RemoveAll":                                  "os",
2909	"os.Rename":                                     "os",
2910	"os.SEEK_CUR":                                   "os",
2911	"os.SEEK_END":                                   "os",
2912	"os.SEEK_SET":                                   "os",
2913	"os.SameFile":                                   "os",
2914	"os.Setenv":                                     "os",
2915	"os.Signal":                                     "os",
2916	"os.StartProcess":                               "os",
2917	"os.Stat":                                       "os",
2918	"os.Stderr":                                     "os",
2919	"os.Stdin":                                      "os",
2920	"os.Stdout":                                     "os",
2921	"os.Symlink":                                    "os",
2922	"os.SyscallError":                               "os",
2923	"os.TempDir":                                    "os",
2924	"os.Truncate":                                   "os",
2925	"os.Unsetenv":                                   "os",
2926	"palette.Plan9":                                 "image/color/palette",
2927	"palette.WebSafe":                               "image/color/palette",
2928	"parse.ActionNode":                              "text/template/parse",
2929	"parse.BoolNode":                                "text/template/parse",
2930	"parse.BranchNode":                              "text/template/parse",
2931	"parse.ChainNode":                               "text/template/parse",
2932	"parse.CommandNode":                             "text/template/parse",
2933	"parse.DotNode":                                 "text/template/parse",
2934	"parse.FieldNode":                               "text/template/parse",
2935	"parse.IdentifierNode":                          "text/template/parse",
2936	"parse.IfNode":                                  "text/template/parse",
2937	"parse.IsEmptyTree":                             "text/template/parse",
2938	"parse.ListNode":                                "text/template/parse",
2939	"parse.New":                                     "text/template/parse",
2940	"parse.NewIdentifier":                           "text/template/parse",
2941	"parse.NilNode":                                 "text/template/parse",
2942	"parse.Node":                                    "text/template/parse",
2943	"parse.NodeAction":                              "text/template/parse",
2944	"parse.NodeBool":                                "text/template/parse",
2945	"parse.NodeChain":                               "text/template/parse",
2946	"parse.NodeCommand":                             "text/template/parse",
2947	"parse.NodeDot":                                 "text/template/parse",
2948	"parse.NodeField":                               "text/template/parse",
2949	"parse.NodeIdentifier":                          "text/template/parse",
2950	"parse.NodeIf":                                  "text/template/parse",
2951	"parse.NodeList":                                "text/template/parse",
2952	"parse.NodeNil":                                 "text/template/parse",
2953	"parse.NodeNumber":                              "text/template/parse",
2954	"parse.NodePipe":                                "text/template/parse",
2955	"parse.NodeRange":                               "text/template/parse",
2956	"parse.NodeString":                              "text/template/parse",
2957	"parse.NodeTemplate":                            "text/template/parse",
2958	"parse.NodeText":                                "text/template/parse",
2959	"parse.NodeType":                                "text/template/parse",
2960	"parse.NodeVariable":                            "text/template/parse",
2961	"parse.NodeWith":                                "text/template/parse",
2962	"parse.NumberNode":                              "text/template/parse",
2963	"parse.Parse":                                   "text/template/parse",
2964	"parse.PipeNode":                                "text/template/parse",
2965	"parse.Pos":                                     "text/template/parse",
2966	"parse.RangeNode":                               "text/template/parse",
2967	"parse.StringNode":                              "text/template/parse",
2968	"parse.TemplateNode":                            "text/template/parse",
2969	"parse.TextNode":                                "text/template/parse",
2970	"parse.Tree":                                    "text/template/parse",
2971	"parse.VariableNode":                            "text/template/parse",
2972	"parse.WithNode":                                "text/template/parse",
2973	"parser.AllErrors":                              "go/parser",
2974	"parser.DeclarationErrors":                      "go/parser",
2975	"parser.ImportsOnly":                            "go/parser",
2976	"parser.Mode":                                   "go/parser",
2977	"parser.PackageClauseOnly":                      "go/parser",
2978	"parser.ParseComments":                          "go/parser",
2979	"parser.ParseDir":                               "go/parser",
2980	"parser.ParseExpr":                              "go/parser",
2981	"parser.ParseExprFrom":                          "go/parser",
2982	"parser.ParseFile":                              "go/parser",
2983	"parser.SpuriousErrors":                         "go/parser",
2984	"parser.Trace":                                  "go/parser",
2985	"path.Base":                                     "path",
2986	"path.Clean":                                    "path",
2987	"path.Dir":                                      "path",
2988	"path.ErrBadPattern":                            "path",
2989	"path.Ext":                                      "path",
2990	"path.IsAbs":                                    "path",
2991	"path.Join":                                     "path",
2992	"path.Match":                                    "path",
2993	"path.Split":                                    "path",
2994	"pe.COFFSymbol":                                 "debug/pe",
2995	"pe.COFFSymbolSize":                             "debug/pe",
2996	"pe.DataDirectory":                              "debug/pe",
2997	"pe.File":                                       "debug/pe",
2998	"pe.FileHeader":                                 "debug/pe",
2999	"pe.FormatError":                                "debug/pe",
3000	"pe.IMAGE_FILE_MACHINE_AM33":                    "debug/pe",
3001	"pe.IMAGE_FILE_MACHINE_AMD64":                   "debug/pe",
3002	"pe.IMAGE_FILE_MACHINE_ARM":                     "debug/pe",
3003	"pe.IMAGE_FILE_MACHINE_EBC":                     "debug/pe",
3004	"pe.IMAGE_FILE_MACHINE_I386":                    "debug/pe",
3005	"pe.IMAGE_FILE_MACHINE_IA64":                    "debug/pe",
3006	"pe.IMAGE_FILE_MACHINE_M32R":                    "debug/pe",
3007	"pe.IMAGE_FILE_MACHINE_MIPS16":                  "debug/pe",
3008	"pe.IMAGE_FILE_MACHINE_MIPSFPU":                 "debug/pe",
3009	"pe.IMAGE_FILE_MACHINE_MIPSFPU16":               "debug/pe",
3010	"pe.IMAGE_FILE_MACHINE_POWERPC":                 "debug/pe",
3011	"pe.IMAGE_FILE_MACHINE_POWERPCFP":               "debug/pe",
3012	"pe.IMAGE_FILE_MACHINE_R4000":                   "debug/pe",
3013	"pe.IMAGE_FILE_MACHINE_SH3":                     "debug/pe",
3014	"pe.IMAGE_FILE_MACHINE_SH3DSP":                  "debug/pe",
3015	"pe.IMAGE_FILE_MACHINE_SH4":                     "debug/pe",
3016	"pe.IMAGE_FILE_MACHINE_SH5":                     "debug/pe",
3017	"pe.IMAGE_FILE_MACHINE_THUMB":                   "debug/pe",
3018	"pe.IMAGE_FILE_MACHINE_UNKNOWN":                 "debug/pe",
3019	"pe.IMAGE_FILE_MACHINE_WCEMIPSV2":               "debug/pe",
3020	"pe.ImportDirectory":                            "debug/pe",
3021	"pe.NewFile":                                    "debug/pe",
3022	"pe.Open":                                       "debug/pe",
3023	"pe.OptionalHeader32":                           "debug/pe",
3024	"pe.OptionalHeader64":                           "debug/pe",
3025	"pe.Reloc":                                      "debug/pe",
3026	"pe.Section":                                    "debug/pe",
3027	"pe.SectionHeader":                              "debug/pe",
3028	"pe.SectionHeader32":                            "debug/pe",
3029	"pe.StringTable":                                "debug/pe",
3030	"pe.Symbol":                                     "debug/pe",
3031	"pem.Block":                                     "encoding/pem",
3032	"pem.Decode":                                    "encoding/pem",
3033	"pem.Encode":                                    "encoding/pem",
3034	"pem.EncodeToMemory":                            "encoding/pem",
3035	"pkix.AlgorithmIdentifier":                      "crypto/x509/pkix",
3036	"pkix.AttributeTypeAndValue":                    "crypto/x509/pkix",
3037	"pkix.AttributeTypeAndValueSET":                 "crypto/x509/pkix",
3038	"pkix.CertificateList":                          "crypto/x509/pkix",
3039	"pkix.Extension":                                "crypto/x509/pkix",
3040	"pkix.Name":                                     "crypto/x509/pkix",
3041	"pkix.RDNSequence":                              "crypto/x509/pkix",
3042	"pkix.RelativeDistinguishedNameSET":             "crypto/x509/pkix",
3043	"pkix.RevokedCertificate":                       "crypto/x509/pkix",
3044	"pkix.TBSCertificateList":                       "crypto/x509/pkix",
3045	"plan9obj.File":                                 "debug/plan9obj",
3046	"plan9obj.FileHeader":                           "debug/plan9obj",
3047	"plan9obj.Magic386":                             "debug/plan9obj",
3048	"plan9obj.Magic64":                              "debug/plan9obj",
3049	"plan9obj.MagicAMD64":                           "debug/plan9obj",
3050	"plan9obj.MagicARM":                             "debug/plan9obj",
3051	"plan9obj.NewFile":                              "debug/plan9obj",
3052	"plan9obj.Open":                                 "debug/plan9obj",
3053	"plan9obj.Section":                              "debug/plan9obj",
3054	"plan9obj.SectionHeader":                        "debug/plan9obj",
3055	"plan9obj.Sym":                                  "debug/plan9obj",
3056	"plugin.Open":                                   "plugin",
3057	"plugin.Plugin":                                 "plugin",
3058	"plugin.Symbol":                                 "plugin",
3059	"png.BestCompression":                           "image/png",
3060	"png.BestSpeed":                                 "image/png",
3061	"png.CompressionLevel":                          "image/png",
3062	"png.Decode":                                    "image/png",
3063	"png.DecodeConfig":                              "image/png",
3064	"png.DefaultCompression":                        "image/png",
3065	"png.Encode":                                    "image/png",
3066	"png.Encoder":                                   "image/png",
3067	"png.EncoderBuffer":                             "image/png",
3068	"png.EncoderBufferPool":                         "image/png",
3069	"png.FormatError":                               "image/png",
3070	"png.NoCompression":                             "image/png",
3071	"png.UnsupportedError":                          "image/png",
3072	"pprof.Cmdline":                                 "net/http/pprof",
3073	"pprof.Do":                                      "runtime/pprof",
3074	"pprof.ForLabels":                               "runtime/pprof",
3075	"pprof.Handler":                                 "net/http/pprof",
3076	"pprof.Index":                                   "net/http/pprof",
3077	"pprof.Label":                                   "runtime/pprof",
3078	"pprof.LabelSet":                                "runtime/pprof",
3079	"pprof.Labels":                                  "runtime/pprof",
3080	"pprof.Lookup":                                  "runtime/pprof",
3081	"pprof.NewProfile":                              "runtime/pprof",
3082	// "pprof.Profile" is ambiguous
3083	"pprof.Profiles":            "runtime/pprof",
3084	"pprof.SetGoroutineLabels":  "runtime/pprof",
3085	"pprof.StartCPUProfile":     "runtime/pprof",
3086	"pprof.StopCPUProfile":      "runtime/pprof",
3087	"pprof.Symbol":              "net/http/pprof",
3088	"pprof.Trace":               "net/http/pprof",
3089	"pprof.WithLabels":          "runtime/pprof",
3090	"pprof.WriteHeapProfile":    "runtime/pprof",
3091	"printer.CommentedNode":     "go/printer",
3092	"printer.Config":            "go/printer",
3093	"printer.Fprint":            "go/printer",
3094	"printer.Mode":              "go/printer",
3095	"printer.RawFormat":         "go/printer",
3096	"printer.SourcePos":         "go/printer",
3097	"printer.TabIndent":         "go/printer",
3098	"printer.UseSpaces":         "go/printer",
3099	"quick.Check":               "testing/quick",
3100	"quick.CheckEqual":          "testing/quick",
3101	"quick.CheckEqualError":     "testing/quick",
3102	"quick.CheckError":          "testing/quick",
3103	"quick.Config":              "testing/quick",
3104	"quick.Generator":           "testing/quick",
3105	"quick.SetupError":          "testing/quick",
3106	"quick.Value":               "testing/quick",
3107	"quotedprintable.NewReader": "mime/quotedprintable",
3108	"quotedprintable.NewWriter": "mime/quotedprintable",
3109	"quotedprintable.Reader":    "mime/quotedprintable",
3110	"quotedprintable.Writer":    "mime/quotedprintable",
3111	"rand.ExpFloat64":           "math/rand",
3112	"rand.Float32":              "math/rand",
3113	"rand.Float64":              "math/rand",
3114	// "rand.Int" is ambiguous
3115	"rand.Int31":       "math/rand",
3116	"rand.Int31n":      "math/rand",
3117	"rand.Int63":       "math/rand",
3118	"rand.Int63n":      "math/rand",
3119	"rand.Intn":        "math/rand",
3120	"rand.New":         "math/rand",
3121	"rand.NewSource":   "math/rand",
3122	"rand.NewZipf":     "math/rand",
3123	"rand.NormFloat64": "math/rand",
3124	"rand.Perm":        "math/rand",
3125	"rand.Prime":       "crypto/rand",
3126	"rand.Rand":        "math/rand",
3127	// "rand.Read" is ambiguous
3128	"rand.Reader":                     "crypto/rand",
3129	"rand.Seed":                       "math/rand",
3130	"rand.Shuffle":                    "math/rand",
3131	"rand.Source":                     "math/rand",
3132	"rand.Source64":                   "math/rand",
3133	"rand.Uint32":                     "math/rand",
3134	"rand.Uint64":                     "math/rand",
3135	"rand.Zipf":                       "math/rand",
3136	"rc4.Cipher":                      "crypto/rc4",
3137	"rc4.KeySizeError":                "crypto/rc4",
3138	"rc4.NewCipher":                   "crypto/rc4",
3139	"reflect.Append":                  "reflect",
3140	"reflect.AppendSlice":             "reflect",
3141	"reflect.Array":                   "reflect",
3142	"reflect.ArrayOf":                 "reflect",
3143	"reflect.Bool":                    "reflect",
3144	"reflect.BothDir":                 "reflect",
3145	"reflect.Chan":                    "reflect",
3146	"reflect.ChanDir":                 "reflect",
3147	"reflect.ChanOf":                  "reflect",
3148	"reflect.Complex128":              "reflect",
3149	"reflect.Complex64":               "reflect",
3150	"reflect.Copy":                    "reflect",
3151	"reflect.DeepEqual":               "reflect",
3152	"reflect.Float32":                 "reflect",
3153	"reflect.Float64":                 "reflect",
3154	"reflect.Func":                    "reflect",
3155	"reflect.FuncOf":                  "reflect",
3156	"reflect.Indirect":                "reflect",
3157	"reflect.Int":                     "reflect",
3158	"reflect.Int16":                   "reflect",
3159	"reflect.Int32":                   "reflect",
3160	"reflect.Int64":                   "reflect",
3161	"reflect.Int8":                    "reflect",
3162	"reflect.Interface":               "reflect",
3163	"reflect.Invalid":                 "reflect",
3164	"reflect.Kind":                    "reflect",
3165	"reflect.MakeChan":                "reflect",
3166	"reflect.MakeFunc":                "reflect",
3167	"reflect.MakeMap":                 "reflect",
3168	"reflect.MakeMapWithSize":         "reflect",
3169	"reflect.MakeSlice":               "reflect",
3170	"reflect.Map":                     "reflect",
3171	"reflect.MapOf":                   "reflect",
3172	"reflect.Method":                  "reflect",
3173	"reflect.New":                     "reflect",
3174	"reflect.NewAt":                   "reflect",
3175	"reflect.Ptr":                     "reflect",
3176	"reflect.PtrTo":                   "reflect",
3177	"reflect.RecvDir":                 "reflect",
3178	"reflect.Select":                  "reflect",
3179	"reflect.SelectCase":              "reflect",
3180	"reflect.SelectDefault":           "reflect",
3181	"reflect.SelectDir":               "reflect",
3182	"reflect.SelectRecv":              "reflect",
3183	"reflect.SelectSend":              "reflect",
3184	"reflect.SendDir":                 "reflect",
3185	"reflect.Slice":                   "reflect",
3186	"reflect.SliceHeader":             "reflect",
3187	"reflect.SliceOf":                 "reflect",
3188	"reflect.String":                  "reflect",
3189	"reflect.StringHeader":            "reflect",
3190	"reflect.Struct":                  "reflect",
3191	"reflect.StructField":             "reflect",
3192	"reflect.StructOf":                "reflect",
3193	"reflect.StructTag":               "reflect",
3194	"reflect.Swapper":                 "reflect",
3195	"reflect.TypeOf":                  "reflect",
3196	"reflect.Uint":                    "reflect",
3197	"reflect.Uint16":                  "reflect",
3198	"reflect.Uint32":                  "reflect",
3199	"reflect.Uint64":                  "reflect",
3200	"reflect.Uint8":                   "reflect",
3201	"reflect.Uintptr":                 "reflect",
3202	"reflect.UnsafePointer":           "reflect",
3203	"reflect.Value":                   "reflect",
3204	"reflect.ValueError":              "reflect",
3205	"reflect.ValueOf":                 "reflect",
3206	"reflect.Zero":                    "reflect",
3207	"regexp.Compile":                  "regexp",
3208	"regexp.CompilePOSIX":             "regexp",
3209	"regexp.Match":                    "regexp",
3210	"regexp.MatchReader":              "regexp",
3211	"regexp.MatchString":              "regexp",
3212	"regexp.MustCompile":              "regexp",
3213	"regexp.MustCompilePOSIX":         "regexp",
3214	"regexp.QuoteMeta":                "regexp",
3215	"regexp.Regexp":                   "regexp",
3216	"ring.New":                        "container/ring",
3217	"ring.Ring":                       "container/ring",
3218	"rpc.Accept":                      "net/rpc",
3219	"rpc.Call":                        "net/rpc",
3220	"rpc.Client":                      "net/rpc",
3221	"rpc.ClientCodec":                 "net/rpc",
3222	"rpc.DefaultDebugPath":            "net/rpc",
3223	"rpc.DefaultRPCPath":              "net/rpc",
3224	"rpc.DefaultServer":               "net/rpc",
3225	"rpc.Dial":                        "net/rpc",
3226	"rpc.DialHTTP":                    "net/rpc",
3227	"rpc.DialHTTPPath":                "net/rpc",
3228	"rpc.ErrShutdown":                 "net/rpc",
3229	"rpc.HandleHTTP":                  "net/rpc",
3230	"rpc.NewClient":                   "net/rpc",
3231	"rpc.NewClientWithCodec":          "net/rpc",
3232	"rpc.NewServer":                   "net/rpc",
3233	"rpc.Register":                    "net/rpc",
3234	"rpc.RegisterName":                "net/rpc",
3235	"rpc.Request":                     "net/rpc",
3236	"rpc.Response":                    "net/rpc",
3237	"rpc.ServeCodec":                  "net/rpc",
3238	"rpc.ServeConn":                   "net/rpc",
3239	"rpc.ServeRequest":                "net/rpc",
3240	"rpc.Server":                      "net/rpc",
3241	"rpc.ServerCodec":                 "net/rpc",
3242	"rpc.ServerError":                 "net/rpc",
3243	"rsa.CRTValue":                    "crypto/rsa",
3244	"rsa.DecryptOAEP":                 "crypto/rsa",
3245	"rsa.DecryptPKCS1v15":             "crypto/rsa",
3246	"rsa.DecryptPKCS1v15SessionKey":   "crypto/rsa",
3247	"rsa.EncryptOAEP":                 "crypto/rsa",
3248	"rsa.EncryptPKCS1v15":             "crypto/rsa",
3249	"rsa.ErrDecryption":               "crypto/rsa",
3250	"rsa.ErrMessageTooLong":           "crypto/rsa",
3251	"rsa.ErrVerification":             "crypto/rsa",
3252	"rsa.GenerateKey":                 "crypto/rsa",
3253	"rsa.GenerateMultiPrimeKey":       "crypto/rsa",
3254	"rsa.OAEPOptions":                 "crypto/rsa",
3255	"rsa.PKCS1v15DecryptOptions":      "crypto/rsa",
3256	"rsa.PSSOptions":                  "crypto/rsa",
3257	"rsa.PSSSaltLengthAuto":           "crypto/rsa",
3258	"rsa.PSSSaltLengthEqualsHash":     "crypto/rsa",
3259	"rsa.PrecomputedValues":           "crypto/rsa",
3260	"rsa.PrivateKey":                  "crypto/rsa",
3261	"rsa.PublicKey":                   "crypto/rsa",
3262	"rsa.SignPKCS1v15":                "crypto/rsa",
3263	"rsa.SignPSS":                     "crypto/rsa",
3264	"rsa.VerifyPKCS1v15":              "crypto/rsa",
3265	"rsa.VerifyPSS":                   "crypto/rsa",
3266	"runtime.BlockProfile":            "runtime",
3267	"runtime.BlockProfileRecord":      "runtime",
3268	"runtime.Breakpoint":              "runtime",
3269	"runtime.CPUProfile":              "runtime",
3270	"runtime.Caller":                  "runtime",
3271	"runtime.Callers":                 "runtime",
3272	"runtime.CallersFrames":           "runtime",
3273	"runtime.Compiler":                "runtime",
3274	"runtime.Error":                   "runtime",
3275	"runtime.Frame":                   "runtime",
3276	"runtime.Frames":                  "runtime",
3277	"runtime.Func":                    "runtime",
3278	"runtime.FuncForPC":               "runtime",
3279	"runtime.GC":                      "runtime",
3280	"runtime.GOARCH":                  "runtime",
3281	"runtime.GOMAXPROCS":              "runtime",
3282	"runtime.GOOS":                    "runtime",
3283	"runtime.GOROOT":                  "runtime",
3284	"runtime.Goexit":                  "runtime",
3285	"runtime.GoroutineProfile":        "runtime",
3286	"runtime.Gosched":                 "runtime",
3287	"runtime.KeepAlive":               "runtime",
3288	"runtime.LockOSThread":            "runtime",
3289	"runtime.MemProfile":              "runtime",
3290	"runtime.MemProfileRate":          "runtime",
3291	"runtime.MemProfileRecord":        "runtime",
3292	"runtime.MemStats":                "runtime",
3293	"runtime.MutexProfile":            "runtime",
3294	"runtime.NumCPU":                  "runtime",
3295	"runtime.NumCgoCall":              "runtime",
3296	"runtime.NumGoroutine":            "runtime",
3297	"runtime.ReadMemStats":            "runtime",
3298	"runtime.ReadTrace":               "runtime",
3299	"runtime.SetBlockProfileRate":     "runtime",
3300	"runtime.SetCPUProfileRate":       "runtime",
3301	"runtime.SetCgoTraceback":         "runtime",
3302	"runtime.SetFinalizer":            "runtime",
3303	"runtime.SetMutexProfileFraction": "runtime",
3304	"runtime.Stack":                   "runtime",
3305	"runtime.StackRecord":             "runtime",
3306	"runtime.StartTrace":              "runtime",
3307	"runtime.StopTrace":               "runtime",
3308	"runtime.ThreadCreateProfile":     "runtime",
3309	"runtime.TypeAssertionError":      "runtime",
3310	"runtime.UnlockOSThread":          "runtime",
3311	"runtime.Version":                 "runtime",
3312	"scanner.Char":                    "text/scanner",
3313	"scanner.Comment":                 "text/scanner",
3314	"scanner.EOF":                     "text/scanner",
3315	"scanner.Error":                   "go/scanner",
3316	"scanner.ErrorHandler":            "go/scanner",
3317	"scanner.ErrorList":               "go/scanner",
3318	"scanner.Float":                   "text/scanner",
3319	"scanner.GoTokens":                "text/scanner",
3320	"scanner.GoWhitespace":            "text/scanner",
3321	"scanner.Ident":                   "text/scanner",
3322	"scanner.Int":                     "text/scanner",
3323	"scanner.Mode":                    "go/scanner",
3324	"scanner.Position":                "text/scanner",
3325	"scanner.PrintError":              "go/scanner",
3326	"scanner.RawString":               "text/scanner",
3327	"scanner.ScanChars":               "text/scanner",
3328	// "scanner.ScanComments" is ambiguous
3329	"scanner.ScanFloats":     "text/scanner",
3330	"scanner.ScanIdents":     "text/scanner",
3331	"scanner.ScanInts":       "text/scanner",
3332	"scanner.ScanRawStrings": "text/scanner",
3333	"scanner.ScanStrings":    "text/scanner",
3334	// "scanner.Scanner" is ambiguous
3335	"scanner.SkipComments":                                 "text/scanner",
3336	"scanner.String":                                       "text/scanner",
3337	"scanner.TokenString":                                  "text/scanner",
3338	"sha1.BlockSize":                                       "crypto/sha1",
3339	"sha1.New":                                             "crypto/sha1",
3340	"sha1.Size":                                            "crypto/sha1",
3341	"sha1.Sum":                                             "crypto/sha1",
3342	"sha256.BlockSize":                                     "crypto/sha256",
3343	"sha256.New":                                           "crypto/sha256",
3344	"sha256.New224":                                        "crypto/sha256",
3345	"sha256.Size":                                          "crypto/sha256",
3346	"sha256.Size224":                                       "crypto/sha256",
3347	"sha256.Sum224":                                        "crypto/sha256",
3348	"sha256.Sum256":                                        "crypto/sha256",
3349	"sha512.BlockSize":                                     "crypto/sha512",
3350	"sha512.New":                                           "crypto/sha512",
3351	"sha512.New384":                                        "crypto/sha512",
3352	"sha512.New512_224":                                    "crypto/sha512",
3353	"sha512.New512_256":                                    "crypto/sha512",
3354	"sha512.Size":                                          "crypto/sha512",
3355	"sha512.Size224":                                       "crypto/sha512",
3356	"sha512.Size256":                                       "crypto/sha512",
3357	"sha512.Size384":                                       "crypto/sha512",
3358	"sha512.Sum384":                                        "crypto/sha512",
3359	"sha512.Sum512":                                        "crypto/sha512",
3360	"sha512.Sum512_224":                                    "crypto/sha512",
3361	"sha512.Sum512_256":                                    "crypto/sha512",
3362	"signal.Ignore":                                        "os/signal",
3363	"signal.Notify":                                        "os/signal",
3364	"signal.Reset":                                         "os/signal",
3365	"signal.Stop":                                          "os/signal",
3366	"smtp.Auth":                                            "net/smtp",
3367	"smtp.CRAMMD5Auth":                                     "net/smtp",
3368	"smtp.Client":                                          "net/smtp",
3369	"smtp.Dial":                                            "net/smtp",
3370	"smtp.NewClient":                                       "net/smtp",
3371	"smtp.PlainAuth":                                       "net/smtp",
3372	"smtp.SendMail":                                        "net/smtp",
3373	"smtp.ServerInfo":                                      "net/smtp",
3374	"sort.Float64Slice":                                    "sort",
3375	"sort.Float64s":                                        "sort",
3376	"sort.Float64sAreSorted":                               "sort",
3377	"sort.IntSlice":                                        "sort",
3378	"sort.Interface":                                       "sort",
3379	"sort.Ints":                                            "sort",
3380	"sort.IntsAreSorted":                                   "sort",
3381	"sort.IsSorted":                                        "sort",
3382	"sort.Reverse":                                         "sort",
3383	"sort.Search":                                          "sort",
3384	"sort.SearchFloat64s":                                  "sort",
3385	"sort.SearchInts":                                      "sort",
3386	"sort.SearchStrings":                                   "sort",
3387	"sort.Slice":                                           "sort",
3388	"sort.SliceIsSorted":                                   "sort",
3389	"sort.SliceStable":                                     "sort",
3390	"sort.Sort":                                            "sort",
3391	"sort.Stable":                                          "sort",
3392	"sort.StringSlice":                                     "sort",
3393	"sort.Strings":                                         "sort",
3394	"sort.StringsAreSorted":                                "sort",
3395	"sql.ColumnType":                                       "database/sql",
3396	"sql.Conn":                                             "database/sql",
3397	"sql.DB":                                               "database/sql",
3398	"sql.DBStats":                                          "database/sql",
3399	"sql.Drivers":                                          "database/sql",
3400	"sql.ErrConnDone":                                      "database/sql",
3401	"sql.ErrNoRows":                                        "database/sql",
3402	"sql.ErrTxDone":                                        "database/sql",
3403	"sql.IsolationLevel":                                   "database/sql",
3404	"sql.LevelDefault":                                     "database/sql",
3405	"sql.LevelLinearizable":                                "database/sql",
3406	"sql.LevelReadCommitted":                               "database/sql",
3407	"sql.LevelReadUncommitted":                             "database/sql",
3408	"sql.LevelRepeatableRead":                              "database/sql",
3409	"sql.LevelSerializable":                                "database/sql",
3410	"sql.LevelSnapshot":                                    "database/sql",
3411	"sql.LevelWriteCommitted":                              "database/sql",
3412	"sql.Named":                                            "database/sql",
3413	"sql.NamedArg":                                         "database/sql",
3414	"sql.NullBool":                                         "database/sql",
3415	"sql.NullFloat64":                                      "database/sql",
3416	"sql.NullInt64":                                        "database/sql",
3417	"sql.NullString":                                       "database/sql",
3418	"sql.Open":                                             "database/sql",
3419	"sql.OpenDB":                                           "database/sql",
3420	"sql.Out":                                              "database/sql",
3421	"sql.RawBytes":                                         "database/sql",
3422	"sql.Register":                                         "database/sql",
3423	"sql.Result":                                           "database/sql",
3424	"sql.Row":                                              "database/sql",
3425	"sql.Rows":                                             "database/sql",
3426	"sql.Scanner":                                          "database/sql",
3427	"sql.Stmt":                                             "database/sql",
3428	"sql.Tx":                                               "database/sql",
3429	"sql.TxOptions":                                        "database/sql",
3430	"strconv.AppendBool":                                   "strconv",
3431	"strconv.AppendFloat":                                  "strconv",
3432	"strconv.AppendInt":                                    "strconv",
3433	"strconv.AppendQuote":                                  "strconv",
3434	"strconv.AppendQuoteRune":                              "strconv",
3435	"strconv.AppendQuoteRuneToASCII":                       "strconv",
3436	"strconv.AppendQuoteRuneToGraphic":                     "strconv",
3437	"strconv.AppendQuoteToASCII":                           "strconv",
3438	"strconv.AppendQuoteToGraphic":                         "strconv",
3439	"strconv.AppendUint":                                   "strconv",
3440	"strconv.Atoi":                                         "strconv",
3441	"strconv.CanBackquote":                                 "strconv",
3442	"strconv.ErrRange":                                     "strconv",
3443	"strconv.ErrSyntax":                                    "strconv",
3444	"strconv.FormatBool":                                   "strconv",
3445	"strconv.FormatFloat":                                  "strconv",
3446	"strconv.FormatInt":                                    "strconv",
3447	"strconv.FormatUint":                                   "strconv",
3448	"strconv.IntSize":                                      "strconv",
3449	"strconv.IsGraphic":                                    "strconv",
3450	"strconv.IsPrint":                                      "strconv",
3451	"strconv.Itoa":                                         "strconv",
3452	"strconv.NumError":                                     "strconv",
3453	"strconv.ParseBool":                                    "strconv",
3454	"strconv.ParseFloat":                                   "strconv",
3455	"strconv.ParseInt":                                     "strconv",
3456	"strconv.ParseUint":                                    "strconv",
3457	"strconv.Quote":                                        "strconv",
3458	"strconv.QuoteRune":                                    "strconv",
3459	"strconv.QuoteRuneToASCII":                             "strconv",
3460	"strconv.QuoteRuneToGraphic":                           "strconv",
3461	"strconv.QuoteToASCII":                                 "strconv",
3462	"strconv.QuoteToGraphic":                               "strconv",
3463	"strconv.Unquote":                                      "strconv",
3464	"strconv.UnquoteChar":                                  "strconv",
3465	"strings.Builder":                                      "strings",
3466	"strings.Compare":                                      "strings",
3467	"strings.Contains":                                     "strings",
3468	"strings.ContainsAny":                                  "strings",
3469	"strings.ContainsRune":                                 "strings",
3470	"strings.Count":                                        "strings",
3471	"strings.EqualFold":                                    "strings",
3472	"strings.Fields":                                       "strings",
3473	"strings.FieldsFunc":                                   "strings",
3474	"strings.HasPrefix":                                    "strings",
3475	"strings.HasSuffix":                                    "strings",
3476	"strings.Index":                                        "strings",
3477	"strings.IndexAny":                                     "strings",
3478	"strings.IndexByte":                                    "strings",
3479	"strings.IndexFunc":                                    "strings",
3480	"strings.IndexRune":                                    "strings",
3481	"strings.Join":                                         "strings",
3482	"strings.LastIndex":                                    "strings",
3483	"strings.LastIndexAny":                                 "strings",
3484	"strings.LastIndexByte":                                "strings",
3485	"strings.LastIndexFunc":                                "strings",
3486	"strings.Map":                                          "strings",
3487	"strings.NewReader":                                    "strings",
3488	"strings.NewReplacer":                                  "strings",
3489	"strings.Reader":                                       "strings",
3490	"strings.Repeat":                                       "strings",
3491	"strings.Replace":                                      "strings",
3492	"strings.Replacer":                                     "strings",
3493	"strings.Split":                                        "strings",
3494	"strings.SplitAfter":                                   "strings",
3495	"strings.SplitAfterN":                                  "strings",
3496	"strings.SplitN":                                       "strings",
3497	"strings.Title":                                        "strings",
3498	"strings.ToLower":                                      "strings",
3499	"strings.ToLowerSpecial":                               "strings",
3500	"strings.ToTitle":                                      "strings",
3501	"strings.ToTitleSpecial":                               "strings",
3502	"strings.ToUpper":                                      "strings",
3503	"strings.ToUpperSpecial":                               "strings",
3504	"strings.Trim":                                         "strings",
3505	"strings.TrimFunc":                                     "strings",
3506	"strings.TrimLeft":                                     "strings",
3507	"strings.TrimLeftFunc":                                 "strings",
3508	"strings.TrimPrefix":                                   "strings",
3509	"strings.TrimRight":                                    "strings",
3510	"strings.TrimRightFunc":                                "strings",
3511	"strings.TrimSpace":                                    "strings",
3512	"strings.TrimSuffix":                                   "strings",
3513	"subtle.ConstantTimeByteEq":                            "crypto/subtle",
3514	"subtle.ConstantTimeCompare":                           "crypto/subtle",
3515	"subtle.ConstantTimeCopy":                              "crypto/subtle",
3516	"subtle.ConstantTimeEq":                                "crypto/subtle",
3517	"subtle.ConstantTimeLessOrEq":                          "crypto/subtle",
3518	"subtle.ConstantTimeSelect":                            "crypto/subtle",
3519	"suffixarray.Index":                                    "index/suffixarray",
3520	"suffixarray.New":                                      "index/suffixarray",
3521	"sync.Cond":                                            "sync",
3522	"sync.Locker":                                          "sync",
3523	"sync.Map":                                             "sync",
3524	"sync.Mutex":                                           "sync",
3525	"sync.NewCond":                                         "sync",
3526	"sync.Once":                                            "sync",
3527	"sync.Pool":                                            "sync",
3528	"sync.RWMutex":                                         "sync",
3529	"sync.WaitGroup":                                       "sync",
3530	"syntax.ClassNL":                                       "regexp/syntax",
3531	"syntax.Compile":                                       "regexp/syntax",
3532	"syntax.DotNL":                                         "regexp/syntax",
3533	"syntax.EmptyBeginLine":                                "regexp/syntax",
3534	"syntax.EmptyBeginText":                                "regexp/syntax",
3535	"syntax.EmptyEndLine":                                  "regexp/syntax",
3536	"syntax.EmptyEndText":                                  "regexp/syntax",
3537	"syntax.EmptyNoWordBoundary":                           "regexp/syntax",
3538	"syntax.EmptyOp":                                       "regexp/syntax",
3539	"syntax.EmptyOpContext":                                "regexp/syntax",
3540	"syntax.EmptyWordBoundary":                             "regexp/syntax",
3541	"syntax.ErrInternalError":                              "regexp/syntax",
3542	"syntax.ErrInvalidCharClass":                           "regexp/syntax",
3543	"syntax.ErrInvalidCharRange":                           "regexp/syntax",
3544	"syntax.ErrInvalidEscape":                              "regexp/syntax",
3545	"syntax.ErrInvalidNamedCapture":                        "regexp/syntax",
3546	"syntax.ErrInvalidPerlOp":                              "regexp/syntax",
3547	"syntax.ErrInvalidRepeatOp":                            "regexp/syntax",
3548	"syntax.ErrInvalidRepeatSize":                          "regexp/syntax",
3549	"syntax.ErrInvalidUTF8":                                "regexp/syntax",
3550	"syntax.ErrMissingBracket":                             "regexp/syntax",
3551	"syntax.ErrMissingParen":                               "regexp/syntax",
3552	"syntax.ErrMissingRepeatArgument":                      "regexp/syntax",
3553	"syntax.ErrTrailingBackslash":                          "regexp/syntax",
3554	"syntax.ErrUnexpectedParen":                            "regexp/syntax",
3555	"syntax.Error":                                         "regexp/syntax",
3556	"syntax.ErrorCode":                                     "regexp/syntax",
3557	"syntax.Flags":                                         "regexp/syntax",
3558	"syntax.FoldCase":                                      "regexp/syntax",
3559	"syntax.Inst":                                          "regexp/syntax",
3560	"syntax.InstAlt":                                       "regexp/syntax",
3561	"syntax.InstAltMatch":                                  "regexp/syntax",
3562	"syntax.InstCapture":                                   "regexp/syntax",
3563	"syntax.InstEmptyWidth":                                "regexp/syntax",
3564	"syntax.InstFail":                                      "regexp/syntax",
3565	"syntax.InstMatch":                                     "regexp/syntax",
3566	"syntax.InstNop":                                       "regexp/syntax",
3567	"syntax.InstOp":                                        "regexp/syntax",
3568	"syntax.InstRune":                                      "regexp/syntax",
3569	"syntax.InstRune1":                                     "regexp/syntax",
3570	"syntax.InstRuneAny":                                   "regexp/syntax",
3571	"syntax.InstRuneAnyNotNL":                              "regexp/syntax",
3572	"syntax.IsWordChar":                                    "regexp/syntax",
3573	"syntax.Literal":                                       "regexp/syntax",
3574	"syntax.MatchNL":                                       "regexp/syntax",
3575	"syntax.NonGreedy":                                     "regexp/syntax",
3576	"syntax.OneLine":                                       "regexp/syntax",
3577	"syntax.Op":                                            "regexp/syntax",
3578	"syntax.OpAlternate":                                   "regexp/syntax",
3579	"syntax.OpAnyChar":                                     "regexp/syntax",
3580	"syntax.OpAnyCharNotNL":                                "regexp/syntax",
3581	"syntax.OpBeginLine":                                   "regexp/syntax",
3582	"syntax.OpBeginText":                                   "regexp/syntax",
3583	"syntax.OpCapture":                                     "regexp/syntax",
3584	"syntax.OpCharClass":                                   "regexp/syntax",
3585	"syntax.OpConcat":                                      "regexp/syntax",
3586	"syntax.OpEmptyMatch":                                  "regexp/syntax",
3587	"syntax.OpEndLine":                                     "regexp/syntax",
3588	"syntax.OpEndText":                                     "regexp/syntax",
3589	"syntax.OpLiteral":                                     "regexp/syntax",
3590	"syntax.OpNoMatch":                                     "regexp/syntax",
3591	"syntax.OpNoWordBoundary":                              "regexp/syntax",
3592	"syntax.OpPlus":                                        "regexp/syntax",
3593	"syntax.OpQuest":                                       "regexp/syntax",
3594	"syntax.OpRepeat":                                      "regexp/syntax",
3595	"syntax.OpStar":                                        "regexp/syntax",
3596	"syntax.OpWordBoundary":                                "regexp/syntax",
3597	"syntax.POSIX":                                         "regexp/syntax",
3598	"syntax.Parse":                                         "regexp/syntax",
3599	"syntax.Perl":                                          "regexp/syntax",
3600	"syntax.PerlX":                                         "regexp/syntax",
3601	"syntax.Prog":                                          "regexp/syntax",
3602	"syntax.Regexp":                                        "regexp/syntax",
3603	"syntax.Simple":                                        "regexp/syntax",
3604	"syntax.UnicodeGroups":                                 "regexp/syntax",
3605	"syntax.WasDollar":                                     "regexp/syntax",
3606	"syscall.AF_ALG":                                       "syscall",
3607	"syscall.AF_APPLETALK":                                 "syscall",
3608	"syscall.AF_ARP":                                       "syscall",
3609	"syscall.AF_ASH":                                       "syscall",
3610	"syscall.AF_ATM":                                       "syscall",
3611	"syscall.AF_ATMPVC":                                    "syscall",
3612	"syscall.AF_ATMSVC":                                    "syscall",
3613	"syscall.AF_AX25":                                      "syscall",
3614	"syscall.AF_BLUETOOTH":                                 "syscall",
3615	"syscall.AF_BRIDGE":                                    "syscall",
3616	"syscall.AF_CAIF":                                      "syscall",
3617	"syscall.AF_CAN":                                       "syscall",
3618	"syscall.AF_CCITT":                                     "syscall",
3619	"syscall.AF_CHAOS":                                     "syscall",
3620	"syscall.AF_CNT":                                       "syscall",
3621	"syscall.AF_COIP":                                      "syscall",
3622	"syscall.AF_DATAKIT":                                   "syscall",
3623	"syscall.AF_DECnet":                                    "syscall",
3624	"syscall.AF_DLI":                                       "syscall",
3625	"syscall.AF_E164":                                      "syscall",
3626	"syscall.AF_ECMA":                                      "syscall",
3627	"syscall.AF_ECONET":                                    "syscall",
3628	"syscall.AF_ENCAP":                                     "syscall",
3629	"syscall.AF_FILE":                                      "syscall",
3630	"syscall.AF_HYLINK":                                    "syscall",
3631	"syscall.AF_IEEE80211":                                 "syscall",
3632	"syscall.AF_IEEE802154":                                "syscall",
3633	"syscall.AF_IMPLINK":                                   "syscall",
3634	"syscall.AF_INET":                                      "syscall",
3635	"syscall.AF_INET6":                                     "syscall",
3636	"syscall.AF_INET6_SDP":                                 "syscall",
3637	"syscall.AF_INET_SDP":                                  "syscall",
3638	"syscall.AF_IPX":                                       "syscall",
3639	"syscall.AF_IRDA":                                      "syscall",
3640	"syscall.AF_ISDN":                                      "syscall",
3641	"syscall.AF_ISO":                                       "syscall",
3642	"syscall.AF_IUCV":                                      "syscall",
3643	"syscall.AF_KEY":                                       "syscall",
3644	"syscall.AF_LAT":                                       "syscall",
3645	"syscall.AF_LINK":                                      "syscall",
3646	"syscall.AF_LLC":                                       "syscall",
3647	"syscall.AF_LOCAL":                                     "syscall",
3648	"syscall.AF_MAX":                                       "syscall",
3649	"syscall.AF_MPLS":                                      "syscall",
3650	"syscall.AF_NATM":                                      "syscall",
3651	"syscall.AF_NDRV":                                      "syscall",
3652	"syscall.AF_NETBEUI":                                   "syscall",
3653	"syscall.AF_NETBIOS":                                   "syscall",
3654	"syscall.AF_NETGRAPH":                                  "syscall",
3655	"syscall.AF_NETLINK":                                   "syscall",
3656	"syscall.AF_NETROM":                                    "syscall",
3657	"syscall.AF_NS":                                        "syscall",
3658	"syscall.AF_OROUTE":                                    "syscall",
3659	"syscall.AF_OSI":                                       "syscall",
3660	"syscall.AF_PACKET":                                    "syscall",
3661	"syscall.AF_PHONET":                                    "syscall",
3662	"syscall.AF_PPP":                                       "syscall",
3663	"syscall.AF_PPPOX":                                     "syscall",
3664	"syscall.AF_PUP":                                       "syscall",
3665	"syscall.AF_RDS":                                       "syscall",
3666	"syscall.AF_RESERVED_36":                               "syscall",
3667	"syscall.AF_ROSE":                                      "syscall",
3668	"syscall.AF_ROUTE":                                     "syscall",
3669	"syscall.AF_RXRPC":                                     "syscall",
3670	"syscall.AF_SCLUSTER":                                  "syscall",
3671	"syscall.AF_SECURITY":                                  "syscall",
3672	"syscall.AF_SIP":                                       "syscall",
3673	"syscall.AF_SLOW":                                      "syscall",
3674	"syscall.AF_SNA":                                       "syscall",
3675	"syscall.AF_SYSTEM":                                    "syscall",
3676	"syscall.AF_TIPC":                                      "syscall",
3677	"syscall.AF_UNIX":                                      "syscall",
3678	"syscall.AF_UNSPEC":                                    "syscall",
3679	"syscall.AF_VENDOR00":                                  "syscall",
3680	"syscall.AF_VENDOR01":                                  "syscall",
3681	"syscall.AF_VENDOR02":                                  "syscall",
3682	"syscall.AF_VENDOR03":                                  "syscall",
3683	"syscall.AF_VENDOR04":                                  "syscall",
3684	"syscall.AF_VENDOR05":                                  "syscall",
3685	"syscall.AF_VENDOR06":                                  "syscall",
3686	"syscall.AF_VENDOR07":                                  "syscall",
3687	"syscall.AF_VENDOR08":                                  "syscall",
3688	"syscall.AF_VENDOR09":                                  "syscall",
3689	"syscall.AF_VENDOR10":                                  "syscall",
3690	"syscall.AF_VENDOR11":                                  "syscall",
3691	"syscall.AF_VENDOR12":                                  "syscall",
3692	"syscall.AF_VENDOR13":                                  "syscall",
3693	"syscall.AF_VENDOR14":                                  "syscall",
3694	"syscall.AF_VENDOR15":                                  "syscall",
3695	"syscall.AF_VENDOR16":                                  "syscall",
3696	"syscall.AF_VENDOR17":                                  "syscall",
3697	"syscall.AF_VENDOR18":                                  "syscall",
3698	"syscall.AF_VENDOR19":                                  "syscall",
3699	"syscall.AF_VENDOR20":                                  "syscall",
3700	"syscall.AF_VENDOR21":                                  "syscall",
3701	"syscall.AF_VENDOR22":                                  "syscall",
3702	"syscall.AF_VENDOR23":                                  "syscall",
3703	"syscall.AF_VENDOR24":                                  "syscall",
3704	"syscall.AF_VENDOR25":                                  "syscall",
3705	"syscall.AF_VENDOR26":                                  "syscall",
3706	"syscall.AF_VENDOR27":                                  "syscall",
3707	"syscall.AF_VENDOR28":                                  "syscall",
3708	"syscall.AF_VENDOR29":                                  "syscall",
3709	"syscall.AF_VENDOR30":                                  "syscall",
3710	"syscall.AF_VENDOR31":                                  "syscall",
3711	"syscall.AF_VENDOR32":                                  "syscall",
3712	"syscall.AF_VENDOR33":                                  "syscall",
3713	"syscall.AF_VENDOR34":                                  "syscall",
3714	"syscall.AF_VENDOR35":                                  "syscall",
3715	"syscall.AF_VENDOR36":                                  "syscall",
3716	"syscall.AF_VENDOR37":                                  "syscall",
3717	"syscall.AF_VENDOR38":                                  "syscall",
3718	"syscall.AF_VENDOR39":                                  "syscall",
3719	"syscall.AF_VENDOR40":                                  "syscall",
3720	"syscall.AF_VENDOR41":                                  "syscall",
3721	"syscall.AF_VENDOR42":                                  "syscall",
3722	"syscall.AF_VENDOR43":                                  "syscall",
3723	"syscall.AF_VENDOR44":                                  "syscall",
3724	"syscall.AF_VENDOR45":                                  "syscall",
3725	"syscall.AF_VENDOR46":                                  "syscall",
3726	"syscall.AF_VENDOR47":                                  "syscall",
3727	"syscall.AF_WANPIPE":                                   "syscall",
3728	"syscall.AF_X25":                                       "syscall",
3729	"syscall.AI_CANONNAME":                                 "syscall",
3730	"syscall.AI_NUMERICHOST":                               "syscall",
3731	"syscall.AI_PASSIVE":                                   "syscall",
3732	"syscall.APPLICATION_ERROR":                            "syscall",
3733	"syscall.ARPHRD_ADAPT":                                 "syscall",
3734	"syscall.ARPHRD_APPLETLK":                              "syscall",
3735	"syscall.ARPHRD_ARCNET":                                "syscall",
3736	"syscall.ARPHRD_ASH":                                   "syscall",
3737	"syscall.ARPHRD_ATM":                                   "syscall",
3738	"syscall.ARPHRD_AX25":                                  "syscall",
3739	"syscall.ARPHRD_BIF":                                   "syscall",
3740	"syscall.ARPHRD_CHAOS":                                 "syscall",
3741	"syscall.ARPHRD_CISCO":                                 "syscall",
3742	"syscall.ARPHRD_CSLIP":                                 "syscall",
3743	"syscall.ARPHRD_CSLIP6":                                "syscall",
3744	"syscall.ARPHRD_DDCMP":                                 "syscall",
3745	"syscall.ARPHRD_DLCI":                                  "syscall",
3746	"syscall.ARPHRD_ECONET":                                "syscall",
3747	"syscall.ARPHRD_EETHER":                                "syscall",
3748	"syscall.ARPHRD_ETHER":                                 "syscall",
3749	"syscall.ARPHRD_EUI64":                                 "syscall",
3750	"syscall.ARPHRD_FCAL":                                  "syscall",
3751	"syscall.ARPHRD_FCFABRIC":                              "syscall",
3752	"syscall.ARPHRD_FCPL":                                  "syscall",
3753	"syscall.ARPHRD_FCPP":                                  "syscall",
3754	"syscall.ARPHRD_FDDI":                                  "syscall",
3755	"syscall.ARPHRD_FRAD":                                  "syscall",
3756	"syscall.ARPHRD_FRELAY":                                "syscall",
3757	"syscall.ARPHRD_HDLC":                                  "syscall",
3758	"syscall.ARPHRD_HIPPI":                                 "syscall",
3759	"syscall.ARPHRD_HWX25":                                 "syscall",
3760	"syscall.ARPHRD_IEEE1394":                              "syscall",
3761	"syscall.ARPHRD_IEEE802":                               "syscall",
3762	"syscall.ARPHRD_IEEE80211":                             "syscall",
3763	"syscall.ARPHRD_IEEE80211_PRISM":                       "syscall",
3764	"syscall.ARPHRD_IEEE80211_RADIOTAP":                    "syscall",
3765	"syscall.ARPHRD_IEEE802154":                            "syscall",
3766	"syscall.ARPHRD_IEEE802154_PHY":                        "syscall",
3767	"syscall.ARPHRD_IEEE802_TR":                            "syscall",
3768	"syscall.ARPHRD_INFINIBAND":                            "syscall",
3769	"syscall.ARPHRD_IPDDP":                                 "syscall",
3770	"syscall.ARPHRD_IPGRE":                                 "syscall",
3771	"syscall.ARPHRD_IRDA":                                  "syscall",
3772	"syscall.ARPHRD_LAPB":                                  "syscall",
3773	"syscall.ARPHRD_LOCALTLK":                              "syscall",
3774	"syscall.ARPHRD_LOOPBACK":                              "syscall",
3775	"syscall.ARPHRD_METRICOM":                              "syscall",
3776	"syscall.ARPHRD_NETROM":                                "syscall",
3777	"syscall.ARPHRD_NONE":                                  "syscall",
3778	"syscall.ARPHRD_PIMREG":                                "syscall",
3779	"syscall.ARPHRD_PPP":                                   "syscall",
3780	"syscall.ARPHRD_PRONET":                                "syscall",
3781	"syscall.ARPHRD_RAWHDLC":                               "syscall",
3782	"syscall.ARPHRD_ROSE":                                  "syscall",
3783	"syscall.ARPHRD_RSRVD":                                 "syscall",
3784	"syscall.ARPHRD_SIT":                                   "syscall",
3785	"syscall.ARPHRD_SKIP":                                  "syscall",
3786	"syscall.ARPHRD_SLIP":                                  "syscall",
3787	"syscall.ARPHRD_SLIP6":                                 "syscall",
3788	"syscall.ARPHRD_STRIP":                                 "syscall",
3789	"syscall.ARPHRD_TUNNEL":                                "syscall",
3790	"syscall.ARPHRD_TUNNEL6":                               "syscall",
3791	"syscall.ARPHRD_VOID":                                  "syscall",
3792	"syscall.ARPHRD_X25":                                   "syscall",
3793	"syscall.AUTHTYPE_CLIENT":                              "syscall",
3794	"syscall.AUTHTYPE_SERVER":                              "syscall",
3795	"syscall.Accept":                                       "syscall",
3796	"syscall.Accept4":                                      "syscall",
3797	"syscall.AcceptEx":                                     "syscall",
3798	"syscall.Access":                                       "syscall",
3799	"syscall.Acct":                                         "syscall",
3800	"syscall.AddrinfoW":                                    "syscall",
3801	"syscall.Adjtime":                                      "syscall",
3802	"syscall.Adjtimex":                                     "syscall",
3803	"syscall.AttachLsf":                                    "syscall",
3804	"syscall.B0":                                           "syscall",
3805	"syscall.B1000000":                                     "syscall",
3806	"syscall.B110":                                         "syscall",
3807	"syscall.B115200":                                      "syscall",
3808	"syscall.B1152000":                                     "syscall",
3809	"syscall.B1200":                                        "syscall",
3810	"syscall.B134":                                         "syscall",
3811	"syscall.B14400":                                       "syscall",
3812	"syscall.B150":                                         "syscall",
3813	"syscall.B1500000":                                     "syscall",
3814	"syscall.B1800":                                        "syscall",
3815	"syscall.B19200":                                       "syscall",
3816	"syscall.B200":                                         "syscall",
3817	"syscall.B2000000":                                     "syscall",
3818	"syscall.B230400":                                      "syscall",
3819	"syscall.B2400":                                        "syscall",
3820	"syscall.B2500000":                                     "syscall",
3821	"syscall.B28800":                                       "syscall",
3822	"syscall.B300":                                         "syscall",
3823	"syscall.B3000000":                                     "syscall",
3824	"syscall.B3500000":                                     "syscall",
3825	"syscall.B38400":                                       "syscall",
3826	"syscall.B4000000":                                     "syscall",
3827	"syscall.B460800":                                      "syscall",
3828	"syscall.B4800":                                        "syscall",
3829	"syscall.B50":                                          "syscall",
3830	"syscall.B500000":                                      "syscall",
3831	"syscall.B57600":                                       "syscall",
3832	"syscall.B576000":                                      "syscall",
3833	"syscall.B600":                                         "syscall",
3834	"syscall.B7200":                                        "syscall",
3835	"syscall.B75":                                          "syscall",
3836	"syscall.B76800":                                       "syscall",
3837	"syscall.B921600":                                      "syscall",
3838	"syscall.B9600":                                        "syscall",
3839	"syscall.BASE_PROTOCOL":                                "syscall",
3840	"syscall.BIOCFEEDBACK":                                 "syscall",
3841	"syscall.BIOCFLUSH":                                    "syscall",
3842	"syscall.BIOCGBLEN":                                    "syscall",
3843	"syscall.BIOCGDIRECTION":                               "syscall",
3844	"syscall.BIOCGDIRFILT":                                 "syscall",
3845	"syscall.BIOCGDLT":                                     "syscall",
3846	"syscall.BIOCGDLTLIST":                                 "syscall",
3847	"syscall.BIOCGETBUFMODE":                               "syscall",
3848	"syscall.BIOCGETIF":                                    "syscall",
3849	"syscall.BIOCGETZMAX":                                  "syscall",
3850	"syscall.BIOCGFEEDBACK":                                "syscall",
3851	"syscall.BIOCGFILDROP":                                 "syscall",
3852	"syscall.BIOCGHDRCMPLT":                                "syscall",
3853	"syscall.BIOCGRSIG":                                    "syscall",
3854	"syscall.BIOCGRTIMEOUT":                                "syscall",
3855	"syscall.BIOCGSEESENT":                                 "syscall",
3856	"syscall.BIOCGSTATS":                                   "syscall",
3857	"syscall.BIOCGSTATSOLD":                                "syscall",
3858	"syscall.BIOCGTSTAMP":                                  "syscall",
3859	"syscall.BIOCIMMEDIATE":                                "syscall",
3860	"syscall.BIOCLOCK":                                     "syscall",
3861	"syscall.BIOCPROMISC":                                  "syscall",
3862	"syscall.BIOCROTZBUF":                                  "syscall",
3863	"syscall.BIOCSBLEN":                                    "syscall",
3864	"syscall.BIOCSDIRECTION":                               "syscall",
3865	"syscall.BIOCSDIRFILT":                                 "syscall",
3866	"syscall.BIOCSDLT":                                     "syscall",
3867	"syscall.BIOCSETBUFMODE":                               "syscall",
3868	"syscall.BIOCSETF":                                     "syscall",
3869	"syscall.BIOCSETFNR":                                   "syscall",
3870	"syscall.BIOCSETIF":                                    "syscall",
3871	"syscall.BIOCSETWF":                                    "syscall",
3872	"syscall.BIOCSETZBUF":                                  "syscall",
3873	"syscall.BIOCSFEEDBACK":                                "syscall",
3874	"syscall.BIOCSFILDROP":                                 "syscall",
3875	"syscall.BIOCSHDRCMPLT":                                "syscall",
3876	"syscall.BIOCSRSIG":                                    "syscall",
3877	"syscall.BIOCSRTIMEOUT":                                "syscall",
3878	"syscall.BIOCSSEESENT":                                 "syscall",
3879	"syscall.BIOCSTCPF":                                    "syscall",
3880	"syscall.BIOCSTSTAMP":                                  "syscall",
3881	"syscall.BIOCSUDPF":                                    "syscall",
3882	"syscall.BIOCVERSION":                                  "syscall",
3883	"syscall.BPF_A":                                        "syscall",
3884	"syscall.BPF_ABS":                                      "syscall",
3885	"syscall.BPF_ADD":                                      "syscall",
3886	"syscall.BPF_ALIGNMENT":                                "syscall",
3887	"syscall.BPF_ALIGNMENT32":                              "syscall",
3888	"syscall.BPF_ALU":                                      "syscall",
3889	"syscall.BPF_AND":                                      "syscall",
3890	"syscall.BPF_B":                                        "syscall",
3891	"syscall.BPF_BUFMODE_BUFFER":                           "syscall",
3892	"syscall.BPF_BUFMODE_ZBUF":                             "syscall",
3893	"syscall.BPF_DFLTBUFSIZE":                              "syscall",
3894	"syscall.BPF_DIRECTION_IN":                             "syscall",
3895	"syscall.BPF_DIRECTION_OUT":                            "syscall",
3896	"syscall.BPF_DIV":                                      "syscall",
3897	"syscall.BPF_H":                                        "syscall",
3898	"syscall.BPF_IMM":                                      "syscall",
3899	"syscall.BPF_IND":                                      "syscall",
3900	"syscall.BPF_JA":                                       "syscall",
3901	"syscall.BPF_JEQ":                                      "syscall",
3902	"syscall.BPF_JGE":                                      "syscall",
3903	"syscall.BPF_JGT":                                      "syscall",
3904	"syscall.BPF_JMP":                                      "syscall",
3905	"syscall.BPF_JSET":                                     "syscall",
3906	"syscall.BPF_K":                                        "syscall",
3907	"syscall.BPF_LD":                                       "syscall",
3908	"syscall.BPF_LDX":                                      "syscall",
3909	"syscall.BPF_LEN":                                      "syscall",
3910	"syscall.BPF_LSH":                                      "syscall",
3911	"syscall.BPF_MAJOR_VERSION":                            "syscall",
3912	"syscall.BPF_MAXBUFSIZE":                               "syscall",
3913	"syscall.BPF_MAXINSNS":                                 "syscall",
3914	"syscall.BPF_MEM":                                      "syscall",
3915	"syscall.BPF_MEMWORDS":                                 "syscall",
3916	"syscall.BPF_MINBUFSIZE":                               "syscall",
3917	"syscall.BPF_MINOR_VERSION":                            "syscall",
3918	"syscall.BPF_MISC":                                     "syscall",
3919	"syscall.BPF_MSH":                                      "syscall",
3920	"syscall.BPF_MUL":                                      "syscall",
3921	"syscall.BPF_NEG":                                      "syscall",
3922	"syscall.BPF_OR":                                       "syscall",
3923	"syscall.BPF_RELEASE":                                  "syscall",
3924	"syscall.BPF_RET":                                      "syscall",
3925	"syscall.BPF_RSH":                                      "syscall",
3926	"syscall.BPF_ST":                                       "syscall",
3927	"syscall.BPF_STX":                                      "syscall",
3928	"syscall.BPF_SUB":                                      "syscall",
3929	"syscall.BPF_TAX":                                      "syscall",
3930	"syscall.BPF_TXA":                                      "syscall",
3931	"syscall.BPF_T_BINTIME":                                "syscall",
3932	"syscall.BPF_T_BINTIME_FAST":                           "syscall",
3933	"syscall.BPF_T_BINTIME_MONOTONIC":                      "syscall",
3934	"syscall.BPF_T_BINTIME_MONOTONIC_FAST":                 "syscall",
3935	"syscall.BPF_T_FAST":                                   "syscall",
3936	"syscall.BPF_T_FLAG_MASK":                              "syscall",
3937	"syscall.BPF_T_FORMAT_MASK":                            "syscall",
3938	"syscall.BPF_T_MICROTIME":                              "syscall",
3939	"syscall.BPF_T_MICROTIME_FAST":                         "syscall",
3940	"syscall.BPF_T_MICROTIME_MONOTONIC":                    "syscall",
3941	"syscall.BPF_T_MICROTIME_MONOTONIC_FAST":               "syscall",
3942	"syscall.BPF_T_MONOTONIC":                              "syscall",
3943	"syscall.BPF_T_MONOTONIC_FAST":                         "syscall",
3944	"syscall.BPF_T_NANOTIME":                               "syscall",
3945	"syscall.BPF_T_NANOTIME_FAST":                          "syscall",
3946	"syscall.BPF_T_NANOTIME_MONOTONIC":                     "syscall",
3947	"syscall.BPF_T_NANOTIME_MONOTONIC_FAST":                "syscall",
3948	"syscall.BPF_T_NONE":                                   "syscall",
3949	"syscall.BPF_T_NORMAL":                                 "syscall",
3950	"syscall.BPF_W":                                        "syscall",
3951	"syscall.BPF_X":                                        "syscall",
3952	"syscall.BRKINT":                                       "syscall",
3953	"syscall.Bind":                                         "syscall",
3954	"syscall.BindToDevice":                                 "syscall",
3955	"syscall.BpfBuflen":                                    "syscall",
3956	"syscall.BpfDatalink":                                  "syscall",
3957	"syscall.BpfHdr":                                       "syscall",
3958	"syscall.BpfHeadercmpl":                                "syscall",
3959	"syscall.BpfInsn":                                      "syscall",
3960	"syscall.BpfInterface":                                 "syscall",
3961	"syscall.BpfJump":                                      "syscall",
3962	"syscall.BpfProgram":                                   "syscall",
3963	"syscall.BpfStat":                                      "syscall",
3964	"syscall.BpfStats":                                     "syscall",
3965	"syscall.BpfStmt":                                      "syscall",
3966	"syscall.BpfTimeout":                                   "syscall",
3967	"syscall.BpfTimeval":                                   "syscall",
3968	"syscall.BpfVersion":                                   "syscall",
3969	"syscall.BpfZbuf":                                      "syscall",
3970	"syscall.BpfZbufHeader":                                "syscall",
3971	"syscall.ByHandleFileInformation":                      "syscall",
3972	"syscall.BytePtrFromString":                            "syscall",
3973	"syscall.ByteSliceFromString":                          "syscall",
3974	"syscall.CCR0_FLUSH":                                   "syscall",
3975	"syscall.CERT_CHAIN_POLICY_AUTHENTICODE":               "syscall",
3976	"syscall.CERT_CHAIN_POLICY_AUTHENTICODE_TS":            "syscall",
3977	"syscall.CERT_CHAIN_POLICY_BASE":                       "syscall",
3978	"syscall.CERT_CHAIN_POLICY_BASIC_CONSTRAINTS":          "syscall",
3979	"syscall.CERT_CHAIN_POLICY_EV":                         "syscall",
3980	"syscall.CERT_CHAIN_POLICY_MICROSOFT_ROOT":             "syscall",
3981	"syscall.CERT_CHAIN_POLICY_NT_AUTH":                    "syscall",
3982	"syscall.CERT_CHAIN_POLICY_SSL":                        "syscall",
3983	"syscall.CERT_E_CN_NO_MATCH":                           "syscall",
3984	"syscall.CERT_E_EXPIRED":                               "syscall",
3985	"syscall.CERT_E_PURPOSE":                               "syscall",
3986	"syscall.CERT_E_ROLE":                                  "syscall",
3987	"syscall.CERT_E_UNTRUSTEDROOT":                         "syscall",
3988	"syscall.CERT_STORE_ADD_ALWAYS":                        "syscall",
3989	"syscall.CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG":  "syscall",
3990	"syscall.CERT_STORE_PROV_MEMORY":                       "syscall",
3991	"syscall.CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT":      "syscall",
3992	"syscall.CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT":   "syscall",
3993	"syscall.CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT": "syscall",
3994	"syscall.CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT":    "syscall",
3995	"syscall.CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT": "syscall",
3996	"syscall.CERT_TRUST_INVALID_BASIC_CONSTRAINTS":         "syscall",
3997	"syscall.CERT_TRUST_INVALID_EXTENSION":                 "syscall",
3998	"syscall.CERT_TRUST_INVALID_NAME_CONSTRAINTS":          "syscall",
3999	"syscall.CERT_TRUST_INVALID_POLICY_CONSTRAINTS":        "syscall",
4000	"syscall.CERT_TRUST_IS_CYCLIC":                         "syscall",
4001	"syscall.CERT_TRUST_IS_EXPLICIT_DISTRUST":              "syscall",
4002	"syscall.CERT_TRUST_IS_NOT_SIGNATURE_VALID":            "syscall",
4003	"syscall.CERT_TRUST_IS_NOT_TIME_VALID":                 "syscall",
4004	"syscall.CERT_TRUST_IS_NOT_VALID_FOR_USAGE":            "syscall",
4005	"syscall.CERT_TRUST_IS_OFFLINE_REVOCATION":             "syscall",
4006	"syscall.CERT_TRUST_IS_REVOKED":                        "syscall",
4007	"syscall.CERT_TRUST_IS_UNTRUSTED_ROOT":                 "syscall",
4008	"syscall.CERT_TRUST_NO_ERROR":                          "syscall",
4009	"syscall.CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY":          "syscall",
4010	"syscall.CERT_TRUST_REVOCATION_STATUS_UNKNOWN":         "syscall",
4011	"syscall.CFLUSH":                                       "syscall",
4012	"syscall.CLOCAL":                                       "syscall",
4013	"syscall.CLONE_CHILD_CLEARTID":                         "syscall",
4014	"syscall.CLONE_CHILD_SETTID":                           "syscall",
4015	"syscall.CLONE_CSIGNAL":                                "syscall",
4016	"syscall.CLONE_DETACHED":                               "syscall",
4017	"syscall.CLONE_FILES":                                  "syscall",
4018	"syscall.CLONE_FS":                                     "syscall",
4019	"syscall.CLONE_IO":                                     "syscall",
4020	"syscall.CLONE_NEWIPC":                                 "syscall",
4021	"syscall.CLONE_NEWNET":                                 "syscall",
4022	"syscall.CLONE_NEWNS":                                  "syscall",
4023	"syscall.CLONE_NEWPID":                                 "syscall",
4024	"syscall.CLONE_NEWUSER":                                "syscall",
4025	"syscall.CLONE_NEWUTS":                                 "syscall",
4026	"syscall.CLONE_PARENT":                                 "syscall",
4027	"syscall.CLONE_PARENT_SETTID":                          "syscall",
4028	"syscall.CLONE_PID":                                    "syscall",
4029	"syscall.CLONE_PTRACE":                                 "syscall",
4030	"syscall.CLONE_SETTLS":                                 "syscall",
4031	"syscall.CLONE_SIGHAND":                                "syscall",
4032	"syscall.CLONE_SYSVSEM":                                "syscall",
4033	"syscall.CLONE_THREAD":                                 "syscall",
4034	"syscall.CLONE_UNTRACED":                               "syscall",
4035	"syscall.CLONE_VFORK":                                  "syscall",
4036	"syscall.CLONE_VM":                                     "syscall",
4037	"syscall.CPUID_CFLUSH":                                 "syscall",
4038	"syscall.CREAD":                                        "syscall",
4039	"syscall.CREATE_ALWAYS":                                "syscall",
4040	"syscall.CREATE_NEW":                                   "syscall",
4041	"syscall.CREATE_NEW_PROCESS_GROUP":                     "syscall",
4042	"syscall.CREATE_UNICODE_ENVIRONMENT":                   "syscall",
4043	"syscall.CRYPT_DEFAULT_CONTAINER_OPTIONAL":             "syscall",
4044	"syscall.CRYPT_DELETEKEYSET":                           "syscall",
4045	"syscall.CRYPT_MACHINE_KEYSET":                         "syscall",
4046	"syscall.CRYPT_NEWKEYSET":                              "syscall",
4047	"syscall.CRYPT_SILENT":                                 "syscall",
4048	"syscall.CRYPT_VERIFYCONTEXT":                          "syscall",
4049	"syscall.CS5":                                          "syscall",
4050	"syscall.CS6":                                          "syscall",
4051	"syscall.CS7":                                          "syscall",
4052	"syscall.CS8":                                          "syscall",
4053	"syscall.CSIZE":                                        "syscall",
4054	"syscall.CSTART":                                       "syscall",
4055	"syscall.CSTATUS":                                      "syscall",
4056	"syscall.CSTOP":                                        "syscall",
4057	"syscall.CSTOPB":                                       "syscall",
4058	"syscall.CSUSP":                                        "syscall",
4059	"syscall.CTL_MAXNAME":                                  "syscall",
4060	"syscall.CTL_NET":                                      "syscall",
4061	"syscall.CTL_QUERY":                                    "syscall",
4062	"syscall.CTRL_BREAK_EVENT":                             "syscall",
4063	"syscall.CTRL_C_EVENT":                                 "syscall",
4064	"syscall.CancelIo":                                     "syscall",
4065	"syscall.CancelIoEx":                                   "syscall",
4066	"syscall.CertAddCertificateContextToStore":             "syscall",
4067	"syscall.CertChainContext":                             "syscall",
4068	"syscall.CertChainElement":                             "syscall",
4069	"syscall.CertChainPara":                                "syscall",
4070	"syscall.CertChainPolicyPara":                          "syscall",
4071	"syscall.CertChainPolicyStatus":                        "syscall",
4072	"syscall.CertCloseStore":                               "syscall",
4073	"syscall.CertContext":                                  "syscall",
4074	"syscall.CertCreateCertificateContext":                 "syscall",
4075	"syscall.CertEnhKeyUsage":                              "syscall",
4076	"syscall.CertEnumCertificatesInStore":                  "syscall",
4077	"syscall.CertFreeCertificateChain":                     "syscall",
4078	"syscall.CertFreeCertificateContext":                   "syscall",
4079	"syscall.CertGetCertificateChain":                      "syscall",
4080	"syscall.CertOpenStore":                                "syscall",
4081	"syscall.CertOpenSystemStore":                          "syscall",
4082	"syscall.CertRevocationInfo":                           "syscall",
4083	"syscall.CertSimpleChain":                              "syscall",
4084	"syscall.CertTrustStatus":                              "syscall",
4085	"syscall.CertUsageMatch":                               "syscall",
4086	"syscall.CertVerifyCertificateChainPolicy":             "syscall",
4087	"syscall.Chdir":                                        "syscall",
4088	"syscall.CheckBpfVersion":                              "syscall",
4089	"syscall.Chflags":                                      "syscall",
4090	"syscall.Chmod":                                        "syscall",
4091	"syscall.Chown":                                        "syscall",
4092	"syscall.Chroot":                                       "syscall",
4093	"syscall.Clearenv":                                     "syscall",
4094	"syscall.Close":                                        "syscall",
4095	"syscall.CloseHandle":                                  "syscall",
4096	"syscall.CloseOnExec":                                  "syscall",
4097	"syscall.Closesocket":                                  "syscall",
4098	"syscall.CmsgLen":                                      "syscall",
4099	"syscall.CmsgSpace":                                    "syscall",
4100	"syscall.Cmsghdr":                                      "syscall",
4101	"syscall.CommandLineToArgv":                            "syscall",
4102	"syscall.ComputerName":                                 "syscall",
4103	"syscall.Conn":                                         "syscall",
4104	"syscall.Connect":                                      "syscall",
4105	"syscall.ConnectEx":                                    "syscall",
4106	"syscall.ConvertSidToStringSid":                        "syscall",
4107	"syscall.ConvertStringSidToSid":                        "syscall",
4108	"syscall.CopySid":                                      "syscall",
4109	"syscall.Creat":                                        "syscall",
4110	"syscall.CreateDirectory":                              "syscall",
4111	"syscall.CreateFile":                                   "syscall",
4112	"syscall.CreateFileMapping":                            "syscall",
4113	"syscall.CreateHardLink":                               "syscall",
4114	"syscall.CreateIoCompletionPort":                       "syscall",
4115	"syscall.CreatePipe":                                   "syscall",
4116	"syscall.CreateProcess":                                "syscall",
4117	"syscall.CreateProcessAsUser":                          "syscall",
4118	"syscall.CreateSymbolicLink":                           "syscall",
4119	"syscall.CreateToolhelp32Snapshot":                     "syscall",
4120	"syscall.Credential":                                   "syscall",
4121	"syscall.CryptAcquireContext":                          "syscall",
4122	"syscall.CryptGenRandom":                               "syscall",
4123	"syscall.CryptReleaseContext":                          "syscall",
4124	"syscall.DIOCBSFLUSH":                                  "syscall",
4125	"syscall.DIOCOSFPFLUSH":                                "syscall",
4126	"syscall.DLL":                                          "syscall",
4127	"syscall.DLLError":                                     "syscall",
4128	"syscall.DLT_A429":                                     "syscall",
4129	"syscall.DLT_A653_ICM":                                 "syscall",
4130	"syscall.DLT_AIRONET_HEADER":                           "syscall",
4131	"syscall.DLT_AOS":                                      "syscall",
4132	"syscall.DLT_APPLE_IP_OVER_IEEE1394":                   "syscall",
4133	"syscall.DLT_ARCNET":                                   "syscall",
4134	"syscall.DLT_ARCNET_LINUX":                             "syscall",
4135	"syscall.DLT_ATM_CLIP":                                 "syscall",
4136	"syscall.DLT_ATM_RFC1483":                              "syscall",
4137	"syscall.DLT_AURORA":                                   "syscall",
4138	"syscall.DLT_AX25":                                     "syscall",
4139	"syscall.DLT_AX25_KISS":                                "syscall",
4140	"syscall.DLT_BACNET_MS_TP":                             "syscall",
4141	"syscall.DLT_BLUETOOTH_HCI_H4":                         "syscall",
4142	"syscall.DLT_BLUETOOTH_HCI_H4_WITH_PHDR":               "syscall",
4143	"syscall.DLT_CAN20B":                                   "syscall",
4144	"syscall.DLT_CAN_SOCKETCAN":                            "syscall",
4145	"syscall.DLT_CHAOS":                                    "syscall",
4146	"syscall.DLT_CHDLC":                                    "syscall",
4147	"syscall.DLT_CISCO_IOS":                                "syscall",
4148	"syscall.DLT_C_HDLC":                                   "syscall",
4149	"syscall.DLT_C_HDLC_WITH_DIR":                          "syscall",
4150	"syscall.DLT_DBUS":                                     "syscall",
4151	"syscall.DLT_DECT":                                     "syscall",
4152	"syscall.DLT_DOCSIS":                                   "syscall",
4153	"syscall.DLT_DVB_CI":                                   "syscall",
4154	"syscall.DLT_ECONET":                                   "syscall",
4155	"syscall.DLT_EN10MB":                                   "syscall",
4156	"syscall.DLT_EN3MB":                                    "syscall",
4157	"syscall.DLT_ENC":                                      "syscall",
4158	"syscall.DLT_ERF":                                      "syscall",
4159	"syscall.DLT_ERF_ETH":                                  "syscall",
4160	"syscall.DLT_ERF_POS":                                  "syscall",
4161	"syscall.DLT_FC_2":                                     "syscall",
4162	"syscall.DLT_FC_2_WITH_FRAME_DELIMS":                   "syscall",
4163	"syscall.DLT_FDDI":                                     "syscall",
4164	"syscall.DLT_FLEXRAY":                                  "syscall",
4165	"syscall.DLT_FRELAY":                                   "syscall",
4166	"syscall.DLT_FRELAY_WITH_DIR":                          "syscall",
4167	"syscall.DLT_GCOM_SERIAL":                              "syscall",
4168	"syscall.DLT_GCOM_T1E1":                                "syscall",
4169	"syscall.DLT_GPF_F":                                    "syscall",
4170	"syscall.DLT_GPF_T":                                    "syscall",
4171	"syscall.DLT_GPRS_LLC":                                 "syscall",
4172	"syscall.DLT_GSMTAP_ABIS":                              "syscall",
4173	"syscall.DLT_GSMTAP_UM":                                "syscall",
4174	"syscall.DLT_HDLC":                                     "syscall",
4175	"syscall.DLT_HHDLC":                                    "syscall",
4176	"syscall.DLT_HIPPI":                                    "syscall",
4177	"syscall.DLT_IBM_SN":                                   "syscall",
4178	"syscall.DLT_IBM_SP":                                   "syscall",
4179	"syscall.DLT_IEEE802":                                  "syscall",
4180	"syscall.DLT_IEEE802_11":                               "syscall",
4181	"syscall.DLT_IEEE802_11_RADIO":                         "syscall",
4182	"syscall.DLT_IEEE802_11_RADIO_AVS":                     "syscall",
4183	"syscall.DLT_IEEE802_15_4":                             "syscall",
4184	"syscall.DLT_IEEE802_15_4_LINUX":                       "syscall",
4185	"syscall.DLT_IEEE802_15_4_NOFCS":                       "syscall",
4186	"syscall.DLT_IEEE802_15_4_NONASK_PHY":                  "syscall",
4187	"syscall.DLT_IEEE802_16_MAC_CPS":                       "syscall",
4188	"syscall.DLT_IEEE802_16_MAC_CPS_RADIO":                 "syscall",
4189	"syscall.DLT_IPFILTER":                                 "syscall",
4190	"syscall.DLT_IPMB":                                     "syscall",
4191	"syscall.DLT_IPMB_LINUX":                               "syscall",
4192	"syscall.DLT_IPNET":                                    "syscall",
4193	"syscall.DLT_IPOIB":                                    "syscall",
4194	"syscall.DLT_IPV4":                                     "syscall",
4195	"syscall.DLT_IPV6":                                     "syscall",
4196	"syscall.DLT_IP_OVER_FC":                               "syscall",
4197	"syscall.DLT_JUNIPER_ATM1":                             "syscall",
4198	"syscall.DLT_JUNIPER_ATM2":                             "syscall",
4199	"syscall.DLT_JUNIPER_ATM_CEMIC":                        "syscall",
4200	"syscall.DLT_JUNIPER_CHDLC":                            "syscall",
4201	"syscall.DLT_JUNIPER_ES":                               "syscall",
4202	"syscall.DLT_JUNIPER_ETHER":                            "syscall",
4203	"syscall.DLT_JUNIPER_FIBRECHANNEL":                     "syscall",
4204	"syscall.DLT_JUNIPER_FRELAY":                           "syscall",
4205	"syscall.DLT_JUNIPER_GGSN":                             "syscall",
4206	"syscall.DLT_JUNIPER_ISM":                              "syscall",
4207	"syscall.DLT_JUNIPER_MFR":                              "syscall",
4208	"syscall.DLT_JUNIPER_MLFR":                             "syscall",
4209	"syscall.DLT_JUNIPER_MLPPP":                            "syscall",
4210	"syscall.DLT_JUNIPER_MONITOR":                          "syscall",
4211	"syscall.DLT_JUNIPER_PIC_PEER":                         "syscall",
4212	"syscall.DLT_JUNIPER_PPP":                              "syscall",
4213	"syscall.DLT_JUNIPER_PPPOE":                            "syscall",
4214	"syscall.DLT_JUNIPER_PPPOE_ATM":                        "syscall",
4215	"syscall.DLT_JUNIPER_SERVICES":                         "syscall",
4216	"syscall.DLT_JUNIPER_SRX_E2E":                          "syscall",
4217	"syscall.DLT_JUNIPER_ST":                               "syscall",
4218	"syscall.DLT_JUNIPER_VP":                               "syscall",
4219	"syscall.DLT_JUNIPER_VS":                               "syscall",
4220	"syscall.DLT_LAPB_WITH_DIR":                            "syscall",
4221	"syscall.DLT_LAPD":                                     "syscall",
4222	"syscall.DLT_LIN":                                      "syscall",
4223	"syscall.DLT_LINUX_EVDEV":                              "syscall",
4224	"syscall.DLT_LINUX_IRDA":                               "syscall",
4225	"syscall.DLT_LINUX_LAPD":                               "syscall",
4226	"syscall.DLT_LINUX_PPP_WITHDIRECTION":                  "syscall",
4227	"syscall.DLT_LINUX_SLL":                                "syscall",
4228	"syscall.DLT_LOOP":                                     "syscall",
4229	"syscall.DLT_LTALK":                                    "syscall",
4230	"syscall.DLT_MATCHING_MAX":                             "syscall",
4231	"syscall.DLT_MATCHING_MIN":                             "syscall",
4232	"syscall.DLT_MFR":                                      "syscall",
4233	"syscall.DLT_MOST":                                     "syscall",
4234	"syscall.DLT_MPEG_2_TS":                                "syscall",
4235	"syscall.DLT_MPLS":                                     "syscall",
4236	"syscall.DLT_MTP2":                                     "syscall",
4237	"syscall.DLT_MTP2_WITH_PHDR":                           "syscall",
4238	"syscall.DLT_MTP3":                                     "syscall",
4239	"syscall.DLT_MUX27010":                                 "syscall",
4240	"syscall.DLT_NETANALYZER":                              "syscall",
4241	"syscall.DLT_NETANALYZER_TRANSPARENT":                  "syscall",
4242	"syscall.DLT_NFC_LLCP":                                 "syscall",
4243	"syscall.DLT_NFLOG":                                    "syscall",
4244	"syscall.DLT_NG40":                                     "syscall",
4245	"syscall.DLT_NULL":                                     "syscall",
4246	"syscall.DLT_PCI_EXP":                                  "syscall",
4247	"syscall.DLT_PFLOG":                                    "syscall",
4248	"syscall.DLT_PFSYNC":                                   "syscall",
4249	"syscall.DLT_PPI":                                      "syscall",
4250	"syscall.DLT_PPP":                                      "syscall",
4251	"syscall.DLT_PPP_BSDOS":                                "syscall",
4252	"syscall.DLT_PPP_ETHER":                                "syscall",
4253	"syscall.DLT_PPP_PPPD":                                 "syscall",
4254	"syscall.DLT_PPP_SERIAL":                               "syscall",
4255	"syscall.DLT_PPP_WITH_DIR":                             "syscall",
4256	"syscall.DLT_PPP_WITH_DIRECTION":                       "syscall",
4257	"syscall.DLT_PRISM_HEADER":                             "syscall",
4258	"syscall.DLT_PRONET":                                   "syscall",
4259	"syscall.DLT_RAIF1":                                    "syscall",
4260	"syscall.DLT_RAW":                                      "syscall",
4261	"syscall.DLT_RAWAF_MASK":                               "syscall",
4262	"syscall.DLT_RIO":                                      "syscall",
4263	"syscall.DLT_SCCP":                                     "syscall",
4264	"syscall.DLT_SITA":                                     "syscall",
4265	"syscall.DLT_SLIP":                                     "syscall",
4266	"syscall.DLT_SLIP_BSDOS":                               "syscall",
4267	"syscall.DLT_STANAG_5066_D_PDU":                        "syscall",
4268	"syscall.DLT_SUNATM":                                   "syscall",
4269	"syscall.DLT_SYMANTEC_FIREWALL":                        "syscall",
4270	"syscall.DLT_TZSP":                                     "syscall",
4271	"syscall.DLT_USB":                                      "syscall",
4272	"syscall.DLT_USB_LINUX":                                "syscall",
4273	"syscall.DLT_USB_LINUX_MMAPPED":                        "syscall",
4274	"syscall.DLT_USER0":                                    "syscall",
4275	"syscall.DLT_USER1":                                    "syscall",
4276	"syscall.DLT_USER10":                                   "syscall",
4277	"syscall.DLT_USER11":                                   "syscall",
4278	"syscall.DLT_USER12":                                   "syscall",
4279	"syscall.DLT_USER13":                                   "syscall",
4280	"syscall.DLT_USER14":                                   "syscall",
4281	"syscall.DLT_USER15":                                   "syscall",
4282	"syscall.DLT_USER2":                                    "syscall",
4283	"syscall.DLT_USER3":                                    "syscall",
4284	"syscall.DLT_USER4":                                    "syscall",
4285	"syscall.DLT_USER5":                                    "syscall",
4286	"syscall.DLT_USER6":                                    "syscall",
4287	"syscall.DLT_USER7":                                    "syscall",
4288	"syscall.DLT_USER8":                                    "syscall",
4289	"syscall.DLT_USER9":                                    "syscall",
4290	"syscall.DLT_WIHART":                                   "syscall",
4291	"syscall.DLT_X2E_SERIAL":                               "syscall",
4292	"syscall.DLT_X2E_XORAYA":                               "syscall",
4293	"syscall.DNSMXData":                                    "syscall",
4294	"syscall.DNSPTRData":                                   "syscall",
4295	"syscall.DNSRecord":                                    "syscall",
4296	"syscall.DNSSRVData":                                   "syscall",
4297	"syscall.DNSTXTData":                                   "syscall",
4298	"syscall.DNS_INFO_NO_RECORDS":                          "syscall",
4299	"syscall.DNS_TYPE_A":                                   "syscall",
4300	"syscall.DNS_TYPE_A6":                                  "syscall",
4301	"syscall.DNS_TYPE_AAAA":                                "syscall",
4302	"syscall.DNS_TYPE_ADDRS":                               "syscall",
4303	"syscall.DNS_TYPE_AFSDB":                               "syscall",
4304	"syscall.DNS_TYPE_ALL":                                 "syscall",
4305	"syscall.DNS_TYPE_ANY":                                 "syscall",
4306	"syscall.DNS_TYPE_ATMA":                                "syscall",
4307	"syscall.DNS_TYPE_AXFR":                                "syscall",
4308	"syscall.DNS_TYPE_CERT":                                "syscall",
4309	"syscall.DNS_TYPE_CNAME":                               "syscall",
4310	"syscall.DNS_TYPE_DHCID":                               "syscall",
4311	"syscall.DNS_TYPE_DNAME":                               "syscall",
4312	"syscall.DNS_TYPE_DNSKEY":                              "syscall",
4313	"syscall.DNS_TYPE_DS":                                  "syscall",
4314	"syscall.DNS_TYPE_EID":                                 "syscall",
4315	"syscall.DNS_TYPE_GID":                                 "syscall",
4316	"syscall.DNS_TYPE_GPOS":                                "syscall",
4317	"syscall.DNS_TYPE_HINFO":                               "syscall",
4318	"syscall.DNS_TYPE_ISDN":                                "syscall",
4319	"syscall.DNS_TYPE_IXFR":                                "syscall",
4320	"syscall.DNS_TYPE_KEY":                                 "syscall",
4321	"syscall.DNS_TYPE_KX":                                  "syscall",
4322	"syscall.DNS_TYPE_LOC":                                 "syscall",
4323	"syscall.DNS_TYPE_MAILA":                               "syscall",
4324	"syscall.DNS_TYPE_MAILB":                               "syscall",
4325	"syscall.DNS_TYPE_MB":                                  "syscall",
4326	"syscall.DNS_TYPE_MD":                                  "syscall",
4327	"syscall.DNS_TYPE_MF":                                  "syscall",
4328	"syscall.DNS_TYPE_MG":                                  "syscall",
4329	"syscall.DNS_TYPE_MINFO":                               "syscall",
4330	"syscall.DNS_TYPE_MR":                                  "syscall",
4331	"syscall.DNS_TYPE_MX":                                  "syscall",
4332	"syscall.DNS_TYPE_NAPTR":                               "syscall",
4333	"syscall.DNS_TYPE_NBSTAT":                              "syscall",
4334	"syscall.DNS_TYPE_NIMLOC":                              "syscall",
4335	"syscall.DNS_TYPE_NS":                                  "syscall",
4336	"syscall.DNS_TYPE_NSAP":                                "syscall",
4337	"syscall.DNS_TYPE_NSAPPTR":                             "syscall",
4338	"syscall.DNS_TYPE_NSEC":                                "syscall",
4339	"syscall.DNS_TYPE_NULL":                                "syscall",
4340	"syscall.DNS_TYPE_NXT":                                 "syscall",
4341	"syscall.DNS_TYPE_OPT":                                 "syscall",
4342	"syscall.DNS_TYPE_PTR":                                 "syscall",
4343	"syscall.DNS_TYPE_PX":                                  "syscall",
4344	"syscall.DNS_TYPE_RP":                                  "syscall",
4345	"syscall.DNS_TYPE_RRSIG":                               "syscall",
4346	"syscall.DNS_TYPE_RT":                                  "syscall",
4347	"syscall.DNS_TYPE_SIG":                                 "syscall",
4348	"syscall.DNS_TYPE_SINK":                                "syscall",
4349	"syscall.DNS_TYPE_SOA":                                 "syscall",
4350	"syscall.DNS_TYPE_SRV":                                 "syscall",
4351	"syscall.DNS_TYPE_TEXT":                                "syscall",
4352	"syscall.DNS_TYPE_TKEY":                                "syscall",
4353	"syscall.DNS_TYPE_TSIG":                                "syscall",
4354	"syscall.DNS_TYPE_UID":                                 "syscall",
4355	"syscall.DNS_TYPE_UINFO":                               "syscall",
4356	"syscall.DNS_TYPE_UNSPEC":                              "syscall",
4357	"syscall.DNS_TYPE_WINS":                                "syscall",
4358	"syscall.DNS_TYPE_WINSR":                               "syscall",
4359	"syscall.DNS_TYPE_WKS":                                 "syscall",
4360	"syscall.DNS_TYPE_X25":                                 "syscall",
4361	"syscall.DT_BLK":                                       "syscall",
4362	"syscall.DT_CHR":                                       "syscall",
4363	"syscall.DT_DIR":                                       "syscall",
4364	"syscall.DT_FIFO":                                      "syscall",
4365	"syscall.DT_LNK":                                       "syscall",
4366	"syscall.DT_REG":                                       "syscall",
4367	"syscall.DT_SOCK":                                      "syscall",
4368	"syscall.DT_UNKNOWN":                                   "syscall",
4369	"syscall.DT_WHT":                                       "syscall",
4370	"syscall.DUPLICATE_CLOSE_SOURCE":                       "syscall",
4371	"syscall.DUPLICATE_SAME_ACCESS":                        "syscall",
4372	"syscall.DeleteFile":                                   "syscall",
4373	"syscall.DetachLsf":                                    "syscall",
4374	"syscall.DeviceIoControl":                              "syscall",
4375	"syscall.Dirent":                                       "syscall",
4376	"syscall.DnsNameCompare":                               "syscall",
4377	"syscall.DnsQuery":                                     "syscall",
4378	"syscall.DnsRecordListFree":                            "syscall",
4379	"syscall.DnsSectionAdditional":                         "syscall",
4380	"syscall.DnsSectionAnswer":                             "syscall",
4381	"syscall.DnsSectionAuthority":                          "syscall",
4382	"syscall.DnsSectionQuestion":                           "syscall",
4383	"syscall.Dup":                                          "syscall",
4384	"syscall.Dup2":                                         "syscall",
4385	"syscall.Dup3":                                         "syscall",
4386	"syscall.DuplicateHandle":                              "syscall",
4387	"syscall.E2BIG":                                        "syscall",
4388	"syscall.EACCES":                                       "syscall",
4389	"syscall.EADDRINUSE":                                   "syscall",
4390	"syscall.EADDRNOTAVAIL":                                "syscall",
4391	"syscall.EADV":                                         "syscall",
4392	"syscall.EAFNOSUPPORT":                                 "syscall",
4393	"syscall.EAGAIN":                                       "syscall",
4394	"syscall.EALREADY":                                     "syscall",
4395	"syscall.EAUTH":                                        "syscall",
4396	"syscall.EBADARCH":                                     "syscall",
4397	"syscall.EBADE":                                        "syscall",
4398	"syscall.EBADEXEC":                                     "syscall",
4399	"syscall.EBADF":                                        "syscall",
4400	"syscall.EBADFD":                                       "syscall",
4401	"syscall.EBADMACHO":                                    "syscall",
4402	"syscall.EBADMSG":                                      "syscall",
4403	"syscall.EBADR":                                        "syscall",
4404	"syscall.EBADRPC":                                      "syscall",
4405	"syscall.EBADRQC":                                      "syscall",
4406	"syscall.EBADSLT":                                      "syscall",
4407	"syscall.EBFONT":                                       "syscall",
4408	"syscall.EBUSY":                                        "syscall",
4409	"syscall.ECANCELED":                                    "syscall",
4410	"syscall.ECAPMODE":                                     "syscall",
4411	"syscall.ECHILD":                                       "syscall",
4412	"syscall.ECHO":                                         "syscall",
4413	"syscall.ECHOCTL":                                      "syscall",
4414	"syscall.ECHOE":                                        "syscall",
4415	"syscall.ECHOK":                                        "syscall",
4416	"syscall.ECHOKE":                                       "syscall",
4417	"syscall.ECHONL":                                       "syscall",
4418	"syscall.ECHOPRT":                                      "syscall",
4419	"syscall.ECHRNG":                                       "syscall",
4420	"syscall.ECOMM":                                        "syscall",
4421	"syscall.ECONNABORTED":                                 "syscall",
4422	"syscall.ECONNREFUSED":                                 "syscall",
4423	"syscall.ECONNRESET":                                   "syscall",
4424	"syscall.EDEADLK":                                      "syscall",
4425	"syscall.EDEADLOCK":                                    "syscall",
4426	"syscall.EDESTADDRREQ":                                 "syscall",
4427	"syscall.EDEVERR":                                      "syscall",
4428	"syscall.EDOM":                                         "syscall",
4429	"syscall.EDOOFUS":                                      "syscall",
4430	"syscall.EDOTDOT":                                      "syscall",
4431	"syscall.EDQUOT":                                       "syscall",
4432	"syscall.EEXIST":                                       "syscall",
4433	"syscall.EFAULT":                                       "syscall",
4434	"syscall.EFBIG":                                        "syscall",
4435	"syscall.EFER_LMA":                                     "syscall",
4436	"syscall.EFER_LME":                                     "syscall",
4437	"syscall.EFER_NXE":                                     "syscall",
4438	"syscall.EFER_SCE":                                     "syscall",
4439	"syscall.EFTYPE":                                       "syscall",
4440	"syscall.EHOSTDOWN":                                    "syscall",
4441	"syscall.EHOSTUNREACH":                                 "syscall",
4442	"syscall.EHWPOISON":                                    "syscall",
4443	"syscall.EIDRM":                                        "syscall",
4444	"syscall.EILSEQ":                                       "syscall",
4445	"syscall.EINPROGRESS":                                  "syscall",
4446	"syscall.EINTR":                                        "syscall",
4447	"syscall.EINVAL":                                       "syscall",
4448	"syscall.EIO":                                          "syscall",
4449	"syscall.EIPSEC":                                       "syscall",
4450	"syscall.EISCONN":                                      "syscall",
4451	"syscall.EISDIR":                                       "syscall",
4452	"syscall.EISNAM":                                       "syscall",
4453	"syscall.EKEYEXPIRED":                                  "syscall",
4454	"syscall.EKEYREJECTED":                                 "syscall",
4455	"syscall.EKEYREVOKED":                                  "syscall",
4456	"syscall.EL2HLT":                                       "syscall",
4457	"syscall.EL2NSYNC":                                     "syscall",
4458	"syscall.EL3HLT":                                       "syscall",
4459	"syscall.EL3RST":                                       "syscall",
4460	"syscall.ELAST":                                        "syscall",
4461	"syscall.ELF_NGREG":                                    "syscall",
4462	"syscall.ELF_PRARGSZ":                                  "syscall",
4463	"syscall.ELIBACC":                                      "syscall",
4464	"syscall.ELIBBAD":                                      "syscall",
4465	"syscall.ELIBEXEC":                                     "syscall",
4466	"syscall.ELIBMAX":                                      "syscall",
4467	"syscall.ELIBSCN":                                      "syscall",
4468	"syscall.ELNRNG":                                       "syscall",
4469	"syscall.ELOOP":                                        "syscall",
4470	"syscall.EMEDIUMTYPE":                                  "syscall",
4471	"syscall.EMFILE":                                       "syscall",
4472	"syscall.EMLINK":                                       "syscall",
4473	"syscall.EMSGSIZE":                                     "syscall",
4474	"syscall.EMT_TAGOVF":                                   "syscall",
4475	"syscall.EMULTIHOP":                                    "syscall",
4476	"syscall.EMUL_ENABLED":                                 "syscall",
4477	"syscall.EMUL_LINUX":                                   "syscall",
4478	"syscall.EMUL_LINUX32":                                 "syscall",
4479	"syscall.EMUL_MAXID":                                   "syscall",
4480	"syscall.EMUL_NATIVE":                                  "syscall",
4481	"syscall.ENAMETOOLONG":                                 "syscall",
4482	"syscall.ENAVAIL":                                      "syscall",
4483	"syscall.ENDRUNDISC":                                   "syscall",
4484	"syscall.ENEEDAUTH":                                    "syscall",
4485	"syscall.ENETDOWN":                                     "syscall",
4486	"syscall.ENETRESET":                                    "syscall",
4487	"syscall.ENETUNREACH":                                  "syscall",
4488	"syscall.ENFILE":                                       "syscall",
4489	"syscall.ENOANO":                                       "syscall",
4490	"syscall.ENOATTR":                                      "syscall",
4491	"syscall.ENOBUFS":                                      "syscall",
4492	"syscall.ENOCSI":                                       "syscall",
4493	"syscall.ENODATA":                                      "syscall",
4494	"syscall.ENODEV":                                       "syscall",
4495	"syscall.ENOENT":                                       "syscall",
4496	"syscall.ENOEXEC":                                      "syscall",
4497	"syscall.ENOKEY":                                       "syscall",
4498	"syscall.ENOLCK":                                       "syscall",
4499	"syscall.ENOLINK":                                      "syscall",
4500	"syscall.ENOMEDIUM":                                    "syscall",
4501	"syscall.ENOMEM":                                       "syscall",
4502	"syscall.ENOMSG":                                       "syscall",
4503	"syscall.ENONET":                                       "syscall",
4504	"syscall.ENOPKG":                                       "syscall",
4505	"syscall.ENOPOLICY":                                    "syscall",
4506	"syscall.ENOPROTOOPT":                                  "syscall",
4507	"syscall.ENOSPC":                                       "syscall",
4508	"syscall.ENOSR":                                        "syscall",
4509	"syscall.ENOSTR":                                       "syscall",
4510	"syscall.ENOSYS":                                       "syscall",
4511	"syscall.ENOTBLK":                                      "syscall",
4512	"syscall.ENOTCAPABLE":                                  "syscall",
4513	"syscall.ENOTCONN":                                     "syscall",
4514	"syscall.ENOTDIR":                                      "syscall",
4515	"syscall.ENOTEMPTY":                                    "syscall",
4516	"syscall.ENOTNAM":                                      "syscall",
4517	"syscall.ENOTRECOVERABLE":                              "syscall",
4518	"syscall.ENOTSOCK":                                     "syscall",
4519	"syscall.ENOTSUP":                                      "syscall",
4520	"syscall.ENOTTY":                                       "syscall",
4521	"syscall.ENOTUNIQ":                                     "syscall",
4522	"syscall.ENXIO":                                        "syscall",
4523	"syscall.EN_SW_CTL_INF":                                "syscall",
4524	"syscall.EN_SW_CTL_PREC":                               "syscall",
4525	"syscall.EN_SW_CTL_ROUND":                              "syscall",
4526	"syscall.EN_SW_DATACHAIN":                              "syscall",
4527	"syscall.EN_SW_DENORM":                                 "syscall",
4528	"syscall.EN_SW_INVOP":                                  "syscall",
4529	"syscall.EN_SW_OVERFLOW":                               "syscall",
4530	"syscall.EN_SW_PRECLOSS":                               "syscall",
4531	"syscall.EN_SW_UNDERFLOW":                              "syscall",
4532	"syscall.EN_SW_ZERODIV":                                "syscall",
4533	"syscall.EOPNOTSUPP":                                   "syscall",
4534	"syscall.EOVERFLOW":                                    "syscall",
4535	"syscall.EOWNERDEAD":                                   "syscall",
4536	"syscall.EPERM":                                        "syscall",
4537	"syscall.EPFNOSUPPORT":                                 "syscall",
4538	"syscall.EPIPE":                                        "syscall",
4539	"syscall.EPOLLERR":                                     "syscall",
4540	"syscall.EPOLLET":                                      "syscall",
4541	"syscall.EPOLLHUP":                                     "syscall",
4542	"syscall.EPOLLIN":                                      "syscall",
4543	"syscall.EPOLLMSG":                                     "syscall",
4544	"syscall.EPOLLONESHOT":                                 "syscall",
4545	"syscall.EPOLLOUT":                                     "syscall",
4546	"syscall.EPOLLPRI":                                     "syscall",
4547	"syscall.EPOLLRDBAND":                                  "syscall",
4548	"syscall.EPOLLRDHUP":                                   "syscall",
4549	"syscall.EPOLLRDNORM":                                  "syscall",
4550	"syscall.EPOLLWRBAND":                                  "syscall",
4551	"syscall.EPOLLWRNORM":                                  "syscall",
4552	"syscall.EPOLL_CLOEXEC":                                "syscall",
4553	"syscall.EPOLL_CTL_ADD":                                "syscall",
4554	"syscall.EPOLL_CTL_DEL":                                "syscall",
4555	"syscall.EPOLL_CTL_MOD":                                "syscall",
4556	"syscall.EPOLL_NONBLOCK":                               "syscall",
4557	"syscall.EPROCLIM":                                     "syscall",
4558	"syscall.EPROCUNAVAIL":                                 "syscall",
4559	"syscall.EPROGMISMATCH":                                "syscall",
4560	"syscall.EPROGUNAVAIL":                                 "syscall",
4561	"syscall.EPROTO":                                       "syscall",
4562	"syscall.EPROTONOSUPPORT":                              "syscall",
4563	"syscall.EPROTOTYPE":                                   "syscall",
4564	"syscall.EPWROFF":                                      "syscall",
4565	"syscall.ERANGE":                                       "syscall",
4566	"syscall.EREMCHG":                                      "syscall",
4567	"syscall.EREMOTE":                                      "syscall",
4568	"syscall.EREMOTEIO":                                    "syscall",
4569	"syscall.ERESTART":                                     "syscall",
4570	"syscall.ERFKILL":                                      "syscall",
4571	"syscall.EROFS":                                        "syscall",
4572	"syscall.ERPCMISMATCH":                                 "syscall",
4573	"syscall.ERROR_ACCESS_DENIED":                          "syscall",
4574	"syscall.ERROR_ALREADY_EXISTS":                         "syscall",
4575	"syscall.ERROR_BROKEN_PIPE":                            "syscall",
4576	"syscall.ERROR_BUFFER_OVERFLOW":                        "syscall",
4577	"syscall.ERROR_DIR_NOT_EMPTY":                          "syscall",
4578	"syscall.ERROR_ENVVAR_NOT_FOUND":                       "syscall",
4579	"syscall.ERROR_FILE_EXISTS":                            "syscall",
4580	"syscall.ERROR_FILE_NOT_FOUND":                         "syscall",
4581	"syscall.ERROR_HANDLE_EOF":                             "syscall",
4582	"syscall.ERROR_INSUFFICIENT_BUFFER":                    "syscall",
4583	"syscall.ERROR_IO_PENDING":                             "syscall",
4584	"syscall.ERROR_MOD_NOT_FOUND":                          "syscall",
4585	"syscall.ERROR_MORE_DATA":                              "syscall",
4586	"syscall.ERROR_NETNAME_DELETED":                        "syscall",
4587	"syscall.ERROR_NOT_FOUND":                              "syscall",
4588	"syscall.ERROR_NO_MORE_FILES":                          "syscall",
4589	"syscall.ERROR_OPERATION_ABORTED":                      "syscall",
4590	"syscall.ERROR_PATH_NOT_FOUND":                         "syscall",
4591	"syscall.ERROR_PRIVILEGE_NOT_HELD":                     "syscall",
4592	"syscall.ERROR_PROC_NOT_FOUND":                         "syscall",
4593	"syscall.ESHLIBVERS":                                   "syscall",
4594	"syscall.ESHUTDOWN":                                    "syscall",
4595	"syscall.ESOCKTNOSUPPORT":                              "syscall",
4596	"syscall.ESPIPE":                                       "syscall",
4597	"syscall.ESRCH":                                        "syscall",
4598	"syscall.ESRMNT":                                       "syscall",
4599	"syscall.ESTALE":                                       "syscall",
4600	"syscall.ESTRPIPE":                                     "syscall",
4601	"syscall.ETHERCAP_JUMBO_MTU":                           "syscall",
4602	"syscall.ETHERCAP_VLAN_HWTAGGING":                      "syscall",
4603	"syscall.ETHERCAP_VLAN_MTU":                            "syscall",
4604	"syscall.ETHERMIN":                                     "syscall",
4605	"syscall.ETHERMTU":                                     "syscall",
4606	"syscall.ETHERMTU_JUMBO":                               "syscall",
4607	"syscall.ETHERTYPE_8023":                               "syscall",
4608	"syscall.ETHERTYPE_AARP":                               "syscall",
4609	"syscall.ETHERTYPE_ACCTON":                             "syscall",
4610	"syscall.ETHERTYPE_AEONIC":                             "syscall",
4611	"syscall.ETHERTYPE_ALPHA":                              "syscall",
4612	"syscall.ETHERTYPE_AMBER":                              "syscall",
4613	"syscall.ETHERTYPE_AMOEBA":                             "syscall",
4614	"syscall.ETHERTYPE_AOE":                                "syscall",
4615	"syscall.ETHERTYPE_APOLLO":                             "syscall",
4616	"syscall.ETHERTYPE_APOLLODOMAIN":                       "syscall",
4617	"syscall.ETHERTYPE_APPLETALK":                          "syscall",
4618	"syscall.ETHERTYPE_APPLITEK":                           "syscall",
4619	"syscall.ETHERTYPE_ARGONAUT":                           "syscall",
4620	"syscall.ETHERTYPE_ARP":                                "syscall",
4621	"syscall.ETHERTYPE_AT":                                 "syscall",
4622	"syscall.ETHERTYPE_ATALK":                              "syscall",
4623	"syscall.ETHERTYPE_ATOMIC":                             "syscall",
4624	"syscall.ETHERTYPE_ATT":                                "syscall",
4625	"syscall.ETHERTYPE_ATTSTANFORD":                        "syscall",
4626	"syscall.ETHERTYPE_AUTOPHON":                           "syscall",
4627	"syscall.ETHERTYPE_AXIS":                               "syscall",
4628	"syscall.ETHERTYPE_BCLOOP":                             "syscall",
4629	"syscall.ETHERTYPE_BOFL":                               "syscall",
4630	"syscall.ETHERTYPE_CABLETRON":                          "syscall",
4631	"syscall.ETHERTYPE_CHAOS":                              "syscall",
4632	"syscall.ETHERTYPE_COMDESIGN":                          "syscall",
4633	"syscall.ETHERTYPE_COMPUGRAPHIC":                       "syscall",
4634	"syscall.ETHERTYPE_COUNTERPOINT":                       "syscall",
4635	"syscall.ETHERTYPE_CRONUS":                             "syscall",
4636	"syscall.ETHERTYPE_CRONUSVLN":                          "syscall",
4637	"syscall.ETHERTYPE_DCA":                                "syscall",
4638	"syscall.ETHERTYPE_DDE":                                "syscall",
4639	"syscall.ETHERTYPE_DEBNI":                              "syscall",
4640	"syscall.ETHERTYPE_DECAM":                              "syscall",
4641	"syscall.ETHERTYPE_DECCUST":                            "syscall",
4642	"syscall.ETHERTYPE_DECDIAG":                            "syscall",
4643	"syscall.ETHERTYPE_DECDNS":                             "syscall",
4644	"syscall.ETHERTYPE_DECDTS":                             "syscall",
4645	"syscall.ETHERTYPE_DECEXPER":                           "syscall",
4646	"syscall.ETHERTYPE_DECLAST":                            "syscall",
4647	"syscall.ETHERTYPE_DECLTM":                             "syscall",
4648	"syscall.ETHERTYPE_DECMUMPS":                           "syscall",
4649	"syscall.ETHERTYPE_DECNETBIOS":                         "syscall",
4650	"syscall.ETHERTYPE_DELTACON":                           "syscall",
4651	"syscall.ETHERTYPE_DIDDLE":                             "syscall",
4652	"syscall.ETHERTYPE_DLOG1":                              "syscall",
4653	"syscall.ETHERTYPE_DLOG2":                              "syscall",
4654	"syscall.ETHERTYPE_DN":                                 "syscall",
4655	"syscall.ETHERTYPE_DOGFIGHT":                           "syscall",
4656	"syscall.ETHERTYPE_DSMD":                               "syscall",
4657	"syscall.ETHERTYPE_ECMA":                               "syscall",
4658	"syscall.ETHERTYPE_ENCRYPT":                            "syscall",
4659	"syscall.ETHERTYPE_ES":                                 "syscall",
4660	"syscall.ETHERTYPE_EXCELAN":                            "syscall",
4661	"syscall.ETHERTYPE_EXPERDATA":                          "syscall",
4662	"syscall.ETHERTYPE_FLIP":                               "syscall",
4663	"syscall.ETHERTYPE_FLOWCONTROL":                        "syscall",
4664	"syscall.ETHERTYPE_FRARP":                              "syscall",
4665	"syscall.ETHERTYPE_GENDYN":                             "syscall",
4666	"syscall.ETHERTYPE_HAYES":                              "syscall",
4667	"syscall.ETHERTYPE_HIPPI_FP":                           "syscall",
4668	"syscall.ETHERTYPE_HITACHI":                            "syscall",
4669	"syscall.ETHERTYPE_HP":                                 "syscall",
4670	"syscall.ETHERTYPE_IEEEPUP":                            "syscall",
4671	"syscall.ETHERTYPE_IEEEPUPAT":                          "syscall",
4672	"syscall.ETHERTYPE_IMLBL":                              "syscall",
4673	"syscall.ETHERTYPE_IMLBLDIAG":                          "syscall",
4674	"syscall.ETHERTYPE_IP":                                 "syscall",
4675	"syscall.ETHERTYPE_IPAS":                               "syscall",
4676	"syscall.ETHERTYPE_IPV6":                               "syscall",
4677	"syscall.ETHERTYPE_IPX":                                "syscall",
4678	"syscall.ETHERTYPE_IPXNEW":                             "syscall",
4679	"syscall.ETHERTYPE_KALPANA":                            "syscall",
4680	"syscall.ETHERTYPE_LANBRIDGE":                          "syscall",
4681	"syscall.ETHERTYPE_LANPROBE":                           "syscall",
4682	"syscall.ETHERTYPE_LAT":                                "syscall",
4683	"syscall.ETHERTYPE_LBACK":                              "syscall",
4684	"syscall.ETHERTYPE_LITTLE":                             "syscall",
4685	"syscall.ETHERTYPE_LLDP":                               "syscall",
4686	"syscall.ETHERTYPE_LOGICRAFT":                          "syscall",
4687	"syscall.ETHERTYPE_LOOPBACK":                           "syscall",
4688	"syscall.ETHERTYPE_MATRA":                              "syscall",
4689	"syscall.ETHERTYPE_MAX":                                "syscall",
4690	"syscall.ETHERTYPE_MERIT":                              "syscall",
4691	"syscall.ETHERTYPE_MICP":                               "syscall",
4692	"syscall.ETHERTYPE_MOPDL":                              "syscall",
4693	"syscall.ETHERTYPE_MOPRC":                              "syscall",
4694	"syscall.ETHERTYPE_MOTOROLA":                           "syscall",
4695	"syscall.ETHERTYPE_MPLS":                               "syscall",
4696	"syscall.ETHERTYPE_MPLS_MCAST":                         "syscall",
4697	"syscall.ETHERTYPE_MUMPS":                              "syscall",
4698	"syscall.ETHERTYPE_NBPCC":                              "syscall",
4699	"syscall.ETHERTYPE_NBPCLAIM":                           "syscall",
4700	"syscall.ETHERTYPE_NBPCLREQ":                           "syscall",
4701	"syscall.ETHERTYPE_NBPCLRSP":                           "syscall",
4702	"syscall.ETHERTYPE_NBPCREQ":                            "syscall",
4703	"syscall.ETHERTYPE_NBPCRSP":                            "syscall",
4704	"syscall.ETHERTYPE_NBPDG":                              "syscall",
4705	"syscall.ETHERTYPE_NBPDGB":                             "syscall",
4706	"syscall.ETHERTYPE_NBPDLTE":                            "syscall",
4707	"syscall.ETHERTYPE_NBPRAR":                             "syscall",
4708	"syscall.ETHERTYPE_NBPRAS":                             "syscall",
4709	"syscall.ETHERTYPE_NBPRST":                             "syscall",
4710	"syscall.ETHERTYPE_NBPSCD":                             "syscall",
4711	"syscall.ETHERTYPE_NBPVCD":                             "syscall",
4712	"syscall.ETHERTYPE_NBS":                                "syscall",
4713	"syscall.ETHERTYPE_NCD":                                "syscall",
4714	"syscall.ETHERTYPE_NESTAR":                             "syscall",
4715	"syscall.ETHERTYPE_NETBEUI":                            "syscall",
4716	"syscall.ETHERTYPE_NOVELL":                             "syscall",
4717	"syscall.ETHERTYPE_NS":                                 "syscall",
4718	"syscall.ETHERTYPE_NSAT":                               "syscall",
4719	"syscall.ETHERTYPE_NSCOMPAT":                           "syscall",
4720	"syscall.ETHERTYPE_NTRAILER":                           "syscall",
4721	"syscall.ETHERTYPE_OS9":                                "syscall",
4722	"syscall.ETHERTYPE_OS9NET":                             "syscall",
4723	"syscall.ETHERTYPE_PACER":                              "syscall",
4724	"syscall.ETHERTYPE_PAE":                                "syscall",
4725	"syscall.ETHERTYPE_PCS":                                "syscall",
4726	"syscall.ETHERTYPE_PLANNING":                           "syscall",
4727	"syscall.ETHERTYPE_PPP":                                "syscall",
4728	"syscall.ETHERTYPE_PPPOE":                              "syscall",
4729	"syscall.ETHERTYPE_PPPOEDISC":                          "syscall",
4730	"syscall.ETHERTYPE_PRIMENTS":                           "syscall",
4731	"syscall.ETHERTYPE_PUP":                                "syscall",
4732	"syscall.ETHERTYPE_PUPAT":                              "syscall",
4733	"syscall.ETHERTYPE_QINQ":                               "syscall",
4734	"syscall.ETHERTYPE_RACAL":                              "syscall",
4735	"syscall.ETHERTYPE_RATIONAL":                           "syscall",
4736	"syscall.ETHERTYPE_RAWFR":                              "syscall",
4737	"syscall.ETHERTYPE_RCL":                                "syscall",
4738	"syscall.ETHERTYPE_RDP":                                "syscall",
4739	"syscall.ETHERTYPE_RETIX":                              "syscall",
4740	"syscall.ETHERTYPE_REVARP":                             "syscall",
4741	"syscall.ETHERTYPE_SCA":                                "syscall",
4742	"syscall.ETHERTYPE_SECTRA":                             "syscall",
4743	"syscall.ETHERTYPE_SECUREDATA":                         "syscall",
4744	"syscall.ETHERTYPE_SGITW":                              "syscall",
4745	"syscall.ETHERTYPE_SG_BOUNCE":                          "syscall",
4746	"syscall.ETHERTYPE_SG_DIAG":                            "syscall",
4747	"syscall.ETHERTYPE_SG_NETGAMES":                        "syscall",
4748	"syscall.ETHERTYPE_SG_RESV":                            "syscall",
4749	"syscall.ETHERTYPE_SIMNET":                             "syscall",
4750	"syscall.ETHERTYPE_SLOW":                               "syscall",
4751	"syscall.ETHERTYPE_SLOWPROTOCOLS":                      "syscall",
4752	"syscall.ETHERTYPE_SNA":                                "syscall",
4753	"syscall.ETHERTYPE_SNMP":                               "syscall",
4754	"syscall.ETHERTYPE_SONIX":                              "syscall",
4755	"syscall.ETHERTYPE_SPIDER":                             "syscall",
4756	"syscall.ETHERTYPE_SPRITE":                             "syscall",
4757	"syscall.ETHERTYPE_STP":                                "syscall",
4758	"syscall.ETHERTYPE_TALARIS":                            "syscall",
4759	"syscall.ETHERTYPE_TALARISMC":                          "syscall",
4760	"syscall.ETHERTYPE_TCPCOMP":                            "syscall",
4761	"syscall.ETHERTYPE_TCPSM":                              "syscall",
4762	"syscall.ETHERTYPE_TEC":                                "syscall",
4763	"syscall.ETHERTYPE_TIGAN":                              "syscall",
4764	"syscall.ETHERTYPE_TRAIL":                              "syscall",
4765	"syscall.ETHERTYPE_TRANSETHER":                         "syscall",
4766	"syscall.ETHERTYPE_TYMSHARE":                           "syscall",
4767	"syscall.ETHERTYPE_UBBST":                              "syscall",
4768	"syscall.ETHERTYPE_UBDEBUG":                            "syscall",
4769	"syscall.ETHERTYPE_UBDIAGLOOP":                         "syscall",
4770	"syscall.ETHERTYPE_UBDL":                               "syscall",
4771	"syscall.ETHERTYPE_UBNIU":                              "syscall",
4772	"syscall.ETHERTYPE_UBNMC":                              "syscall",
4773	"syscall.ETHERTYPE_VALID":                              "syscall",
4774	"syscall.ETHERTYPE_VARIAN":                             "syscall",
4775	"syscall.ETHERTYPE_VAXELN":                             "syscall",
4776	"syscall.ETHERTYPE_VEECO":                              "syscall",
4777	"syscall.ETHERTYPE_VEXP":                               "syscall",
4778	"syscall.ETHERTYPE_VGLAB":                              "syscall",
4779	"syscall.ETHERTYPE_VINES":                              "syscall",
4780	"syscall.ETHERTYPE_VINESECHO":                          "syscall",
4781	"syscall.ETHERTYPE_VINESLOOP":                          "syscall",
4782	"syscall.ETHERTYPE_VITAL":                              "syscall",
4783	"syscall.ETHERTYPE_VLAN":                               "syscall",
4784	"syscall.ETHERTYPE_VLTLMAN":                            "syscall",
4785	"syscall.ETHERTYPE_VPROD":                              "syscall",
4786	"syscall.ETHERTYPE_VURESERVED":                         "syscall",
4787	"syscall.ETHERTYPE_WATERLOO":                           "syscall",
4788	"syscall.ETHERTYPE_WELLFLEET":                          "syscall",
4789	"syscall.ETHERTYPE_X25":                                "syscall",
4790	"syscall.ETHERTYPE_X75":                                "syscall",
4791	"syscall.ETHERTYPE_XNSSM":                              "syscall",
4792	"syscall.ETHERTYPE_XTP":                                "syscall",
4793	"syscall.ETHER_ADDR_LEN":                               "syscall",
4794	"syscall.ETHER_ALIGN":                                  "syscall",
4795	"syscall.ETHER_CRC_LEN":                                "syscall",
4796	"syscall.ETHER_CRC_POLY_BE":                            "syscall",
4797	"syscall.ETHER_CRC_POLY_LE":                            "syscall",
4798	"syscall.ETHER_HDR_LEN":                                "syscall",
4799	"syscall.ETHER_MAX_DIX_LEN":                            "syscall",
4800	"syscall.ETHER_MAX_LEN":                                "syscall",
4801	"syscall.ETHER_MAX_LEN_JUMBO":                          "syscall",
4802	"syscall.ETHER_MIN_LEN":                                "syscall",
4803	"syscall.ETHER_PPPOE_ENCAP_LEN":                        "syscall",
4804	"syscall.ETHER_TYPE_LEN":                               "syscall",
4805	"syscall.ETHER_VLAN_ENCAP_LEN":                         "syscall",
4806	"syscall.ETH_P_1588":                                   "syscall",
4807	"syscall.ETH_P_8021Q":                                  "syscall",
4808	"syscall.ETH_P_802_2":                                  "syscall",
4809	"syscall.ETH_P_802_3":                                  "syscall",
4810	"syscall.ETH_P_AARP":                                   "syscall",
4811	"syscall.ETH_P_ALL":                                    "syscall",
4812	"syscall.ETH_P_AOE":                                    "syscall",
4813	"syscall.ETH_P_ARCNET":                                 "syscall",
4814	"syscall.ETH_P_ARP":                                    "syscall",
4815	"syscall.ETH_P_ATALK":                                  "syscall",
4816	"syscall.ETH_P_ATMFATE":                                "syscall",
4817	"syscall.ETH_P_ATMMPOA":                                "syscall",
4818	"syscall.ETH_P_AX25":                                   "syscall",
4819	"syscall.ETH_P_BPQ":                                    "syscall",
4820	"syscall.ETH_P_CAIF":                                   "syscall",
4821	"syscall.ETH_P_CAN":                                    "syscall",
4822	"syscall.ETH_P_CONTROL":                                "syscall",
4823	"syscall.ETH_P_CUST":                                   "syscall",
4824	"syscall.ETH_P_DDCMP":                                  "syscall",
4825	"syscall.ETH_P_DEC":                                    "syscall",
4826	"syscall.ETH_P_DIAG":                                   "syscall",
4827	"syscall.ETH_P_DNA_DL":                                 "syscall",
4828	"syscall.ETH_P_DNA_RC":                                 "syscall",
4829	"syscall.ETH_P_DNA_RT":                                 "syscall",
4830	"syscall.ETH_P_DSA":                                    "syscall",
4831	"syscall.ETH_P_ECONET":                                 "syscall",
4832	"syscall.ETH_P_EDSA":                                   "syscall",
4833	"syscall.ETH_P_FCOE":                                   "syscall",
4834	"syscall.ETH_P_FIP":                                    "syscall",
4835	"syscall.ETH_P_HDLC":                                   "syscall",
4836	"syscall.ETH_P_IEEE802154":                             "syscall",
4837	"syscall.ETH_P_IEEEPUP":                                "syscall",
4838	"syscall.ETH_P_IEEEPUPAT":                              "syscall",
4839	"syscall.ETH_P_IP":                                     "syscall",
4840	"syscall.ETH_P_IPV6":                                   "syscall",
4841	"syscall.ETH_P_IPX":                                    "syscall",
4842	"syscall.ETH_P_IRDA":                                   "syscall",
4843	"syscall.ETH_P_LAT":                                    "syscall",
4844	"syscall.ETH_P_LINK_CTL":                               "syscall",
4845	"syscall.ETH_P_LOCALTALK":                              "syscall",
4846	"syscall.ETH_P_LOOP":                                   "syscall",
4847	"syscall.ETH_P_MOBITEX":                                "syscall",
4848	"syscall.ETH_P_MPLS_MC":                                "syscall",
4849	"syscall.ETH_P_MPLS_UC":                                "syscall",
4850	"syscall.ETH_P_PAE":                                    "syscall",
4851	"syscall.ETH_P_PAUSE":                                  "syscall",
4852	"syscall.ETH_P_PHONET":                                 "syscall",
4853	"syscall.ETH_P_PPPTALK":                                "syscall",
4854	"syscall.ETH_P_PPP_DISC":                               "syscall",
4855	"syscall.ETH_P_PPP_MP":                                 "syscall",
4856	"syscall.ETH_P_PPP_SES":                                "syscall",
4857	"syscall.ETH_P_PUP":                                    "syscall",
4858	"syscall.ETH_P_PUPAT":                                  "syscall",
4859	"syscall.ETH_P_RARP":                                   "syscall",
4860	"syscall.ETH_P_SCA":                                    "syscall",
4861	"syscall.ETH_P_SLOW":                                   "syscall",
4862	"syscall.ETH_P_SNAP":                                   "syscall",
4863	"syscall.ETH_P_TEB":                                    "syscall",
4864	"syscall.ETH_P_TIPC":                                   "syscall",
4865	"syscall.ETH_P_TRAILER":                                "syscall",
4866	"syscall.ETH_P_TR_802_2":                               "syscall",
4867	"syscall.ETH_P_WAN_PPP":                                "syscall",
4868	"syscall.ETH_P_WCCP":                                   "syscall",
4869	"syscall.ETH_P_X25":                                    "syscall",
4870	"syscall.ETIME":                                        "syscall",
4871	"syscall.ETIMEDOUT":                                    "syscall",
4872	"syscall.ETOOMANYREFS":                                 "syscall",
4873	"syscall.ETXTBSY":                                      "syscall",
4874	"syscall.EUCLEAN":                                      "syscall",
4875	"syscall.EUNATCH":                                      "syscall",
4876	"syscall.EUSERS":                                       "syscall",
4877	"syscall.EVFILT_AIO":                                   "syscall",
4878	"syscall.EVFILT_FS":                                    "syscall",
4879	"syscall.EVFILT_LIO":                                   "syscall",
4880	"syscall.EVFILT_MACHPORT":                              "syscall",
4881	"syscall.EVFILT_PROC":                                  "syscall",
4882	"syscall.EVFILT_READ":                                  "syscall",
4883	"syscall.EVFILT_SIGNAL":                                "syscall",
4884	"syscall.EVFILT_SYSCOUNT":                              "syscall",
4885	"syscall.EVFILT_THREADMARKER":                          "syscall",
4886	"syscall.EVFILT_TIMER":                                 "syscall",
4887	"syscall.EVFILT_USER":                                  "syscall",
4888	"syscall.EVFILT_VM":                                    "syscall",
4889	"syscall.EVFILT_VNODE":                                 "syscall",
4890	"syscall.EVFILT_WRITE":                                 "syscall",
4891	"syscall.EV_ADD":                                       "syscall",
4892	"syscall.EV_CLEAR":                                     "syscall",
4893	"syscall.EV_DELETE":                                    "syscall",
4894	"syscall.EV_DISABLE":                                   "syscall",
4895	"syscall.EV_DISPATCH":                                  "syscall",
4896	"syscall.EV_DROP":                                      "syscall",
4897	"syscall.EV_ENABLE":                                    "syscall",
4898	"syscall.EV_EOF":                                       "syscall",
4899	"syscall.EV_ERROR":                                     "syscall",
4900	"syscall.EV_FLAG0":                                     "syscall",
4901	"syscall.EV_FLAG1":                                     "syscall",
4902	"syscall.EV_ONESHOT":                                   "syscall",
4903	"syscall.EV_OOBAND":                                    "syscall",
4904	"syscall.EV_POLL":                                      "syscall",
4905	"syscall.EV_RECEIPT":                                   "syscall",
4906	"syscall.EV_SYSFLAGS":                                  "syscall",
4907	"syscall.EWINDOWS":                                     "syscall",
4908	"syscall.EWOULDBLOCK":                                  "syscall",
4909	"syscall.EXDEV":                                        "syscall",
4910	"syscall.EXFULL":                                       "syscall",
4911	"syscall.EXTA":                                         "syscall",
4912	"syscall.EXTB":                                         "syscall",
4913	"syscall.EXTPROC":                                      "syscall",
4914	"syscall.Environ":                                      "syscall",
4915	"syscall.EpollCreate":                                  "syscall",
4916	"syscall.EpollCreate1":                                 "syscall",
4917	"syscall.EpollCtl":                                     "syscall",
4918	"syscall.EpollEvent":                                   "syscall",
4919	"syscall.EpollWait":                                    "syscall",
4920	"syscall.Errno":                                        "syscall",
4921	"syscall.EscapeArg":                                    "syscall",
4922	"syscall.Exchangedata":                                 "syscall",
4923	"syscall.Exec":                                         "syscall",
4924	"syscall.Exit":                                         "syscall",
4925	"syscall.ExitProcess":                                  "syscall",
4926	"syscall.FD_CLOEXEC":                                   "syscall",
4927	"syscall.FD_SETSIZE":                                   "syscall",
4928	"syscall.FILE_ACTION_ADDED":                            "syscall",
4929	"syscall.FILE_ACTION_MODIFIED":                         "syscall",
4930	"syscall.FILE_ACTION_REMOVED":                          "syscall",
4931	"syscall.FILE_ACTION_RENAMED_NEW_NAME":                 "syscall",
4932	"syscall.FILE_ACTION_RENAMED_OLD_NAME":                 "syscall",
4933	"syscall.FILE_APPEND_DATA":                             "syscall",
4934	"syscall.FILE_ATTRIBUTE_ARCHIVE":                       "syscall",
4935	"syscall.FILE_ATTRIBUTE_DIRECTORY":                     "syscall",
4936	"syscall.FILE_ATTRIBUTE_HIDDEN":                        "syscall",
4937	"syscall.FILE_ATTRIBUTE_NORMAL":                        "syscall",
4938	"syscall.FILE_ATTRIBUTE_READONLY":                      "syscall",
4939	"syscall.FILE_ATTRIBUTE_REPARSE_POINT":                 "syscall",
4940	"syscall.FILE_ATTRIBUTE_SYSTEM":                        "syscall",
4941	"syscall.FILE_BEGIN":                                   "syscall",
4942	"syscall.FILE_CURRENT":                                 "syscall",
4943	"syscall.FILE_END":                                     "syscall",
4944	"syscall.FILE_FLAG_BACKUP_SEMANTICS":                   "syscall",
4945	"syscall.FILE_FLAG_OPEN_REPARSE_POINT":                 "syscall",
4946	"syscall.FILE_FLAG_OVERLAPPED":                         "syscall",
4947	"syscall.FILE_LIST_DIRECTORY":                          "syscall",
4948	"syscall.FILE_MAP_COPY":                                "syscall",
4949	"syscall.FILE_MAP_EXECUTE":                             "syscall",
4950	"syscall.FILE_MAP_READ":                                "syscall",
4951	"syscall.FILE_MAP_WRITE":                               "syscall",
4952	"syscall.FILE_NOTIFY_CHANGE_ATTRIBUTES":                "syscall",
4953	"syscall.FILE_NOTIFY_CHANGE_CREATION":                  "syscall",
4954	"syscall.FILE_NOTIFY_CHANGE_DIR_NAME":                  "syscall",
4955	"syscall.FILE_NOTIFY_CHANGE_FILE_NAME":                 "syscall",
4956	"syscall.FILE_NOTIFY_CHANGE_LAST_ACCESS":               "syscall",
4957	"syscall.FILE_NOTIFY_CHANGE_LAST_WRITE":                "syscall",
4958	"syscall.FILE_NOTIFY_CHANGE_SIZE":                      "syscall",
4959	"syscall.FILE_SHARE_DELETE":                            "syscall",
4960	"syscall.FILE_SHARE_READ":                              "syscall",
4961	"syscall.FILE_SHARE_WRITE":                             "syscall",
4962	"syscall.FILE_SKIP_COMPLETION_PORT_ON_SUCCESS":         "syscall",
4963	"syscall.FILE_SKIP_SET_EVENT_ON_HANDLE":                "syscall",
4964	"syscall.FILE_TYPE_CHAR":                               "syscall",
4965	"syscall.FILE_TYPE_DISK":                               "syscall",
4966	"syscall.FILE_TYPE_PIPE":                               "syscall",
4967	"syscall.FILE_TYPE_REMOTE":                             "syscall",
4968	"syscall.FILE_TYPE_UNKNOWN":                            "syscall",
4969	"syscall.FILE_WRITE_ATTRIBUTES":                        "syscall",
4970	"syscall.FLUSHO":                                       "syscall",
4971	"syscall.FORMAT_MESSAGE_ALLOCATE_BUFFER":               "syscall",
4972	"syscall.FORMAT_MESSAGE_ARGUMENT_ARRAY":                "syscall",
4973	"syscall.FORMAT_MESSAGE_FROM_HMODULE":                  "syscall",
4974	"syscall.FORMAT_MESSAGE_FROM_STRING":                   "syscall",
4975	"syscall.FORMAT_MESSAGE_FROM_SYSTEM":                   "syscall",
4976	"syscall.FORMAT_MESSAGE_IGNORE_INSERTS":                "syscall",
4977	"syscall.FORMAT_MESSAGE_MAX_WIDTH_MASK":                "syscall",
4978	"syscall.FSCTL_GET_REPARSE_POINT":                      "syscall",
4979	"syscall.F_ADDFILESIGS":                                "syscall",
4980	"syscall.F_ADDSIGS":                                    "syscall",
4981	"syscall.F_ALLOCATEALL":                                "syscall",
4982	"syscall.F_ALLOCATECONTIG":                             "syscall",
4983	"syscall.F_CANCEL":                                     "syscall",
4984	"syscall.F_CHKCLEAN":                                   "syscall",
4985	"syscall.F_CLOSEM":                                     "syscall",
4986	"syscall.F_DUP2FD":                                     "syscall",
4987	"syscall.F_DUP2FD_CLOEXEC":                             "syscall",
4988	"syscall.F_DUPFD":                                      "syscall",
4989	"syscall.F_DUPFD_CLOEXEC":                              "syscall",
4990	"syscall.F_EXLCK":                                      "syscall",
4991	"syscall.F_FLUSH_DATA":                                 "syscall",
4992	"syscall.F_FREEZE_FS":                                  "syscall",
4993	"syscall.F_FSCTL":                                      "syscall",
4994	"syscall.F_FSDIRMASK":                                  "syscall",
4995	"syscall.F_FSIN":                                       "syscall",
4996	"syscall.F_FSINOUT":                                    "syscall",
4997	"syscall.F_FSOUT":                                      "syscall",
4998	"syscall.F_FSPRIV":                                     "syscall",
4999	"syscall.F_FSVOID":                                     "syscall",
5000	"syscall.F_FULLFSYNC":                                  "syscall",
5001	"syscall.F_GETFD":                                      "syscall",
5002	"syscall.F_GETFL":                                      "syscall",
5003	"syscall.F_GETLEASE":                                   "syscall",
5004	"syscall.F_GETLK":                                      "syscall",
5005	"syscall.F_GETLK64":                                    "syscall",
5006	"syscall.F_GETLKPID":                                   "syscall",
5007	"syscall.F_GETNOSIGPIPE":                               "syscall",
5008	"syscall.F_GETOWN":                                     "syscall",
5009	"syscall.F_GETOWN_EX":                                  "syscall",
5010	"syscall.F_GETPATH":                                    "syscall",
5011	"syscall.F_GETPATH_MTMINFO":                            "syscall",
5012	"syscall.F_GETPIPE_SZ":                                 "syscall",
5013	"syscall.F_GETPROTECTIONCLASS":                         "syscall",
5014	"syscall.F_GETSIG":                                     "syscall",
5015	"syscall.F_GLOBAL_NOCACHE":                             "syscall",
5016	"syscall.F_LOCK":                                       "syscall",
5017	"syscall.F_LOG2PHYS":                                   "syscall",
5018	"syscall.F_LOG2PHYS_EXT":                               "syscall",
5019	"syscall.F_MARKDEPENDENCY":                             "syscall",
5020	"syscall.F_MAXFD":                                      "syscall",
5021	"syscall.F_NOCACHE":                                    "syscall",
5022	"syscall.F_NODIRECT":                                   "syscall",
5023	"syscall.F_NOTIFY":                                     "syscall",
5024	"syscall.F_OGETLK":                                     "syscall",
5025	"syscall.F_OK":                                         "syscall",
5026	"syscall.F_OSETLK":                                     "syscall",
5027	"syscall.F_OSETLKW":                                    "syscall",
5028	"syscall.F_PARAM_MASK":                                 "syscall",
5029	"syscall.F_PARAM_MAX":                                  "syscall",
5030	"syscall.F_PATHPKG_CHECK":                              "syscall",
5031	"syscall.F_PEOFPOSMODE":                                "syscall",
5032	"syscall.F_PREALLOCATE":                                "syscall",
5033	"syscall.F_RDADVISE":                                   "syscall",
5034	"syscall.F_RDAHEAD":                                    "syscall",
5035	"syscall.F_RDLCK":                                      "syscall",
5036	"syscall.F_READAHEAD":                                  "syscall",
5037	"syscall.F_READBOOTSTRAP":                              "syscall",
5038	"syscall.F_SETBACKINGSTORE":                            "syscall",
5039	"syscall.F_SETFD":                                      "syscall",
5040	"syscall.F_SETFL":                                      "syscall",
5041	"syscall.F_SETLEASE":                                   "syscall",
5042	"syscall.F_SETLK":                                      "syscall",
5043	"syscall.F_SETLK64":                                    "syscall",
5044	"syscall.F_SETLKW":                                     "syscall",
5045	"syscall.F_SETLKW64":                                   "syscall",
5046	"syscall.F_SETLK_REMOTE":                               "syscall",
5047	"syscall.F_SETNOSIGPIPE":                               "syscall",
5048	"syscall.F_SETOWN":                                     "syscall",
5049	"syscall.F_SETOWN_EX":                                  "syscall",
5050	"syscall.F_SETPIPE_SZ":                                 "syscall",
5051	"syscall.F_SETPROTECTIONCLASS":                         "syscall",
5052	"syscall.F_SETSIG":                                     "syscall",
5053	"syscall.F_SETSIZE":                                    "syscall",
5054	"syscall.F_SHLCK":                                      "syscall",
5055	"syscall.F_TEST":                                       "syscall",
5056	"syscall.F_THAW_FS":                                    "syscall",
5057	"syscall.F_TLOCK":                                      "syscall",
5058	"syscall.F_ULOCK":                                      "syscall",
5059	"syscall.F_UNLCK":                                      "syscall",
5060	"syscall.F_UNLCKSYS":                                   "syscall",
5061	"syscall.F_VOLPOSMODE":                                 "syscall",
5062	"syscall.F_WRITEBOOTSTRAP":                             "syscall",
5063	"syscall.F_WRLCK":                                      "syscall",
5064	"syscall.Faccessat":                                    "syscall",
5065	"syscall.Fallocate":                                    "syscall",
5066	"syscall.Fbootstraptransfer_t":                         "syscall",
5067	"syscall.Fchdir":                                       "syscall",
5068	"syscall.Fchflags":                                     "syscall",
5069	"syscall.Fchmod":                                       "syscall",
5070	"syscall.Fchmodat":                                     "syscall",
5071	"syscall.Fchown":                                       "syscall",
5072	"syscall.Fchownat":                                     "syscall",
5073	"syscall.FcntlFlock":                                   "syscall",
5074	"syscall.FdSet":                                        "syscall",
5075	"syscall.Fdatasync":                                    "syscall",
5076	"syscall.FileNotifyInformation":                        "syscall",
5077	"syscall.Filetime":                                     "syscall",
5078	"syscall.FindClose":                                    "syscall",
5079	"syscall.FindFirstFile":                                "syscall",
5080	"syscall.FindNextFile":                                 "syscall",
5081	"syscall.Flock":                                        "syscall",
5082	"syscall.Flock_t":                                      "syscall",
5083	"syscall.FlushBpf":                                     "syscall",
5084	"syscall.FlushFileBuffers":                             "syscall",
5085	"syscall.FlushViewOfFile":                              "syscall",
5086	"syscall.ForkExec":                                     "syscall",
5087	"syscall.ForkLock":                                     "syscall",
5088	"syscall.FormatMessage":                                "syscall",
5089	"syscall.Fpathconf":                                    "syscall",
5090	"syscall.FreeAddrInfoW":                                "syscall",
5091	"syscall.FreeEnvironmentStrings":                       "syscall",
5092	"syscall.FreeLibrary":                                  "syscall",
5093	"syscall.Fsid":                                         "syscall",
5094	"syscall.Fstat":                                        "syscall",
5095	"syscall.Fstatfs":                                      "syscall",
5096	"syscall.Fstore_t":                                     "syscall",
5097	"syscall.Fsync":                                        "syscall",
5098	"syscall.Ftruncate":                                    "syscall",
5099	"syscall.FullPath":                                     "syscall",
5100	"syscall.Futimes":                                      "syscall",
5101	"syscall.Futimesat":                                    "syscall",
5102	"syscall.GENERIC_ALL":                                  "syscall",
5103	"syscall.GENERIC_EXECUTE":                              "syscall",
5104	"syscall.GENERIC_READ":                                 "syscall",
5105	"syscall.GENERIC_WRITE":                                "syscall",
5106	"syscall.GUID":                                         "syscall",
5107	"syscall.GetAcceptExSockaddrs":                         "syscall",
5108	"syscall.GetAdaptersInfo":                              "syscall",
5109	"syscall.GetAddrInfoW":                                 "syscall",
5110	"syscall.GetCommandLine":                               "syscall",
5111	"syscall.GetComputerName":                              "syscall",
5112	"syscall.GetConsoleMode":                               "syscall",
5113	"syscall.GetCurrentDirectory":                          "syscall",
5114	"syscall.GetCurrentProcess":                            "syscall",
5115	"syscall.GetEnvironmentStrings":                        "syscall",
5116	"syscall.GetEnvironmentVariable":                       "syscall",
5117	"syscall.GetExitCodeProcess":                           "syscall",
5118	"syscall.GetFileAttributes":                            "syscall",
5119	"syscall.GetFileAttributesEx":                          "syscall",
5120	"syscall.GetFileExInfoStandard":                        "syscall",
5121	"syscall.GetFileExMaxInfoLevel":                        "syscall",
5122	"syscall.GetFileInformationByHandle":                   "syscall",
5123	"syscall.GetFileType":                                  "syscall",
5124	"syscall.GetFullPathName":                              "syscall",
5125	"syscall.GetHostByName":                                "syscall",
5126	"syscall.GetIfEntry":                                   "syscall",
5127	"syscall.GetLastError":                                 "syscall",
5128	"syscall.GetLengthSid":                                 "syscall",
5129	"syscall.GetLongPathName":                              "syscall",
5130	"syscall.GetProcAddress":                               "syscall",
5131	"syscall.GetProcessTimes":                              "syscall",
5132	"syscall.GetProtoByName":                               "syscall",
5133	"syscall.GetQueuedCompletionStatus":                    "syscall",
5134	"syscall.GetServByName":                                "syscall",
5135	"syscall.GetShortPathName":                             "syscall",
5136	"syscall.GetStartupInfo":                               "syscall",
5137	"syscall.GetStdHandle":                                 "syscall",
5138	"syscall.GetSystemTimeAsFileTime":                      "syscall",
5139	"syscall.GetTempPath":                                  "syscall",
5140	"syscall.GetTimeZoneInformation":                       "syscall",
5141	"syscall.GetTokenInformation":                          "syscall",
5142	"syscall.GetUserNameEx":                                "syscall",
5143	"syscall.GetUserProfileDirectory":                      "syscall",
5144	"syscall.GetVersion":                                   "syscall",
5145	"syscall.Getcwd":                                       "syscall",
5146	"syscall.Getdents":                                     "syscall",
5147	"syscall.Getdirentries":                                "syscall",
5148	"syscall.Getdtablesize":                                "syscall",
5149	"syscall.Getegid":                                      "syscall",
5150	"syscall.Getenv":                                       "syscall",
5151	"syscall.Geteuid":                                      "syscall",
5152	"syscall.Getfsstat":                                    "syscall",
5153	"syscall.Getgid":                                       "syscall",
5154	"syscall.Getgroups":                                    "syscall",
5155	"syscall.Getpagesize":                                  "syscall",
5156	"syscall.Getpeername":                                  "syscall",
5157	"syscall.Getpgid":                                      "syscall",
5158	"syscall.Getpgrp":                                      "syscall",
5159	"syscall.Getpid":                                       "syscall",
5160	"syscall.Getppid":                                      "syscall",
5161	"syscall.Getpriority":                                  "syscall",
5162	"syscall.Getrlimit":                                    "syscall",
5163	"syscall.Getrusage":                                    "syscall",
5164	"syscall.Getsid":                                       "syscall",
5165	"syscall.Getsockname":                                  "syscall",
5166	"syscall.Getsockopt":                                   "syscall",
5167	"syscall.GetsockoptByte":                               "syscall",
5168	"syscall.GetsockoptICMPv6Filter":                       "syscall",
5169	"syscall.GetsockoptIPMreq":                             "syscall",
5170	"syscall.GetsockoptIPMreqn":                            "syscall",
5171	"syscall.GetsockoptIPv6MTUInfo":                        "syscall",
5172	"syscall.GetsockoptIPv6Mreq":                           "syscall",
5173	"syscall.GetsockoptInet4Addr":                          "syscall",
5174	"syscall.GetsockoptInt":                                "syscall",
5175	"syscall.GetsockoptUcred":                              "syscall",
5176	"syscall.Gettid":                                       "syscall",
5177	"syscall.Gettimeofday":                                 "syscall",
5178	"syscall.Getuid":                                       "syscall",
5179	"syscall.Getwd":                                        "syscall",
5180	"syscall.Getxattr":                                     "syscall",
5181	"syscall.HANDLE_FLAG_INHERIT":                          "syscall",
5182	"syscall.HKEY_CLASSES_ROOT":                            "syscall",
5183	"syscall.HKEY_CURRENT_CONFIG":                          "syscall",
5184	"syscall.HKEY_CURRENT_USER":                            "syscall",
5185	"syscall.HKEY_DYN_DATA":                                "syscall",
5186	"syscall.HKEY_LOCAL_MACHINE":                           "syscall",
5187	"syscall.HKEY_PERFORMANCE_DATA":                        "syscall",
5188	"syscall.HKEY_USERS":                                   "syscall",
5189	"syscall.HUPCL":                                        "syscall",
5190	"syscall.Handle":                                       "syscall",
5191	"syscall.Hostent":                                      "syscall",
5192	"syscall.ICANON":                                       "syscall",
5193	"syscall.ICMP6_FILTER":                                 "syscall",
5194	"syscall.ICMPV6_FILTER":                                "syscall",
5195	"syscall.ICMPv6Filter":                                 "syscall",
5196	"syscall.ICRNL":                                        "syscall",
5197	"syscall.IEXTEN":                                       "syscall",
5198	"syscall.IFAN_ARRIVAL":                                 "syscall",
5199	"syscall.IFAN_DEPARTURE":                               "syscall",
5200	"syscall.IFA_ADDRESS":                                  "syscall",
5201	"syscall.IFA_ANYCAST":                                  "syscall",
5202	"syscall.IFA_BROADCAST":                                "syscall",
5203	"syscall.IFA_CACHEINFO":                                "syscall",
5204	"syscall.IFA_F_DADFAILED":                              "syscall",
5205	"syscall.IFA_F_DEPRECATED":                             "syscall",
5206	"syscall.IFA_F_HOMEADDRESS":                            "syscall",
5207	"syscall.IFA_F_NODAD":                                  "syscall",
5208	"syscall.IFA_F_OPTIMISTIC":                             "syscall",
5209	"syscall.IFA_F_PERMANENT":                              "syscall",
5210	"syscall.IFA_F_SECONDARY":                              "syscall",
5211	"syscall.IFA_F_TEMPORARY":                              "syscall",
5212	"syscall.IFA_F_TENTATIVE":                              "syscall",
5213	"syscall.IFA_LABEL":                                    "syscall",
5214	"syscall.IFA_LOCAL":                                    "syscall",
5215	"syscall.IFA_MAX":                                      "syscall",
5216	"syscall.IFA_MULTICAST":                                "syscall",
5217	"syscall.IFA_ROUTE":                                    "syscall",
5218	"syscall.IFA_UNSPEC":                                   "syscall",
5219	"syscall.IFF_ALLMULTI":                                 "syscall",
5220	"syscall.IFF_ALTPHYS":                                  "syscall",
5221	"syscall.IFF_AUTOMEDIA":                                "syscall",
5222	"syscall.IFF_BROADCAST":                                "syscall",
5223	"syscall.IFF_CANTCHANGE":                               "syscall",
5224	"syscall.IFF_CANTCONFIG":                               "syscall",
5225	"syscall.IFF_DEBUG":                                    "syscall",
5226	"syscall.IFF_DRV_OACTIVE":                              "syscall",
5227	"syscall.IFF_DRV_RUNNING":                              "syscall",
5228	"syscall.IFF_DYING":                                    "syscall",
5229	"syscall.IFF_DYNAMIC":                                  "syscall",
5230	"syscall.IFF_LINK0":                                    "syscall",
5231	"syscall.IFF_LINK1":                                    "syscall",
5232	"syscall.IFF_LINK2":                                    "syscall",
5233	"syscall.IFF_LOOPBACK":                                 "syscall",
5234	"syscall.IFF_MASTER":                                   "syscall",
5235	"syscall.IFF_MONITOR":                                  "syscall",
5236	"syscall.IFF_MULTICAST":                                "syscall",
5237	"syscall.IFF_NOARP":                                    "syscall",
5238	"syscall.IFF_NOTRAILERS":                               "syscall",
5239	"syscall.IFF_NO_PI":                                    "syscall",
5240	"syscall.IFF_OACTIVE":                                  "syscall",
5241	"syscall.IFF_ONE_QUEUE":                                "syscall",
5242	"syscall.IFF_POINTOPOINT":                              "syscall",
5243	"syscall.IFF_POINTTOPOINT":                             "syscall",
5244	"syscall.IFF_PORTSEL":                                  "syscall",
5245	"syscall.IFF_PPROMISC":                                 "syscall",
5246	"syscall.IFF_PROMISC":                                  "syscall",
5247	"syscall.IFF_RENAMING":                                 "syscall",
5248	"syscall.IFF_RUNNING":                                  "syscall",
5249	"syscall.IFF_SIMPLEX":                                  "syscall",
5250	"syscall.IFF_SLAVE":                                    "syscall",
5251	"syscall.IFF_SMART":                                    "syscall",
5252	"syscall.IFF_STATICARP":                                "syscall",
5253	"syscall.IFF_TAP":                                      "syscall",
5254	"syscall.IFF_TUN":                                      "syscall",
5255	"syscall.IFF_TUN_EXCL":                                 "syscall",
5256	"syscall.IFF_UP":                                       "syscall",
5257	"syscall.IFF_VNET_HDR":                                 "syscall",
5258	"syscall.IFLA_ADDRESS":                                 "syscall",
5259	"syscall.IFLA_BROADCAST":                               "syscall",
5260	"syscall.IFLA_COST":                                    "syscall",
5261	"syscall.IFLA_IFALIAS":                                 "syscall",
5262	"syscall.IFLA_IFNAME":                                  "syscall",
5263	"syscall.IFLA_LINK":                                    "syscall",
5264	"syscall.IFLA_LINKINFO":                                "syscall",
5265	"syscall.IFLA_LINKMODE":                                "syscall",
5266	"syscall.IFLA_MAP":                                     "syscall",
5267	"syscall.IFLA_MASTER":                                  "syscall",
5268	"syscall.IFLA_MAX":                                     "syscall",
5269	"syscall.IFLA_MTU":                                     "syscall",
5270	"syscall.IFLA_NET_NS_PID":                              "syscall",
5271	"syscall.IFLA_OPERSTATE":                               "syscall",
5272	"syscall.IFLA_PRIORITY":                                "syscall",
5273	"syscall.IFLA_PROTINFO":                                "syscall",
5274	"syscall.IFLA_QDISC":                                   "syscall",
5275	"syscall.IFLA_STATS":                                   "syscall",
5276	"syscall.IFLA_TXQLEN":                                  "syscall",
5277	"syscall.IFLA_UNSPEC":                                  "syscall",
5278	"syscall.IFLA_WEIGHT":                                  "syscall",
5279	"syscall.IFLA_WIRELESS":                                "syscall",
5280	"syscall.IFNAMSIZ":                                     "syscall",
5281	"syscall.IFT_1822":                                     "syscall",
5282	"syscall.IFT_A12MPPSWITCH":                             "syscall",
5283	"syscall.IFT_AAL2":                                     "syscall",
5284	"syscall.IFT_AAL5":                                     "syscall",
5285	"syscall.IFT_ADSL":                                     "syscall",
5286	"syscall.IFT_AFLANE8023":                               "syscall",
5287	"syscall.IFT_AFLANE8025":                               "syscall",
5288	"syscall.IFT_ARAP":                                     "syscall",
5289	"syscall.IFT_ARCNET":                                   "syscall",
5290	"syscall.IFT_ARCNETPLUS":                               "syscall",
5291	"syscall.IFT_ASYNC":                                    "syscall",
5292	"syscall.IFT_ATM":                                      "syscall",
5293	"syscall.IFT_ATMDXI":                                   "syscall",
5294	"syscall.IFT_ATMFUNI":                                  "syscall",
5295	"syscall.IFT_ATMIMA":                                   "syscall",
5296	"syscall.IFT_ATMLOGICAL":                               "syscall",
5297	"syscall.IFT_ATMRADIO":                                 "syscall",
5298	"syscall.IFT_ATMSUBINTERFACE":                          "syscall",
5299	"syscall.IFT_ATMVCIENDPT":                              "syscall",
5300	"syscall.IFT_ATMVIRTUAL":                               "syscall",
5301	"syscall.IFT_BGPPOLICYACCOUNTING":                      "syscall",
5302	"syscall.IFT_BLUETOOTH":                                "syscall",
5303	"syscall.IFT_BRIDGE":                                   "syscall",
5304	"syscall.IFT_BSC":                                      "syscall",
5305	"syscall.IFT_CARP":                                     "syscall",
5306	"syscall.IFT_CCTEMUL":                                  "syscall",
5307	"syscall.IFT_CELLULAR":                                 "syscall",
5308	"syscall.IFT_CEPT":                                     "syscall",
5309	"syscall.IFT_CES":                                      "syscall",
5310	"syscall.IFT_CHANNEL":                                  "syscall",
5311	"syscall.IFT_CNR":                                      "syscall",
5312	"syscall.IFT_COFFEE":                                   "syscall",
5313	"syscall.IFT_COMPOSITELINK":                            "syscall",
5314	"syscall.IFT_DCN":                                      "syscall",
5315	"syscall.IFT_DIGITALPOWERLINE":                         "syscall",
5316	"syscall.IFT_DIGITALWRAPPEROVERHEADCHANNEL":            "syscall",
5317	"syscall.IFT_DLSW":                                     "syscall",
5318	"syscall.IFT_DOCSCABLEDOWNSTREAM":                      "syscall",
5319	"syscall.IFT_DOCSCABLEMACLAYER":                        "syscall",
5320	"syscall.IFT_DOCSCABLEUPSTREAM":                        "syscall",
5321	"syscall.IFT_DOCSCABLEUPSTREAMCHANNEL":                 "syscall",
5322	"syscall.IFT_DS0":                                      "syscall",
5323	"syscall.IFT_DS0BUNDLE":                                "syscall",
5324	"syscall.IFT_DS1FDL":                                   "syscall",
5325	"syscall.IFT_DS3":                                      "syscall",
5326	"syscall.IFT_DTM":                                      "syscall",
5327	"syscall.IFT_DUMMY":                                    "syscall",
5328	"syscall.IFT_DVBASILN":                                 "syscall",
5329	"syscall.IFT_DVBASIOUT":                                "syscall",
5330	"syscall.IFT_DVBRCCDOWNSTREAM":                         "syscall",
5331	"syscall.IFT_DVBRCCMACLAYER":                           "syscall",
5332	"syscall.IFT_DVBRCCUPSTREAM":                           "syscall",
5333	"syscall.IFT_ECONET":                                   "syscall",
5334	"syscall.IFT_ENC":                                      "syscall",
5335	"syscall.IFT_EON":                                      "syscall",
5336	"syscall.IFT_EPLRS":                                    "syscall",
5337	"syscall.IFT_ESCON":                                    "syscall",
5338	"syscall.IFT_ETHER":                                    "syscall",
5339	"syscall.IFT_FAITH":                                    "syscall",
5340	"syscall.IFT_FAST":                                     "syscall",
5341	"syscall.IFT_FASTETHER":                                "syscall",
5342	"syscall.IFT_FASTETHERFX":                              "syscall",
5343	"syscall.IFT_FDDI":                                     "syscall",
5344	"syscall.IFT_FIBRECHANNEL":                             "syscall",
5345	"syscall.IFT_FRAMERELAYINTERCONNECT":                   "syscall",
5346	"syscall.IFT_FRAMERELAYMPI":                            "syscall",
5347	"syscall.IFT_FRDLCIENDPT":                              "syscall",
5348	"syscall.IFT_FRELAY":                                   "syscall",
5349	"syscall.IFT_FRELAYDCE":                                "syscall",
5350	"syscall.IFT_FRF16MFRBUNDLE":                           "syscall",
5351	"syscall.IFT_FRFORWARD":                                "syscall",
5352	"syscall.IFT_G703AT2MB":                                "syscall",
5353	"syscall.IFT_G703AT64K":                                "syscall",
5354	"syscall.IFT_GIF":                                      "syscall",
5355	"syscall.IFT_GIGABITETHERNET":                          "syscall",
5356	"syscall.IFT_GR303IDT":                                 "syscall",
5357	"syscall.IFT_GR303RDT":                                 "syscall",
5358	"syscall.IFT_H323GATEKEEPER":                           "syscall",
5359	"syscall.IFT_H323PROXY":                                "syscall",
5360	"syscall.IFT_HDH1822":                                  "syscall",
5361	"syscall.IFT_HDLC":                                     "syscall",
5362	"syscall.IFT_HDSL2":                                    "syscall",
5363	"syscall.IFT_HIPERLAN2":                                "syscall",
5364	"syscall.IFT_HIPPI":                                    "syscall",
5365	"syscall.IFT_HIPPIINTERFACE":                           "syscall",
5366	"syscall.IFT_HOSTPAD":                                  "syscall",
5367	"syscall.IFT_HSSI":                                     "syscall",
5368	"syscall.IFT_HY":                                       "syscall",
5369	"syscall.IFT_IBM370PARCHAN":                            "syscall",
5370	"syscall.IFT_IDSL":                                     "syscall",
5371	"syscall.IFT_IEEE1394":                                 "syscall",
5372	"syscall.IFT_IEEE80211":                                "syscall",
5373	"syscall.IFT_IEEE80212":                                "syscall",
5374	"syscall.IFT_IEEE8023ADLAG":                            "syscall",
5375	"syscall.IFT_IFGSN":                                    "syscall",
5376	"syscall.IFT_IMT":                                      "syscall",
5377	"syscall.IFT_INFINIBAND":                               "syscall",
5378	"syscall.IFT_INTERLEAVE":                               "syscall",
5379	"syscall.IFT_IP":                                       "syscall",
5380	"syscall.IFT_IPFORWARD":                                "syscall",
5381	"syscall.IFT_IPOVERATM":                                "syscall",
5382	"syscall.IFT_IPOVERCDLC":                               "syscall",
5383	"syscall.IFT_IPOVERCLAW":                               "syscall",
5384	"syscall.IFT_IPSWITCH":                                 "syscall",
5385	"syscall.IFT_IPXIP":                                    "syscall",
5386	"syscall.IFT_ISDN":                                     "syscall",
5387	"syscall.IFT_ISDNBASIC":                                "syscall",
5388	"syscall.IFT_ISDNPRIMARY":                              "syscall",
5389	"syscall.IFT_ISDNS":                                    "syscall",
5390	"syscall.IFT_ISDNU":                                    "syscall",
5391	"syscall.IFT_ISO88022LLC":                              "syscall",
5392	"syscall.IFT_ISO88023":                                 "syscall",
5393	"syscall.IFT_ISO88024":                                 "syscall",
5394	"syscall.IFT_ISO88025":                                 "syscall",
5395	"syscall.IFT_ISO88025CRFPINT":                          "syscall",
5396	"syscall.IFT_ISO88025DTR":                              "syscall",
5397	"syscall.IFT_ISO88025FIBER":                            "syscall",
5398	"syscall.IFT_ISO88026":                                 "syscall",
5399	"syscall.IFT_ISUP":                                     "syscall",
5400	"syscall.IFT_L2VLAN":                                   "syscall",
5401	"syscall.IFT_L3IPVLAN":                                 "syscall",
5402	"syscall.IFT_L3IPXVLAN":                                "syscall",
5403	"syscall.IFT_LAPB":                                     "syscall",
5404	"syscall.IFT_LAPD":                                     "syscall",
5405	"syscall.IFT_LAPF":                                     "syscall",
5406	"syscall.IFT_LINEGROUP":                                "syscall",
5407	"syscall.IFT_LOCALTALK":                                "syscall",
5408	"syscall.IFT_LOOP":                                     "syscall",
5409	"syscall.IFT_MEDIAMAILOVERIP":                          "syscall",
5410	"syscall.IFT_MFSIGLINK":                                "syscall",
5411	"syscall.IFT_MIOX25":                                   "syscall",
5412	"syscall.IFT_MODEM":                                    "syscall",
5413	"syscall.IFT_MPC":                                      "syscall",
5414	"syscall.IFT_MPLS":                                     "syscall",
5415	"syscall.IFT_MPLSTUNNEL":                               "syscall",
5416	"syscall.IFT_MSDSL":                                    "syscall",
5417	"syscall.IFT_MVL":                                      "syscall",
5418	"syscall.IFT_MYRINET":                                  "syscall",
5419	"syscall.IFT_NFAS":                                     "syscall",
5420	"syscall.IFT_NSIP":                                     "syscall",
5421	"syscall.IFT_OPTICALCHANNEL":                           "syscall",
5422	"syscall.IFT_OPTICALTRANSPORT":                         "syscall",
5423	"syscall.IFT_OTHER":                                    "syscall",
5424	"syscall.IFT_P10":                                      "syscall",
5425	"syscall.IFT_P80":                                      "syscall",
5426	"syscall.IFT_PARA":                                     "syscall",
5427	"syscall.IFT_PDP":                                      "syscall",
5428	"syscall.IFT_PFLOG":                                    "syscall",
5429	"syscall.IFT_PFLOW":                                    "syscall",
5430	"syscall.IFT_PFSYNC":                                   "syscall",
5431	"syscall.IFT_PLC":                                      "syscall",
5432	"syscall.IFT_PON155":                                   "syscall",
5433	"syscall.IFT_PON622":                                   "syscall",
5434	"syscall.IFT_POS":                                      "syscall",
5435	"syscall.IFT_PPP":                                      "syscall",
5436	"syscall.IFT_PPPMULTILINKBUNDLE":                       "syscall",
5437	"syscall.IFT_PROPATM":                                  "syscall",
5438	"syscall.IFT_PROPBWAP2MP":                              "syscall",
5439	"syscall.IFT_PROPCNLS":                                 "syscall",
5440	"syscall.IFT_PROPDOCSWIRELESSDOWNSTREAM":               "syscall",
5441	"syscall.IFT_PROPDOCSWIRELESSMACLAYER":                 "syscall",
5442	"syscall.IFT_PROPDOCSWIRELESSUPSTREAM":                 "syscall",
5443	"syscall.IFT_PROPMUX":                                  "syscall",
5444	"syscall.IFT_PROPVIRTUAL":                              "syscall",
5445	"syscall.IFT_PROPWIRELESSP2P":                          "syscall",
5446	"syscall.IFT_PTPSERIAL":                                "syscall",
5447	"syscall.IFT_PVC":                                      "syscall",
5448	"syscall.IFT_Q2931":                                    "syscall",
5449	"syscall.IFT_QLLC":                                     "syscall",
5450	"syscall.IFT_RADIOMAC":                                 "syscall",
5451	"syscall.IFT_RADSL":                                    "syscall",
5452	"syscall.IFT_REACHDSL":                                 "syscall",
5453	"syscall.IFT_RFC1483":                                  "syscall",
5454	"syscall.IFT_RS232":                                    "syscall",
5455	"syscall.IFT_RSRB":                                     "syscall",
5456	"syscall.IFT_SDLC":                                     "syscall",
5457	"syscall.IFT_SDSL":                                     "syscall",
5458	"syscall.IFT_SHDSL":                                    "syscall",
5459	"syscall.IFT_SIP":                                      "syscall",
5460	"syscall.IFT_SIPSIG":                                   "syscall",
5461	"syscall.IFT_SIPTG":                                    "syscall",
5462	"syscall.IFT_SLIP":                                     "syscall",
5463	"syscall.IFT_SMDSDXI":                                  "syscall",
5464	"syscall.IFT_SMDSICIP":                                 "syscall",
5465	"syscall.IFT_SONET":                                    "syscall",
5466	"syscall.IFT_SONETOVERHEADCHANNEL":                     "syscall",
5467	"syscall.IFT_SONETPATH":                                "syscall",
5468	"syscall.IFT_SONETVT":                                  "syscall",
5469	"syscall.IFT_SRP":                                      "syscall",
5470	"syscall.IFT_SS7SIGLINK":                               "syscall",
5471	"syscall.IFT_STACKTOSTACK":                             "syscall",
5472	"syscall.IFT_STARLAN":                                  "syscall",
5473	"syscall.IFT_STF":                                      "syscall",
5474	"syscall.IFT_T1":                                       "syscall",
5475	"syscall.IFT_TDLC":                                     "syscall",
5476	"syscall.IFT_TELINK":                                   "syscall",
5477	"syscall.IFT_TERMPAD":                                  "syscall",
5478	"syscall.IFT_TR008":                                    "syscall",
5479	"syscall.IFT_TRANSPHDLC":                               "syscall",
5480	"syscall.IFT_TUNNEL":                                   "syscall",
5481	"syscall.IFT_ULTRA":                                    "syscall",
5482	"syscall.IFT_USB":                                      "syscall",
5483	"syscall.IFT_V11":                                      "syscall",
5484	"syscall.IFT_V35":                                      "syscall",
5485	"syscall.IFT_V36":                                      "syscall",
5486	"syscall.IFT_V37":                                      "syscall",
5487	"syscall.IFT_VDSL":                                     "syscall",
5488	"syscall.IFT_VIRTUALIPADDRESS":                         "syscall",
5489	"syscall.IFT_VIRTUALTG":                                "syscall",
5490	"syscall.IFT_VOICEDID":                                 "syscall",
5491	"syscall.IFT_VOICEEM":                                  "syscall",
5492	"syscall.IFT_VOICEEMFGD":                               "syscall",
5493	"syscall.IFT_VOICEENCAP":                               "syscall",
5494	"syscall.IFT_VOICEFGDEANA":                             "syscall",
5495	"syscall.IFT_VOICEFXO":                                 "syscall",
5496	"syscall.IFT_VOICEFXS":                                 "syscall",
5497	"syscall.IFT_VOICEOVERATM":                             "syscall",
5498	"syscall.IFT_VOICEOVERCABLE":                           "syscall",
5499	"syscall.IFT_VOICEOVERFRAMERELAY":                      "syscall",
5500	"syscall.IFT_VOICEOVERIP":                              "syscall",
5501	"syscall.IFT_X213":                                     "syscall",
5502	"syscall.IFT_X25":                                      "syscall",
5503	"syscall.IFT_X25DDN":                                   "syscall",
5504	"syscall.IFT_X25HUNTGROUP":                             "syscall",
5505	"syscall.IFT_X25MLP":                                   "syscall",
5506	"syscall.IFT_X25PLE":                                   "syscall",
5507	"syscall.IFT_XETHER":                                   "syscall",
5508	"syscall.IGNBRK":                                       "syscall",
5509	"syscall.IGNCR":                                        "syscall",
5510	"syscall.IGNORE":                                       "syscall",
5511	"syscall.IGNPAR":                                       "syscall",
5512	"syscall.IMAXBEL":                                      "syscall",
5513	"syscall.INFINITE":                                     "syscall",
5514	"syscall.INLCR":                                        "syscall",
5515	"syscall.INPCK":                                        "syscall",
5516	"syscall.INVALID_FILE_ATTRIBUTES":                      "syscall",
5517	"syscall.IN_ACCESS":                                    "syscall",
5518	"syscall.IN_ALL_EVENTS":                                "syscall",
5519	"syscall.IN_ATTRIB":                                    "syscall",
5520	"syscall.IN_CLASSA_HOST":                               "syscall",
5521	"syscall.IN_CLASSA_MAX":                                "syscall",
5522	"syscall.IN_CLASSA_NET":                                "syscall",
5523	"syscall.IN_CLASSA_NSHIFT":                             "syscall",
5524	"syscall.IN_CLASSB_HOST":                               "syscall",
5525	"syscall.IN_CLASSB_MAX":                                "syscall",
5526	"syscall.IN_CLASSB_NET":                                "syscall",
5527	"syscall.IN_CLASSB_NSHIFT":                             "syscall",
5528	"syscall.IN_CLASSC_HOST":                               "syscall",
5529	"syscall.IN_CLASSC_NET":                                "syscall",
5530	"syscall.IN_CLASSC_NSHIFT":                             "syscall",
5531	"syscall.IN_CLASSD_HOST":                               "syscall",
5532	"syscall.IN_CLASSD_NET":                                "syscall",
5533	"syscall.IN_CLASSD_NSHIFT":                             "syscall",
5534	"syscall.IN_CLOEXEC":                                   "syscall",
5535	"syscall.IN_CLOSE":                                     "syscall",
5536	"syscall.IN_CLOSE_NOWRITE":                             "syscall",
5537	"syscall.IN_CLOSE_WRITE":                               "syscall",
5538	"syscall.IN_CREATE":                                    "syscall",
5539	"syscall.IN_DELETE":                                    "syscall",
5540	"syscall.IN_DELETE_SELF":                               "syscall",
5541	"syscall.IN_DONT_FOLLOW":                               "syscall",
5542	"syscall.IN_EXCL_UNLINK":                               "syscall",
5543	"syscall.IN_IGNORED":                                   "syscall",
5544	"syscall.IN_ISDIR":                                     "syscall",
5545	"syscall.IN_LINKLOCALNETNUM":                           "syscall",
5546	"syscall.IN_LOOPBACKNET":                               "syscall",
5547	"syscall.IN_MASK_ADD":                                  "syscall",
5548	"syscall.IN_MODIFY":                                    "syscall",
5549	"syscall.IN_MOVE":                                      "syscall",
5550	"syscall.IN_MOVED_FROM":                                "syscall",
5551	"syscall.IN_MOVED_TO":                                  "syscall",
5552	"syscall.IN_MOVE_SELF":                                 "syscall",
5553	"syscall.IN_NONBLOCK":                                  "syscall",
5554	"syscall.IN_ONESHOT":                                   "syscall",
5555	"syscall.IN_ONLYDIR":                                   "syscall",
5556	"syscall.IN_OPEN":                                      "syscall",
5557	"syscall.IN_Q_OVERFLOW":                                "syscall",
5558	"syscall.IN_RFC3021_HOST":                              "syscall",
5559	"syscall.IN_RFC3021_MASK":                              "syscall",
5560	"syscall.IN_RFC3021_NET":                               "syscall",
5561	"syscall.IN_RFC3021_NSHIFT":                            "syscall",
5562	"syscall.IN_UNMOUNT":                                   "syscall",
5563	"syscall.IOC_IN":                                       "syscall",
5564	"syscall.IOC_INOUT":                                    "syscall",
5565	"syscall.IOC_OUT":                                      "syscall",
5566	"syscall.IOC_VENDOR":                                   "syscall",
5567	"syscall.IOC_WS2":                                      "syscall",
5568	"syscall.IO_REPARSE_TAG_SYMLINK":                       "syscall",
5569	"syscall.IPMreq":                                       "syscall",
5570	"syscall.IPMreqn":                                      "syscall",
5571	"syscall.IPPROTO_3PC":                                  "syscall",
5572	"syscall.IPPROTO_ADFS":                                 "syscall",
5573	"syscall.IPPROTO_AH":                                   "syscall",
5574	"syscall.IPPROTO_AHIP":                                 "syscall",
5575	"syscall.IPPROTO_APES":                                 "syscall",
5576	"syscall.IPPROTO_ARGUS":                                "syscall",
5577	"syscall.IPPROTO_AX25":                                 "syscall",
5578	"syscall.IPPROTO_BHA":                                  "syscall",
5579	"syscall.IPPROTO_BLT":                                  "syscall",
5580	"syscall.IPPROTO_BRSATMON":                             "syscall",
5581	"syscall.IPPROTO_CARP":                                 "syscall",
5582	"syscall.IPPROTO_CFTP":                                 "syscall",
5583	"syscall.IPPROTO_CHAOS":                                "syscall",
5584	"syscall.IPPROTO_CMTP":                                 "syscall",
5585	"syscall.IPPROTO_COMP":                                 "syscall",
5586	"syscall.IPPROTO_CPHB":                                 "syscall",
5587	"syscall.IPPROTO_CPNX":                                 "syscall",
5588	"syscall.IPPROTO_DCCP":                                 "syscall",
5589	"syscall.IPPROTO_DDP":                                  "syscall",
5590	"syscall.IPPROTO_DGP":                                  "syscall",
5591	"syscall.IPPROTO_DIVERT":                               "syscall",
5592	"syscall.IPPROTO_DIVERT_INIT":                          "syscall",
5593	"syscall.IPPROTO_DIVERT_RESP":                          "syscall",
5594	"syscall.IPPROTO_DONE":                                 "syscall",
5595	"syscall.IPPROTO_DSTOPTS":                              "syscall",
5596	"syscall.IPPROTO_EGP":                                  "syscall",
5597	"syscall.IPPROTO_EMCON":                                "syscall",
5598	"syscall.IPPROTO_ENCAP":                                "syscall",
5599	"syscall.IPPROTO_EON":                                  "syscall",
5600	"syscall.IPPROTO_ESP":                                  "syscall",
5601	"syscall.IPPROTO_ETHERIP":                              "syscall",
5602	"syscall.IPPROTO_FRAGMENT":                             "syscall",
5603	"syscall.IPPROTO_GGP":                                  "syscall",
5604	"syscall.IPPROTO_GMTP":                                 "syscall",
5605	"syscall.IPPROTO_GRE":                                  "syscall",
5606	"syscall.IPPROTO_HELLO":                                "syscall",
5607	"syscall.IPPROTO_HMP":                                  "syscall",
5608	"syscall.IPPROTO_HOPOPTS":                              "syscall",
5609	"syscall.IPPROTO_ICMP":                                 "syscall",
5610	"syscall.IPPROTO_ICMPV6":                               "syscall",
5611	"syscall.IPPROTO_IDP":                                  "syscall",
5612	"syscall.IPPROTO_IDPR":                                 "syscall",
5613	"syscall.IPPROTO_IDRP":                                 "syscall",
5614	"syscall.IPPROTO_IGMP":                                 "syscall",
5615	"syscall.IPPROTO_IGP":                                  "syscall",
5616	"syscall.IPPROTO_IGRP":                                 "syscall",
5617	"syscall.IPPROTO_IL":                                   "syscall",
5618	"syscall.IPPROTO_INLSP":                                "syscall",
5619	"syscall.IPPROTO_INP":                                  "syscall",
5620	"syscall.IPPROTO_IP":                                   "syscall",
5621	"syscall.IPPROTO_IPCOMP":                               "syscall",
5622	"syscall.IPPROTO_IPCV":                                 "syscall",
5623	"syscall.IPPROTO_IPEIP":                                "syscall",
5624	"syscall.IPPROTO_IPIP":                                 "syscall",
5625	"syscall.IPPROTO_IPPC":                                 "syscall",
5626	"syscall.IPPROTO_IPV4":                                 "syscall",
5627	"syscall.IPPROTO_IPV6":                                 "syscall",
5628	"syscall.IPPROTO_IPV6_ICMP":                            "syscall",
5629	"syscall.IPPROTO_IRTP":                                 "syscall",
5630	"syscall.IPPROTO_KRYPTOLAN":                            "syscall",
5631	"syscall.IPPROTO_LARP":                                 "syscall",
5632	"syscall.IPPROTO_LEAF1":                                "syscall",
5633	"syscall.IPPROTO_LEAF2":                                "syscall",
5634	"syscall.IPPROTO_MAX":                                  "syscall",
5635	"syscall.IPPROTO_MAXID":                                "syscall",
5636	"syscall.IPPROTO_MEAS":                                 "syscall",
5637	"syscall.IPPROTO_MH":                                   "syscall",
5638	"syscall.IPPROTO_MHRP":                                 "syscall",
5639	"syscall.IPPROTO_MICP":                                 "syscall",
5640	"syscall.IPPROTO_MOBILE":                               "syscall",
5641	"syscall.IPPROTO_MPLS":                                 "syscall",
5642	"syscall.IPPROTO_MTP":                                  "syscall",
5643	"syscall.IPPROTO_MUX":                                  "syscall",
5644	"syscall.IPPROTO_ND":                                   "syscall",
5645	"syscall.IPPROTO_NHRP":                                 "syscall",
5646	"syscall.IPPROTO_NONE":                                 "syscall",
5647	"syscall.IPPROTO_NSP":                                  "syscall",
5648	"syscall.IPPROTO_NVPII":                                "syscall",
5649	"syscall.IPPROTO_OLD_DIVERT":                           "syscall",
5650	"syscall.IPPROTO_OSPFIGP":                              "syscall",
5651	"syscall.IPPROTO_PFSYNC":                               "syscall",
5652	"syscall.IPPROTO_PGM":                                  "syscall",
5653	"syscall.IPPROTO_PIGP":                                 "syscall",
5654	"syscall.IPPROTO_PIM":                                  "syscall",
5655	"syscall.IPPROTO_PRM":                                  "syscall",
5656	"syscall.IPPROTO_PUP":                                  "syscall",
5657	"syscall.IPPROTO_PVP":                                  "syscall",
5658	"syscall.IPPROTO_RAW":                                  "syscall",
5659	"syscall.IPPROTO_RCCMON":                               "syscall",
5660	"syscall.IPPROTO_RDP":                                  "syscall",
5661	"syscall.IPPROTO_ROUTING":                              "syscall",
5662	"syscall.IPPROTO_RSVP":                                 "syscall",
5663	"syscall.IPPROTO_RVD":                                  "syscall",
5664	"syscall.IPPROTO_SATEXPAK":                             "syscall",
5665	"syscall.IPPROTO_SATMON":                               "syscall",
5666	"syscall.IPPROTO_SCCSP":                                "syscall",
5667	"syscall.IPPROTO_SCTP":                                 "syscall",
5668	"syscall.IPPROTO_SDRP":                                 "syscall",
5669	"syscall.IPPROTO_SEND":                                 "syscall",
5670	"syscall.IPPROTO_SEP":                                  "syscall",
5671	"syscall.IPPROTO_SKIP":                                 "syscall",
5672	"syscall.IPPROTO_SPACER":                               "syscall",
5673	"syscall.IPPROTO_SRPC":                                 "syscall",
5674	"syscall.IPPROTO_ST":                                   "syscall",
5675	"syscall.IPPROTO_SVMTP":                                "syscall",
5676	"syscall.IPPROTO_SWIPE":                                "syscall",
5677	"syscall.IPPROTO_TCF":                                  "syscall",
5678	"syscall.IPPROTO_TCP":                                  "syscall",
5679	"syscall.IPPROTO_TLSP":                                 "syscall",
5680	"syscall.IPPROTO_TP":                                   "syscall",
5681	"syscall.IPPROTO_TPXX":                                 "syscall",
5682	"syscall.IPPROTO_TRUNK1":                               "syscall",
5683	"syscall.IPPROTO_TRUNK2":                               "syscall",
5684	"syscall.IPPROTO_TTP":                                  "syscall",
5685	"syscall.IPPROTO_UDP":                                  "syscall",
5686	"syscall.IPPROTO_UDPLITE":                              "syscall",
5687	"syscall.IPPROTO_VINES":                                "syscall",
5688	"syscall.IPPROTO_VISA":                                 "syscall",
5689	"syscall.IPPROTO_VMTP":                                 "syscall",
5690	"syscall.IPPROTO_VRRP":                                 "syscall",
5691	"syscall.IPPROTO_WBEXPAK":                              "syscall",
5692	"syscall.IPPROTO_WBMON":                                "syscall",
5693	"syscall.IPPROTO_WSN":                                  "syscall",
5694	"syscall.IPPROTO_XNET":                                 "syscall",
5695	"syscall.IPPROTO_XTP":                                  "syscall",
5696	"syscall.IPV6_2292DSTOPTS":                             "syscall",
5697	"syscall.IPV6_2292HOPLIMIT":                            "syscall",
5698	"syscall.IPV6_2292HOPOPTS":                             "syscall",
5699	"syscall.IPV6_2292NEXTHOP":                             "syscall",
5700	"syscall.IPV6_2292PKTINFO":                             "syscall",
5701	"syscall.IPV6_2292PKTOPTIONS":                          "syscall",
5702	"syscall.IPV6_2292RTHDR":                               "syscall",
5703	"syscall.IPV6_ADDRFORM":                                "syscall",
5704	"syscall.IPV6_ADD_MEMBERSHIP":                          "syscall",
5705	"syscall.IPV6_AUTHHDR":                                 "syscall",
5706	"syscall.IPV6_AUTH_LEVEL":                              "syscall",
5707	"syscall.IPV6_AUTOFLOWLABEL":                           "syscall",
5708	"syscall.IPV6_BINDANY":                                 "syscall",
5709	"syscall.IPV6_BINDV6ONLY":                              "syscall",
5710	"syscall.IPV6_BOUND_IF":                                "syscall",
5711	"syscall.IPV6_CHECKSUM":                                "syscall",
5712	"syscall.IPV6_DEFAULT_MULTICAST_HOPS":                  "syscall",
5713	"syscall.IPV6_DEFAULT_MULTICAST_LOOP":                  "syscall",
5714	"syscall.IPV6_DEFHLIM":                                 "syscall",
5715	"syscall.IPV6_DONTFRAG":                                "syscall",
5716	"syscall.IPV6_DROP_MEMBERSHIP":                         "syscall",
5717	"syscall.IPV6_DSTOPTS":                                 "syscall",
5718	"syscall.IPV6_ESP_NETWORK_LEVEL":                       "syscall",
5719	"syscall.IPV6_ESP_TRANS_LEVEL":                         "syscall",
5720	"syscall.IPV6_FAITH":                                   "syscall",
5721	"syscall.IPV6_FLOWINFO_MASK":                           "syscall",
5722	"syscall.IPV6_FLOWLABEL_MASK":                          "syscall",
5723	"syscall.IPV6_FRAGTTL":                                 "syscall",
5724	"syscall.IPV6_FW_ADD":                                  "syscall",
5725	"syscall.IPV6_FW_DEL":                                  "syscall",
5726	"syscall.IPV6_FW_FLUSH":                                "syscall",
5727	"syscall.IPV6_FW_GET":                                  "syscall",
5728	"syscall.IPV6_FW_ZERO":                                 "syscall",
5729	"syscall.IPV6_HLIMDEC":                                 "syscall",
5730	"syscall.IPV6_HOPLIMIT":                                "syscall",
5731	"syscall.IPV6_HOPOPTS":                                 "syscall",
5732	"syscall.IPV6_IPCOMP_LEVEL":                            "syscall",
5733	"syscall.IPV6_IPSEC_POLICY":                            "syscall",
5734	"syscall.IPV6_JOIN_ANYCAST":                            "syscall",
5735	"syscall.IPV6_JOIN_GROUP":                              "syscall",
5736	"syscall.IPV6_LEAVE_ANYCAST":                           "syscall",
5737	"syscall.IPV6_LEAVE_GROUP":                             "syscall",
5738	"syscall.IPV6_MAXHLIM":                                 "syscall",
5739	"syscall.IPV6_MAXOPTHDR":                               "syscall",
5740	"syscall.IPV6_MAXPACKET":                               "syscall",
5741	"syscall.IPV6_MAX_GROUP_SRC_FILTER":                    "syscall",
5742	"syscall.IPV6_MAX_MEMBERSHIPS":                         "syscall",
5743	"syscall.IPV6_MAX_SOCK_SRC_FILTER":                     "syscall",
5744	"syscall.IPV6_MIN_MEMBERSHIPS":                         "syscall",
5745	"syscall.IPV6_MMTU":                                    "syscall",
5746	"syscall.IPV6_MSFILTER":                                "syscall",
5747	"syscall.IPV6_MTU":                                     "syscall",
5748	"syscall.IPV6_MTU_DISCOVER":                            "syscall",
5749	"syscall.IPV6_MULTICAST_HOPS":                          "syscall",
5750	"syscall.IPV6_MULTICAST_IF":                            "syscall",
5751	"syscall.IPV6_MULTICAST_LOOP":                          "syscall",
5752	"syscall.IPV6_NEXTHOP":                                 "syscall",
5753	"syscall.IPV6_OPTIONS":                                 "syscall",
5754	"syscall.IPV6_PATHMTU":                                 "syscall",
5755	"syscall.IPV6_PIPEX":                                   "syscall",
5756	"syscall.IPV6_PKTINFO":                                 "syscall",
5757	"syscall.IPV6_PMTUDISC_DO":                             "syscall",
5758	"syscall.IPV6_PMTUDISC_DONT":                           "syscall",
5759	"syscall.IPV6_PMTUDISC_PROBE":                          "syscall",
5760	"syscall.IPV6_PMTUDISC_WANT":                           "syscall",
5761	"syscall.IPV6_PORTRANGE":                               "syscall",
5762	"syscall.IPV6_PORTRANGE_DEFAULT":                       "syscall",
5763	"syscall.IPV6_PORTRANGE_HIGH":                          "syscall",
5764	"syscall.IPV6_PORTRANGE_LOW":                           "syscall",
5765	"syscall.IPV6_PREFER_TEMPADDR":                         "syscall",
5766	"syscall.IPV6_RECVDSTOPTS":                             "syscall",
5767	"syscall.IPV6_RECVDSTPORT":                             "syscall",
5768	"syscall.IPV6_RECVERR":                                 "syscall",
5769	"syscall.IPV6_RECVHOPLIMIT":                            "syscall",
5770	"syscall.IPV6_RECVHOPOPTS":                             "syscall",
5771	"syscall.IPV6_RECVPATHMTU":                             "syscall",
5772	"syscall.IPV6_RECVPKTINFO":                             "syscall",
5773	"syscall.IPV6_RECVRTHDR":                               "syscall",
5774	"syscall.IPV6_RECVTCLASS":                              "syscall",
5775	"syscall.IPV6_ROUTER_ALERT":                            "syscall",
5776	"syscall.IPV6_RTABLE":                                  "syscall",
5777	"syscall.IPV6_RTHDR":                                   "syscall",
5778	"syscall.IPV6_RTHDRDSTOPTS":                            "syscall",
5779	"syscall.IPV6_RTHDR_LOOSE":                             "syscall",
5780	"syscall.IPV6_RTHDR_STRICT":                            "syscall",
5781	"syscall.IPV6_RTHDR_TYPE_0":                            "syscall",
5782	"syscall.IPV6_RXDSTOPTS":                               "syscall",
5783	"syscall.IPV6_RXHOPOPTS":                               "syscall",
5784	"syscall.IPV6_SOCKOPT_RESERVED1":                       "syscall",
5785	"syscall.IPV6_TCLASS":                                  "syscall",
5786	"syscall.IPV6_UNICAST_HOPS":                            "syscall",
5787	"syscall.IPV6_USE_MIN_MTU":                             "syscall",
5788	"syscall.IPV6_V6ONLY":                                  "syscall",
5789	"syscall.IPV6_VERSION":                                 "syscall",
5790	"syscall.IPV6_VERSION_MASK":                            "syscall",
5791	"syscall.IPV6_XFRM_POLICY":                             "syscall",
5792	"syscall.IP_ADD_MEMBERSHIP":                            "syscall",
5793	"syscall.IP_ADD_SOURCE_MEMBERSHIP":                     "syscall",
5794	"syscall.IP_AUTH_LEVEL":                                "syscall",
5795	"syscall.IP_BINDANY":                                   "syscall",
5796	"syscall.IP_BLOCK_SOURCE":                              "syscall",
5797	"syscall.IP_BOUND_IF":                                  "syscall",
5798	"syscall.IP_DEFAULT_MULTICAST_LOOP":                    "syscall",
5799	"syscall.IP_DEFAULT_MULTICAST_TTL":                     "syscall",
5800	"syscall.IP_DF":                                        "syscall",
5801	"syscall.IP_DIVERTFL":                                  "syscall",
5802	"syscall.IP_DONTFRAG":                                  "syscall",
5803	"syscall.IP_DROP_MEMBERSHIP":                           "syscall",
5804	"syscall.IP_DROP_SOURCE_MEMBERSHIP":                    "syscall",
5805	"syscall.IP_DUMMYNET3":                                 "syscall",
5806	"syscall.IP_DUMMYNET_CONFIGURE":                        "syscall",
5807	"syscall.IP_DUMMYNET_DEL":                              "syscall",
5808	"syscall.IP_DUMMYNET_FLUSH":                            "syscall",
5809	"syscall.IP_DUMMYNET_GET":                              "syscall",
5810	"syscall.IP_EF":                                        "syscall",
5811	"syscall.IP_ERRORMTU":                                  "syscall",
5812	"syscall.IP_ESP_NETWORK_LEVEL":                         "syscall",
5813	"syscall.IP_ESP_TRANS_LEVEL":                           "syscall",
5814	"syscall.IP_FAITH":                                     "syscall",
5815	"syscall.IP_FREEBIND":                                  "syscall",
5816	"syscall.IP_FW3":                                       "syscall",
5817	"syscall.IP_FW_ADD":                                    "syscall",
5818	"syscall.IP_FW_DEL":                                    "syscall",
5819	"syscall.IP_FW_FLUSH":                                  "syscall",
5820	"syscall.IP_FW_GET":                                    "syscall",
5821	"syscall.IP_FW_NAT_CFG":                                "syscall",
5822	"syscall.IP_FW_NAT_DEL":                                "syscall",
5823	"syscall.IP_FW_NAT_GET_CONFIG":                         "syscall",
5824	"syscall.IP_FW_NAT_GET_LOG":                            "syscall",
5825	"syscall.IP_FW_RESETLOG":                               "syscall",
5826	"syscall.IP_FW_TABLE_ADD":                              "syscall",
5827	"syscall.IP_FW_TABLE_DEL":                              "syscall",
5828	"syscall.IP_FW_TABLE_FLUSH":                            "syscall",
5829	"syscall.IP_FW_TABLE_GETSIZE":                          "syscall",
5830	"syscall.IP_FW_TABLE_LIST":                             "syscall",
5831	"syscall.IP_FW_ZERO":                                   "syscall",
5832	"syscall.IP_HDRINCL":                                   "syscall",
5833	"syscall.IP_IPCOMP_LEVEL":                              "syscall",
5834	"syscall.IP_IPSECFLOWINFO":                             "syscall",
5835	"syscall.IP_IPSEC_LOCAL_AUTH":                          "syscall",
5836	"syscall.IP_IPSEC_LOCAL_CRED":                          "syscall",
5837	"syscall.IP_IPSEC_LOCAL_ID":                            "syscall",
5838	"syscall.IP_IPSEC_POLICY":                              "syscall",
5839	"syscall.IP_IPSEC_REMOTE_AUTH":                         "syscall",
5840	"syscall.IP_IPSEC_REMOTE_CRED":                         "syscall",
5841	"syscall.IP_IPSEC_REMOTE_ID":                           "syscall",
5842	"syscall.IP_MAXPACKET":                                 "syscall",
5843	"syscall.IP_MAX_GROUP_SRC_FILTER":                      "syscall",
5844	"syscall.IP_MAX_MEMBERSHIPS":                           "syscall",
5845	"syscall.IP_MAX_SOCK_MUTE_FILTER":                      "syscall",
5846	"syscall.IP_MAX_SOCK_SRC_FILTER":                       "syscall",
5847	"syscall.IP_MAX_SOURCE_FILTER":                         "syscall",
5848	"syscall.IP_MF":                                        "syscall",
5849	"syscall.IP_MINFRAGSIZE":                               "syscall",
5850	"syscall.IP_MINTTL":                                    "syscall",
5851	"syscall.IP_MIN_MEMBERSHIPS":                           "syscall",
5852	"syscall.IP_MSFILTER":                                  "syscall",
5853	"syscall.IP_MSS":                                       "syscall",
5854	"syscall.IP_MTU":                                       "syscall",
5855	"syscall.IP_MTU_DISCOVER":                              "syscall",
5856	"syscall.IP_MULTICAST_IF":                              "syscall",
5857	"syscall.IP_MULTICAST_IFINDEX":                         "syscall",
5858	"syscall.IP_MULTICAST_LOOP":                            "syscall",
5859	"syscall.IP_MULTICAST_TTL":                             "syscall",
5860	"syscall.IP_MULTICAST_VIF":                             "syscall",
5861	"syscall.IP_NAT__XXX":                                  "syscall",
5862	"syscall.IP_OFFMASK":                                   "syscall",
5863	"syscall.IP_OLD_FW_ADD":                                "syscall",
5864	"syscall.IP_OLD_FW_DEL":                                "syscall",
5865	"syscall.IP_OLD_FW_FLUSH":                              "syscall",
5866	"syscall.IP_OLD_FW_GET":                                "syscall",
5867	"syscall.IP_OLD_FW_RESETLOG":                           "syscall",
5868	"syscall.IP_OLD_FW_ZERO":                               "syscall",
5869	"syscall.IP_ONESBCAST":                                 "syscall",
5870	"syscall.IP_OPTIONS":                                   "syscall",
5871	"syscall.IP_ORIGDSTADDR":                               "syscall",
5872	"syscall.IP_PASSSEC":                                   "syscall",
5873	"syscall.IP_PIPEX":                                     "syscall",
5874	"syscall.IP_PKTINFO":                                   "syscall",
5875	"syscall.IP_PKTOPTIONS":                                "syscall",
5876	"syscall.IP_PMTUDISC":                                  "syscall",
5877	"syscall.IP_PMTUDISC_DO":                               "syscall",
5878	"syscall.IP_PMTUDISC_DONT":                             "syscall",
5879	"syscall.IP_PMTUDISC_PROBE":                            "syscall",
5880	"syscall.IP_PMTUDISC_WANT":                             "syscall",
5881	"syscall.IP_PORTRANGE":                                 "syscall",
5882	"syscall.IP_PORTRANGE_DEFAULT":                         "syscall",
5883	"syscall.IP_PORTRANGE_HIGH":                            "syscall",
5884	"syscall.IP_PORTRANGE_LOW":                             "syscall",
5885	"syscall.IP_RECVDSTADDR":                               "syscall",
5886	"syscall.IP_RECVDSTPORT":                               "syscall",
5887	"syscall.IP_RECVERR":                                   "syscall",
5888	"syscall.IP_RECVIF":                                    "syscall",
5889	"syscall.IP_RECVOPTS":                                  "syscall",
5890	"syscall.IP_RECVORIGDSTADDR":                           "syscall",
5891	"syscall.IP_RECVPKTINFO":                               "syscall",
5892	"syscall.IP_RECVRETOPTS":                               "syscall",
5893	"syscall.IP_RECVRTABLE":                                "syscall",
5894	"syscall.IP_RECVTOS":                                   "syscall",
5895	"syscall.IP_RECVTTL":                                   "syscall",
5896	"syscall.IP_RETOPTS":                                   "syscall",
5897	"syscall.IP_RF":                                        "syscall",
5898	"syscall.IP_ROUTER_ALERT":                              "syscall",
5899	"syscall.IP_RSVP_OFF":                                  "syscall",
5900	"syscall.IP_RSVP_ON":                                   "syscall",
5901	"syscall.IP_RSVP_VIF_OFF":                              "syscall",
5902	"syscall.IP_RSVP_VIF_ON":                               "syscall",
5903	"syscall.IP_RTABLE":                                    "syscall",
5904	"syscall.IP_SENDSRCADDR":                               "syscall",
5905	"syscall.IP_STRIPHDR":                                  "syscall",
5906	"syscall.IP_TOS":                                       "syscall",
5907	"syscall.IP_TRAFFIC_MGT_BACKGROUND":                    "syscall",
5908	"syscall.IP_TRANSPARENT":                               "syscall",
5909	"syscall.IP_TTL":                                       "syscall",
5910	"syscall.IP_UNBLOCK_SOURCE":                            "syscall",
5911	"syscall.IP_XFRM_POLICY":                               "syscall",
5912	"syscall.IPv6MTUInfo":                                  "syscall",
5913	"syscall.IPv6Mreq":                                     "syscall",
5914	"syscall.ISIG":                                         "syscall",
5915	"syscall.ISTRIP":                                       "syscall",
5916	"syscall.IUCLC":                                        "syscall",
5917	"syscall.IUTF8":                                        "syscall",
5918	"syscall.IXANY":                                        "syscall",
5919	"syscall.IXOFF":                                        "syscall",
5920	"syscall.IXON":                                         "syscall",
5921	"syscall.IfAddrmsg":                                    "syscall",
5922	"syscall.IfAnnounceMsghdr":                             "syscall",
5923	"syscall.IfData":                                       "syscall",
5924	"syscall.IfInfomsg":                                    "syscall",
5925	"syscall.IfMsghdr":                                     "syscall",
5926	"syscall.IfaMsghdr":                                    "syscall",
5927	"syscall.IfmaMsghdr":                                   "syscall",
5928	"syscall.IfmaMsghdr2":                                  "syscall",
5929	"syscall.ImplementsGetwd":                              "syscall",
5930	"syscall.Inet4Pktinfo":                                 "syscall",
5931	"syscall.Inet6Pktinfo":                                 "syscall",
5932	"syscall.InotifyAddWatch":                              "syscall",
5933	"syscall.InotifyEvent":                                 "syscall",
5934	"syscall.InotifyInit":                                  "syscall",
5935	"syscall.InotifyInit1":                                 "syscall",
5936	"syscall.InotifyRmWatch":                               "syscall",
5937	"syscall.InterfaceAddrMessage":                         "syscall",
5938	"syscall.InterfaceAnnounceMessage":                     "syscall",
5939	"syscall.InterfaceInfo":                                "syscall",
5940	"syscall.InterfaceMessage":                             "syscall",
5941	"syscall.InterfaceMulticastAddrMessage":                "syscall",
5942	"syscall.InvalidHandle":                                "syscall",
5943	"syscall.Ioperm":                                       "syscall",
5944	"syscall.Iopl":                                         "syscall",
5945	"syscall.Iovec":                                        "syscall",
5946	"syscall.IpAdapterInfo":                                "syscall",
5947	"syscall.IpAddrString":                                 "syscall",
5948	"syscall.IpAddressString":                              "syscall",
5949	"syscall.IpMaskString":                                 "syscall",
5950	"syscall.Issetugid":                                    "syscall",
5951	"syscall.KEY_ALL_ACCESS":                               "syscall",
5952	"syscall.KEY_CREATE_LINK":                              "syscall",
5953	"syscall.KEY_CREATE_SUB_KEY":                           "syscall",
5954	"syscall.KEY_ENUMERATE_SUB_KEYS":                       "syscall",
5955	"syscall.KEY_EXECUTE":                                  "syscall",
5956	"syscall.KEY_NOTIFY":                                   "syscall",
5957	"syscall.KEY_QUERY_VALUE":                              "syscall",
5958	"syscall.KEY_READ":                                     "syscall",
5959	"syscall.KEY_SET_VALUE":                                "syscall",
5960	"syscall.KEY_WOW64_32KEY":                              "syscall",
5961	"syscall.KEY_WOW64_64KEY":                              "syscall",
5962	"syscall.KEY_WRITE":                                    "syscall",
5963	"syscall.Kevent":                                       "syscall",
5964	"syscall.Kevent_t":                                     "syscall",
5965	"syscall.Kill":                                         "syscall",
5966	"syscall.Klogctl":                                      "syscall",
5967	"syscall.Kqueue":                                       "syscall",
5968	"syscall.LANG_ENGLISH":                                 "syscall",
5969	"syscall.LAYERED_PROTOCOL":                             "syscall",
5970	"syscall.LCNT_OVERLOAD_FLUSH":                          "syscall",
5971	"syscall.LINUX_REBOOT_CMD_CAD_OFF":                     "syscall",
5972	"syscall.LINUX_REBOOT_CMD_CAD_ON":                      "syscall",
5973	"syscall.LINUX_REBOOT_CMD_HALT":                        "syscall",
5974	"syscall.LINUX_REBOOT_CMD_KEXEC":                       "syscall",
5975	"syscall.LINUX_REBOOT_CMD_POWER_OFF":                   "syscall",
5976	"syscall.LINUX_REBOOT_CMD_RESTART":                     "syscall",
5977	"syscall.LINUX_REBOOT_CMD_RESTART2":                    "syscall",
5978	"syscall.LINUX_REBOOT_CMD_SW_SUSPEND":                  "syscall",
5979	"syscall.LINUX_REBOOT_MAGIC1":                          "syscall",
5980	"syscall.LINUX_REBOOT_MAGIC2":                          "syscall",
5981	"syscall.LOCK_EX":                                      "syscall",
5982	"syscall.LOCK_NB":                                      "syscall",
5983	"syscall.LOCK_SH":                                      "syscall",
5984	"syscall.LOCK_UN":                                      "syscall",
5985	"syscall.LazyDLL":                                      "syscall",
5986	"syscall.LazyProc":                                     "syscall",
5987	"syscall.Lchown":                                       "syscall",
5988	"syscall.Linger":                                       "syscall",
5989	"syscall.Link":                                         "syscall",
5990	"syscall.Listen":                                       "syscall",
5991	"syscall.Listxattr":                                    "syscall",
5992	"syscall.LoadCancelIoEx":                               "syscall",
5993	"syscall.LoadConnectEx":                                "syscall",
5994	"syscall.LoadCreateSymbolicLink":                       "syscall",
5995	"syscall.LoadDLL":                                      "syscall",
5996	"syscall.LoadGetAddrInfo":                              "syscall",
5997	"syscall.LoadLibrary":                                  "syscall",
5998	"syscall.LoadSetFileCompletionNotificationModes":       "syscall",
5999	"syscall.LocalFree":                                    "syscall",
6000	"syscall.Log2phys_t":                                   "syscall",
6001	"syscall.LookupAccountName":                            "syscall",
6002	"syscall.LookupAccountSid":                             "syscall",
6003	"syscall.LookupSID":                                    "syscall",
6004	"syscall.LsfJump":                                      "syscall",
6005	"syscall.LsfSocket":                                    "syscall",
6006	"syscall.LsfStmt":                                      "syscall",
6007	"syscall.Lstat":                                        "syscall",
6008	"syscall.MADV_AUTOSYNC":                                "syscall",
6009	"syscall.MADV_CAN_REUSE":                               "syscall",
6010	"syscall.MADV_CORE":                                    "syscall",
6011	"syscall.MADV_DOFORK":                                  "syscall",
6012	"syscall.MADV_DONTFORK":                                "syscall",
6013	"syscall.MADV_DONTNEED":                                "syscall",
6014	"syscall.MADV_FREE":                                    "syscall",
6015	"syscall.MADV_FREE_REUSABLE":                           "syscall",
6016	"syscall.MADV_FREE_REUSE":                              "syscall",
6017	"syscall.MADV_HUGEPAGE":                                "syscall",
6018	"syscall.MADV_HWPOISON":                                "syscall",
6019	"syscall.MADV_MERGEABLE":                               "syscall",
6020	"syscall.MADV_NOCORE":                                  "syscall",
6021	"syscall.MADV_NOHUGEPAGE":                              "syscall",
6022	"syscall.MADV_NORMAL":                                  "syscall",
6023	"syscall.MADV_NOSYNC":                                  "syscall",
6024	"syscall.MADV_PROTECT":                                 "syscall",
6025	"syscall.MADV_RANDOM":                                  "syscall",
6026	"syscall.MADV_REMOVE":                                  "syscall",
6027	"syscall.MADV_SEQUENTIAL":                              "syscall",
6028	"syscall.MADV_SPACEAVAIL":                              "syscall",
6029	"syscall.MADV_UNMERGEABLE":                             "syscall",
6030	"syscall.MADV_WILLNEED":                                "syscall",
6031	"syscall.MADV_ZERO_WIRED_PAGES":                        "syscall",
6032	"syscall.MAP_32BIT":                                    "syscall",
6033	"syscall.MAP_ALIGNED_SUPER":                            "syscall",
6034	"syscall.MAP_ALIGNMENT_16MB":                           "syscall",
6035	"syscall.MAP_ALIGNMENT_1TB":                            "syscall",
6036	"syscall.MAP_ALIGNMENT_256TB":                          "syscall",
6037	"syscall.MAP_ALIGNMENT_4GB":                            "syscall",
6038	"syscall.MAP_ALIGNMENT_64KB":                           "syscall",
6039	"syscall.MAP_ALIGNMENT_64PB":                           "syscall",
6040	"syscall.MAP_ALIGNMENT_MASK":                           "syscall",
6041	"syscall.MAP_ALIGNMENT_SHIFT":                          "syscall",
6042	"syscall.MAP_ANON":                                     "syscall",
6043	"syscall.MAP_ANONYMOUS":                                "syscall",
6044	"syscall.MAP_COPY":                                     "syscall",
6045	"syscall.MAP_DENYWRITE":                                "syscall",
6046	"syscall.MAP_EXECUTABLE":                               "syscall",
6047	"syscall.MAP_FILE":                                     "syscall",
6048	"syscall.MAP_FIXED":                                    "syscall",
6049	"syscall.MAP_FLAGMASK":                                 "syscall",
6050	"syscall.MAP_GROWSDOWN":                                "syscall",
6051	"syscall.MAP_HASSEMAPHORE":                             "syscall",
6052	"syscall.MAP_HUGETLB":                                  "syscall",
6053	"syscall.MAP_INHERIT":                                  "syscall",
6054	"syscall.MAP_INHERIT_COPY":                             "syscall",
6055	"syscall.MAP_INHERIT_DEFAULT":                          "syscall",
6056	"syscall.MAP_INHERIT_DONATE_COPY":                      "syscall",
6057	"syscall.MAP_INHERIT_NONE":                             "syscall",
6058	"syscall.MAP_INHERIT_SHARE":                            "syscall",
6059	"syscall.MAP_JIT":                                      "syscall",
6060	"syscall.MAP_LOCKED":                                   "syscall",
6061	"syscall.MAP_NOCACHE":                                  "syscall",
6062	"syscall.MAP_NOCORE":                                   "syscall",
6063	"syscall.MAP_NOEXTEND":                                 "syscall",
6064	"syscall.MAP_NONBLOCK":                                 "syscall",
6065	"syscall.MAP_NORESERVE":                                "syscall",
6066	"syscall.MAP_NOSYNC":                                   "syscall",
6067	"syscall.MAP_POPULATE":                                 "syscall",
6068	"syscall.MAP_PREFAULT_READ":                            "syscall",
6069	"syscall.MAP_PRIVATE":                                  "syscall",
6070	"syscall.MAP_RENAME":                                   "syscall",
6071	"syscall.MAP_RESERVED0080":                             "syscall",
6072	"syscall.MAP_RESERVED0100":                             "syscall",
6073	"syscall.MAP_SHARED":                                   "syscall",
6074	"syscall.MAP_STACK":                                    "syscall",
6075	"syscall.MAP_TRYFIXED":                                 "syscall",
6076	"syscall.MAP_TYPE":                                     "syscall",
6077	"syscall.MAP_WIRED":                                    "syscall",
6078	"syscall.MAXIMUM_REPARSE_DATA_BUFFER_SIZE":             "syscall",
6079	"syscall.MAXLEN_IFDESCR":                               "syscall",
6080	"syscall.MAXLEN_PHYSADDR":                              "syscall",
6081	"syscall.MAX_ADAPTER_ADDRESS_LENGTH":                   "syscall",
6082	"syscall.MAX_ADAPTER_DESCRIPTION_LENGTH":               "syscall",
6083	"syscall.MAX_ADAPTER_NAME_LENGTH":                      "syscall",
6084	"syscall.MAX_COMPUTERNAME_LENGTH":                      "syscall",
6085	"syscall.MAX_INTERFACE_NAME_LEN":                       "syscall",
6086	"syscall.MAX_LONG_PATH":                                "syscall",
6087	"syscall.MAX_PATH":                                     "syscall",
6088	"syscall.MAX_PROTOCOL_CHAIN":                           "syscall",
6089	"syscall.MCL_CURRENT":                                  "syscall",
6090	"syscall.MCL_FUTURE":                                   "syscall",
6091	"syscall.MNT_DETACH":                                   "syscall",
6092	"syscall.MNT_EXPIRE":                                   "syscall",
6093	"syscall.MNT_FORCE":                                    "syscall",
6094	"syscall.MSG_BCAST":                                    "syscall",
6095	"syscall.MSG_CMSG_CLOEXEC":                             "syscall",
6096	"syscall.MSG_COMPAT":                                   "syscall",
6097	"syscall.MSG_CONFIRM":                                  "syscall",
6098	"syscall.MSG_CONTROLMBUF":                              "syscall",
6099	"syscall.MSG_CTRUNC":                                   "syscall",
6100	"syscall.MSG_DONTROUTE":                                "syscall",
6101	"syscall.MSG_DONTWAIT":                                 "syscall",
6102	"syscall.MSG_EOF":                                      "syscall",
6103	"syscall.MSG_EOR":                                      "syscall",
6104	"syscall.MSG_ERRQUEUE":                                 "syscall",
6105	"syscall.MSG_FASTOPEN":                                 "syscall",
6106	"syscall.MSG_FIN":                                      "syscall",
6107	"syscall.MSG_FLUSH":                                    "syscall",
6108	"syscall.MSG_HAVEMORE":                                 "syscall",
6109	"syscall.MSG_HOLD":                                     "syscall",
6110	"syscall.MSG_IOVUSRSPACE":                              "syscall",
6111	"syscall.MSG_LENUSRSPACE":                              "syscall",
6112	"syscall.MSG_MCAST":                                    "syscall",
6113	"syscall.MSG_MORE":                                     "syscall",
6114	"syscall.MSG_NAMEMBUF":                                 "syscall",
6115	"syscall.MSG_NBIO":                                     "syscall",
6116	"syscall.MSG_NEEDSA":                                   "syscall",
6117	"syscall.MSG_NOSIGNAL":                                 "syscall",
6118	"syscall.MSG_NOTIFICATION":                             "syscall",
6119	"syscall.MSG_OOB":                                      "syscall",
6120	"syscall.MSG_PEEK":                                     "syscall",
6121	"syscall.MSG_PROXY":                                    "syscall",
6122	"syscall.MSG_RCVMORE":                                  "syscall",
6123	"syscall.MSG_RST":                                      "syscall",
6124	"syscall.MSG_SEND":                                     "syscall",
6125	"syscall.MSG_SYN":                                      "syscall",
6126	"syscall.MSG_TRUNC":                                    "syscall",
6127	"syscall.MSG_TRYHARD":                                  "syscall",
6128	"syscall.MSG_USERFLAGS":                                "syscall",
6129	"syscall.MSG_WAITALL":                                  "syscall",
6130	"syscall.MSG_WAITFORONE":                               "syscall",
6131	"syscall.MSG_WAITSTREAM":                               "syscall",
6132	"syscall.MS_ACTIVE":                                    "syscall",
6133	"syscall.MS_ASYNC":                                     "syscall",
6134	"syscall.MS_BIND":                                      "syscall",
6135	"syscall.MS_DEACTIVATE":                                "syscall",
6136	"syscall.MS_DIRSYNC":                                   "syscall",
6137	"syscall.MS_INVALIDATE":                                "syscall",
6138	"syscall.MS_I_VERSION":                                 "syscall",
6139	"syscall.MS_KERNMOUNT":                                 "syscall",
6140	"syscall.MS_KILLPAGES":                                 "syscall",
6141	"syscall.MS_MANDLOCK":                                  "syscall",
6142	"syscall.MS_MGC_MSK":                                   "syscall",
6143	"syscall.MS_MGC_VAL":                                   "syscall",
6144	"syscall.MS_MOVE":                                      "syscall",
6145	"syscall.MS_NOATIME":                                   "syscall",
6146	"syscall.MS_NODEV":                                     "syscall",
6147	"syscall.MS_NODIRATIME":                                "syscall",
6148	"syscall.MS_NOEXEC":                                    "syscall",
6149	"syscall.MS_NOSUID":                                    "syscall",
6150	"syscall.MS_NOUSER":                                    "syscall",
6151	"syscall.MS_POSIXACL":                                  "syscall",
6152	"syscall.MS_PRIVATE":                                   "syscall",
6153	"syscall.MS_RDONLY":                                    "syscall",
6154	"syscall.MS_REC":                                       "syscall",
6155	"syscall.MS_RELATIME":                                  "syscall",
6156	"syscall.MS_REMOUNT":                                   "syscall",
6157	"syscall.MS_RMT_MASK":                                  "syscall",
6158	"syscall.MS_SHARED":                                    "syscall",
6159	"syscall.MS_SILENT":                                    "syscall",
6160	"syscall.MS_SLAVE":                                     "syscall",
6161	"syscall.MS_STRICTATIME":                               "syscall",
6162	"syscall.MS_SYNC":                                      "syscall",
6163	"syscall.MS_SYNCHRONOUS":                               "syscall",
6164	"syscall.MS_UNBINDABLE":                                "syscall",
6165	"syscall.Madvise":                                      "syscall",
6166	"syscall.MapViewOfFile":                                "syscall",
6167	"syscall.MaxTokenInfoClass":                            "syscall",
6168	"syscall.Mclpool":                                      "syscall",
6169	"syscall.MibIfRow":                                     "syscall",
6170	"syscall.Mkdir":                                        "syscall",
6171	"syscall.Mkdirat":                                      "syscall",
6172	"syscall.Mkfifo":                                       "syscall",
6173	"syscall.Mknod":                                        "syscall",
6174	"syscall.Mknodat":                                      "syscall",
6175	"syscall.Mlock":                                        "syscall",
6176	"syscall.Mlockall":                                     "syscall",
6177	"syscall.Mmap":                                         "syscall",
6178	"syscall.Mount":                                        "syscall",
6179	"syscall.MoveFile":                                     "syscall",
6180	"syscall.Mprotect":                                     "syscall",
6181	"syscall.Msghdr":                                       "syscall",
6182	"syscall.Munlock":                                      "syscall",
6183	"syscall.Munlockall":                                   "syscall",
6184	"syscall.Munmap":                                       "syscall",
6185	"syscall.MustLoadDLL":                                  "syscall",
6186	"syscall.NAME_MAX":                                     "syscall",
6187	"syscall.NETLINK_ADD_MEMBERSHIP":                       "syscall",
6188	"syscall.NETLINK_AUDIT":                                "syscall",
6189	"syscall.NETLINK_BROADCAST_ERROR":                      "syscall",
6190	"syscall.NETLINK_CONNECTOR":                            "syscall",
6191	"syscall.NETLINK_DNRTMSG":                              "syscall",
6192	"syscall.NETLINK_DROP_MEMBERSHIP":                      "syscall",
6193	"syscall.NETLINK_ECRYPTFS":                             "syscall",
6194	"syscall.NETLINK_FIB_LOOKUP":                           "syscall",
6195	"syscall.NETLINK_FIREWALL":                             "syscall",
6196	"syscall.NETLINK_GENERIC":                              "syscall",
6197	"syscall.NETLINK_INET_DIAG":                            "syscall",
6198	"syscall.NETLINK_IP6_FW":                               "syscall",
6199	"syscall.NETLINK_ISCSI":                                "syscall",
6200	"syscall.NETLINK_KOBJECT_UEVENT":                       "syscall",
6201	"syscall.NETLINK_NETFILTER":                            "syscall",
6202	"syscall.NETLINK_NFLOG":                                "syscall",
6203	"syscall.NETLINK_NO_ENOBUFS":                           "syscall",
6204	"syscall.NETLINK_PKTINFO":                              "syscall",
6205	"syscall.NETLINK_RDMA":                                 "syscall",
6206	"syscall.NETLINK_ROUTE":                                "syscall",
6207	"syscall.NETLINK_SCSITRANSPORT":                        "syscall",
6208	"syscall.NETLINK_SELINUX":                              "syscall",
6209	"syscall.NETLINK_UNUSED":                               "syscall",
6210	"syscall.NETLINK_USERSOCK":                             "syscall",
6211	"syscall.NETLINK_XFRM":                                 "syscall",
6212	"syscall.NET_RT_DUMP":                                  "syscall",
6213	"syscall.NET_RT_DUMP2":                                 "syscall",
6214	"syscall.NET_RT_FLAGS":                                 "syscall",
6215	"syscall.NET_RT_IFLIST":                                "syscall",
6216	"syscall.NET_RT_IFLIST2":                               "syscall",
6217	"syscall.NET_RT_IFLISTL":                               "syscall",
6218	"syscall.NET_RT_IFMALIST":                              "syscall",
6219	"syscall.NET_RT_MAXID":                                 "syscall",
6220	"syscall.NET_RT_OIFLIST":                               "syscall",
6221	"syscall.NET_RT_OOIFLIST":                              "syscall",
6222	"syscall.NET_RT_STAT":                                  "syscall",
6223	"syscall.NET_RT_STATS":                                 "syscall",
6224	"syscall.NET_RT_TABLE":                                 "syscall",
6225	"syscall.NET_RT_TRASH":                                 "syscall",
6226	"syscall.NLA_ALIGNTO":                                  "syscall",
6227	"syscall.NLA_F_NESTED":                                 "syscall",
6228	"syscall.NLA_F_NET_BYTEORDER":                          "syscall",
6229	"syscall.NLA_HDRLEN":                                   "syscall",
6230	"syscall.NLMSG_ALIGNTO":                                "syscall",
6231	"syscall.NLMSG_DONE":                                   "syscall",
6232	"syscall.NLMSG_ERROR":                                  "syscall",
6233	"syscall.NLMSG_HDRLEN":                                 "syscall",
6234	"syscall.NLMSG_MIN_TYPE":                               "syscall",
6235	"syscall.NLMSG_NOOP":                                   "syscall",
6236	"syscall.NLMSG_OVERRUN":                                "syscall",
6237	"syscall.NLM_F_ACK":                                    "syscall",
6238	"syscall.NLM_F_APPEND":                                 "syscall",
6239	"syscall.NLM_F_ATOMIC":                                 "syscall",
6240	"syscall.NLM_F_CREATE":                                 "syscall",
6241	"syscall.NLM_F_DUMP":                                   "syscall",
6242	"syscall.NLM_F_ECHO":                                   "syscall",
6243	"syscall.NLM_F_EXCL":                                   "syscall",
6244	"syscall.NLM_F_MATCH":                                  "syscall",
6245	"syscall.NLM_F_MULTI":                                  "syscall",
6246	"syscall.NLM_F_REPLACE":                                "syscall",
6247	"syscall.NLM_F_REQUEST":                                "syscall",
6248	"syscall.NLM_F_ROOT":                                   "syscall",
6249	"syscall.NOFLSH":                                       "syscall",
6250	"syscall.NOTE_ABSOLUTE":                                "syscall",
6251	"syscall.NOTE_ATTRIB":                                  "syscall",
6252	"syscall.NOTE_CHILD":                                   "syscall",
6253	"syscall.NOTE_DELETE":                                  "syscall",
6254	"syscall.NOTE_EOF":                                     "syscall",
6255	"syscall.NOTE_EXEC":                                    "syscall",
6256	"syscall.NOTE_EXIT":                                    "syscall",
6257	"syscall.NOTE_EXITSTATUS":                              "syscall",
6258	"syscall.NOTE_EXTEND":                                  "syscall",
6259	"syscall.NOTE_FFAND":                                   "syscall",
6260	"syscall.NOTE_FFCOPY":                                  "syscall",
6261	"syscall.NOTE_FFCTRLMASK":                              "syscall",
6262	"syscall.NOTE_FFLAGSMASK":                              "syscall",
6263	"syscall.NOTE_FFNOP":                                   "syscall",
6264	"syscall.NOTE_FFOR":                                    "syscall",
6265	"syscall.NOTE_FORK":                                    "syscall",
6266	"syscall.NOTE_LINK":                                    "syscall",
6267	"syscall.NOTE_LOWAT":                                   "syscall",
6268	"syscall.NOTE_NONE":                                    "syscall",
6269	"syscall.NOTE_NSECONDS":                                "syscall",
6270	"syscall.NOTE_PCTRLMASK":                               "syscall",
6271	"syscall.NOTE_PDATAMASK":                               "syscall",
6272	"syscall.NOTE_REAP":                                    "syscall",
6273	"syscall.NOTE_RENAME":                                  "syscall",
6274	"syscall.NOTE_RESOURCEEND":                             "syscall",
6275	"syscall.NOTE_REVOKE":                                  "syscall",
6276	"syscall.NOTE_SECONDS":                                 "syscall",
6277	"syscall.NOTE_SIGNAL":                                  "syscall",
6278	"syscall.NOTE_TRACK":                                   "syscall",
6279	"syscall.NOTE_TRACKERR":                                "syscall",
6280	"syscall.NOTE_TRIGGER":                                 "syscall",
6281	"syscall.NOTE_TRUNCATE":                                "syscall",
6282	"syscall.NOTE_USECONDS":                                "syscall",
6283	"syscall.NOTE_VM_ERROR":                                "syscall",
6284	"syscall.NOTE_VM_PRESSURE":                             "syscall",
6285	"syscall.NOTE_VM_PRESSURE_SUDDEN_TERMINATE":            "syscall",
6286	"syscall.NOTE_VM_PRESSURE_TERMINATE":                   "syscall",
6287	"syscall.NOTE_WRITE":                                   "syscall",
6288	"syscall.NameCanonical":                                "syscall",
6289	"syscall.NameCanonicalEx":                              "syscall",
6290	"syscall.NameDisplay":                                  "syscall",
6291	"syscall.NameDnsDomain":                                "syscall",
6292	"syscall.NameFullyQualifiedDN":                         "syscall",
6293	"syscall.NameSamCompatible":                            "syscall",
6294	"syscall.NameServicePrincipal":                         "syscall",
6295	"syscall.NameUniqueId":                                 "syscall",
6296	"syscall.NameUnknown":                                  "syscall",
6297	"syscall.NameUserPrincipal":                            "syscall",
6298	"syscall.Nanosleep":                                    "syscall",
6299	"syscall.NetApiBufferFree":                             "syscall",
6300	"syscall.NetGetJoinInformation":                        "syscall",
6301	"syscall.NetSetupDomainName":                           "syscall",
6302	"syscall.NetSetupUnjoined":                             "syscall",
6303	"syscall.NetSetupUnknownStatus":                        "syscall",
6304	"syscall.NetSetupWorkgroupName":                        "syscall",
6305	"syscall.NetUserGetInfo":                               "syscall",
6306	"syscall.NetlinkMessage":                               "syscall",
6307	"syscall.NetlinkRIB":                                   "syscall",
6308	"syscall.NetlinkRouteAttr":                             "syscall",
6309	"syscall.NetlinkRouteRequest":                          "syscall",
6310	"syscall.NewCallback":                                  "syscall",
6311	"syscall.NewCallbackCDecl":                             "syscall",
6312	"syscall.NewLazyDLL":                                   "syscall",
6313	"syscall.NlAttr":                                       "syscall",
6314	"syscall.NlMsgerr":                                     "syscall",
6315	"syscall.NlMsghdr":                                     "syscall",
6316	"syscall.NsecToFiletime":                               "syscall",
6317	"syscall.NsecToTimespec":                               "syscall",
6318	"syscall.NsecToTimeval":                                "syscall",
6319	"syscall.Ntohs":                                        "syscall",
6320	"syscall.OCRNL":                                        "syscall",
6321	"syscall.OFDEL":                                        "syscall",
6322	"syscall.OFILL":                                        "syscall",
6323	"syscall.OFIOGETBMAP":                                  "syscall",
6324	"syscall.OID_PKIX_KP_SERVER_AUTH":                      "syscall",
6325	"syscall.OID_SERVER_GATED_CRYPTO":                      "syscall",
6326	"syscall.OID_SGC_NETSCAPE":                             "syscall",
6327	"syscall.OLCUC":                                        "syscall",
6328	"syscall.ONLCR":                                        "syscall",
6329	"syscall.ONLRET":                                       "syscall",
6330	"syscall.ONOCR":                                        "syscall",
6331	"syscall.ONOEOT":                                       "syscall",
6332	"syscall.OPEN_ALWAYS":                                  "syscall",
6333	"syscall.OPEN_EXISTING":                                "syscall",
6334	"syscall.OPOST":                                        "syscall",
6335	"syscall.O_ACCMODE":                                    "syscall",
6336	"syscall.O_ALERT":                                      "syscall",
6337	"syscall.O_ALT_IO":                                     "syscall",
6338	"syscall.O_APPEND":                                     "syscall",
6339	"syscall.O_ASYNC":                                      "syscall",
6340	"syscall.O_CLOEXEC":                                    "syscall",
6341	"syscall.O_CREAT":                                      "syscall",
6342	"syscall.O_DIRECT":                                     "syscall",
6343	"syscall.O_DIRECTORY":                                  "syscall",
6344	"syscall.O_DSYNC":                                      "syscall",
6345	"syscall.O_EVTONLY":                                    "syscall",
6346	"syscall.O_EXCL":                                       "syscall",
6347	"syscall.O_EXEC":                                       "syscall",
6348	"syscall.O_EXLOCK":                                     "syscall",
6349	"syscall.O_FSYNC":                                      "syscall",
6350	"syscall.O_LARGEFILE":                                  "syscall",
6351	"syscall.O_NDELAY":                                     "syscall",
6352	"syscall.O_NOATIME":                                    "syscall",
6353	"syscall.O_NOCTTY":                                     "syscall",
6354	"syscall.O_NOFOLLOW":                                   "syscall",
6355	"syscall.O_NONBLOCK":                                   "syscall",
6356	"syscall.O_NOSIGPIPE":                                  "syscall",
6357	"syscall.O_POPUP":                                      "syscall",
6358	"syscall.O_RDONLY":                                     "syscall",
6359	"syscall.O_RDWR":                                       "syscall",
6360	"syscall.O_RSYNC":                                      "syscall",
6361	"syscall.O_SHLOCK":                                     "syscall",
6362	"syscall.O_SYMLINK":                                    "syscall",
6363	"syscall.O_SYNC":                                       "syscall",
6364	"syscall.O_TRUNC":                                      "syscall",
6365	"syscall.O_TTY_INIT":                                   "syscall",
6366	"syscall.O_WRONLY":                                     "syscall",
6367	"syscall.Open":                                         "syscall",
6368	"syscall.OpenCurrentProcessToken":                      "syscall",
6369	"syscall.OpenProcess":                                  "syscall",
6370	"syscall.OpenProcessToken":                             "syscall",
6371	"syscall.Openat":                                       "syscall",
6372	"syscall.Overlapped":                                   "syscall",
6373	"syscall.PACKET_ADD_MEMBERSHIP":                        "syscall",
6374	"syscall.PACKET_BROADCAST":                             "syscall",
6375	"syscall.PACKET_DROP_MEMBERSHIP":                       "syscall",
6376	"syscall.PACKET_FASTROUTE":                             "syscall",
6377	"syscall.PACKET_HOST":                                  "syscall",
6378	"syscall.PACKET_LOOPBACK":                              "syscall",
6379	"syscall.PACKET_MR_ALLMULTI":                           "syscall",
6380	"syscall.PACKET_MR_MULTICAST":                          "syscall",
6381	"syscall.PACKET_MR_PROMISC":                            "syscall",
6382	"syscall.PACKET_MULTICAST":                             "syscall",
6383	"syscall.PACKET_OTHERHOST":                             "syscall",
6384	"syscall.PACKET_OUTGOING":                              "syscall",
6385	"syscall.PACKET_RECV_OUTPUT":                           "syscall",
6386	"syscall.PACKET_RX_RING":                               "syscall",
6387	"syscall.PACKET_STATISTICS":                            "syscall",
6388	"syscall.PAGE_EXECUTE_READ":                            "syscall",
6389	"syscall.PAGE_EXECUTE_READWRITE":                       "syscall",
6390	"syscall.PAGE_EXECUTE_WRITECOPY":                       "syscall",
6391	"syscall.PAGE_READONLY":                                "syscall",
6392	"syscall.PAGE_READWRITE":                               "syscall",
6393	"syscall.PAGE_WRITECOPY":                               "syscall",
6394	"syscall.PARENB":                                       "syscall",
6395	"syscall.PARMRK":                                       "syscall",
6396	"syscall.PARODD":                                       "syscall",
6397	"syscall.PENDIN":                                       "syscall",
6398	"syscall.PFL_HIDDEN":                                   "syscall",
6399	"syscall.PFL_MATCHES_PROTOCOL_ZERO":                    "syscall",
6400	"syscall.PFL_MULTIPLE_PROTO_ENTRIES":                   "syscall",
6401	"syscall.PFL_NETWORKDIRECT_PROVIDER":                   "syscall",
6402	"syscall.PFL_RECOMMENDED_PROTO_ENTRY":                  "syscall",
6403	"syscall.PF_FLUSH":                                     "syscall",
6404	"syscall.PKCS_7_ASN_ENCODING":                          "syscall",
6405	"syscall.PMC5_PIPELINE_FLUSH":                          "syscall",
6406	"syscall.PRIO_PGRP":                                    "syscall",
6407	"syscall.PRIO_PROCESS":                                 "syscall",
6408	"syscall.PRIO_USER":                                    "syscall",
6409	"syscall.PRI_IOFLUSH":                                  "syscall",
6410	"syscall.PROCESS_QUERY_INFORMATION":                    "syscall",
6411	"syscall.PROCESS_TERMINATE":                            "syscall",
6412	"syscall.PROT_EXEC":                                    "syscall",
6413	"syscall.PROT_GROWSDOWN":                               "syscall",
6414	"syscall.PROT_GROWSUP":                                 "syscall",
6415	"syscall.PROT_NONE":                                    "syscall",
6416	"syscall.PROT_READ":                                    "syscall",
6417	"syscall.PROT_WRITE":                                   "syscall",
6418	"syscall.PROV_DH_SCHANNEL":                             "syscall",
6419	"syscall.PROV_DSS":                                     "syscall",
6420	"syscall.PROV_DSS_DH":                                  "syscall",
6421	"syscall.PROV_EC_ECDSA_FULL":                           "syscall",
6422	"syscall.PROV_EC_ECDSA_SIG":                            "syscall",
6423	"syscall.PROV_EC_ECNRA_FULL":                           "syscall",
6424	"syscall.PROV_EC_ECNRA_SIG":                            "syscall",
6425	"syscall.PROV_FORTEZZA":                                "syscall",
6426	"syscall.PROV_INTEL_SEC":                               "syscall",
6427	"syscall.PROV_MS_EXCHANGE":                             "syscall",
6428	"syscall.PROV_REPLACE_OWF":                             "syscall",
6429	"syscall.PROV_RNG":                                     "syscall",
6430	"syscall.PROV_RSA_AES":                                 "syscall",
6431	"syscall.PROV_RSA_FULL":                                "syscall",
6432	"syscall.PROV_RSA_SCHANNEL":                            "syscall",
6433	"syscall.PROV_RSA_SIG":                                 "syscall",
6434	"syscall.PROV_SPYRUS_LYNKS":                            "syscall",
6435	"syscall.PROV_SSL":                                     "syscall",
6436	"syscall.PR_CAPBSET_DROP":                              "syscall",
6437	"syscall.PR_CAPBSET_READ":                              "syscall",
6438	"syscall.PR_CLEAR_SECCOMP_FILTER":                      "syscall",
6439	"syscall.PR_ENDIAN_BIG":                                "syscall",
6440	"syscall.PR_ENDIAN_LITTLE":                             "syscall",
6441	"syscall.PR_ENDIAN_PPC_LITTLE":                         "syscall",
6442	"syscall.PR_FPEMU_NOPRINT":                             "syscall",
6443	"syscall.PR_FPEMU_SIGFPE":                              "syscall",
6444	"syscall.PR_FP_EXC_ASYNC":                              "syscall",
6445	"syscall.PR_FP_EXC_DISABLED":                           "syscall",
6446	"syscall.PR_FP_EXC_DIV":                                "syscall",
6447	"syscall.PR_FP_EXC_INV":                                "syscall",
6448	"syscall.PR_FP_EXC_NONRECOV":                           "syscall",
6449	"syscall.PR_FP_EXC_OVF":                                "syscall",
6450	"syscall.PR_FP_EXC_PRECISE":                            "syscall",
6451	"syscall.PR_FP_EXC_RES":                                "syscall",
6452	"syscall.PR_FP_EXC_SW_ENABLE":                          "syscall",
6453	"syscall.PR_FP_EXC_UND":                                "syscall",
6454	"syscall.PR_GET_DUMPABLE":                              "syscall",
6455	"syscall.PR_GET_ENDIAN":                                "syscall",
6456	"syscall.PR_GET_FPEMU":                                 "syscall",
6457	"syscall.PR_GET_FPEXC":                                 "syscall",
6458	"syscall.PR_GET_KEEPCAPS":                              "syscall",
6459	"syscall.PR_GET_NAME":                                  "syscall",
6460	"syscall.PR_GET_PDEATHSIG":                             "syscall",
6461	"syscall.PR_GET_SECCOMP":                               "syscall",
6462	"syscall.PR_GET_SECCOMP_FILTER":                        "syscall",
6463	"syscall.PR_GET_SECUREBITS":                            "syscall",
6464	"syscall.PR_GET_TIMERSLACK":                            "syscall",
6465	"syscall.PR_GET_TIMING":                                "syscall",
6466	"syscall.PR_GET_TSC":                                   "syscall",
6467	"syscall.PR_GET_UNALIGN":                               "syscall",
6468	"syscall.PR_MCE_KILL":                                  "syscall",
6469	"syscall.PR_MCE_KILL_CLEAR":                            "syscall",
6470	"syscall.PR_MCE_KILL_DEFAULT":                          "syscall",
6471	"syscall.PR_MCE_KILL_EARLY":                            "syscall",
6472	"syscall.PR_MCE_KILL_GET":                              "syscall",
6473	"syscall.PR_MCE_KILL_LATE":                             "syscall",
6474	"syscall.PR_MCE_KILL_SET":                              "syscall",
6475	"syscall.PR_SECCOMP_FILTER_EVENT":                      "syscall",
6476	"syscall.PR_SECCOMP_FILTER_SYSCALL":                    "syscall",
6477	"syscall.PR_SET_DUMPABLE":                              "syscall",
6478	"syscall.PR_SET_ENDIAN":                                "syscall",
6479	"syscall.PR_SET_FPEMU":                                 "syscall",
6480	"syscall.PR_SET_FPEXC":                                 "syscall",
6481	"syscall.PR_SET_KEEPCAPS":                              "syscall",
6482	"syscall.PR_SET_NAME":                                  "syscall",
6483	"syscall.PR_SET_PDEATHSIG":                             "syscall",
6484	"syscall.PR_SET_PTRACER":                               "syscall",
6485	"syscall.PR_SET_SECCOMP":                               "syscall",
6486	"syscall.PR_SET_SECCOMP_FILTER":                        "syscall",
6487	"syscall.PR_SET_SECUREBITS":                            "syscall",
6488	"syscall.PR_SET_TIMERSLACK":                            "syscall",
6489	"syscall.PR_SET_TIMING":                                "syscall",
6490	"syscall.PR_SET_TSC":                                   "syscall",
6491	"syscall.PR_SET_UNALIGN":                               "syscall",
6492	"syscall.PR_TASK_PERF_EVENTS_DISABLE":                  "syscall",
6493	"syscall.PR_TASK_PERF_EVENTS_ENABLE":                   "syscall",
6494	"syscall.PR_TIMING_STATISTICAL":                        "syscall",
6495	"syscall.PR_TIMING_TIMESTAMP":                          "syscall",
6496	"syscall.PR_TSC_ENABLE":                                "syscall",
6497	"syscall.PR_TSC_SIGSEGV":                               "syscall",
6498	"syscall.PR_UNALIGN_NOPRINT":                           "syscall",
6499	"syscall.PR_UNALIGN_SIGBUS":                            "syscall",
6500	"syscall.PTRACE_ARCH_PRCTL":                            "syscall",
6501	"syscall.PTRACE_ATTACH":                                "syscall",
6502	"syscall.PTRACE_CONT":                                  "syscall",
6503	"syscall.PTRACE_DETACH":                                "syscall",
6504	"syscall.PTRACE_EVENT_CLONE":                           "syscall",
6505	"syscall.PTRACE_EVENT_EXEC":                            "syscall",
6506	"syscall.PTRACE_EVENT_EXIT":                            "syscall",
6507	"syscall.PTRACE_EVENT_FORK":                            "syscall",
6508	"syscall.PTRACE_EVENT_VFORK":                           "syscall",
6509	"syscall.PTRACE_EVENT_VFORK_DONE":                      "syscall",
6510	"syscall.PTRACE_GETCRUNCHREGS":                         "syscall",
6511	"syscall.PTRACE_GETEVENTMSG":                           "syscall",
6512	"syscall.PTRACE_GETFPREGS":                             "syscall",
6513	"syscall.PTRACE_GETFPXREGS":                            "syscall",
6514	"syscall.PTRACE_GETHBPREGS":                            "syscall",
6515	"syscall.PTRACE_GETREGS":                               "syscall",
6516	"syscall.PTRACE_GETREGSET":                             "syscall",
6517	"syscall.PTRACE_GETSIGINFO":                            "syscall",
6518	"syscall.PTRACE_GETVFPREGS":                            "syscall",
6519	"syscall.PTRACE_GETWMMXREGS":                           "syscall",
6520	"syscall.PTRACE_GET_THREAD_AREA":                       "syscall",
6521	"syscall.PTRACE_KILL":                                  "syscall",
6522	"syscall.PTRACE_OLDSETOPTIONS":                         "syscall",
6523	"syscall.PTRACE_O_MASK":                                "syscall",
6524	"syscall.PTRACE_O_TRACECLONE":                          "syscall",
6525	"syscall.PTRACE_O_TRACEEXEC":                           "syscall",
6526	"syscall.PTRACE_O_TRACEEXIT":                           "syscall",
6527	"syscall.PTRACE_O_TRACEFORK":                           "syscall",
6528	"syscall.PTRACE_O_TRACESYSGOOD":                        "syscall",
6529	"syscall.PTRACE_O_TRACEVFORK":                          "syscall",
6530	"syscall.PTRACE_O_TRACEVFORKDONE":                      "syscall",
6531	"syscall.PTRACE_PEEKDATA":                              "syscall",
6532	"syscall.PTRACE_PEEKTEXT":                              "syscall",
6533	"syscall.PTRACE_PEEKUSR":                               "syscall",
6534	"syscall.PTRACE_POKEDATA":                              "syscall",
6535	"syscall.PTRACE_POKETEXT":                              "syscall",
6536	"syscall.PTRACE_POKEUSR":                               "syscall",
6537	"syscall.PTRACE_SETCRUNCHREGS":                         "syscall",
6538	"syscall.PTRACE_SETFPREGS":                             "syscall",
6539	"syscall.PTRACE_SETFPXREGS":                            "syscall",
6540	"syscall.PTRACE_SETHBPREGS":                            "syscall",
6541	"syscall.PTRACE_SETOPTIONS":                            "syscall",
6542	"syscall.PTRACE_SETREGS":                               "syscall",
6543	"syscall.PTRACE_SETREGSET":                             "syscall",
6544	"syscall.PTRACE_SETSIGINFO":                            "syscall",
6545	"syscall.PTRACE_SETVFPREGS":                            "syscall",
6546	"syscall.PTRACE_SETWMMXREGS":                           "syscall",
6547	"syscall.PTRACE_SET_SYSCALL":                           "syscall",
6548	"syscall.PTRACE_SET_THREAD_AREA":                       "syscall",
6549	"syscall.PTRACE_SINGLEBLOCK":                           "syscall",
6550	"syscall.PTRACE_SINGLESTEP":                            "syscall",
6551	"syscall.PTRACE_SYSCALL":                               "syscall",
6552	"syscall.PTRACE_SYSEMU":                                "syscall",
6553	"syscall.PTRACE_SYSEMU_SINGLESTEP":                     "syscall",
6554	"syscall.PTRACE_TRACEME":                               "syscall",
6555	"syscall.PT_ATTACH":                                    "syscall",
6556	"syscall.PT_ATTACHEXC":                                 "syscall",
6557	"syscall.PT_CONTINUE":                                  "syscall",
6558	"syscall.PT_DATA_ADDR":                                 "syscall",
6559	"syscall.PT_DENY_ATTACH":                               "syscall",
6560	"syscall.PT_DETACH":                                    "syscall",
6561	"syscall.PT_FIRSTMACH":                                 "syscall",
6562	"syscall.PT_FORCEQUOTA":                                "syscall",
6563	"syscall.PT_KILL":                                      "syscall",
6564	"syscall.PT_MASK":                                      "syscall",
6565	"syscall.PT_READ_D":                                    "syscall",
6566	"syscall.PT_READ_I":                                    "syscall",
6567	"syscall.PT_READ_U":                                    "syscall",
6568	"syscall.PT_SIGEXC":                                    "syscall",
6569	"syscall.PT_STEP":                                      "syscall",
6570	"syscall.PT_TEXT_ADDR":                                 "syscall",
6571	"syscall.PT_TEXT_END_ADDR":                             "syscall",
6572	"syscall.PT_THUPDATE":                                  "syscall",
6573	"syscall.PT_TRACE_ME":                                  "syscall",
6574	"syscall.PT_WRITE_D":                                   "syscall",
6575	"syscall.PT_WRITE_I":                                   "syscall",
6576	"syscall.PT_WRITE_U":                                   "syscall",
6577	"syscall.ParseDirent":                                  "syscall",
6578	"syscall.ParseNetlinkMessage":                          "syscall",
6579	"syscall.ParseNetlinkRouteAttr":                        "syscall",
6580	"syscall.ParseRoutingMessage":                          "syscall",
6581	"syscall.ParseRoutingSockaddr":                         "syscall",
6582	"syscall.ParseSocketControlMessage":                    "syscall",
6583	"syscall.ParseUnixCredentials":                         "syscall",
6584	"syscall.ParseUnixRights":                              "syscall",
6585	"syscall.PathMax":                                      "syscall",
6586	"syscall.Pathconf":                                     "syscall",
6587	"syscall.Pause":                                        "syscall",
6588	"syscall.Pipe":                                         "syscall",
6589	"syscall.Pipe2":                                        "syscall",
6590	"syscall.PivotRoot":                                    "syscall",
6591	"syscall.PostQueuedCompletionStatus":                   "syscall",
6592	"syscall.Pread":                                        "syscall",
6593	"syscall.Proc":                                         "syscall",
6594	"syscall.ProcAttr":                                     "syscall",
6595	"syscall.Process32First":                               "syscall",
6596	"syscall.Process32Next":                                "syscall",
6597	"syscall.ProcessEntry32":                               "syscall",
6598	"syscall.ProcessInformation":                           "syscall",
6599	"syscall.Protoent":                                     "syscall",
6600	"syscall.PtraceAttach":                                 "syscall",
6601	"syscall.PtraceCont":                                   "syscall",
6602	"syscall.PtraceDetach":                                 "syscall",
6603	"syscall.PtraceGetEventMsg":                            "syscall",
6604	"syscall.PtraceGetRegs":                                "syscall",
6605	"syscall.PtracePeekData":                               "syscall",
6606	"syscall.PtracePeekText":                               "syscall",
6607	"syscall.PtracePokeData":                               "syscall",
6608	"syscall.PtracePokeText":                               "syscall",
6609	"syscall.PtraceRegs":                                   "syscall",
6610	"syscall.PtraceSetOptions":                             "syscall",
6611	"syscall.PtraceSetRegs":                                "syscall",
6612	"syscall.PtraceSingleStep":                             "syscall",
6613	"syscall.PtraceSyscall":                                "syscall",
6614	"syscall.Pwrite":                                       "syscall",
6615	"syscall.REG_BINARY":                                   "syscall",
6616	"syscall.REG_DWORD":                                    "syscall",
6617	"syscall.REG_DWORD_BIG_ENDIAN":                         "syscall",
6618	"syscall.REG_DWORD_LITTLE_ENDIAN":                      "syscall",
6619	"syscall.REG_EXPAND_SZ":                                "syscall",
6620	"syscall.REG_FULL_RESOURCE_DESCRIPTOR":                 "syscall",
6621	"syscall.REG_LINK":                                     "syscall",
6622	"syscall.REG_MULTI_SZ":                                 "syscall",
6623	"syscall.REG_NONE":                                     "syscall",
6624	"syscall.REG_QWORD":                                    "syscall",
6625	"syscall.REG_QWORD_LITTLE_ENDIAN":                      "syscall",
6626	"syscall.REG_RESOURCE_LIST":                            "syscall",
6627	"syscall.REG_RESOURCE_REQUIREMENTS_LIST":               "syscall",
6628	"syscall.REG_SZ":                                       "syscall",
6629	"syscall.RLIMIT_AS":                                    "syscall",
6630	"syscall.RLIMIT_CORE":                                  "syscall",
6631	"syscall.RLIMIT_CPU":                                   "syscall",
6632	"syscall.RLIMIT_DATA":                                  "syscall",
6633	"syscall.RLIMIT_FSIZE":                                 "syscall",
6634	"syscall.RLIMIT_NOFILE":                                "syscall",
6635	"syscall.RLIMIT_STACK":                                 "syscall",
6636	"syscall.RLIM_INFINITY":                                "syscall",
6637	"syscall.RTAX_ADVMSS":                                  "syscall",
6638	"syscall.RTAX_AUTHOR":                                  "syscall",
6639	"syscall.RTAX_BRD":                                     "syscall",
6640	"syscall.RTAX_CWND":                                    "syscall",
6641	"syscall.RTAX_DST":                                     "syscall",
6642	"syscall.RTAX_FEATURES":                                "syscall",
6643	"syscall.RTAX_FEATURE_ALLFRAG":                         "syscall",
6644	"syscall.RTAX_FEATURE_ECN":                             "syscall",
6645	"syscall.RTAX_FEATURE_SACK":                            "syscall",
6646	"syscall.RTAX_FEATURE_TIMESTAMP":                       "syscall",
6647	"syscall.RTAX_GATEWAY":                                 "syscall",
6648	"syscall.RTAX_GENMASK":                                 "syscall",
6649	"syscall.RTAX_HOPLIMIT":                                "syscall",
6650	"syscall.RTAX_IFA":                                     "syscall",
6651	"syscall.RTAX_IFP":                                     "syscall",
6652	"syscall.RTAX_INITCWND":                                "syscall",
6653	"syscall.RTAX_INITRWND":                                "syscall",
6654	"syscall.RTAX_LABEL":                                   "syscall",
6655	"syscall.RTAX_LOCK":                                    "syscall",
6656	"syscall.RTAX_MAX":                                     "syscall",
6657	"syscall.RTAX_MTU":                                     "syscall",
6658	"syscall.RTAX_NETMASK":                                 "syscall",
6659	"syscall.RTAX_REORDERING":                              "syscall",
6660	"syscall.RTAX_RTO_MIN":                                 "syscall",
6661	"syscall.RTAX_RTT":                                     "syscall",
6662	"syscall.RTAX_RTTVAR":                                  "syscall",
6663	"syscall.RTAX_SRC":                                     "syscall",
6664	"syscall.RTAX_SRCMASK":                                 "syscall",
6665	"syscall.RTAX_SSTHRESH":                                "syscall",
6666	"syscall.RTAX_TAG":                                     "syscall",
6667	"syscall.RTAX_UNSPEC":                                  "syscall",
6668	"syscall.RTAX_WINDOW":                                  "syscall",
6669	"syscall.RTA_ALIGNTO":                                  "syscall",
6670	"syscall.RTA_AUTHOR":                                   "syscall",
6671	"syscall.RTA_BRD":                                      "syscall",
6672	"syscall.RTA_CACHEINFO":                                "syscall",
6673	"syscall.RTA_DST":                                      "syscall",
6674	"syscall.RTA_FLOW":                                     "syscall",
6675	"syscall.RTA_GATEWAY":                                  "syscall",
6676	"syscall.RTA_GENMASK":                                  "syscall",
6677	"syscall.RTA_IFA":                                      "syscall",
6678	"syscall.RTA_IFP":                                      "syscall",
6679	"syscall.RTA_IIF":                                      "syscall",
6680	"syscall.RTA_LABEL":                                    "syscall",
6681	"syscall.RTA_MAX":                                      "syscall",
6682	"syscall.RTA_METRICS":                                  "syscall",
6683	"syscall.RTA_MULTIPATH":                                "syscall",
6684	"syscall.RTA_NETMASK":                                  "syscall",
6685	"syscall.RTA_OIF":                                      "syscall",
6686	"syscall.RTA_PREFSRC":                                  "syscall",
6687	"syscall.RTA_PRIORITY":                                 "syscall",
6688	"syscall.RTA_SRC":                                      "syscall",
6689	"syscall.RTA_SRCMASK":                                  "syscall",
6690	"syscall.RTA_TABLE":                                    "syscall",
6691	"syscall.RTA_TAG":                                      "syscall",
6692	"syscall.RTA_UNSPEC":                                   "syscall",
6693	"syscall.RTCF_DIRECTSRC":                               "syscall",
6694	"syscall.RTCF_DOREDIRECT":                              "syscall",
6695	"syscall.RTCF_LOG":                                     "syscall",
6696	"syscall.RTCF_MASQ":                                    "syscall",
6697	"syscall.RTCF_NAT":                                     "syscall",
6698	"syscall.RTCF_VALVE":                                   "syscall",
6699	"syscall.RTF_ADDRCLASSMASK":                            "syscall",
6700	"syscall.RTF_ADDRCONF":                                 "syscall",
6701	"syscall.RTF_ALLONLINK":                                "syscall",
6702	"syscall.RTF_ANNOUNCE":                                 "syscall",
6703	"syscall.RTF_BLACKHOLE":                                "syscall",
6704	"syscall.RTF_BROADCAST":                                "syscall",
6705	"syscall.RTF_CACHE":                                    "syscall",
6706	"syscall.RTF_CLONED":                                   "syscall",
6707	"syscall.RTF_CLONING":                                  "syscall",
6708	"syscall.RTF_CONDEMNED":                                "syscall",
6709	"syscall.RTF_DEFAULT":                                  "syscall",
6710	"syscall.RTF_DELCLONE":                                 "syscall",
6711	"syscall.RTF_DONE":                                     "syscall",
6712	"syscall.RTF_DYNAMIC":                                  "syscall",
6713	"syscall.RTF_FLOW":                                     "syscall",
6714	"syscall.RTF_FMASK":                                    "syscall",
6715	"syscall.RTF_GATEWAY":                                  "syscall",
6716	"syscall.RTF_GWFLAG_COMPAT":                            "syscall",
6717	"syscall.RTF_HOST":                                     "syscall",
6718	"syscall.RTF_IFREF":                                    "syscall",
6719	"syscall.RTF_IFSCOPE":                                  "syscall",
6720	"syscall.RTF_INTERFACE":                                "syscall",
6721	"syscall.RTF_IRTT":                                     "syscall",
6722	"syscall.RTF_LINKRT":                                   "syscall",
6723	"syscall.RTF_LLDATA":                                   "syscall",
6724	"syscall.RTF_LLINFO":                                   "syscall",
6725	"syscall.RTF_LOCAL":                                    "syscall",
6726	"syscall.RTF_MASK":                                     "syscall",
6727	"syscall.RTF_MODIFIED":                                 "syscall",
6728	"syscall.RTF_MPATH":                                    "syscall",
6729	"syscall.RTF_MPLS":                                     "syscall",
6730	"syscall.RTF_MSS":                                      "syscall",
6731	"syscall.RTF_MTU":                                      "syscall",
6732	"syscall.RTF_MULTICAST":                                "syscall",
6733	"syscall.RTF_NAT":                                      "syscall",
6734	"syscall.RTF_NOFORWARD":                                "syscall",
6735	"syscall.RTF_NONEXTHOP":                                "syscall",
6736	"syscall.RTF_NOPMTUDISC":                               "syscall",
6737	"syscall.RTF_PERMANENT_ARP":                            "syscall",
6738	"syscall.RTF_PINNED":                                   "syscall",
6739	"syscall.RTF_POLICY":                                   "syscall",
6740	"syscall.RTF_PRCLONING":                                "syscall",
6741	"syscall.RTF_PROTO1":                                   "syscall",
6742	"syscall.RTF_PROTO2":                                   "syscall",
6743	"syscall.RTF_PROTO3":                                   "syscall",
6744	"syscall.RTF_REINSTATE":                                "syscall",
6745	"syscall.RTF_REJECT":                                   "syscall",
6746	"syscall.RTF_RNH_LOCKED":                               "syscall",
6747	"syscall.RTF_SOURCE":                                   "syscall",
6748	"syscall.RTF_SRC":                                      "syscall",
6749	"syscall.RTF_STATIC":                                   "syscall",
6750	"syscall.RTF_STICKY":                                   "syscall",
6751	"syscall.RTF_THROW":                                    "syscall",
6752	"syscall.RTF_TUNNEL":                                   "syscall",
6753	"syscall.RTF_UP":                                       "syscall",
6754	"syscall.RTF_USETRAILERS":                              "syscall",
6755	"syscall.RTF_WASCLONED":                                "syscall",
6756	"syscall.RTF_WINDOW":                                   "syscall",
6757	"syscall.RTF_XRESOLVE":                                 "syscall",
6758	"syscall.RTM_ADD":                                      "syscall",
6759	"syscall.RTM_BASE":                                     "syscall",
6760	"syscall.RTM_CHANGE":                                   "syscall",
6761	"syscall.RTM_CHGADDR":                                  "syscall",
6762	"syscall.RTM_DELACTION":                                "syscall",
6763	"syscall.RTM_DELADDR":                                  "syscall",
6764	"syscall.RTM_DELADDRLABEL":                             "syscall",
6765	"syscall.RTM_DELETE":                                   "syscall",
6766	"syscall.RTM_DELLINK":                                  "syscall",
6767	"syscall.RTM_DELMADDR":                                 "syscall",
6768	"syscall.RTM_DELNEIGH":                                 "syscall",
6769	"syscall.RTM_DELQDISC":                                 "syscall",
6770	"syscall.RTM_DELROUTE":                                 "syscall",
6771	"syscall.RTM_DELRULE":                                  "syscall",
6772	"syscall.RTM_DELTCLASS":                                "syscall",
6773	"syscall.RTM_DELTFILTER":                               "syscall",
6774	"syscall.RTM_DESYNC":                                   "syscall",
6775	"syscall.RTM_F_CLONED":                                 "syscall",
6776	"syscall.RTM_F_EQUALIZE":                               "syscall",
6777	"syscall.RTM_F_NOTIFY":                                 "syscall",
6778	"syscall.RTM_F_PREFIX":                                 "syscall",
6779	"syscall.RTM_GET":                                      "syscall",
6780	"syscall.RTM_GET2":                                     "syscall",
6781	"syscall.RTM_GETACTION":                                "syscall",
6782	"syscall.RTM_GETADDR":                                  "syscall",
6783	"syscall.RTM_GETADDRLABEL":                             "syscall",
6784	"syscall.RTM_GETANYCAST":                               "syscall",
6785	"syscall.RTM_GETDCB":                                   "syscall",
6786	"syscall.RTM_GETLINK":                                  "syscall",
6787	"syscall.RTM_GETMULTICAST":                             "syscall",
6788	"syscall.RTM_GETNEIGH":                                 "syscall",
6789	"syscall.RTM_GETNEIGHTBL":                              "syscall",
6790	"syscall.RTM_GETQDISC":                                 "syscall",
6791	"syscall.RTM_GETROUTE":                                 "syscall",
6792	"syscall.RTM_GETRULE":                                  "syscall",
6793	"syscall.RTM_GETTCLASS":                                "syscall",
6794	"syscall.RTM_GETTFILTER":                               "syscall",
6795	"syscall.RTM_IEEE80211":                                "syscall",
6796	"syscall.RTM_IFANNOUNCE":                               "syscall",
6797	"syscall.RTM_IFINFO":                                   "syscall",
6798	"syscall.RTM_IFINFO2":                                  "syscall",
6799	"syscall.RTM_LLINFO_UPD":                               "syscall",
6800	"syscall.RTM_LOCK":                                     "syscall",
6801	"syscall.RTM_LOSING":                                   "syscall",
6802	"syscall.RTM_MAX":                                      "syscall",
6803	"syscall.RTM_MAXSIZE":                                  "syscall",
6804	"syscall.RTM_MISS":                                     "syscall",
6805	"syscall.RTM_NEWACTION":                                "syscall",
6806	"syscall.RTM_NEWADDR":                                  "syscall",
6807	"syscall.RTM_NEWADDRLABEL":                             "syscall",
6808	"syscall.RTM_NEWLINK":                                  "syscall",
6809	"syscall.RTM_NEWMADDR":                                 "syscall",
6810	"syscall.RTM_NEWMADDR2":                                "syscall",
6811	"syscall.RTM_NEWNDUSEROPT":                             "syscall",
6812	"syscall.RTM_NEWNEIGH":                                 "syscall",
6813	"syscall.RTM_NEWNEIGHTBL":                              "syscall",
6814	"syscall.RTM_NEWPREFIX":                                "syscall",
6815	"syscall.RTM_NEWQDISC":                                 "syscall",
6816	"syscall.RTM_NEWROUTE":                                 "syscall",
6817	"syscall.RTM_NEWRULE":                                  "syscall",
6818	"syscall.RTM_NEWTCLASS":                                "syscall",
6819	"syscall.RTM_NEWTFILTER":                               "syscall",
6820	"syscall.RTM_NR_FAMILIES":                              "syscall",
6821	"syscall.RTM_NR_MSGTYPES":                              "syscall",
6822	"syscall.RTM_OIFINFO":                                  "syscall",
6823	"syscall.RTM_OLDADD":                                   "syscall",
6824	"syscall.RTM_OLDDEL":                                   "syscall",
6825	"syscall.RTM_OOIFINFO":                                 "syscall",
6826	"syscall.RTM_REDIRECT":                                 "syscall",
6827	"syscall.RTM_RESOLVE":                                  "syscall",
6828	"syscall.RTM_RTTUNIT":                                  "syscall",
6829	"syscall.RTM_SETDCB":                                   "syscall",
6830	"syscall.RTM_SETGATE":                                  "syscall",
6831	"syscall.RTM_SETLINK":                                  "syscall",
6832	"syscall.RTM_SETNEIGHTBL":                              "syscall",
6833	"syscall.RTM_VERSION":                                  "syscall",
6834	"syscall.RTNH_ALIGNTO":                                 "syscall",
6835	"syscall.RTNH_F_DEAD":                                  "syscall",
6836	"syscall.RTNH_F_ONLINK":                                "syscall",
6837	"syscall.RTNH_F_PERVASIVE":                             "syscall",
6838	"syscall.RTNLGRP_IPV4_IFADDR":                          "syscall",
6839	"syscall.RTNLGRP_IPV4_MROUTE":                          "syscall",
6840	"syscall.RTNLGRP_IPV4_ROUTE":                           "syscall",
6841	"syscall.RTNLGRP_IPV4_RULE":                            "syscall",
6842	"syscall.RTNLGRP_IPV6_IFADDR":                          "syscall",
6843	"syscall.RTNLGRP_IPV6_IFINFO":                          "syscall",
6844	"syscall.RTNLGRP_IPV6_MROUTE":                          "syscall",
6845	"syscall.RTNLGRP_IPV6_PREFIX":                          "syscall",
6846	"syscall.RTNLGRP_IPV6_ROUTE":                           "syscall",
6847	"syscall.RTNLGRP_IPV6_RULE":                            "syscall",
6848	"syscall.RTNLGRP_LINK":                                 "syscall",
6849	"syscall.RTNLGRP_ND_USEROPT":                           "syscall",
6850	"syscall.RTNLGRP_NEIGH":                                "syscall",
6851	"syscall.RTNLGRP_NONE":                                 "syscall",
6852	"syscall.RTNLGRP_NOTIFY":                               "syscall",
6853	"syscall.RTNLGRP_TC":                                   "syscall",
6854	"syscall.RTN_ANYCAST":                                  "syscall",
6855	"syscall.RTN_BLACKHOLE":                                "syscall",
6856	"syscall.RTN_BROADCAST":                                "syscall",
6857	"syscall.RTN_LOCAL":                                    "syscall",
6858	"syscall.RTN_MAX":                                      "syscall",
6859	"syscall.RTN_MULTICAST":                                "syscall",
6860	"syscall.RTN_NAT":                                      "syscall",
6861	"syscall.RTN_PROHIBIT":                                 "syscall",
6862	"syscall.RTN_THROW":                                    "syscall",
6863	"syscall.RTN_UNICAST":                                  "syscall",
6864	"syscall.RTN_UNREACHABLE":                              "syscall",
6865	"syscall.RTN_UNSPEC":                                   "syscall",
6866	"syscall.RTN_XRESOLVE":                                 "syscall",
6867	"syscall.RTPROT_BIRD":                                  "syscall",
6868	"syscall.RTPROT_BOOT":                                  "syscall",
6869	"syscall.RTPROT_DHCP":                                  "syscall",
6870	"syscall.RTPROT_DNROUTED":                              "syscall",
6871	"syscall.RTPROT_GATED":                                 "syscall",
6872	"syscall.RTPROT_KERNEL":                                "syscall",
6873	"syscall.RTPROT_MRT":                                   "syscall",
6874	"syscall.RTPROT_NTK":                                   "syscall",
6875	"syscall.RTPROT_RA":                                    "syscall",
6876	"syscall.RTPROT_REDIRECT":                              "syscall",
6877	"syscall.RTPROT_STATIC":                                "syscall",
6878	"syscall.RTPROT_UNSPEC":                                "syscall",
6879	"syscall.RTPROT_XORP":                                  "syscall",
6880	"syscall.RTPROT_ZEBRA":                                 "syscall",
6881	"syscall.RTV_EXPIRE":                                   "syscall",
6882	"syscall.RTV_HOPCOUNT":                                 "syscall",
6883	"syscall.RTV_MTU":                                      "syscall",
6884	"syscall.RTV_RPIPE":                                    "syscall",
6885	"syscall.RTV_RTT":                                      "syscall",
6886	"syscall.RTV_RTTVAR":                                   "syscall",
6887	"syscall.RTV_SPIPE":                                    "syscall",
6888	"syscall.RTV_SSTHRESH":                                 "syscall",
6889	"syscall.RTV_WEIGHT":                                   "syscall",
6890	"syscall.RT_CACHING_CONTEXT":                           "syscall",
6891	"syscall.RT_CLASS_DEFAULT":                             "syscall",
6892	"syscall.RT_CLASS_LOCAL":                               "syscall",
6893	"syscall.RT_CLASS_MAIN":                                "syscall",
6894	"syscall.RT_CLASS_MAX":                                 "syscall",
6895	"syscall.RT_CLASS_UNSPEC":                              "syscall",
6896	"syscall.RT_DEFAULT_FIB":                               "syscall",
6897	"syscall.RT_NORTREF":                                   "syscall",
6898	"syscall.RT_SCOPE_HOST":                                "syscall",
6899	"syscall.RT_SCOPE_LINK":                                "syscall",
6900	"syscall.RT_SCOPE_NOWHERE":                             "syscall",
6901	"syscall.RT_SCOPE_SITE":                                "syscall",
6902	"syscall.RT_SCOPE_UNIVERSE":                            "syscall",
6903	"syscall.RT_TABLEID_MAX":                               "syscall",
6904	"syscall.RT_TABLE_COMPAT":                              "syscall",
6905	"syscall.RT_TABLE_DEFAULT":                             "syscall",
6906	"syscall.RT_TABLE_LOCAL":                               "syscall",
6907	"syscall.RT_TABLE_MAIN":                                "syscall",
6908	"syscall.RT_TABLE_MAX":                                 "syscall",
6909	"syscall.RT_TABLE_UNSPEC":                              "syscall",
6910	"syscall.RUSAGE_CHILDREN":                              "syscall",
6911	"syscall.RUSAGE_SELF":                                  "syscall",
6912	"syscall.RUSAGE_THREAD":                                "syscall",
6913	"syscall.Radvisory_t":                                  "syscall",
6914	"syscall.RawConn":                                      "syscall",
6915	"syscall.RawSockaddr":                                  "syscall",
6916	"syscall.RawSockaddrAny":                               "syscall",
6917	"syscall.RawSockaddrDatalink":                          "syscall",
6918	"syscall.RawSockaddrInet4":                             "syscall",
6919	"syscall.RawSockaddrInet6":                             "syscall",
6920	"syscall.RawSockaddrLinklayer":                         "syscall",
6921	"syscall.RawSockaddrNetlink":                           "syscall",
6922	"syscall.RawSockaddrUnix":                              "syscall",
6923	"syscall.RawSyscall":                                   "syscall",
6924	"syscall.RawSyscall6":                                  "syscall",
6925	"syscall.Read":                                         "syscall",
6926	"syscall.ReadConsole":                                  "syscall",
6927	"syscall.ReadDirectoryChanges":                         "syscall",
6928	"syscall.ReadDirent":                                   "syscall",
6929	"syscall.ReadFile":                                     "syscall",
6930	"syscall.Readlink":                                     "syscall",
6931	"syscall.Reboot":                                       "syscall",
6932	"syscall.Recvfrom":                                     "syscall",
6933	"syscall.Recvmsg":                                      "syscall",
6934	"syscall.RegCloseKey":                                  "syscall",
6935	"syscall.RegEnumKeyEx":                                 "syscall",
6936	"syscall.RegOpenKeyEx":                                 "syscall",
6937	"syscall.RegQueryInfoKey":                              "syscall",
6938	"syscall.RegQueryValueEx":                              "syscall",
6939	"syscall.RemoveDirectory":                              "syscall",
6940	"syscall.Removexattr":                                  "syscall",
6941	"syscall.Rename":                                       "syscall",
6942	"syscall.Renameat":                                     "syscall",
6943	"syscall.Revoke":                                       "syscall",
6944	"syscall.Rlimit":                                       "syscall",
6945	"syscall.Rmdir":                                        "syscall",
6946	"syscall.RouteMessage":                                 "syscall",
6947	"syscall.RouteRIB":                                     "syscall",
6948	"syscall.RtAttr":                                       "syscall",
6949	"syscall.RtGenmsg":                                     "syscall",
6950	"syscall.RtMetrics":                                    "syscall",
6951	"syscall.RtMsg":                                        "syscall",
6952	"syscall.RtMsghdr":                                     "syscall",
6953	"syscall.RtNexthop":                                    "syscall",
6954	"syscall.Rusage":                                       "syscall",
6955	"syscall.SCM_BINTIME":                                  "syscall",
6956	"syscall.SCM_CREDENTIALS":                              "syscall",
6957	"syscall.SCM_CREDS":                                    "syscall",
6958	"syscall.SCM_RIGHTS":                                   "syscall",
6959	"syscall.SCM_TIMESTAMP":                                "syscall",
6960	"syscall.SCM_TIMESTAMPING":                             "syscall",
6961	"syscall.SCM_TIMESTAMPNS":                              "syscall",
6962	"syscall.SCM_TIMESTAMP_MONOTONIC":                      "syscall",
6963	"syscall.SHUT_RD":                                      "syscall",
6964	"syscall.SHUT_RDWR":                                    "syscall",
6965	"syscall.SHUT_WR":                                      "syscall",
6966	"syscall.SID":                                          "syscall",
6967	"syscall.SIDAndAttributes":                             "syscall",
6968	"syscall.SIGABRT":                                      "syscall",
6969	"syscall.SIGALRM":                                      "syscall",
6970	"syscall.SIGBUS":                                       "syscall",
6971	"syscall.SIGCHLD":                                      "syscall",
6972	"syscall.SIGCLD":                                       "syscall",
6973	"syscall.SIGCONT":                                      "syscall",
6974	"syscall.SIGEMT":                                       "syscall",
6975	"syscall.SIGFPE":                                       "syscall",
6976	"syscall.SIGHUP":                                       "syscall",
6977	"syscall.SIGILL":                                       "syscall",
6978	"syscall.SIGINFO":                                      "syscall",
6979	"syscall.SIGINT":                                       "syscall",
6980	"syscall.SIGIO":                                        "syscall",
6981	"syscall.SIGIOT":                                       "syscall",
6982	"syscall.SIGKILL":                                      "syscall",
6983	"syscall.SIGLIBRT":                                     "syscall",
6984	"syscall.SIGLWP":                                       "syscall",
6985	"syscall.SIGPIPE":                                      "syscall",
6986	"syscall.SIGPOLL":                                      "syscall",
6987	"syscall.SIGPROF":                                      "syscall",
6988	"syscall.SIGPWR":                                       "syscall",
6989	"syscall.SIGQUIT":                                      "syscall",
6990	"syscall.SIGSEGV":                                      "syscall",
6991	"syscall.SIGSTKFLT":                                    "syscall",
6992	"syscall.SIGSTOP":                                      "syscall",
6993	"syscall.SIGSYS":                                       "syscall",
6994	"syscall.SIGTERM":                                      "syscall",
6995	"syscall.SIGTHR":                                       "syscall",
6996	"syscall.SIGTRAP":                                      "syscall",
6997	"syscall.SIGTSTP":                                      "syscall",
6998	"syscall.SIGTTIN":                                      "syscall",
6999	"syscall.SIGTTOU":                                      "syscall",
7000	"syscall.SIGUNUSED":                                    "syscall",
7001	"syscall.SIGURG":                                       "syscall",
7002	"syscall.SIGUSR1":                                      "syscall",
7003	"syscall.SIGUSR2":                                      "syscall",
7004	"syscall.SIGVTALRM":                                    "syscall",
7005	"syscall.SIGWINCH":                                     "syscall",
7006	"syscall.SIGXCPU":                                      "syscall",
7007	"syscall.SIGXFSZ":                                      "syscall",
7008	"syscall.SIOCADDDLCI":                                  "syscall",
7009	"syscall.SIOCADDMULTI":                                 "syscall",
7010	"syscall.SIOCADDRT":                                    "syscall",
7011	"syscall.SIOCAIFADDR":                                  "syscall",
7012	"syscall.SIOCAIFGROUP":                                 "syscall",
7013	"syscall.SIOCALIFADDR":                                 "syscall",
7014	"syscall.SIOCARPIPLL":                                  "syscall",
7015	"syscall.SIOCATMARK":                                   "syscall",
7016	"syscall.SIOCAUTOADDR":                                 "syscall",
7017	"syscall.SIOCAUTONETMASK":                              "syscall",
7018	"syscall.SIOCBRDGADD":                                  "syscall",
7019	"syscall.SIOCBRDGADDS":                                 "syscall",
7020	"syscall.SIOCBRDGARL":                                  "syscall",
7021	"syscall.SIOCBRDGDADDR":                                "syscall",
7022	"syscall.SIOCBRDGDEL":                                  "syscall",
7023	"syscall.SIOCBRDGDELS":                                 "syscall",
7024	"syscall.SIOCBRDGFLUSH":                                "syscall",
7025	"syscall.SIOCBRDGFRL":                                  "syscall",
7026	"syscall.SIOCBRDGGCACHE":                               "syscall",
7027	"syscall.SIOCBRDGGFD":                                  "syscall",
7028	"syscall.SIOCBRDGGHT":                                  "syscall",
7029	"syscall.SIOCBRDGGIFFLGS":                              "syscall",
7030	"syscall.SIOCBRDGGMA":                                  "syscall",
7031	"syscall.SIOCBRDGGPARAM":                               "syscall",
7032	"syscall.SIOCBRDGGPRI":                                 "syscall",
7033	"syscall.SIOCBRDGGRL":                                  "syscall",
7034	"syscall.SIOCBRDGGSIFS":                                "syscall",
7035	"syscall.SIOCBRDGGTO":                                  "syscall",
7036	"syscall.SIOCBRDGIFS":                                  "syscall",
7037	"syscall.SIOCBRDGRTS":                                  "syscall",
7038	"syscall.SIOCBRDGSADDR":                                "syscall",
7039	"syscall.SIOCBRDGSCACHE":                               "syscall",
7040	"syscall.SIOCBRDGSFD":                                  "syscall",
7041	"syscall.SIOCBRDGSHT":                                  "syscall",
7042	"syscall.SIOCBRDGSIFCOST":                              "syscall",
7043	"syscall.SIOCBRDGSIFFLGS":                              "syscall",
7044	"syscall.SIOCBRDGSIFPRIO":                              "syscall",
7045	"syscall.SIOCBRDGSMA":                                  "syscall",
7046	"syscall.SIOCBRDGSPRI":                                 "syscall",
7047	"syscall.SIOCBRDGSPROTO":                               "syscall",
7048	"syscall.SIOCBRDGSTO":                                  "syscall",
7049	"syscall.SIOCBRDGSTXHC":                                "syscall",
7050	"syscall.SIOCDARP":                                     "syscall",
7051	"syscall.SIOCDELDLCI":                                  "syscall",
7052	"syscall.SIOCDELMULTI":                                 "syscall",
7053	"syscall.SIOCDELRT":                                    "syscall",
7054	"syscall.SIOCDEVPRIVATE":                               "syscall",
7055	"syscall.SIOCDIFADDR":                                  "syscall",
7056	"syscall.SIOCDIFGROUP":                                 "syscall",
7057	"syscall.SIOCDIFPHYADDR":                               "syscall",
7058	"syscall.SIOCDLIFADDR":                                 "syscall",
7059	"syscall.SIOCDRARP":                                    "syscall",
7060	"syscall.SIOCGARP":                                     "syscall",
7061	"syscall.SIOCGDRVSPEC":                                 "syscall",
7062	"syscall.SIOCGETKALIVE":                                "syscall",
7063	"syscall.SIOCGETLABEL":                                 "syscall",
7064	"syscall.SIOCGETPFLOW":                                 "syscall",
7065	"syscall.SIOCGETPFSYNC":                                "syscall",
7066	"syscall.SIOCGETSGCNT":                                 "syscall",
7067	"syscall.SIOCGETVIFCNT":                                "syscall",
7068	"syscall.SIOCGETVLAN":                                  "syscall",
7069	"syscall.SIOCGHIWAT":                                   "syscall",
7070	"syscall.SIOCGIFADDR":                                  "syscall",
7071	"syscall.SIOCGIFADDRPREF":                              "syscall",
7072	"syscall.SIOCGIFALIAS":                                 "syscall",
7073	"syscall.SIOCGIFALTMTU":                                "syscall",
7074	"syscall.SIOCGIFASYNCMAP":                              "syscall",
7075	"syscall.SIOCGIFBOND":                                  "syscall",
7076	"syscall.SIOCGIFBR":                                    "syscall",
7077	"syscall.SIOCGIFBRDADDR":                               "syscall",
7078	"syscall.SIOCGIFCAP":                                   "syscall",
7079	"syscall.SIOCGIFCONF":                                  "syscall",
7080	"syscall.SIOCGIFCOUNT":                                 "syscall",
7081	"syscall.SIOCGIFDATA":                                  "syscall",
7082	"syscall.SIOCGIFDESCR":                                 "syscall",
7083	"syscall.SIOCGIFDEVMTU":                                "syscall",
7084	"syscall.SIOCGIFDLT":                                   "syscall",
7085	"syscall.SIOCGIFDSTADDR":                               "syscall",
7086	"syscall.SIOCGIFENCAP":                                 "syscall",
7087	"syscall.SIOCGIFFIB":                                   "syscall",
7088	"syscall.SIOCGIFFLAGS":                                 "syscall",
7089	"syscall.SIOCGIFGATTR":                                 "syscall",
7090	"syscall.SIOCGIFGENERIC":                               "syscall",
7091	"syscall.SIOCGIFGMEMB":                                 "syscall",
7092	"syscall.SIOCGIFGROUP":                                 "syscall",
7093	"syscall.SIOCGIFHARDMTU":                               "syscall",
7094	"syscall.SIOCGIFHWADDR":                                "syscall",
7095	"syscall.SIOCGIFINDEX":                                 "syscall",
7096	"syscall.SIOCGIFKPI":                                   "syscall",
7097	"syscall.SIOCGIFMAC":                                   "syscall",
7098	"syscall.SIOCGIFMAP":                                   "syscall",
7099	"syscall.SIOCGIFMEDIA":                                 "syscall",
7100	"syscall.SIOCGIFMEM":                                   "syscall",
7101	"syscall.SIOCGIFMETRIC":                                "syscall",
7102	"syscall.SIOCGIFMTU":                                   "syscall",
7103	"syscall.SIOCGIFNAME":                                  "syscall",
7104	"syscall.SIOCGIFNETMASK":                               "syscall",
7105	"syscall.SIOCGIFPDSTADDR":                              "syscall",
7106	"syscall.SIOCGIFPFLAGS":                                "syscall",
7107	"syscall.SIOCGIFPHYS":                                  "syscall",
7108	"syscall.SIOCGIFPRIORITY":                              "syscall",
7109	"syscall.SIOCGIFPSRCADDR":                              "syscall",
7110	"syscall.SIOCGIFRDOMAIN":                               "syscall",
7111	"syscall.SIOCGIFRTLABEL":                               "syscall",
7112	"syscall.SIOCGIFSLAVE":                                 "syscall",
7113	"syscall.SIOCGIFSTATUS":                                "syscall",
7114	"syscall.SIOCGIFTIMESLOT":                              "syscall",
7115	"syscall.SIOCGIFTXQLEN":                                "syscall",
7116	"syscall.SIOCGIFVLAN":                                  "syscall",
7117	"syscall.SIOCGIFWAKEFLAGS":                             "syscall",
7118	"syscall.SIOCGIFXFLAGS":                                "syscall",
7119	"syscall.SIOCGLIFADDR":                                 "syscall",
7120	"syscall.SIOCGLIFPHYADDR":                              "syscall",
7121	"syscall.SIOCGLIFPHYRTABLE":                            "syscall",
7122	"syscall.SIOCGLIFPHYTTL":                               "syscall",
7123	"syscall.SIOCGLINKSTR":                                 "syscall",
7124	"syscall.SIOCGLOWAT":                                   "syscall",
7125	"syscall.SIOCGPGRP":                                    "syscall",
7126	"syscall.SIOCGPRIVATE_0":                               "syscall",
7127	"syscall.SIOCGPRIVATE_1":                               "syscall",
7128	"syscall.SIOCGRARP":                                    "syscall",
7129	"syscall.SIOCGSPPPPARAMS":                              "syscall",
7130	"syscall.SIOCGSTAMP":                                   "syscall",
7131	"syscall.SIOCGSTAMPNS":                                 "syscall",
7132	"syscall.SIOCGVH":                                      "syscall",
7133	"syscall.SIOCGVNETID":                                  "syscall",
7134	"syscall.SIOCIFCREATE":                                 "syscall",
7135	"syscall.SIOCIFCREATE2":                                "syscall",
7136	"syscall.SIOCIFDESTROY":                                "syscall",
7137	"syscall.SIOCIFGCLONERS":                               "syscall",
7138	"syscall.SIOCINITIFADDR":                               "syscall",
7139	"syscall.SIOCPROTOPRIVATE":                             "syscall",
7140	"syscall.SIOCRSLVMULTI":                                "syscall",
7141	"syscall.SIOCRTMSG":                                    "syscall",
7142	"syscall.SIOCSARP":                                     "syscall",
7143	"syscall.SIOCSDRVSPEC":                                 "syscall",
7144	"syscall.SIOCSETKALIVE":                                "syscall",
7145	"syscall.SIOCSETLABEL":                                 "syscall",
7146	"syscall.SIOCSETPFLOW":                                 "syscall",
7147	"syscall.SIOCSETPFSYNC":                                "syscall",
7148	"syscall.SIOCSETVLAN":                                  "syscall",
7149	"syscall.SIOCSHIWAT":                                   "syscall",
7150	"syscall.SIOCSIFADDR":                                  "syscall",
7151	"syscall.SIOCSIFADDRPREF":                              "syscall",
7152	"syscall.SIOCSIFALTMTU":                                "syscall",
7153	"syscall.SIOCSIFASYNCMAP":                              "syscall",
7154	"syscall.SIOCSIFBOND":                                  "syscall",
7155	"syscall.SIOCSIFBR":                                    "syscall",
7156	"syscall.SIOCSIFBRDADDR":                               "syscall",
7157	"syscall.SIOCSIFCAP":                                   "syscall",
7158	"syscall.SIOCSIFDESCR":                                 "syscall",
7159	"syscall.SIOCSIFDSTADDR":                               "syscall",
7160	"syscall.SIOCSIFENCAP":                                 "syscall",
7161	"syscall.SIOCSIFFIB":                                   "syscall",
7162	"syscall.SIOCSIFFLAGS":                                 "syscall",
7163	"syscall.SIOCSIFGATTR":                                 "syscall",
7164	"syscall.SIOCSIFGENERIC":                               "syscall",
7165	"syscall.SIOCSIFHWADDR":                                "syscall",
7166	"syscall.SIOCSIFHWBROADCAST":                           "syscall",
7167	"syscall.SIOCSIFKPI":                                   "syscall",
7168	"syscall.SIOCSIFLINK":                                  "syscall",
7169	"syscall.SIOCSIFLLADDR":                                "syscall",
7170	"syscall.SIOCSIFMAC":                                   "syscall",
7171	"syscall.SIOCSIFMAP":                                   "syscall",
7172	"syscall.SIOCSIFMEDIA":                                 "syscall",
7173	"syscall.SIOCSIFMEM":                                   "syscall",
7174	"syscall.SIOCSIFMETRIC":                                "syscall",
7175	"syscall.SIOCSIFMTU":                                   "syscall",
7176	"syscall.SIOCSIFNAME":                                  "syscall",
7177	"syscall.SIOCSIFNETMASK":                               "syscall",
7178	"syscall.SIOCSIFPFLAGS":                                "syscall",
7179	"syscall.SIOCSIFPHYADDR":                               "syscall",
7180	"syscall.SIOCSIFPHYS":                                  "syscall",
7181	"syscall.SIOCSIFPRIORITY":                              "syscall",
7182	"syscall.SIOCSIFRDOMAIN":                               "syscall",
7183	"syscall.SIOCSIFRTLABEL":                               "syscall",
7184	"syscall.SIOCSIFRVNET":                                 "syscall",
7185	"syscall.SIOCSIFSLAVE":                                 "syscall",
7186	"syscall.SIOCSIFTIMESLOT":                              "syscall",
7187	"syscall.SIOCSIFTXQLEN":                                "syscall",
7188	"syscall.SIOCSIFVLAN":                                  "syscall",
7189	"syscall.SIOCSIFVNET":                                  "syscall",
7190	"syscall.SIOCSIFXFLAGS":                                "syscall",
7191	"syscall.SIOCSLIFPHYADDR":                              "syscall",
7192	"syscall.SIOCSLIFPHYRTABLE":                            "syscall",
7193	"syscall.SIOCSLIFPHYTTL":                               "syscall",
7194	"syscall.SIOCSLINKSTR":                                 "syscall",
7195	"syscall.SIOCSLOWAT":                                   "syscall",
7196	"syscall.SIOCSPGRP":                                    "syscall",
7197	"syscall.SIOCSRARP":                                    "syscall",
7198	"syscall.SIOCSSPPPPARAMS":                              "syscall",
7199	"syscall.SIOCSVH":                                      "syscall",
7200	"syscall.SIOCSVNETID":                                  "syscall",
7201	"syscall.SIOCZIFDATA":                                  "syscall",
7202	"syscall.SIO_GET_EXTENSION_FUNCTION_POINTER":           "syscall",
7203	"syscall.SIO_GET_INTERFACE_LIST":                       "syscall",
7204	"syscall.SIO_KEEPALIVE_VALS":                           "syscall",
7205	"syscall.SIO_UDP_CONNRESET":                            "syscall",
7206	"syscall.SOCK_CLOEXEC":                                 "syscall",
7207	"syscall.SOCK_DCCP":                                    "syscall",
7208	"syscall.SOCK_DGRAM":                                   "syscall",
7209	"syscall.SOCK_FLAGS_MASK":                              "syscall",
7210	"syscall.SOCK_MAXADDRLEN":                              "syscall",
7211	"syscall.SOCK_NONBLOCK":                                "syscall",
7212	"syscall.SOCK_NOSIGPIPE":                               "syscall",
7213	"syscall.SOCK_PACKET":                                  "syscall",
7214	"syscall.SOCK_RAW":                                     "syscall",
7215	"syscall.SOCK_RDM":                                     "syscall",
7216	"syscall.SOCK_SEQPACKET":                               "syscall",
7217	"syscall.SOCK_STREAM":                                  "syscall",
7218	"syscall.SOL_AAL":                                      "syscall",
7219	"syscall.SOL_ATM":                                      "syscall",
7220	"syscall.SOL_DECNET":                                   "syscall",
7221	"syscall.SOL_ICMPV6":                                   "syscall",
7222	"syscall.SOL_IP":                                       "syscall",
7223	"syscall.SOL_IPV6":                                     "syscall",
7224	"syscall.SOL_IRDA":                                     "syscall",
7225	"syscall.SOL_PACKET":                                   "syscall",
7226	"syscall.SOL_RAW":                                      "syscall",
7227	"syscall.SOL_SOCKET":                                   "syscall",
7228	"syscall.SOL_TCP":                                      "syscall",
7229	"syscall.SOL_X25":                                      "syscall",
7230	"syscall.SOMAXCONN":                                    "syscall",
7231	"syscall.SO_ACCEPTCONN":                                "syscall",
7232	"syscall.SO_ACCEPTFILTER":                              "syscall",
7233	"syscall.SO_ATTACH_FILTER":                             "syscall",
7234	"syscall.SO_BINDANY":                                   "syscall",
7235	"syscall.SO_BINDTODEVICE":                              "syscall",
7236	"syscall.SO_BINTIME":                                   "syscall",
7237	"syscall.SO_BROADCAST":                                 "syscall",
7238	"syscall.SO_BSDCOMPAT":                                 "syscall",
7239	"syscall.SO_DEBUG":                                     "syscall",
7240	"syscall.SO_DETACH_FILTER":                             "syscall",
7241	"syscall.SO_DOMAIN":                                    "syscall",
7242	"syscall.SO_DONTROUTE":                                 "syscall",
7243	"syscall.SO_DONTTRUNC":                                 "syscall",
7244	"syscall.SO_ERROR":                                     "syscall",
7245	"syscall.SO_KEEPALIVE":                                 "syscall",
7246	"syscall.SO_LABEL":                                     "syscall",
7247	"syscall.SO_LINGER":                                    "syscall",
7248	"syscall.SO_LINGER_SEC":                                "syscall",
7249	"syscall.SO_LISTENINCQLEN":                             "syscall",
7250	"syscall.SO_LISTENQLEN":                                "syscall",
7251	"syscall.SO_LISTENQLIMIT":                              "syscall",
7252	"syscall.SO_MARK":                                      "syscall",
7253	"syscall.SO_NETPROC":                                   "syscall",
7254	"syscall.SO_NKE":                                       "syscall",
7255	"syscall.SO_NOADDRERR":                                 "syscall",
7256	"syscall.SO_NOHEADER":                                  "syscall",
7257	"syscall.SO_NOSIGPIPE":                                 "syscall",
7258	"syscall.SO_NOTIFYCONFLICT":                            "syscall",
7259	"syscall.SO_NO_CHECK":                                  "syscall",
7260	"syscall.SO_NO_DDP":                                    "syscall",
7261	"syscall.SO_NO_OFFLOAD":                                "syscall",
7262	"syscall.SO_NP_EXTENSIONS":                             "syscall",
7263	"syscall.SO_NREAD":                                     "syscall",
7264	"syscall.SO_NWRITE":                                    "syscall",
7265	"syscall.SO_OOBINLINE":                                 "syscall",
7266	"syscall.SO_OVERFLOWED":                                "syscall",
7267	"syscall.SO_PASSCRED":                                  "syscall",
7268	"syscall.SO_PASSSEC":                                   "syscall",
7269	"syscall.SO_PEERCRED":                                  "syscall",
7270	"syscall.SO_PEERLABEL":                                 "syscall",
7271	"syscall.SO_PEERNAME":                                  "syscall",
7272	"syscall.SO_PEERSEC":                                   "syscall",
7273	"syscall.SO_PRIORITY":                                  "syscall",
7274	"syscall.SO_PROTOCOL":                                  "syscall",
7275	"syscall.SO_PROTOTYPE":                                 "syscall",
7276	"syscall.SO_RANDOMPORT":                                "syscall",
7277	"syscall.SO_RCVBUF":                                    "syscall",
7278	"syscall.SO_RCVBUFFORCE":                               "syscall",
7279	"syscall.SO_RCVLOWAT":                                  "syscall",
7280	"syscall.SO_RCVTIMEO":                                  "syscall",
7281	"syscall.SO_RESTRICTIONS":                              "syscall",
7282	"syscall.SO_RESTRICT_DENYIN":                           "syscall",
7283	"syscall.SO_RESTRICT_DENYOUT":                          "syscall",
7284	"syscall.SO_RESTRICT_DENYSET":                          "syscall",
7285	"syscall.SO_REUSEADDR":                                 "syscall",
7286	"syscall.SO_REUSEPORT":                                 "syscall",
7287	"syscall.SO_REUSESHAREUID":                             "syscall",
7288	"syscall.SO_RTABLE":                                    "syscall",
7289	"syscall.SO_RXQ_OVFL":                                  "syscall",
7290	"syscall.SO_SECURITY_AUTHENTICATION":                   "syscall",
7291	"syscall.SO_SECURITY_ENCRYPTION_NETWORK":               "syscall",
7292	"syscall.SO_SECURITY_ENCRYPTION_TRANSPORT":             "syscall",
7293	"syscall.SO_SETFIB":                                    "syscall",
7294	"syscall.SO_SNDBUF":                                    "syscall",
7295	"syscall.SO_SNDBUFFORCE":                               "syscall",
7296	"syscall.SO_SNDLOWAT":                                  "syscall",
7297	"syscall.SO_SNDTIMEO":                                  "syscall",
7298	"syscall.SO_SPLICE":                                    "syscall",
7299	"syscall.SO_TIMESTAMP":                                 "syscall",
7300	"syscall.SO_TIMESTAMPING":                              "syscall",
7301	"syscall.SO_TIMESTAMPNS":                               "syscall",
7302	"syscall.SO_TIMESTAMP_MONOTONIC":                       "syscall",
7303	"syscall.SO_TYPE":                                      "syscall",
7304	"syscall.SO_UPCALLCLOSEWAIT":                           "syscall",
7305	"syscall.SO_UPDATE_ACCEPT_CONTEXT":                     "syscall",
7306	"syscall.SO_UPDATE_CONNECT_CONTEXT":                    "syscall",
7307	"syscall.SO_USELOOPBACK":                               "syscall",
7308	"syscall.SO_USER_COOKIE":                               "syscall",
7309	"syscall.SO_VENDOR":                                    "syscall",
7310	"syscall.SO_WANTMORE":                                  "syscall",
7311	"syscall.SO_WANTOOBFLAG":                               "syscall",
7312	"syscall.SSLExtraCertChainPolicyPara":                  "syscall",
7313	"syscall.STANDARD_RIGHTS_ALL":                          "syscall",
7314	"syscall.STANDARD_RIGHTS_EXECUTE":                      "syscall",
7315	"syscall.STANDARD_RIGHTS_READ":                         "syscall",
7316	"syscall.STANDARD_RIGHTS_REQUIRED":                     "syscall",
7317	"syscall.STANDARD_RIGHTS_WRITE":                        "syscall",
7318	"syscall.STARTF_USESHOWWINDOW":                         "syscall",
7319	"syscall.STARTF_USESTDHANDLES":                         "syscall",
7320	"syscall.STD_ERROR_HANDLE":                             "syscall",
7321	"syscall.STD_INPUT_HANDLE":                             "syscall",
7322	"syscall.STD_OUTPUT_HANDLE":                            "syscall",
7323	"syscall.SUBLANG_ENGLISH_US":                           "syscall",
7324	"syscall.SW_FORCEMINIMIZE":                             "syscall",
7325	"syscall.SW_HIDE":                                      "syscall",
7326	"syscall.SW_MAXIMIZE":                                  "syscall",
7327	"syscall.SW_MINIMIZE":                                  "syscall",
7328	"syscall.SW_NORMAL":                                    "syscall",
7329	"syscall.SW_RESTORE":                                   "syscall",
7330	"syscall.SW_SHOW":                                      "syscall",
7331	"syscall.SW_SHOWDEFAULT":                               "syscall",
7332	"syscall.SW_SHOWMAXIMIZED":                             "syscall",
7333	"syscall.SW_SHOWMINIMIZED":                             "syscall",
7334	"syscall.SW_SHOWMINNOACTIVE":                           "syscall",
7335	"syscall.SW_SHOWNA":                                    "syscall",
7336	"syscall.SW_SHOWNOACTIVATE":                            "syscall",
7337	"syscall.SW_SHOWNORMAL":                                "syscall",
7338	"syscall.SYMBOLIC_LINK_FLAG_DIRECTORY":                 "syscall",
7339	"syscall.SYNCHRONIZE":                                  "syscall",
7340	"syscall.SYSCTL_VERSION":                               "syscall",
7341	"syscall.SYSCTL_VERS_0":                                "syscall",
7342	"syscall.SYSCTL_VERS_1":                                "syscall",
7343	"syscall.SYSCTL_VERS_MASK":                             "syscall",
7344	"syscall.SYS_ABORT2":                                   "syscall",
7345	"syscall.SYS_ACCEPT":                                   "syscall",
7346	"syscall.SYS_ACCEPT4":                                  "syscall",
7347	"syscall.SYS_ACCEPT_NOCANCEL":                          "syscall",
7348	"syscall.SYS_ACCESS":                                   "syscall",
7349	"syscall.SYS_ACCESS_EXTENDED":                          "syscall",
7350	"syscall.SYS_ACCT":                                     "syscall",
7351	"syscall.SYS_ADD_KEY":                                  "syscall",
7352	"syscall.SYS_ADD_PROFIL":                               "syscall",
7353	"syscall.SYS_ADJFREQ":                                  "syscall",
7354	"syscall.SYS_ADJTIME":                                  "syscall",
7355	"syscall.SYS_ADJTIMEX":                                 "syscall",
7356	"syscall.SYS_AFS_SYSCALL":                              "syscall",
7357	"syscall.SYS_AIO_CANCEL":                               "syscall",
7358	"syscall.SYS_AIO_ERROR":                                "syscall",
7359	"syscall.SYS_AIO_FSYNC":                                "syscall",
7360	"syscall.SYS_AIO_READ":                                 "syscall",
7361	"syscall.SYS_AIO_RETURN":                               "syscall",
7362	"syscall.SYS_AIO_SUSPEND":                              "syscall",
7363	"syscall.SYS_AIO_SUSPEND_NOCANCEL":                     "syscall",
7364	"syscall.SYS_AIO_WRITE":                                "syscall",
7365	"syscall.SYS_ALARM":                                    "syscall",
7366	"syscall.SYS_ARCH_PRCTL":                               "syscall",
7367	"syscall.SYS_ARM_FADVISE64_64":                         "syscall",
7368	"syscall.SYS_ARM_SYNC_FILE_RANGE":                      "syscall",
7369	"syscall.SYS_ATGETMSG":                                 "syscall",
7370	"syscall.SYS_ATPGETREQ":                                "syscall",
7371	"syscall.SYS_ATPGETRSP":                                "syscall",
7372	"syscall.SYS_ATPSNDREQ":                                "syscall",
7373	"syscall.SYS_ATPSNDRSP":                                "syscall",
7374	"syscall.SYS_ATPUTMSG":                                 "syscall",
7375	"syscall.SYS_ATSOCKET":                                 "syscall",
7376	"syscall.SYS_AUDIT":                                    "syscall",
7377	"syscall.SYS_AUDITCTL":                                 "syscall",
7378	"syscall.SYS_AUDITON":                                  "syscall",
7379	"syscall.SYS_AUDIT_SESSION_JOIN":                       "syscall",
7380	"syscall.SYS_AUDIT_SESSION_PORT":                       "syscall",
7381	"syscall.SYS_AUDIT_SESSION_SELF":                       "syscall",
7382	"syscall.SYS_BDFLUSH":                                  "syscall",
7383	"syscall.SYS_BIND":                                     "syscall",
7384	"syscall.SYS_BINDAT":                                   "syscall",
7385	"syscall.SYS_BREAK":                                    "syscall",
7386	"syscall.SYS_BRK":                                      "syscall",
7387	"syscall.SYS_BSDTHREAD_CREATE":                         "syscall",
7388	"syscall.SYS_BSDTHREAD_REGISTER":                       "syscall",
7389	"syscall.SYS_BSDTHREAD_TERMINATE":                      "syscall",
7390	"syscall.SYS_CAPGET":                                   "syscall",
7391	"syscall.SYS_CAPSET":                                   "syscall",
7392	"syscall.SYS_CAP_ENTER":                                "syscall",
7393	"syscall.SYS_CAP_FCNTLS_GET":                           "syscall",
7394	"syscall.SYS_CAP_FCNTLS_LIMIT":                         "syscall",
7395	"syscall.SYS_CAP_GETMODE":                              "syscall",
7396	"syscall.SYS_CAP_GETRIGHTS":                            "syscall",
7397	"syscall.SYS_CAP_IOCTLS_GET":                           "syscall",
7398	"syscall.SYS_CAP_IOCTLS_LIMIT":                         "syscall",
7399	"syscall.SYS_CAP_NEW":                                  "syscall",
7400	"syscall.SYS_CAP_RIGHTS_GET":                           "syscall",
7401	"syscall.SYS_CAP_RIGHTS_LIMIT":                         "syscall",
7402	"syscall.SYS_CHDIR":                                    "syscall",
7403	"syscall.SYS_CHFLAGS":                                  "syscall",
7404	"syscall.SYS_CHFLAGSAT":                                "syscall",
7405	"syscall.SYS_CHMOD":                                    "syscall",
7406	"syscall.SYS_CHMOD_EXTENDED":                           "syscall",
7407	"syscall.SYS_CHOWN":                                    "syscall",
7408	"syscall.SYS_CHOWN32":                                  "syscall",
7409	"syscall.SYS_CHROOT":                                   "syscall",
7410	"syscall.SYS_CHUD":                                     "syscall",
7411	"syscall.SYS_CLOCK_ADJTIME":                            "syscall",
7412	"syscall.SYS_CLOCK_GETCPUCLOCKID2":                     "syscall",
7413	"syscall.SYS_CLOCK_GETRES":                             "syscall",
7414	"syscall.SYS_CLOCK_GETTIME":                            "syscall",
7415	"syscall.SYS_CLOCK_NANOSLEEP":                          "syscall",
7416	"syscall.SYS_CLOCK_SETTIME":                            "syscall",
7417	"syscall.SYS_CLONE":                                    "syscall",
7418	"syscall.SYS_CLOSE":                                    "syscall",
7419	"syscall.SYS_CLOSEFROM":                                "syscall",
7420	"syscall.SYS_CLOSE_NOCANCEL":                           "syscall",
7421	"syscall.SYS_CONNECT":                                  "syscall",
7422	"syscall.SYS_CONNECTAT":                                "syscall",
7423	"syscall.SYS_CONNECT_NOCANCEL":                         "syscall",
7424	"syscall.SYS_COPYFILE":                                 "syscall",
7425	"syscall.SYS_CPUSET":                                   "syscall",
7426	"syscall.SYS_CPUSET_GETAFFINITY":                       "syscall",
7427	"syscall.SYS_CPUSET_GETID":                             "syscall",
7428	"syscall.SYS_CPUSET_SETAFFINITY":                       "syscall",
7429	"syscall.SYS_CPUSET_SETID":                             "syscall",
7430	"syscall.SYS_CREAT":                                    "syscall",
7431	"syscall.SYS_CREATE_MODULE":                            "syscall",
7432	"syscall.SYS_CSOPS":                                    "syscall",
7433	"syscall.SYS_DELETE":                                   "syscall",
7434	"syscall.SYS_DELETE_MODULE":                            "syscall",
7435	"syscall.SYS_DUP":                                      "syscall",
7436	"syscall.SYS_DUP2":                                     "syscall",
7437	"syscall.SYS_DUP3":                                     "syscall",
7438	"syscall.SYS_EACCESS":                                  "syscall",
7439	"syscall.SYS_EPOLL_CREATE":                             "syscall",
7440	"syscall.SYS_EPOLL_CREATE1":                            "syscall",
7441	"syscall.SYS_EPOLL_CTL":                                "syscall",
7442	"syscall.SYS_EPOLL_CTL_OLD":                            "syscall",
7443	"syscall.SYS_EPOLL_PWAIT":                              "syscall",
7444	"syscall.SYS_EPOLL_WAIT":                               "syscall",
7445	"syscall.SYS_EPOLL_WAIT_OLD":                           "syscall",
7446	"syscall.SYS_EVENTFD":                                  "syscall",
7447	"syscall.SYS_EVENTFD2":                                 "syscall",
7448	"syscall.SYS_EXCHANGEDATA":                             "syscall",
7449	"syscall.SYS_EXECVE":                                   "syscall",
7450	"syscall.SYS_EXIT":                                     "syscall",
7451	"syscall.SYS_EXIT_GROUP":                               "syscall",
7452	"syscall.SYS_EXTATTRCTL":                               "syscall",
7453	"syscall.SYS_EXTATTR_DELETE_FD":                        "syscall",
7454	"syscall.SYS_EXTATTR_DELETE_FILE":                      "syscall",
7455	"syscall.SYS_EXTATTR_DELETE_LINK":                      "syscall",
7456	"syscall.SYS_EXTATTR_GET_FD":                           "syscall",
7457	"syscall.SYS_EXTATTR_GET_FILE":                         "syscall",
7458	"syscall.SYS_EXTATTR_GET_LINK":                         "syscall",
7459	"syscall.SYS_EXTATTR_LIST_FD":                          "syscall",
7460	"syscall.SYS_EXTATTR_LIST_FILE":                        "syscall",
7461	"syscall.SYS_EXTATTR_LIST_LINK":                        "syscall",
7462	"syscall.SYS_EXTATTR_SET_FD":                           "syscall",
7463	"syscall.SYS_EXTATTR_SET_FILE":                         "syscall",
7464	"syscall.SYS_EXTATTR_SET_LINK":                         "syscall",
7465	"syscall.SYS_FACCESSAT":                                "syscall",
7466	"syscall.SYS_FADVISE64":                                "syscall",
7467	"syscall.SYS_FADVISE64_64":                             "syscall",
7468	"syscall.SYS_FALLOCATE":                                "syscall",
7469	"syscall.SYS_FANOTIFY_INIT":                            "syscall",
7470	"syscall.SYS_FANOTIFY_MARK":                            "syscall",
7471	"syscall.SYS_FCHDIR":                                   "syscall",
7472	"syscall.SYS_FCHFLAGS":                                 "syscall",
7473	"syscall.SYS_FCHMOD":                                   "syscall",
7474	"syscall.SYS_FCHMODAT":                                 "syscall",
7475	"syscall.SYS_FCHMOD_EXTENDED":                          "syscall",
7476	"syscall.SYS_FCHOWN":                                   "syscall",
7477	"syscall.SYS_FCHOWN32":                                 "syscall",
7478	"syscall.SYS_FCHOWNAT":                                 "syscall",
7479	"syscall.SYS_FCHROOT":                                  "syscall",
7480	"syscall.SYS_FCNTL":                                    "syscall",
7481	"syscall.SYS_FCNTL64":                                  "syscall",
7482	"syscall.SYS_FCNTL_NOCANCEL":                           "syscall",
7483	"syscall.SYS_FDATASYNC":                                "syscall",
7484	"syscall.SYS_FEXECVE":                                  "syscall",
7485	"syscall.SYS_FFCLOCK_GETCOUNTER":                       "syscall",
7486	"syscall.SYS_FFCLOCK_GETESTIMATE":                      "syscall",
7487	"syscall.SYS_FFCLOCK_SETESTIMATE":                      "syscall",
7488	"syscall.SYS_FFSCTL":                                   "syscall",
7489	"syscall.SYS_FGETATTRLIST":                             "syscall",
7490	"syscall.SYS_FGETXATTR":                                "syscall",
7491	"syscall.SYS_FHOPEN":                                   "syscall",
7492	"syscall.SYS_FHSTAT":                                   "syscall",
7493	"syscall.SYS_FHSTATFS":                                 "syscall",
7494	"syscall.SYS_FILEPORT_MAKEFD":                          "syscall",
7495	"syscall.SYS_FILEPORT_MAKEPORT":                        "syscall",
7496	"syscall.SYS_FKTRACE":                                  "syscall",
7497	"syscall.SYS_FLISTXATTR":                               "syscall",
7498	"syscall.SYS_FLOCK":                                    "syscall",
7499	"syscall.SYS_FORK":                                     "syscall",
7500	"syscall.SYS_FPATHCONF":                                "syscall",
7501	"syscall.SYS_FREEBSD6_FTRUNCATE":                       "syscall",
7502	"syscall.SYS_FREEBSD6_LSEEK":                           "syscall",
7503	"syscall.SYS_FREEBSD6_MMAP":                            "syscall",
7504	"syscall.SYS_FREEBSD6_PREAD":                           "syscall",
7505	"syscall.SYS_FREEBSD6_PWRITE":                          "syscall",
7506	"syscall.SYS_FREEBSD6_TRUNCATE":                        "syscall",
7507	"syscall.SYS_FREMOVEXATTR":                             "syscall",
7508	"syscall.SYS_FSCTL":                                    "syscall",
7509	"syscall.SYS_FSETATTRLIST":                             "syscall",
7510	"syscall.SYS_FSETXATTR":                                "syscall",
7511	"syscall.SYS_FSGETPATH":                                "syscall",
7512	"syscall.SYS_FSTAT":                                    "syscall",
7513	"syscall.SYS_FSTAT64":                                  "syscall",
7514	"syscall.SYS_FSTAT64_EXTENDED":                         "syscall",
7515	"syscall.SYS_FSTATAT":                                  "syscall",
7516	"syscall.SYS_FSTATAT64":                                "syscall",
7517	"syscall.SYS_FSTATFS":                                  "syscall",
7518	"syscall.SYS_FSTATFS64":                                "syscall",
7519	"syscall.SYS_FSTATV":                                   "syscall",
7520	"syscall.SYS_FSTATVFS1":                                "syscall",
7521	"syscall.SYS_FSTAT_EXTENDED":                           "syscall",
7522	"syscall.SYS_FSYNC":                                    "syscall",
7523	"syscall.SYS_FSYNC_NOCANCEL":                           "syscall",
7524	"syscall.SYS_FSYNC_RANGE":                              "syscall",
7525	"syscall.SYS_FTIME":                                    "syscall",
7526	"syscall.SYS_FTRUNCATE":                                "syscall",
7527	"syscall.SYS_FTRUNCATE64":                              "syscall",
7528	"syscall.SYS_FUTEX":                                    "syscall",
7529	"syscall.SYS_FUTIMENS":                                 "syscall",
7530	"syscall.SYS_FUTIMES":                                  "syscall",
7531	"syscall.SYS_FUTIMESAT":                                "syscall",
7532	"syscall.SYS_GETATTRLIST":                              "syscall",
7533	"syscall.SYS_GETAUDIT":                                 "syscall",
7534	"syscall.SYS_GETAUDIT_ADDR":                            "syscall",
7535	"syscall.SYS_GETAUID":                                  "syscall",
7536	"syscall.SYS_GETCONTEXT":                               "syscall",
7537	"syscall.SYS_GETCPU":                                   "syscall",
7538	"syscall.SYS_GETCWD":                                   "syscall",
7539	"syscall.SYS_GETDENTS":                                 "syscall",
7540	"syscall.SYS_GETDENTS64":                               "syscall",
7541	"syscall.SYS_GETDIRENTRIES":                            "syscall",
7542	"syscall.SYS_GETDIRENTRIES64":                          "syscall",
7543	"syscall.SYS_GETDIRENTRIESATTR":                        "syscall",
7544	"syscall.SYS_GETDTABLECOUNT":                           "syscall",
7545	"syscall.SYS_GETDTABLESIZE":                            "syscall",
7546	"syscall.SYS_GETEGID":                                  "syscall",
7547	"syscall.SYS_GETEGID32":                                "syscall",
7548	"syscall.SYS_GETEUID":                                  "syscall",
7549	"syscall.SYS_GETEUID32":                                "syscall",
7550	"syscall.SYS_GETFH":                                    "syscall",
7551	"syscall.SYS_GETFSSTAT":                                "syscall",
7552	"syscall.SYS_GETFSSTAT64":                              "syscall",
7553	"syscall.SYS_GETGID":                                   "syscall",
7554	"syscall.SYS_GETGID32":                                 "syscall",
7555	"syscall.SYS_GETGROUPS":                                "syscall",
7556	"syscall.SYS_GETGROUPS32":                              "syscall",
7557	"syscall.SYS_GETHOSTUUID":                              "syscall",
7558	"syscall.SYS_GETITIMER":                                "syscall",
7559	"syscall.SYS_GETLCID":                                  "syscall",
7560	"syscall.SYS_GETLOGIN":                                 "syscall",
7561	"syscall.SYS_GETLOGINCLASS":                            "syscall",
7562	"syscall.SYS_GETPEERNAME":                              "syscall",
7563	"syscall.SYS_GETPGID":                                  "syscall",
7564	"syscall.SYS_GETPGRP":                                  "syscall",
7565	"syscall.SYS_GETPID":                                   "syscall",
7566	"syscall.SYS_GETPMSG":                                  "syscall",
7567	"syscall.SYS_GETPPID":                                  "syscall",
7568	"syscall.SYS_GETPRIORITY":                              "syscall",
7569	"syscall.SYS_GETRESGID":                                "syscall",
7570	"syscall.SYS_GETRESGID32":                              "syscall",
7571	"syscall.SYS_GETRESUID":                                "syscall",
7572	"syscall.SYS_GETRESUID32":                              "syscall",
7573	"syscall.SYS_GETRLIMIT":                                "syscall",
7574	"syscall.SYS_GETRTABLE":                                "syscall",
7575	"syscall.SYS_GETRUSAGE":                                "syscall",
7576	"syscall.SYS_GETSGROUPS":                               "syscall",
7577	"syscall.SYS_GETSID":                                   "syscall",
7578	"syscall.SYS_GETSOCKNAME":                              "syscall",
7579	"syscall.SYS_GETSOCKOPT":                               "syscall",
7580	"syscall.SYS_GETTHRID":                                 "syscall",
7581	"syscall.SYS_GETTID":                                   "syscall",
7582	"syscall.SYS_GETTIMEOFDAY":                             "syscall",
7583	"syscall.SYS_GETUID":                                   "syscall",
7584	"syscall.SYS_GETUID32":                                 "syscall",
7585	"syscall.SYS_GETVFSSTAT":                               "syscall",
7586	"syscall.SYS_GETWGROUPS":                               "syscall",
7587	"syscall.SYS_GETXATTR":                                 "syscall",
7588	"syscall.SYS_GET_KERNEL_SYMS":                          "syscall",
7589	"syscall.SYS_GET_MEMPOLICY":                            "syscall",
7590	"syscall.SYS_GET_ROBUST_LIST":                          "syscall",
7591	"syscall.SYS_GET_THREAD_AREA":                          "syscall",
7592	"syscall.SYS_GTTY":                                     "syscall",
7593	"syscall.SYS_IDENTITYSVC":                              "syscall",
7594	"syscall.SYS_IDLE":                                     "syscall",
7595	"syscall.SYS_INITGROUPS":                               "syscall",
7596	"syscall.SYS_INIT_MODULE":                              "syscall",
7597	"syscall.SYS_INOTIFY_ADD_WATCH":                        "syscall",
7598	"syscall.SYS_INOTIFY_INIT":                             "syscall",
7599	"syscall.SYS_INOTIFY_INIT1":                            "syscall",
7600	"syscall.SYS_INOTIFY_RM_WATCH":                         "syscall",
7601	"syscall.SYS_IOCTL":                                    "syscall",
7602	"syscall.SYS_IOPERM":                                   "syscall",
7603	"syscall.SYS_IOPL":                                     "syscall",
7604	"syscall.SYS_IOPOLICYSYS":                              "syscall",
7605	"syscall.SYS_IOPRIO_GET":                               "syscall",
7606	"syscall.SYS_IOPRIO_SET":                               "syscall",
7607	"syscall.SYS_IO_CANCEL":                                "syscall",
7608	"syscall.SYS_IO_DESTROY":                               "syscall",
7609	"syscall.SYS_IO_GETEVENTS":                             "syscall",
7610	"syscall.SYS_IO_SETUP":                                 "syscall",
7611	"syscall.SYS_IO_SUBMIT":                                "syscall",
7612	"syscall.SYS_IPC":                                      "syscall",
7613	"syscall.SYS_ISSETUGID":                                "syscall",
7614	"syscall.SYS_JAIL":                                     "syscall",
7615	"syscall.SYS_JAIL_ATTACH":                              "syscall",
7616	"syscall.SYS_JAIL_GET":                                 "syscall",
7617	"syscall.SYS_JAIL_REMOVE":                              "syscall",
7618	"syscall.SYS_JAIL_SET":                                 "syscall",
7619	"syscall.SYS_KDEBUG_TRACE":                             "syscall",
7620	"syscall.SYS_KENV":                                     "syscall",
7621	"syscall.SYS_KEVENT":                                   "syscall",
7622	"syscall.SYS_KEVENT64":                                 "syscall",
7623	"syscall.SYS_KEXEC_LOAD":                               "syscall",
7624	"syscall.SYS_KEYCTL":                                   "syscall",
7625	"syscall.SYS_KILL":                                     "syscall",
7626	"syscall.SYS_KLDFIND":                                  "syscall",
7627	"syscall.SYS_KLDFIRSTMOD":                              "syscall",
7628	"syscall.SYS_KLDLOAD":                                  "syscall",
7629	"syscall.SYS_KLDNEXT":                                  "syscall",
7630	"syscall.SYS_KLDSTAT":                                  "syscall",
7631	"syscall.SYS_KLDSYM":                                   "syscall",
7632	"syscall.SYS_KLDUNLOAD":                                "syscall",
7633	"syscall.SYS_KLDUNLOADF":                               "syscall",
7634	"syscall.SYS_KQUEUE":                                   "syscall",
7635	"syscall.SYS_KQUEUE1":                                  "syscall",
7636	"syscall.SYS_KTIMER_CREATE":                            "syscall",
7637	"syscall.SYS_KTIMER_DELETE":                            "syscall",
7638	"syscall.SYS_KTIMER_GETOVERRUN":                        "syscall",
7639	"syscall.SYS_KTIMER_GETTIME":                           "syscall",
7640	"syscall.SYS_KTIMER_SETTIME":                           "syscall",
7641	"syscall.SYS_KTRACE":                                   "syscall",
7642	"syscall.SYS_LCHFLAGS":                                 "syscall",
7643	"syscall.SYS_LCHMOD":                                   "syscall",
7644	"syscall.SYS_LCHOWN":                                   "syscall",
7645	"syscall.SYS_LCHOWN32":                                 "syscall",
7646	"syscall.SYS_LGETFH":                                   "syscall",
7647	"syscall.SYS_LGETXATTR":                                "syscall",
7648	"syscall.SYS_LINK":                                     "syscall",
7649	"syscall.SYS_LINKAT":                                   "syscall",
7650	"syscall.SYS_LIO_LISTIO":                               "syscall",
7651	"syscall.SYS_LISTEN":                                   "syscall",
7652	"syscall.SYS_LISTXATTR":                                "syscall",
7653	"syscall.SYS_LLISTXATTR":                               "syscall",
7654	"syscall.SYS_LOCK":                                     "syscall",
7655	"syscall.SYS_LOOKUP_DCOOKIE":                           "syscall",
7656	"syscall.SYS_LPATHCONF":                                "syscall",
7657	"syscall.SYS_LREMOVEXATTR":                             "syscall",
7658	"syscall.SYS_LSEEK":                                    "syscall",
7659	"syscall.SYS_LSETXATTR":                                "syscall",
7660	"syscall.SYS_LSTAT":                                    "syscall",
7661	"syscall.SYS_LSTAT64":                                  "syscall",
7662	"syscall.SYS_LSTAT64_EXTENDED":                         "syscall",
7663	"syscall.SYS_LSTATV":                                   "syscall",
7664	"syscall.SYS_LSTAT_EXTENDED":                           "syscall",
7665	"syscall.SYS_LUTIMES":                                  "syscall",
7666	"syscall.SYS_MAC_SYSCALL":                              "syscall",
7667	"syscall.SYS_MADVISE":                                  "syscall",
7668	"syscall.SYS_MADVISE1":                                 "syscall",
7669	"syscall.SYS_MAXSYSCALL":                               "syscall",
7670	"syscall.SYS_MBIND":                                    "syscall",
7671	"syscall.SYS_MIGRATE_PAGES":                            "syscall",
7672	"syscall.SYS_MINCORE":                                  "syscall",
7673	"syscall.SYS_MINHERIT":                                 "syscall",
7674	"syscall.SYS_MKCOMPLEX":                                "syscall",
7675	"syscall.SYS_MKDIR":                                    "syscall",
7676	"syscall.SYS_MKDIRAT":                                  "syscall",
7677	"syscall.SYS_MKDIR_EXTENDED":                           "syscall",
7678	"syscall.SYS_MKFIFO":                                   "syscall",
7679	"syscall.SYS_MKFIFOAT":                                 "syscall",
7680	"syscall.SYS_MKFIFO_EXTENDED":                          "syscall",
7681	"syscall.SYS_MKNOD":                                    "syscall",
7682	"syscall.SYS_MKNODAT":                                  "syscall",
7683	"syscall.SYS_MLOCK":                                    "syscall",
7684	"syscall.SYS_MLOCKALL":                                 "syscall",
7685	"syscall.SYS_MMAP":                                     "syscall",
7686	"syscall.SYS_MMAP2":                                    "syscall",
7687	"syscall.SYS_MODCTL":                                   "syscall",
7688	"syscall.SYS_MODFIND":                                  "syscall",
7689	"syscall.SYS_MODFNEXT":                                 "syscall",
7690	"syscall.SYS_MODIFY_LDT":                               "syscall",
7691	"syscall.SYS_MODNEXT":                                  "syscall",
7692	"syscall.SYS_MODSTAT":                                  "syscall",
7693	"syscall.SYS_MODWATCH":                                 "syscall",
7694	"syscall.SYS_MOUNT":                                    "syscall",
7695	"syscall.SYS_MOVE_PAGES":                               "syscall",
7696	"syscall.SYS_MPROTECT":                                 "syscall",
7697	"syscall.SYS_MPX":                                      "syscall",
7698	"syscall.SYS_MQUERY":                                   "syscall",
7699	"syscall.SYS_MQ_GETSETATTR":                            "syscall",
7700	"syscall.SYS_MQ_NOTIFY":                                "syscall",
7701	"syscall.SYS_MQ_OPEN":                                  "syscall",
7702	"syscall.SYS_MQ_TIMEDRECEIVE":                          "syscall",
7703	"syscall.SYS_MQ_TIMEDSEND":                             "syscall",
7704	"syscall.SYS_MQ_UNLINK":                                "syscall",
7705	"syscall.SYS_MREMAP":                                   "syscall",
7706	"syscall.SYS_MSGCTL":                                   "syscall",
7707	"syscall.SYS_MSGGET":                                   "syscall",
7708	"syscall.SYS_MSGRCV":                                   "syscall",
7709	"syscall.SYS_MSGRCV_NOCANCEL":                          "syscall",
7710	"syscall.SYS_MSGSND":                                   "syscall",
7711	"syscall.SYS_MSGSND_NOCANCEL":                          "syscall",
7712	"syscall.SYS_MSGSYS":                                   "syscall",
7713	"syscall.SYS_MSYNC":                                    "syscall",
7714	"syscall.SYS_MSYNC_NOCANCEL":                           "syscall",
7715	"syscall.SYS_MUNLOCK":                                  "syscall",
7716	"syscall.SYS_MUNLOCKALL":                               "syscall",
7717	"syscall.SYS_MUNMAP":                                   "syscall",
7718	"syscall.SYS_NAME_TO_HANDLE_AT":                        "syscall",
7719	"syscall.SYS_NANOSLEEP":                                "syscall",
7720	"syscall.SYS_NEWFSTATAT":                               "syscall",
7721	"syscall.SYS_NFSCLNT":                                  "syscall",
7722	"syscall.SYS_NFSSERVCTL":                               "syscall",
7723	"syscall.SYS_NFSSVC":                                   "syscall",
7724	"syscall.SYS_NFSTAT":                                   "syscall",
7725	"syscall.SYS_NICE":                                     "syscall",
7726	"syscall.SYS_NLSTAT":                                   "syscall",
7727	"syscall.SYS_NMOUNT":                                   "syscall",
7728	"syscall.SYS_NSTAT":                                    "syscall",
7729	"syscall.SYS_NTP_ADJTIME":                              "syscall",
7730	"syscall.SYS_NTP_GETTIME":                              "syscall",
7731	"syscall.SYS_OABI_SYSCALL_BASE":                        "syscall",
7732	"syscall.SYS_OBREAK":                                   "syscall",
7733	"syscall.SYS_OLDFSTAT":                                 "syscall",
7734	"syscall.SYS_OLDLSTAT":                                 "syscall",
7735	"syscall.SYS_OLDOLDUNAME":                              "syscall",
7736	"syscall.SYS_OLDSTAT":                                  "syscall",
7737	"syscall.SYS_OLDUNAME":                                 "syscall",
7738	"syscall.SYS_OPEN":                                     "syscall",
7739	"syscall.SYS_OPENAT":                                   "syscall",
7740	"syscall.SYS_OPENBSD_POLL":                             "syscall",
7741	"syscall.SYS_OPEN_BY_HANDLE_AT":                        "syscall",
7742	"syscall.SYS_OPEN_EXTENDED":                            "syscall",
7743	"syscall.SYS_OPEN_NOCANCEL":                            "syscall",
7744	"syscall.SYS_OVADVISE":                                 "syscall",
7745	"syscall.SYS_PACCEPT":                                  "syscall",
7746	"syscall.SYS_PATHCONF":                                 "syscall",
7747	"syscall.SYS_PAUSE":                                    "syscall",
7748	"syscall.SYS_PCICONFIG_IOBASE":                         "syscall",
7749	"syscall.SYS_PCICONFIG_READ":                           "syscall",
7750	"syscall.SYS_PCICONFIG_WRITE":                          "syscall",
7751	"syscall.SYS_PDFORK":                                   "syscall",
7752	"syscall.SYS_PDGETPID":                                 "syscall",
7753	"syscall.SYS_PDKILL":                                   "syscall",
7754	"syscall.SYS_PERF_EVENT_OPEN":                          "syscall",
7755	"syscall.SYS_PERSONALITY":                              "syscall",
7756	"syscall.SYS_PID_HIBERNATE":                            "syscall",
7757	"syscall.SYS_PID_RESUME":                               "syscall",
7758	"syscall.SYS_PID_SHUTDOWN_SOCKETS":                     "syscall",
7759	"syscall.SYS_PID_SUSPEND":                              "syscall",
7760	"syscall.SYS_PIPE":                                     "syscall",
7761	"syscall.SYS_PIPE2":                                    "syscall",
7762	"syscall.SYS_PIVOT_ROOT":                               "syscall",
7763	"syscall.SYS_PMC_CONTROL":                              "syscall",
7764	"syscall.SYS_PMC_GET_INFO":                             "syscall",
7765	"syscall.SYS_POLL":                                     "syscall",
7766	"syscall.SYS_POLLTS":                                   "syscall",
7767	"syscall.SYS_POLL_NOCANCEL":                            "syscall",
7768	"syscall.SYS_POSIX_FADVISE":                            "syscall",
7769	"syscall.SYS_POSIX_FALLOCATE":                          "syscall",
7770	"syscall.SYS_POSIX_OPENPT":                             "syscall",
7771	"syscall.SYS_POSIX_SPAWN":                              "syscall",
7772	"syscall.SYS_PPOLL":                                    "syscall",
7773	"syscall.SYS_PRCTL":                                    "syscall",
7774	"syscall.SYS_PREAD":                                    "syscall",
7775	"syscall.SYS_PREAD64":                                  "syscall",
7776	"syscall.SYS_PREADV":                                   "syscall",
7777	"syscall.SYS_PREAD_NOCANCEL":                           "syscall",
7778	"syscall.SYS_PRLIMIT64":                                "syscall",
7779	"syscall.SYS_PROCCTL":                                  "syscall",
7780	"syscall.SYS_PROCESS_POLICY":                           "syscall",
7781	"syscall.SYS_PROCESS_VM_READV":                         "syscall",
7782	"syscall.SYS_PROCESS_VM_WRITEV":                        "syscall",
7783	"syscall.SYS_PROC_INFO":                                "syscall",
7784	"syscall.SYS_PROF":                                     "syscall",
7785	"syscall.SYS_PROFIL":                                   "syscall",
7786	"syscall.SYS_PSELECT":                                  "syscall",
7787	"syscall.SYS_PSELECT6":                                 "syscall",
7788	"syscall.SYS_PSET_ASSIGN":                              "syscall",
7789	"syscall.SYS_PSET_CREATE":                              "syscall",
7790	"syscall.SYS_PSET_DESTROY":                             "syscall",
7791	"syscall.SYS_PSYNCH_CVBROAD":                           "syscall",
7792	"syscall.SYS_PSYNCH_CVCLRPREPOST":                      "syscall",
7793	"syscall.SYS_PSYNCH_CVSIGNAL":                          "syscall",
7794	"syscall.SYS_PSYNCH_CVWAIT":                            "syscall",
7795	"syscall.SYS_PSYNCH_MUTEXDROP":                         "syscall",
7796	"syscall.SYS_PSYNCH_MUTEXWAIT":                         "syscall",
7797	"syscall.SYS_PSYNCH_RW_DOWNGRADE":                      "syscall",
7798	"syscall.SYS_PSYNCH_RW_LONGRDLOCK":                     "syscall",
7799	"syscall.SYS_PSYNCH_RW_RDLOCK":                         "syscall",
7800	"syscall.SYS_PSYNCH_RW_UNLOCK":                         "syscall",
7801	"syscall.SYS_PSYNCH_RW_UNLOCK2":                        "syscall",
7802	"syscall.SYS_PSYNCH_RW_UPGRADE":                        "syscall",
7803	"syscall.SYS_PSYNCH_RW_WRLOCK":                         "syscall",
7804	"syscall.SYS_PSYNCH_RW_YIELDWRLOCK":                    "syscall",
7805	"syscall.SYS_PTRACE":                                   "syscall",
7806	"syscall.SYS_PUTPMSG":                                  "syscall",
7807	"syscall.SYS_PWRITE":                                   "syscall",
7808	"syscall.SYS_PWRITE64":                                 "syscall",
7809	"syscall.SYS_PWRITEV":                                  "syscall",
7810	"syscall.SYS_PWRITE_NOCANCEL":                          "syscall",
7811	"syscall.SYS_QUERY_MODULE":                             "syscall",
7812	"syscall.SYS_QUOTACTL":                                 "syscall",
7813	"syscall.SYS_RASCTL":                                   "syscall",
7814	"syscall.SYS_RCTL_ADD_RULE":                            "syscall",
7815	"syscall.SYS_RCTL_GET_LIMITS":                          "syscall",
7816	"syscall.SYS_RCTL_GET_RACCT":                           "syscall",
7817	"syscall.SYS_RCTL_GET_RULES":                           "syscall",
7818	"syscall.SYS_RCTL_REMOVE_RULE":                         "syscall",
7819	"syscall.SYS_READ":                                     "syscall",
7820	"syscall.SYS_READAHEAD":                                "syscall",
7821	"syscall.SYS_READDIR":                                  "syscall",
7822	"syscall.SYS_READLINK":                                 "syscall",
7823	"syscall.SYS_READLINKAT":                               "syscall",
7824	"syscall.SYS_READV":                                    "syscall",
7825	"syscall.SYS_READV_NOCANCEL":                           "syscall",
7826	"syscall.SYS_READ_NOCANCEL":                            "syscall",
7827	"syscall.SYS_REBOOT":                                   "syscall",
7828	"syscall.SYS_RECV":                                     "syscall",
7829	"syscall.SYS_RECVFROM":                                 "syscall",
7830	"syscall.SYS_RECVFROM_NOCANCEL":                        "syscall",
7831	"syscall.SYS_RECVMMSG":                                 "syscall",
7832	"syscall.SYS_RECVMSG":                                  "syscall",
7833	"syscall.SYS_RECVMSG_NOCANCEL":                         "syscall",
7834	"syscall.SYS_REMAP_FILE_PAGES":                         "syscall",
7835	"syscall.SYS_REMOVEXATTR":                              "syscall",
7836	"syscall.SYS_RENAME":                                   "syscall",
7837	"syscall.SYS_RENAMEAT":                                 "syscall",
7838	"syscall.SYS_REQUEST_KEY":                              "syscall",
7839	"syscall.SYS_RESTART_SYSCALL":                          "syscall",
7840	"syscall.SYS_REVOKE":                                   "syscall",
7841	"syscall.SYS_RFORK":                                    "syscall",
7842	"syscall.SYS_RMDIR":                                    "syscall",
7843	"syscall.SYS_RTPRIO":                                   "syscall",
7844	"syscall.SYS_RTPRIO_THREAD":                            "syscall",
7845	"syscall.SYS_RT_SIGACTION":                             "syscall",
7846	"syscall.SYS_RT_SIGPENDING":                            "syscall",
7847	"syscall.SYS_RT_SIGPROCMASK":                           "syscall",
7848	"syscall.SYS_RT_SIGQUEUEINFO":                          "syscall",
7849	"syscall.SYS_RT_SIGRETURN":                             "syscall",
7850	"syscall.SYS_RT_SIGSUSPEND":                            "syscall",
7851	"syscall.SYS_RT_SIGTIMEDWAIT":                          "syscall",
7852	"syscall.SYS_RT_TGSIGQUEUEINFO":                        "syscall",
7853	"syscall.SYS_SBRK":                                     "syscall",
7854	"syscall.SYS_SCHED_GETAFFINITY":                        "syscall",
7855	"syscall.SYS_SCHED_GETPARAM":                           "syscall",
7856	"syscall.SYS_SCHED_GETSCHEDULER":                       "syscall",
7857	"syscall.SYS_SCHED_GET_PRIORITY_MAX":                   "syscall",
7858	"syscall.SYS_SCHED_GET_PRIORITY_MIN":                   "syscall",
7859	"syscall.SYS_SCHED_RR_GET_INTERVAL":                    "syscall",
7860	"syscall.SYS_SCHED_SETAFFINITY":                        "syscall",
7861	"syscall.SYS_SCHED_SETPARAM":                           "syscall",
7862	"syscall.SYS_SCHED_SETSCHEDULER":                       "syscall",
7863	"syscall.SYS_SCHED_YIELD":                              "syscall",
7864	"syscall.SYS_SCTP_GENERIC_RECVMSG":                     "syscall",
7865	"syscall.SYS_SCTP_GENERIC_SENDMSG":                     "syscall",
7866	"syscall.SYS_SCTP_GENERIC_SENDMSG_IOV":                 "syscall",
7867	"syscall.SYS_SCTP_PEELOFF":                             "syscall",
7868	"syscall.SYS_SEARCHFS":                                 "syscall",
7869	"syscall.SYS_SECURITY":                                 "syscall",
7870	"syscall.SYS_SELECT":                                   "syscall",
7871	"syscall.SYS_SELECT_NOCANCEL":                          "syscall",
7872	"syscall.SYS_SEMCONFIG":                                "syscall",
7873	"syscall.SYS_SEMCTL":                                   "syscall",
7874	"syscall.SYS_SEMGET":                                   "syscall",
7875	"syscall.SYS_SEMOP":                                    "syscall",
7876	"syscall.SYS_SEMSYS":                                   "syscall",
7877	"syscall.SYS_SEMTIMEDOP":                               "syscall",
7878	"syscall.SYS_SEM_CLOSE":                                "syscall",
7879	"syscall.SYS_SEM_DESTROY":                              "syscall",
7880	"syscall.SYS_SEM_GETVALUE":                             "syscall",
7881	"syscall.SYS_SEM_INIT":                                 "syscall",
7882	"syscall.SYS_SEM_OPEN":                                 "syscall",
7883	"syscall.SYS_SEM_POST":                                 "syscall",
7884	"syscall.SYS_SEM_TRYWAIT":                              "syscall",
7885	"syscall.SYS_SEM_UNLINK":                               "syscall",
7886	"syscall.SYS_SEM_WAIT":                                 "syscall",
7887	"syscall.SYS_SEM_WAIT_NOCANCEL":                        "syscall",
7888	"syscall.SYS_SEND":                                     "syscall",
7889	"syscall.SYS_SENDFILE":                                 "syscall",
7890	"syscall.SYS_SENDFILE64":                               "syscall",
7891	"syscall.SYS_SENDMMSG":                                 "syscall",
7892	"syscall.SYS_SENDMSG":                                  "syscall",
7893	"syscall.SYS_SENDMSG_NOCANCEL":                         "syscall",
7894	"syscall.SYS_SENDTO":                                   "syscall",
7895	"syscall.SYS_SENDTO_NOCANCEL":                          "syscall",
7896	"syscall.SYS_SETATTRLIST":                              "syscall",
7897	"syscall.SYS_SETAUDIT":                                 "syscall",
7898	"syscall.SYS_SETAUDIT_ADDR":                            "syscall",
7899	"syscall.SYS_SETAUID":                                  "syscall",
7900	"syscall.SYS_SETCONTEXT":                               "syscall",
7901	"syscall.SYS_SETDOMAINNAME":                            "syscall",
7902	"syscall.SYS_SETEGID":                                  "syscall",
7903	"syscall.SYS_SETEUID":                                  "syscall",
7904	"syscall.SYS_SETFIB":                                   "syscall",
7905	"syscall.SYS_SETFSGID":                                 "syscall",
7906	"syscall.SYS_SETFSGID32":                               "syscall",
7907	"syscall.SYS_SETFSUID":                                 "syscall",
7908	"syscall.SYS_SETFSUID32":                               "syscall",
7909	"syscall.SYS_SETGID":                                   "syscall",
7910	"syscall.SYS_SETGID32":                                 "syscall",
7911	"syscall.SYS_SETGROUPS":                                "syscall",
7912	"syscall.SYS_SETGROUPS32":                              "syscall",
7913	"syscall.SYS_SETHOSTNAME":                              "syscall",
7914	"syscall.SYS_SETITIMER":                                "syscall",
7915	"syscall.SYS_SETLCID":                                  "syscall",
7916	"syscall.SYS_SETLOGIN":                                 "syscall",
7917	"syscall.SYS_SETLOGINCLASS":                            "syscall",
7918	"syscall.SYS_SETNS":                                    "syscall",
7919	"syscall.SYS_SETPGID":                                  "syscall",
7920	"syscall.SYS_SETPRIORITY":                              "syscall",
7921	"syscall.SYS_SETPRIVEXEC":                              "syscall",
7922	"syscall.SYS_SETREGID":                                 "syscall",
7923	"syscall.SYS_SETREGID32":                               "syscall",
7924	"syscall.SYS_SETRESGID":                                "syscall",
7925	"syscall.SYS_SETRESGID32":                              "syscall",
7926	"syscall.SYS_SETRESUID":                                "syscall",
7927	"syscall.SYS_SETRESUID32":                              "syscall",
7928	"syscall.SYS_SETREUID":                                 "syscall",
7929	"syscall.SYS_SETREUID32":                               "syscall",
7930	"syscall.SYS_SETRLIMIT":                                "syscall",
7931	"syscall.SYS_SETRTABLE":                                "syscall",
7932	"syscall.SYS_SETSGROUPS":                               "syscall",
7933	"syscall.SYS_SETSID":                                   "syscall",
7934	"syscall.SYS_SETSOCKOPT":                               "syscall",
7935	"syscall.SYS_SETTID":                                   "syscall",
7936	"syscall.SYS_SETTID_WITH_PID":                          "syscall",
7937	"syscall.SYS_SETTIMEOFDAY":                             "syscall",
7938	"syscall.SYS_SETUID":                                   "syscall",
7939	"syscall.SYS_SETUID32":                                 "syscall",
7940	"syscall.SYS_SETWGROUPS":                               "syscall",
7941	"syscall.SYS_SETXATTR":                                 "syscall",
7942	"syscall.SYS_SET_MEMPOLICY":                            "syscall",
7943	"syscall.SYS_SET_ROBUST_LIST":                          "syscall",
7944	"syscall.SYS_SET_THREAD_AREA":                          "syscall",
7945	"syscall.SYS_SET_TID_ADDRESS":                          "syscall",
7946	"syscall.SYS_SGETMASK":                                 "syscall",
7947	"syscall.SYS_SHARED_REGION_CHECK_NP":                   "syscall",
7948	"syscall.SYS_SHARED_REGION_MAP_AND_SLIDE_NP":           "syscall",
7949	"syscall.SYS_SHMAT":                                    "syscall",
7950	"syscall.SYS_SHMCTL":                                   "syscall",
7951	"syscall.SYS_SHMDT":                                    "syscall",
7952	"syscall.SYS_SHMGET":                                   "syscall",
7953	"syscall.SYS_SHMSYS":                                   "syscall",
7954	"syscall.SYS_SHM_OPEN":                                 "syscall",
7955	"syscall.SYS_SHM_UNLINK":                               "syscall",
7956	"syscall.SYS_SHUTDOWN":                                 "syscall",
7957	"syscall.SYS_SIGACTION":                                "syscall",
7958	"syscall.SYS_SIGALTSTACK":                              "syscall",
7959	"syscall.SYS_SIGNAL":                                   "syscall",
7960	"syscall.SYS_SIGNALFD":                                 "syscall",
7961	"syscall.SYS_SIGNALFD4":                                "syscall",
7962	"syscall.SYS_SIGPENDING":                               "syscall",
7963	"syscall.SYS_SIGPROCMASK":                              "syscall",
7964	"syscall.SYS_SIGQUEUE":                                 "syscall",
7965	"syscall.SYS_SIGQUEUEINFO":                             "syscall",
7966	"syscall.SYS_SIGRETURN":                                "syscall",
7967	"syscall.SYS_SIGSUSPEND":                               "syscall",
7968	"syscall.SYS_SIGSUSPEND_NOCANCEL":                      "syscall",
7969	"syscall.SYS_SIGTIMEDWAIT":                             "syscall",
7970	"syscall.SYS_SIGWAIT":                                  "syscall",
7971	"syscall.SYS_SIGWAITINFO":                              "syscall",
7972	"syscall.SYS_SOCKET":                                   "syscall",
7973	"syscall.SYS_SOCKETCALL":                               "syscall",
7974	"syscall.SYS_SOCKETPAIR":                               "syscall",
7975	"syscall.SYS_SPLICE":                                   "syscall",
7976	"syscall.SYS_SSETMASK":                                 "syscall",
7977	"syscall.SYS_SSTK":                                     "syscall",
7978	"syscall.SYS_STACK_SNAPSHOT":                           "syscall",
7979	"syscall.SYS_STAT":                                     "syscall",
7980	"syscall.SYS_STAT64":                                   "syscall",
7981	"syscall.SYS_STAT64_EXTENDED":                          "syscall",
7982	"syscall.SYS_STATFS":                                   "syscall",
7983	"syscall.SYS_STATFS64":                                 "syscall",
7984	"syscall.SYS_STATV":                                    "syscall",
7985	"syscall.SYS_STATVFS1":                                 "syscall",
7986	"syscall.SYS_STAT_EXTENDED":                            "syscall",
7987	"syscall.SYS_STIME":                                    "syscall",
7988	"syscall.SYS_STTY":                                     "syscall",
7989	"syscall.SYS_SWAPCONTEXT":                              "syscall",
7990	"syscall.SYS_SWAPCTL":                                  "syscall",
7991	"syscall.SYS_SWAPOFF":                                  "syscall",
7992	"syscall.SYS_SWAPON":                                   "syscall",
7993	"syscall.SYS_SYMLINK":                                  "syscall",
7994	"syscall.SYS_SYMLINKAT":                                "syscall",
7995	"syscall.SYS_SYNC":                                     "syscall",
7996	"syscall.SYS_SYNCFS":                                   "syscall",
7997	"syscall.SYS_SYNC_FILE_RANGE":                          "syscall",
7998	"syscall.SYS_SYSARCH":                                  "syscall",
7999	"syscall.SYS_SYSCALL":                                  "syscall",
8000	"syscall.SYS_SYSCALL_BASE":                             "syscall",
8001	"syscall.SYS_SYSFS":                                    "syscall",
8002	"syscall.SYS_SYSINFO":                                  "syscall",
8003	"syscall.SYS_SYSLOG":                                   "syscall",
8004	"syscall.SYS_TEE":                                      "syscall",
8005	"syscall.SYS_TGKILL":                                   "syscall",
8006	"syscall.SYS_THREAD_SELFID":                            "syscall",
8007	"syscall.SYS_THR_CREATE":                               "syscall",
8008	"syscall.SYS_THR_EXIT":                                 "syscall",
8009	"syscall.SYS_THR_KILL":                                 "syscall",
8010	"syscall.SYS_THR_KILL2":                                "syscall",
8011	"syscall.SYS_THR_NEW":                                  "syscall",
8012	"syscall.SYS_THR_SELF":                                 "syscall",
8013	"syscall.SYS_THR_SET_NAME":                             "syscall",
8014	"syscall.SYS_THR_SUSPEND":                              "syscall",
8015	"syscall.SYS_THR_WAKE":                                 "syscall",
8016	"syscall.SYS_TIME":                                     "syscall",
8017	"syscall.SYS_TIMERFD_CREATE":                           "syscall",
8018	"syscall.SYS_TIMERFD_GETTIME":                          "syscall",
8019	"syscall.SYS_TIMERFD_SETTIME":                          "syscall",
8020	"syscall.SYS_TIMER_CREATE":                             "syscall",
8021	"syscall.SYS_TIMER_DELETE":                             "syscall",
8022	"syscall.SYS_TIMER_GETOVERRUN":                         "syscall",
8023	"syscall.SYS_TIMER_GETTIME":                            "syscall",
8024	"syscall.SYS_TIMER_SETTIME":                            "syscall",
8025	"syscall.SYS_TIMES":                                    "syscall",
8026	"syscall.SYS_TKILL":                                    "syscall",
8027	"syscall.SYS_TRUNCATE":                                 "syscall",
8028	"syscall.SYS_TRUNCATE64":                               "syscall",
8029	"syscall.SYS_TUXCALL":                                  "syscall",
8030	"syscall.SYS_UGETRLIMIT":                               "syscall",
8031	"syscall.SYS_ULIMIT":                                   "syscall",
8032	"syscall.SYS_UMASK":                                    "syscall",
8033	"syscall.SYS_UMASK_EXTENDED":                           "syscall",
8034	"syscall.SYS_UMOUNT":                                   "syscall",
8035	"syscall.SYS_UMOUNT2":                                  "syscall",
8036	"syscall.SYS_UNAME":                                    "syscall",
8037	"syscall.SYS_UNDELETE":                                 "syscall",
8038	"syscall.SYS_UNLINK":                                   "syscall",
8039	"syscall.SYS_UNLINKAT":                                 "syscall",
8040	"syscall.SYS_UNMOUNT":                                  "syscall",
8041	"syscall.SYS_UNSHARE":                                  "syscall",
8042	"syscall.SYS_USELIB":                                   "syscall",
8043	"syscall.SYS_USTAT":                                    "syscall",
8044	"syscall.SYS_UTIME":                                    "syscall",
8045	"syscall.SYS_UTIMENSAT":                                "syscall",
8046	"syscall.SYS_UTIMES":                                   "syscall",
8047	"syscall.SYS_UTRACE":                                   "syscall",
8048	"syscall.SYS_UUIDGEN":                                  "syscall",
8049	"syscall.SYS_VADVISE":                                  "syscall",
8050	"syscall.SYS_VFORK":                                    "syscall",
8051	"syscall.SYS_VHANGUP":                                  "syscall",
8052	"syscall.SYS_VM86":                                     "syscall",
8053	"syscall.SYS_VM86OLD":                                  "syscall",
8054	"syscall.SYS_VMSPLICE":                                 "syscall",
8055	"syscall.SYS_VM_PRESSURE_MONITOR":                      "syscall",
8056	"syscall.SYS_VSERVER":                                  "syscall",
8057	"syscall.SYS_WAIT4":                                    "syscall",
8058	"syscall.SYS_WAIT4_NOCANCEL":                           "syscall",
8059	"syscall.SYS_WAIT6":                                    "syscall",
8060	"syscall.SYS_WAITEVENT":                                "syscall",
8061	"syscall.SYS_WAITID":                                   "syscall",
8062	"syscall.SYS_WAITID_NOCANCEL":                          "syscall",
8063	"syscall.SYS_WAITPID":                                  "syscall",
8064	"syscall.SYS_WATCHEVENT":                               "syscall",
8065	"syscall.SYS_WORKQ_KERNRETURN":                         "syscall",
8066	"syscall.SYS_WORKQ_OPEN":                               "syscall",
8067	"syscall.SYS_WRITE":                                    "syscall",
8068	"syscall.SYS_WRITEV":                                   "syscall",
8069	"syscall.SYS_WRITEV_NOCANCEL":                          "syscall",
8070	"syscall.SYS_WRITE_NOCANCEL":                           "syscall",
8071	"syscall.SYS_YIELD":                                    "syscall",
8072	"syscall.SYS__LLSEEK":                                  "syscall",
8073	"syscall.SYS__LWP_CONTINUE":                            "syscall",
8074	"syscall.SYS__LWP_CREATE":                              "syscall",
8075	"syscall.SYS__LWP_CTL":                                 "syscall",
8076	"syscall.SYS__LWP_DETACH":                              "syscall",
8077	"syscall.SYS__LWP_EXIT":                                "syscall",
8078	"syscall.SYS__LWP_GETNAME":                             "syscall",
8079	"syscall.SYS__LWP_GETPRIVATE":                          "syscall",
8080	"syscall.SYS__LWP_KILL":                                "syscall",
8081	"syscall.SYS__LWP_PARK":                                "syscall",
8082	"syscall.SYS__LWP_SELF":                                "syscall",
8083	"syscall.SYS__LWP_SETNAME":                             "syscall",
8084	"syscall.SYS__LWP_SETPRIVATE":                          "syscall",
8085	"syscall.SYS__LWP_SUSPEND":                             "syscall",
8086	"syscall.SYS__LWP_UNPARK":                              "syscall",
8087	"syscall.SYS__LWP_UNPARK_ALL":                          "syscall",
8088	"syscall.SYS__LWP_WAIT":                                "syscall",
8089	"syscall.SYS__LWP_WAKEUP":                              "syscall",
8090	"syscall.SYS__NEWSELECT":                               "syscall",
8091	"syscall.SYS__PSET_BIND":                               "syscall",
8092	"syscall.SYS__SCHED_GETAFFINITY":                       "syscall",
8093	"syscall.SYS__SCHED_GETPARAM":                          "syscall",
8094	"syscall.SYS__SCHED_SETAFFINITY":                       "syscall",
8095	"syscall.SYS__SCHED_SETPARAM":                          "syscall",
8096	"syscall.SYS__SYSCTL":                                  "syscall",
8097	"syscall.SYS__UMTX_LOCK":                               "syscall",
8098	"syscall.SYS__UMTX_OP":                                 "syscall",
8099	"syscall.SYS__UMTX_UNLOCK":                             "syscall",
8100	"syscall.SYS___ACL_ACLCHECK_FD":                        "syscall",
8101	"syscall.SYS___ACL_ACLCHECK_FILE":                      "syscall",
8102	"syscall.SYS___ACL_ACLCHECK_LINK":                      "syscall",
8103	"syscall.SYS___ACL_DELETE_FD":                          "syscall",
8104	"syscall.SYS___ACL_DELETE_FILE":                        "syscall",
8105	"syscall.SYS___ACL_DELETE_LINK":                        "syscall",
8106	"syscall.SYS___ACL_GET_FD":                             "syscall",
8107	"syscall.SYS___ACL_GET_FILE":                           "syscall",
8108	"syscall.SYS___ACL_GET_LINK":                           "syscall",
8109	"syscall.SYS___ACL_SET_FD":                             "syscall",
8110	"syscall.SYS___ACL_SET_FILE":                           "syscall",
8111	"syscall.SYS___ACL_SET_LINK":                           "syscall",
8112	"syscall.SYS___CLONE":                                  "syscall",
8113	"syscall.SYS___DISABLE_THREADSIGNAL":                   "syscall",
8114	"syscall.SYS___GETCWD":                                 "syscall",
8115	"syscall.SYS___GETLOGIN":                               "syscall",
8116	"syscall.SYS___GET_TCB":                                "syscall",
8117	"syscall.SYS___MAC_EXECVE":                             "syscall",
8118	"syscall.SYS___MAC_GETFSSTAT":                          "syscall",
8119	"syscall.SYS___MAC_GET_FD":                             "syscall",
8120	"syscall.SYS___MAC_GET_FILE":                           "syscall",
8121	"syscall.SYS___MAC_GET_LCID":                           "syscall",
8122	"syscall.SYS___MAC_GET_LCTX":                           "syscall",
8123	"syscall.SYS___MAC_GET_LINK":                           "syscall",
8124	"syscall.SYS___MAC_GET_MOUNT":                          "syscall",
8125	"syscall.SYS___MAC_GET_PID":                            "syscall",
8126	"syscall.SYS___MAC_GET_PROC":                           "syscall",
8127	"syscall.SYS___MAC_MOUNT":                              "syscall",
8128	"syscall.SYS___MAC_SET_FD":                             "syscall",
8129	"syscall.SYS___MAC_SET_FILE":                           "syscall",
8130	"syscall.SYS___MAC_SET_LCTX":                           "syscall",
8131	"syscall.SYS___MAC_SET_LINK":                           "syscall",
8132	"syscall.SYS___MAC_SET_PROC":                           "syscall",
8133	"syscall.SYS___MAC_SYSCALL":                            "syscall",
8134	"syscall.SYS___OLD_SEMWAIT_SIGNAL":                     "syscall",
8135	"syscall.SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL":            "syscall",
8136	"syscall.SYS___POSIX_CHOWN":                            "syscall",
8137	"syscall.SYS___POSIX_FCHOWN":                           "syscall",
8138	"syscall.SYS___POSIX_LCHOWN":                           "syscall",
8139	"syscall.SYS___POSIX_RENAME":                           "syscall",
8140	"syscall.SYS___PTHREAD_CANCELED":                       "syscall",
8141	"syscall.SYS___PTHREAD_CHDIR":                          "syscall",
8142	"syscall.SYS___PTHREAD_FCHDIR":                         "syscall",
8143	"syscall.SYS___PTHREAD_KILL":                           "syscall",
8144	"syscall.SYS___PTHREAD_MARKCANCEL":                     "syscall",
8145	"syscall.SYS___PTHREAD_SIGMASK":                        "syscall",
8146	"syscall.SYS___QUOTACTL":                               "syscall",
8147	"syscall.SYS___SEMCTL":                                 "syscall",
8148	"syscall.SYS___SEMWAIT_SIGNAL":                         "syscall",
8149	"syscall.SYS___SEMWAIT_SIGNAL_NOCANCEL":                "syscall",
8150	"syscall.SYS___SETLOGIN":                               "syscall",
8151	"syscall.SYS___SETUGID":                                "syscall",
8152	"syscall.SYS___SET_TCB":                                "syscall",
8153	"syscall.SYS___SIGACTION_SIGTRAMP":                     "syscall",
8154	"syscall.SYS___SIGTIMEDWAIT":                           "syscall",
8155	"syscall.SYS___SIGWAIT":                                "syscall",
8156	"syscall.SYS___SIGWAIT_NOCANCEL":                       "syscall",
8157	"syscall.SYS___SYSCTL":                                 "syscall",
8158	"syscall.SYS___TFORK":                                  "syscall",
8159	"syscall.SYS___THREXIT":                                "syscall",
8160	"syscall.SYS___THRSIGDIVERT":                           "syscall",
8161	"syscall.SYS___THRSLEEP":                               "syscall",
8162	"syscall.SYS___THRWAKEUP":                              "syscall",
8163	"syscall.S_ARCH1":                                      "syscall",
8164	"syscall.S_ARCH2":                                      "syscall",
8165	"syscall.S_BLKSIZE":                                    "syscall",
8166	"syscall.S_IEXEC":                                      "syscall",
8167	"syscall.S_IFBLK":                                      "syscall",
8168	"syscall.S_IFCHR":                                      "syscall",
8169	"syscall.S_IFDIR":                                      "syscall",
8170	"syscall.S_IFIFO":                                      "syscall",
8171	"syscall.S_IFLNK":                                      "syscall",
8172	"syscall.S_IFMT":                                       "syscall",
8173	"syscall.S_IFREG":                                      "syscall",
8174	"syscall.S_IFSOCK":                                     "syscall",
8175	"syscall.S_IFWHT":                                      "syscall",
8176	"syscall.S_IREAD":                                      "syscall",
8177	"syscall.S_IRGRP":                                      "syscall",
8178	"syscall.S_IROTH":                                      "syscall",
8179	"syscall.S_IRUSR":                                      "syscall",
8180	"syscall.S_IRWXG":                                      "syscall",
8181	"syscall.S_IRWXO":                                      "syscall",
8182	"syscall.S_IRWXU":                                      "syscall",
8183	"syscall.S_ISGID":                                      "syscall",
8184	"syscall.S_ISTXT":                                      "syscall",
8185	"syscall.S_ISUID":                                      "syscall",
8186	"syscall.S_ISVTX":                                      "syscall",
8187	"syscall.S_IWGRP":                                      "syscall",
8188	"syscall.S_IWOTH":                                      "syscall",
8189	"syscall.S_IWRITE":                                     "syscall",
8190	"syscall.S_IWUSR":                                      "syscall",
8191	"syscall.S_IXGRP":                                      "syscall",
8192	"syscall.S_IXOTH":                                      "syscall",
8193	"syscall.S_IXUSR":                                      "syscall",
8194	"syscall.S_LOGIN_SET":                                  "syscall",
8195	"syscall.SecurityAttributes":                           "syscall",
8196	"syscall.Seek":                                         "syscall",
8197	"syscall.Select":                                       "syscall",
8198	"syscall.Sendfile":                                     "syscall",
8199	"syscall.Sendmsg":                                      "syscall",
8200	"syscall.SendmsgN":                                     "syscall",
8201	"syscall.Sendto":                                       "syscall",
8202	"syscall.Servent":                                      "syscall",
8203	"syscall.SetBpf":                                       "syscall",
8204	"syscall.SetBpfBuflen":                                 "syscall",
8205	"syscall.SetBpfDatalink":                               "syscall",
8206	"syscall.SetBpfHeadercmpl":                             "syscall",
8207	"syscall.SetBpfImmediate":                              "syscall",
8208	"syscall.SetBpfInterface":                              "syscall",
8209	"syscall.SetBpfPromisc":                                "syscall",
8210	"syscall.SetBpfTimeout":                                "syscall",
8211	"syscall.SetCurrentDirectory":                          "syscall",
8212	"syscall.SetEndOfFile":                                 "syscall",
8213	"syscall.SetEnvironmentVariable":                       "syscall",
8214	"syscall.SetFileAttributes":                            "syscall",
8215	"syscall.SetFileCompletionNotificationModes":           "syscall",
8216	"syscall.SetFilePointer":                               "syscall",
8217	"syscall.SetFileTime":                                  "syscall",
8218	"syscall.SetHandleInformation":                         "syscall",
8219	"syscall.SetKevent":                                    "syscall",
8220	"syscall.SetLsfPromisc":                                "syscall",
8221	"syscall.SetNonblock":                                  "syscall",
8222	"syscall.Setdomainname":                                "syscall",
8223	"syscall.Setegid":                                      "syscall",
8224	"syscall.Setenv":                                       "syscall",
8225	"syscall.Seteuid":                                      "syscall",
8226	"syscall.Setfsgid":                                     "syscall",
8227	"syscall.Setfsuid":                                     "syscall",
8228	"syscall.Setgid":                                       "syscall",
8229	"syscall.Setgroups":                                    "syscall",
8230	"syscall.Sethostname":                                  "syscall",
8231	"syscall.Setlogin":                                     "syscall",
8232	"syscall.Setpgid":                                      "syscall",
8233	"syscall.Setpriority":                                  "syscall",
8234	"syscall.Setprivexec":                                  "syscall",
8235	"syscall.Setregid":                                     "syscall",
8236	"syscall.Setresgid":                                    "syscall",
8237	"syscall.Setresuid":                                    "syscall",
8238	"syscall.Setreuid":                                     "syscall",
8239	"syscall.Setrlimit":                                    "syscall",
8240	"syscall.Setsid":                                       "syscall",
8241	"syscall.Setsockopt":                                   "syscall",
8242	"syscall.SetsockoptByte":                               "syscall",
8243	"syscall.SetsockoptICMPv6Filter":                       "syscall",
8244	"syscall.SetsockoptIPMreq":                             "syscall",
8245	"syscall.SetsockoptIPMreqn":                            "syscall",
8246	"syscall.SetsockoptIPv6Mreq":                           "syscall",
8247	"syscall.SetsockoptInet4Addr":                          "syscall",
8248	"syscall.SetsockoptInt":                                "syscall",
8249	"syscall.SetsockoptLinger":                             "syscall",
8250	"syscall.SetsockoptString":                             "syscall",
8251	"syscall.SetsockoptTimeval":                            "syscall",
8252	"syscall.Settimeofday":                                 "syscall",
8253	"syscall.Setuid":                                       "syscall",
8254	"syscall.Setxattr":                                     "syscall",
8255	"syscall.Shutdown":                                     "syscall",
8256	"syscall.SidTypeAlias":                                 "syscall",
8257	"syscall.SidTypeComputer":                              "syscall",
8258	"syscall.SidTypeDeletedAccount":                        "syscall",
8259	"syscall.SidTypeDomain":                                "syscall",
8260	"syscall.SidTypeGroup":                                 "syscall",
8261	"syscall.SidTypeInvalid":                               "syscall",
8262	"syscall.SidTypeLabel":                                 "syscall",
8263	"syscall.SidTypeUnknown":                               "syscall",
8264	"syscall.SidTypeUser":                                  "syscall",
8265	"syscall.SidTypeWellKnownGroup":                        "syscall",
8266	"syscall.Signal":                                       "syscall",
8267	"syscall.SizeofBpfHdr":                                 "syscall",
8268	"syscall.SizeofBpfInsn":                                "syscall",
8269	"syscall.SizeofBpfProgram":                             "syscall",
8270	"syscall.SizeofBpfStat":                                "syscall",
8271	"syscall.SizeofBpfVersion":                             "syscall",
8272	"syscall.SizeofBpfZbuf":                                "syscall",
8273	"syscall.SizeofBpfZbufHeader":                          "syscall",
8274	"syscall.SizeofCmsghdr":                                "syscall",
8275	"syscall.SizeofICMPv6Filter":                           "syscall",
8276	"syscall.SizeofIPMreq":                                 "syscall",
8277	"syscall.SizeofIPMreqn":                                "syscall",
8278	"syscall.SizeofIPv6MTUInfo":                            "syscall",
8279	"syscall.SizeofIPv6Mreq":                               "syscall",
8280	"syscall.SizeofIfAddrmsg":                              "syscall",
8281	"syscall.SizeofIfAnnounceMsghdr":                       "syscall",
8282	"syscall.SizeofIfData":                                 "syscall",
8283	"syscall.SizeofIfInfomsg":                              "syscall",
8284	"syscall.SizeofIfMsghdr":                               "syscall",
8285	"syscall.SizeofIfaMsghdr":                              "syscall",
8286	"syscall.SizeofIfmaMsghdr":                             "syscall",
8287	"syscall.SizeofIfmaMsghdr2":                            "syscall",
8288	"syscall.SizeofInet4Pktinfo":                           "syscall",
8289	"syscall.SizeofInet6Pktinfo":                           "syscall",
8290	"syscall.SizeofInotifyEvent":                           "syscall",
8291	"syscall.SizeofLinger":                                 "syscall",
8292	"syscall.SizeofMsghdr":                                 "syscall",
8293	"syscall.SizeofNlAttr":                                 "syscall",
8294	"syscall.SizeofNlMsgerr":                               "syscall",
8295	"syscall.SizeofNlMsghdr":                               "syscall",
8296	"syscall.SizeofRtAttr":                                 "syscall",
8297	"syscall.SizeofRtGenmsg":                               "syscall",
8298	"syscall.SizeofRtMetrics":                              "syscall",
8299	"syscall.SizeofRtMsg":                                  "syscall",
8300	"syscall.SizeofRtMsghdr":                               "syscall",
8301	"syscall.SizeofRtNexthop":                              "syscall",
8302	"syscall.SizeofSockFilter":                             "syscall",
8303	"syscall.SizeofSockFprog":                              "syscall",
8304	"syscall.SizeofSockaddrAny":                            "syscall",
8305	"syscall.SizeofSockaddrDatalink":                       "syscall",
8306	"syscall.SizeofSockaddrInet4":                          "syscall",
8307	"syscall.SizeofSockaddrInet6":                          "syscall",
8308	"syscall.SizeofSockaddrLinklayer":                      "syscall",
8309	"syscall.SizeofSockaddrNetlink":                        "syscall",
8310	"syscall.SizeofSockaddrUnix":                           "syscall",
8311	"syscall.SizeofTCPInfo":                                "syscall",
8312	"syscall.SizeofUcred":                                  "syscall",
8313	"syscall.SlicePtrFromStrings":                          "syscall",
8314	"syscall.SockFilter":                                   "syscall",
8315	"syscall.SockFprog":                                    "syscall",
8316	"syscall.SockaddrDatalink":                             "syscall",
8317	"syscall.SockaddrGen":                                  "syscall",
8318	"syscall.SockaddrInet4":                                "syscall",
8319	"syscall.SockaddrInet6":                                "syscall",
8320	"syscall.SockaddrLinklayer":                            "syscall",
8321	"syscall.SockaddrNetlink":                              "syscall",
8322	"syscall.SockaddrUnix":                                 "syscall",
8323	"syscall.Socket":                                       "syscall",
8324	"syscall.SocketControlMessage":                         "syscall",
8325	"syscall.SocketDisableIPv6":                            "syscall",
8326	"syscall.Socketpair":                                   "syscall",
8327	"syscall.Splice":                                       "syscall",
8328	"syscall.StartProcess":                                 "syscall",
8329	"syscall.StartupInfo":                                  "syscall",
8330	"syscall.Stat":                                         "syscall",
8331	"syscall.Stat_t":                                       "syscall",
8332	"syscall.Statfs":                                       "syscall",
8333	"syscall.Statfs_t":                                     "syscall",
8334	"syscall.Stderr":                                       "syscall",
8335	"syscall.Stdin":                                        "syscall",
8336	"syscall.Stdout":                                       "syscall",
8337	"syscall.StringBytePtr":                                "syscall",
8338	"syscall.StringByteSlice":                              "syscall",
8339	"syscall.StringSlicePtr":                               "syscall",
8340	"syscall.StringToSid":                                  "syscall",
8341	"syscall.StringToUTF16":                                "syscall",
8342	"syscall.StringToUTF16Ptr":                             "syscall",
8343	"syscall.Symlink":                                      "syscall",
8344	"syscall.Sync":                                         "syscall",
8345	"syscall.SyncFileRange":                                "syscall",
8346	"syscall.SysProcAttr":                                  "syscall",
8347	"syscall.SysProcIDMap":                                 "syscall",
8348	"syscall.Syscall":                                      "syscall",
8349	"syscall.Syscall12":                                    "syscall",
8350	"syscall.Syscall15":                                    "syscall",
8351	"syscall.Syscall6":                                     "syscall",
8352	"syscall.Syscall9":                                     "syscall",
8353	"syscall.Sysctl":                                       "syscall",
8354	"syscall.SysctlUint32":                                 "syscall",
8355	"syscall.Sysctlnode":                                   "syscall",
8356	"syscall.Sysinfo":                                      "syscall",
8357	"syscall.Sysinfo_t":                                    "syscall",
8358	"syscall.Systemtime":                                   "syscall",
8359	"syscall.TCGETS":                                       "syscall",
8360	"syscall.TCIFLUSH":                                     "syscall",
8361	"syscall.TCIOFLUSH":                                    "syscall",
8362	"syscall.TCOFLUSH":                                     "syscall",
8363	"syscall.TCPInfo":                                      "syscall",
8364	"syscall.TCPKeepalive":                                 "syscall",
8365	"syscall.TCP_CA_NAME_MAX":                              "syscall",
8366	"syscall.TCP_CONGCTL":                                  "syscall",
8367	"syscall.TCP_CONGESTION":                               "syscall",
8368	"syscall.TCP_CONNECTIONTIMEOUT":                        "syscall",
8369	"syscall.TCP_CORK":                                     "syscall",
8370	"syscall.TCP_DEFER_ACCEPT":                             "syscall",
8371	"syscall.TCP_INFO":                                     "syscall",
8372	"syscall.TCP_KEEPALIVE":                                "syscall",
8373	"syscall.TCP_KEEPCNT":                                  "syscall",
8374	"syscall.TCP_KEEPIDLE":                                 "syscall",
8375	"syscall.TCP_KEEPINIT":                                 "syscall",
8376	"syscall.TCP_KEEPINTVL":                                "syscall",
8377	"syscall.TCP_LINGER2":                                  "syscall",
8378	"syscall.TCP_MAXBURST":                                 "syscall",
8379	"syscall.TCP_MAXHLEN":                                  "syscall",
8380	"syscall.TCP_MAXOLEN":                                  "syscall",
8381	"syscall.TCP_MAXSEG":                                   "syscall",
8382	"syscall.TCP_MAXWIN":                                   "syscall",
8383	"syscall.TCP_MAX_SACK":                                 "syscall",
8384	"syscall.TCP_MAX_WINSHIFT":                             "syscall",
8385	"syscall.TCP_MD5SIG":                                   "syscall",
8386	"syscall.TCP_MD5SIG_MAXKEYLEN":                         "syscall",
8387	"syscall.TCP_MINMSS":                                   "syscall",
8388	"syscall.TCP_MINMSSOVERLOAD":                           "syscall",
8389	"syscall.TCP_MSS":                                      "syscall",
8390	"syscall.TCP_NODELAY":                                  "syscall",
8391	"syscall.TCP_NOOPT":                                    "syscall",
8392	"syscall.TCP_NOPUSH":                                   "syscall",
8393	"syscall.TCP_NSTATES":                                  "syscall",
8394	"syscall.TCP_QUICKACK":                                 "syscall",
8395	"syscall.TCP_RXT_CONNDROPTIME":                         "syscall",
8396	"syscall.TCP_RXT_FINDROP":                              "syscall",
8397	"syscall.TCP_SACK_ENABLE":                              "syscall",
8398	"syscall.TCP_SYNCNT":                                   "syscall",
8399	"syscall.TCP_VENDOR":                                   "syscall",
8400	"syscall.TCP_WINDOW_CLAMP":                             "syscall",
8401	"syscall.TCSAFLUSH":                                    "syscall",
8402	"syscall.TCSETS":                                       "syscall",
8403	"syscall.TF_DISCONNECT":                                "syscall",
8404	"syscall.TF_REUSE_SOCKET":                              "syscall",
8405	"syscall.TF_USE_DEFAULT_WORKER":                        "syscall",
8406	"syscall.TF_USE_KERNEL_APC":                            "syscall",
8407	"syscall.TF_USE_SYSTEM_THREAD":                         "syscall",
8408	"syscall.TF_WRITE_BEHIND":                              "syscall",
8409	"syscall.TH32CS_INHERIT":                               "syscall",
8410	"syscall.TH32CS_SNAPALL":                               "syscall",
8411	"syscall.TH32CS_SNAPHEAPLIST":                          "syscall",
8412	"syscall.TH32CS_SNAPMODULE":                            "syscall",
8413	"syscall.TH32CS_SNAPMODULE32":                          "syscall",
8414	"syscall.TH32CS_SNAPPROCESS":                           "syscall",
8415	"syscall.TH32CS_SNAPTHREAD":                            "syscall",
8416	"syscall.TIME_ZONE_ID_DAYLIGHT":                        "syscall",
8417	"syscall.TIME_ZONE_ID_STANDARD":                        "syscall",
8418	"syscall.TIME_ZONE_ID_UNKNOWN":                         "syscall",
8419	"syscall.TIOCCBRK":                                     "syscall",
8420	"syscall.TIOCCDTR":                                     "syscall",
8421	"syscall.TIOCCONS":                                     "syscall",
8422	"syscall.TIOCDCDTIMESTAMP":                             "syscall",
8423	"syscall.TIOCDRAIN":                                    "syscall",
8424	"syscall.TIOCDSIMICROCODE":                             "syscall",
8425	"syscall.TIOCEXCL":                                     "syscall",
8426	"syscall.TIOCEXT":                                      "syscall",
8427	"syscall.TIOCFLAG_CDTRCTS":                             "syscall",
8428	"syscall.TIOCFLAG_CLOCAL":                              "syscall",
8429	"syscall.TIOCFLAG_CRTSCTS":                             "syscall",
8430	"syscall.TIOCFLAG_MDMBUF":                              "syscall",
8431	"syscall.TIOCFLAG_PPS":                                 "syscall",
8432	"syscall.TIOCFLAG_SOFTCAR":                             "syscall",
8433	"syscall.TIOCFLUSH":                                    "syscall",
8434	"syscall.TIOCGDEV":                                     "syscall",
8435	"syscall.TIOCGDRAINWAIT":                               "syscall",
8436	"syscall.TIOCGETA":                                     "syscall",
8437	"syscall.TIOCGETD":                                     "syscall",
8438	"syscall.TIOCGFLAGS":                                   "syscall",
8439	"syscall.TIOCGICOUNT":                                  "syscall",
8440	"syscall.TIOCGLCKTRMIOS":                               "syscall",
8441	"syscall.TIOCGLINED":                                   "syscall",
8442	"syscall.TIOCGPGRP":                                    "syscall",
8443	"syscall.TIOCGPTN":                                     "syscall",
8444	"syscall.TIOCGQSIZE":                                   "syscall",
8445	"syscall.TIOCGRANTPT":                                  "syscall",
8446	"syscall.TIOCGRS485":                                   "syscall",
8447	"syscall.TIOCGSERIAL":                                  "syscall",
8448	"syscall.TIOCGSID":                                     "syscall",
8449	"syscall.TIOCGSIZE":                                    "syscall",
8450	"syscall.TIOCGSOFTCAR":                                 "syscall",
8451	"syscall.TIOCGTSTAMP":                                  "syscall",
8452	"syscall.TIOCGWINSZ":                                   "syscall",
8453	"syscall.TIOCINQ":                                      "syscall",
8454	"syscall.TIOCIXOFF":                                    "syscall",
8455	"syscall.TIOCIXON":                                     "syscall",
8456	"syscall.TIOCLINUX":                                    "syscall",
8457	"syscall.TIOCMBIC":                                     "syscall",
8458	"syscall.TIOCMBIS":                                     "syscall",
8459	"syscall.TIOCMGDTRWAIT":                                "syscall",
8460	"syscall.TIOCMGET":                                     "syscall",
8461	"syscall.TIOCMIWAIT":                                   "syscall",
8462	"syscall.TIOCMODG":                                     "syscall",
8463	"syscall.TIOCMODS":                                     "syscall",
8464	"syscall.TIOCMSDTRWAIT":                                "syscall",
8465	"syscall.TIOCMSET":                                     "syscall",
8466	"syscall.TIOCM_CAR":                                    "syscall",
8467	"syscall.TIOCM_CD":                                     "syscall",
8468	"syscall.TIOCM_CTS":                                    "syscall",
8469	"syscall.TIOCM_DCD":                                    "syscall",
8470	"syscall.TIOCM_DSR":                                    "syscall",
8471	"syscall.TIOCM_DTR":                                    "syscall",
8472	"syscall.TIOCM_LE":                                     "syscall",
8473	"syscall.TIOCM_RI":                                     "syscall",
8474	"syscall.TIOCM_RNG":                                    "syscall",
8475	"syscall.TIOCM_RTS":                                    "syscall",
8476	"syscall.TIOCM_SR":                                     "syscall",
8477	"syscall.TIOCM_ST":                                     "syscall",
8478	"syscall.TIOCNOTTY":                                    "syscall",
8479	"syscall.TIOCNXCL":                                     "syscall",
8480	"syscall.TIOCOUTQ":                                     "syscall",
8481	"syscall.TIOCPKT":                                      "syscall",
8482	"syscall.TIOCPKT_DATA":                                 "syscall",
8483	"syscall.TIOCPKT_DOSTOP":                               "syscall",
8484	"syscall.TIOCPKT_FLUSHREAD":                            "syscall",
8485	"syscall.TIOCPKT_FLUSHWRITE":                           "syscall",
8486	"syscall.TIOCPKT_IOCTL":                                "syscall",
8487	"syscall.TIOCPKT_NOSTOP":                               "syscall",
8488	"syscall.TIOCPKT_START":                                "syscall",
8489	"syscall.TIOCPKT_STOP":                                 "syscall",
8490	"syscall.TIOCPTMASTER":                                 "syscall",
8491	"syscall.TIOCPTMGET":                                   "syscall",
8492	"syscall.TIOCPTSNAME":                                  "syscall",
8493	"syscall.TIOCPTYGNAME":                                 "syscall",
8494	"syscall.TIOCPTYGRANT":                                 "syscall",
8495	"syscall.TIOCPTYUNLK":                                  "syscall",
8496	"syscall.TIOCRCVFRAME":                                 "syscall",
8497	"syscall.TIOCREMOTE":                                   "syscall",
8498	"syscall.TIOCSBRK":                                     "syscall",
8499	"syscall.TIOCSCONS":                                    "syscall",
8500	"syscall.TIOCSCTTY":                                    "syscall",
8501	"syscall.TIOCSDRAINWAIT":                               "syscall",
8502	"syscall.TIOCSDTR":                                     "syscall",
8503	"syscall.TIOCSERCONFIG":                                "syscall",
8504	"syscall.TIOCSERGETLSR":                                "syscall",
8505	"syscall.TIOCSERGETMULTI":                              "syscall",
8506	"syscall.TIOCSERGSTRUCT":                               "syscall",
8507	"syscall.TIOCSERGWILD":                                 "syscall",
8508	"syscall.TIOCSERSETMULTI":                              "syscall",
8509	"syscall.TIOCSERSWILD":                                 "syscall",
8510	"syscall.TIOCSER_TEMT":                                 "syscall",
8511	"syscall.TIOCSETA":                                     "syscall",
8512	"syscall.TIOCSETAF":                                    "syscall",
8513	"syscall.TIOCSETAW":                                    "syscall",
8514	"syscall.TIOCSETD":                                     "syscall",
8515	"syscall.TIOCSFLAGS":                                   "syscall",
8516	"syscall.TIOCSIG":                                      "syscall",
8517	"syscall.TIOCSLCKTRMIOS":                               "syscall",
8518	"syscall.TIOCSLINED":                                   "syscall",
8519	"syscall.TIOCSPGRP":                                    "syscall",
8520	"syscall.TIOCSPTLCK":                                   "syscall",
8521	"syscall.TIOCSQSIZE":                                   "syscall",
8522	"syscall.TIOCSRS485":                                   "syscall",
8523	"syscall.TIOCSSERIAL":                                  "syscall",
8524	"syscall.TIOCSSIZE":                                    "syscall",
8525	"syscall.TIOCSSOFTCAR":                                 "syscall",
8526	"syscall.TIOCSTART":                                    "syscall",
8527	"syscall.TIOCSTAT":                                     "syscall",
8528	"syscall.TIOCSTI":                                      "syscall",
8529	"syscall.TIOCSTOP":                                     "syscall",
8530	"syscall.TIOCSTSTAMP":                                  "syscall",
8531	"syscall.TIOCSWINSZ":                                   "syscall",
8532	"syscall.TIOCTIMESTAMP":                                "syscall",
8533	"syscall.TIOCUCNTL":                                    "syscall",
8534	"syscall.TIOCVHANGUP":                                  "syscall",
8535	"syscall.TIOCXMTFRAME":                                 "syscall",
8536	"syscall.TOKEN_ADJUST_DEFAULT":                         "syscall",
8537	"syscall.TOKEN_ADJUST_GROUPS":                          "syscall",
8538	"syscall.TOKEN_ADJUST_PRIVILEGES":                      "syscall",
8539	"syscall.TOKEN_ALL_ACCESS":                             "syscall",
8540	"syscall.TOKEN_ASSIGN_PRIMARY":                         "syscall",
8541	"syscall.TOKEN_DUPLICATE":                              "syscall",
8542	"syscall.TOKEN_EXECUTE":                                "syscall",
8543	"syscall.TOKEN_IMPERSONATE":                            "syscall",
8544	"syscall.TOKEN_QUERY":                                  "syscall",
8545	"syscall.TOKEN_QUERY_SOURCE":                           "syscall",
8546	"syscall.TOKEN_READ":                                   "syscall",
8547	"syscall.TOKEN_WRITE":                                  "syscall",
8548	"syscall.TOSTOP":                                       "syscall",
8549	"syscall.TRUNCATE_EXISTING":                            "syscall",
8550	"syscall.TUNATTACHFILTER":                              "syscall",
8551	"syscall.TUNDETACHFILTER":                              "syscall",
8552	"syscall.TUNGETFEATURES":                               "syscall",
8553	"syscall.TUNGETIFF":                                    "syscall",
8554	"syscall.TUNGETSNDBUF":                                 "syscall",
8555	"syscall.TUNGETVNETHDRSZ":                              "syscall",
8556	"syscall.TUNSETDEBUG":                                  "syscall",
8557	"syscall.TUNSETGROUP":                                  "syscall",
8558	"syscall.TUNSETIFF":                                    "syscall",
8559	"syscall.TUNSETLINK":                                   "syscall",
8560	"syscall.TUNSETNOCSUM":                                 "syscall",
8561	"syscall.TUNSETOFFLOAD":                                "syscall",
8562	"syscall.TUNSETOWNER":                                  "syscall",
8563	"syscall.TUNSETPERSIST":                                "syscall",
8564	"syscall.TUNSETSNDBUF":                                 "syscall",
8565	"syscall.TUNSETTXFILTER":                               "syscall",
8566	"syscall.TUNSETVNETHDRSZ":                              "syscall",
8567	"syscall.Tee":                                          "syscall",
8568	"syscall.TerminateProcess":                             "syscall",
8569	"syscall.Termios":                                      "syscall",
8570	"syscall.Tgkill":                                       "syscall",
8571	"syscall.Time":                                         "syscall",
8572	"syscall.Time_t":                                       "syscall",
8573	"syscall.Times":                                        "syscall",
8574	"syscall.Timespec":                                     "syscall",
8575	"syscall.TimespecToNsec":                               "syscall",
8576	"syscall.Timeval":                                      "syscall",
8577	"syscall.Timeval32":                                    "syscall",
8578	"syscall.TimevalToNsec":                                "syscall",
8579	"syscall.Timex":                                        "syscall",
8580	"syscall.Timezoneinformation":                          "syscall",
8581	"syscall.Tms":                                          "syscall",
8582	"syscall.Token":                                        "syscall",
8583	"syscall.TokenAccessInformation":                       "syscall",
8584	"syscall.TokenAuditPolicy":                             "syscall",
8585	"syscall.TokenDefaultDacl":                             "syscall",
8586	"syscall.TokenElevation":                               "syscall",
8587	"syscall.TokenElevationType":                           "syscall",
8588	"syscall.TokenGroups":                                  "syscall",
8589	"syscall.TokenGroupsAndPrivileges":                     "syscall",
8590	"syscall.TokenHasRestrictions":                         "syscall",
8591	"syscall.TokenImpersonationLevel":                      "syscall",
8592	"syscall.TokenIntegrityLevel":                          "syscall",
8593	"syscall.TokenLinkedToken":                             "syscall",
8594	"syscall.TokenLogonSid":                                "syscall",
8595	"syscall.TokenMandatoryPolicy":                         "syscall",
8596	"syscall.TokenOrigin":                                  "syscall",
8597	"syscall.TokenOwner":                                   "syscall",
8598	"syscall.TokenPrimaryGroup":                            "syscall",
8599	"syscall.TokenPrivileges":                              "syscall",
8600	"syscall.TokenRestrictedSids":                          "syscall",
8601	"syscall.TokenSandBoxInert":                            "syscall",
8602	"syscall.TokenSessionId":                               "syscall",
8603	"syscall.TokenSessionReference":                        "syscall",
8604	"syscall.TokenSource":                                  "syscall",
8605	"syscall.TokenStatistics":                              "syscall",
8606	"syscall.TokenType":                                    "syscall",
8607	"syscall.TokenUIAccess":                                "syscall",
8608	"syscall.TokenUser":                                    "syscall",
8609	"syscall.TokenVirtualizationAllowed":                   "syscall",
8610	"syscall.TokenVirtualizationEnabled":                   "syscall",
8611	"syscall.Tokenprimarygroup":                            "syscall",
8612	"syscall.Tokenuser":                                    "syscall",
8613	"syscall.TranslateAccountName":                         "syscall",
8614	"syscall.TranslateName":                                "syscall",
8615	"syscall.TransmitFile":                                 "syscall",
8616	"syscall.TransmitFileBuffers":                          "syscall",
8617	"syscall.Truncate":                                     "syscall",
8618	"syscall.USAGE_MATCH_TYPE_AND":                         "syscall",
8619	"syscall.USAGE_MATCH_TYPE_OR":                          "syscall",
8620	"syscall.UTF16FromString":                              "syscall",
8621	"syscall.UTF16PtrFromString":                           "syscall",
8622	"syscall.UTF16ToString":                                "syscall",
8623	"syscall.Ucred":                                        "syscall",
8624	"syscall.Umask":                                        "syscall",
8625	"syscall.Uname":                                        "syscall",
8626	"syscall.Undelete":                                     "syscall",
8627	"syscall.UnixCredentials":                              "syscall",
8628	"syscall.UnixRights":                                   "syscall",
8629	"syscall.Unlink":                                       "syscall",
8630	"syscall.Unlinkat":                                     "syscall",
8631	"syscall.UnmapViewOfFile":                              "syscall",
8632	"syscall.Unmount":                                      "syscall",
8633	"syscall.Unsetenv":                                     "syscall",
8634	"syscall.Unshare":                                      "syscall",
8635	"syscall.UserInfo10":                                   "syscall",
8636	"syscall.Ustat":                                        "syscall",
8637	"syscall.Ustat_t":                                      "syscall",
8638	"syscall.Utimbuf":                                      "syscall",
8639	"syscall.Utime":                                        "syscall",
8640	"syscall.Utimes":                                       "syscall",
8641	"syscall.UtimesNano":                                   "syscall",
8642	"syscall.Utsname":                                      "syscall",
8643	"syscall.VDISCARD":                                     "syscall",
8644	"syscall.VDSUSP":                                       "syscall",
8645	"syscall.VEOF":                                         "syscall",
8646	"syscall.VEOL":                                         "syscall",
8647	"syscall.VEOL2":                                        "syscall",
8648	"syscall.VERASE":                                       "syscall",
8649	"syscall.VERASE2":                                      "syscall",
8650	"syscall.VINTR":                                        "syscall",
8651	"syscall.VKILL":                                        "syscall",
8652	"syscall.VLNEXT":                                       "syscall",
8653	"syscall.VMIN":                                         "syscall",
8654	"syscall.VQUIT":                                        "syscall",
8655	"syscall.VREPRINT":                                     "syscall",
8656	"syscall.VSTART":                                       "syscall",
8657	"syscall.VSTATUS":                                      "syscall",
8658	"syscall.VSTOP":                                        "syscall",
8659	"syscall.VSUSP":                                        "syscall",
8660	"syscall.VSWTC":                                        "syscall",
8661	"syscall.VT0":                                          "syscall",
8662	"syscall.VT1":                                          "syscall",
8663	"syscall.VTDLY":                                        "syscall",
8664	"syscall.VTIME":                                        "syscall",
8665	"syscall.VWERASE":                                      "syscall",
8666	"syscall.VirtualLock":                                  "syscall",
8667	"syscall.VirtualUnlock":                                "syscall",
8668	"syscall.WAIT_ABANDONED":                               "syscall",
8669	"syscall.WAIT_FAILED":                                  "syscall",
8670	"syscall.WAIT_OBJECT_0":                                "syscall",
8671	"syscall.WAIT_TIMEOUT":                                 "syscall",
8672	"syscall.WALL":                                         "syscall",
8673	"syscall.WALLSIG":                                      "syscall",
8674	"syscall.WALTSIG":                                      "syscall",
8675	"syscall.WCLONE":                                       "syscall",
8676	"syscall.WCONTINUED":                                   "syscall",
8677	"syscall.WCOREFLAG":                                    "syscall",
8678	"syscall.WEXITED":                                      "syscall",
8679	"syscall.WLINUXCLONE":                                  "syscall",
8680	"syscall.WNOHANG":                                      "syscall",
8681	"syscall.WNOTHREAD":                                    "syscall",
8682	"syscall.WNOWAIT":                                      "syscall",
8683	"syscall.WNOZOMBIE":                                    "syscall",
8684	"syscall.WOPTSCHECKED":                                 "syscall",
8685	"syscall.WORDSIZE":                                     "syscall",
8686	"syscall.WSABuf":                                       "syscall",
8687	"syscall.WSACleanup":                                   "syscall",
8688	"syscall.WSADESCRIPTION_LEN":                           "syscall",
8689	"syscall.WSAData":                                      "syscall",
8690	"syscall.WSAEACCES":                                    "syscall",
8691	"syscall.WSAECONNABORTED":                              "syscall",
8692	"syscall.WSAECONNRESET":                                "syscall",
8693	"syscall.WSAEnumProtocols":                             "syscall",
8694	"syscall.WSAID_CONNECTEX":                              "syscall",
8695	"syscall.WSAIoctl":                                     "syscall",
8696	"syscall.WSAPROTOCOL_LEN":                              "syscall",
8697	"syscall.WSAProtocolChain":                             "syscall",
8698	"syscall.WSAProtocolInfo":                              "syscall",
8699	"syscall.WSARecv":                                      "syscall",
8700	"syscall.WSARecvFrom":                                  "syscall",
8701	"syscall.WSASYS_STATUS_LEN":                            "syscall",
8702	"syscall.WSASend":                                      "syscall",
8703	"syscall.WSASendTo":                                    "syscall",
8704	"syscall.WSASendto":                                    "syscall",
8705	"syscall.WSAStartup":                                   "syscall",
8706	"syscall.WSTOPPED":                                     "syscall",
8707	"syscall.WTRAPPED":                                     "syscall",
8708	"syscall.WUNTRACED":                                    "syscall",
8709	"syscall.Wait4":                                        "syscall",
8710	"syscall.WaitForSingleObject":                          "syscall",
8711	"syscall.WaitStatus":                                   "syscall",
8712	"syscall.Win32FileAttributeData":                       "syscall",
8713	"syscall.Win32finddata":                                "syscall",
8714	"syscall.Write":                                        "syscall",
8715	"syscall.WriteConsole":                                 "syscall",
8716	"syscall.WriteFile":                                    "syscall",
8717	"syscall.X509_ASN_ENCODING":                            "syscall",
8718	"syscall.XCASE":                                        "syscall",
8719	"syscall.XP1_CONNECTIONLESS":                           "syscall",
8720	"syscall.XP1_CONNECT_DATA":                             "syscall",
8721	"syscall.XP1_DISCONNECT_DATA":                          "syscall",
8722	"syscall.XP1_EXPEDITED_DATA":                           "syscall",
8723	"syscall.XP1_GRACEFUL_CLOSE":                           "syscall",
8724	"syscall.XP1_GUARANTEED_DELIVERY":                      "syscall",
8725	"syscall.XP1_GUARANTEED_ORDER":                         "syscall",
8726	"syscall.XP1_IFS_HANDLES":                              "syscall",
8727	"syscall.XP1_MESSAGE_ORIENTED":                         "syscall",
8728	"syscall.XP1_MULTIPOINT_CONTROL_PLANE":                 "syscall",
8729	"syscall.XP1_MULTIPOINT_DATA_PLANE":                    "syscall",
8730	"syscall.XP1_PARTIAL_MESSAGE":                          "syscall",
8731	"syscall.XP1_PSEUDO_STREAM":                            "syscall",
8732	"syscall.XP1_QOS_SUPPORTED":                            "syscall",
8733	"syscall.XP1_SAN_SUPPORT_SDP":                          "syscall",
8734	"syscall.XP1_SUPPORT_BROADCAST":                        "syscall",
8735	"syscall.XP1_SUPPORT_MULTIPOINT":                       "syscall",
8736	"syscall.XP1_UNI_RECV":                                 "syscall",
8737	"syscall.XP1_UNI_SEND":                                 "syscall",
8738	"syslog.Dial":                                          "log/syslog",
8739	"syslog.LOG_ALERT":                                     "log/syslog",
8740	"syslog.LOG_AUTH":                                      "log/syslog",
8741	"syslog.LOG_AUTHPRIV":                                  "log/syslog",
8742	"syslog.LOG_CRIT":                                      "log/syslog",
8743	"syslog.LOG_CRON":                                      "log/syslog",
8744	"syslog.LOG_DAEMON":                                    "log/syslog",
8745	"syslog.LOG_DEBUG":                                     "log/syslog",
8746	"syslog.LOG_EMERG":                                     "log/syslog",
8747	"syslog.LOG_ERR":                                       "log/syslog",
8748	"syslog.LOG_FTP":                                       "log/syslog",
8749	"syslog.LOG_INFO":                                      "log/syslog",
8750	"syslog.LOG_KERN":                                      "log/syslog",
8751	"syslog.LOG_LOCAL0":                                    "log/syslog",
8752	"syslog.LOG_LOCAL1":                                    "log/syslog",
8753	"syslog.LOG_LOCAL2":                                    "log/syslog",
8754	"syslog.LOG_LOCAL3":                                    "log/syslog",
8755	"syslog.LOG_LOCAL4":                                    "log/syslog",
8756	"syslog.LOG_LOCAL5":                                    "log/syslog",
8757	"syslog.LOG_LOCAL6":                                    "log/syslog",
8758	"syslog.LOG_LOCAL7":                                    "log/syslog",
8759	"syslog.LOG_LPR":                                       "log/syslog",
8760	"syslog.LOG_MAIL":                                      "log/syslog",
8761	"syslog.LOG_NEWS":                                      "log/syslog",
8762	"syslog.LOG_NOTICE":                                    "log/syslog",
8763	"syslog.LOG_SYSLOG":                                    "log/syslog",
8764	"syslog.LOG_USER":                                      "log/syslog",
8765	"syslog.LOG_UUCP":                                      "log/syslog",
8766	"syslog.LOG_WARNING":                                   "log/syslog",
8767	"syslog.New":                                           "log/syslog",
8768	"syslog.NewLogger":                                     "log/syslog",
8769	"syslog.Priority":                                      "log/syslog",
8770	"syslog.Writer":                                        "log/syslog",
8771	"tabwriter.AlignRight":                                 "text/tabwriter",
8772	"tabwriter.Debug":                                      "text/tabwriter",
8773	"tabwriter.DiscardEmptyColumns":                        "text/tabwriter",
8774	"tabwriter.Escape":                                     "text/tabwriter",
8775	"tabwriter.FilterHTML":                                 "text/tabwriter",
8776	"tabwriter.NewWriter":                                  "text/tabwriter",
8777	"tabwriter.StripEscape":                                "text/tabwriter",
8778	"tabwriter.TabIndent":                                  "text/tabwriter",
8779	"tabwriter.Writer":                                     "text/tabwriter",
8780	"tar.ErrFieldTooLong":                                  "archive/tar",
8781	"tar.ErrHeader":                                        "archive/tar",
8782	"tar.ErrWriteAfterClose":                               "archive/tar",
8783	"tar.ErrWriteTooLong":                                  "archive/tar",
8784	"tar.FileInfoHeader":                                   "archive/tar",
8785	"tar.Format":                                           "archive/tar",
8786	"tar.FormatGNU":                                        "archive/tar",
8787	"tar.FormatPAX":                                        "archive/tar",
8788	"tar.FormatUSTAR":                                      "archive/tar",
8789	"tar.FormatUnknown":                                    "archive/tar",
8790	"tar.Header":                                           "archive/tar",
8791	"tar.NewReader":                                        "archive/tar",
8792	"tar.NewWriter":                                        "archive/tar",
8793	"tar.Reader":                                           "archive/tar",
8794	"tar.TypeBlock":                                        "archive/tar",
8795	"tar.TypeChar":                                         "archive/tar",
8796	"tar.TypeCont":                                         "archive/tar",
8797	"tar.TypeDir":                                          "archive/tar",
8798	"tar.TypeFifo":                                         "archive/tar",
8799	"tar.TypeGNULongLink":                                  "archive/tar",
8800	"tar.TypeGNULongName":                                  "archive/tar",
8801	"tar.TypeGNUSparse":                                    "archive/tar",
8802	"tar.TypeLink":                                         "archive/tar",
8803	"tar.TypeReg":                                          "archive/tar",
8804	"tar.TypeRegA":                                         "archive/tar",
8805	"tar.TypeSymlink":                                      "archive/tar",
8806	"tar.TypeXGlobalHeader":                                "archive/tar",
8807	"tar.TypeXHeader":                                      "archive/tar",
8808	"tar.Writer":                                           "archive/tar",
8809	"template.CSS":                                         "html/template",
8810	"template.ErrAmbigContext":                             "html/template",
8811	"template.ErrBadHTML":                                  "html/template",
8812	"template.ErrBranchEnd":                                "html/template",
8813	"template.ErrEndContext":                               "html/template",
8814	"template.ErrNoSuchTemplate":                           "html/template",
8815	"template.ErrOutputContext":                            "html/template",
8816	"template.ErrPartialCharset":                           "html/template",
8817	"template.ErrPartialEscape":                            "html/template",
8818	"template.ErrPredefinedEscaper":                        "html/template",
8819	"template.ErrRangeLoopReentry":                         "html/template",
8820	"template.ErrSlashAmbig":                               "html/template",
8821	"template.Error":                                       "html/template",
8822	"template.ErrorCode":                                   "html/template",
8823	"template.ExecError":                                   "text/template",
8824	// "template.FuncMap" is ambiguous
8825	"template.HTML":     "html/template",
8826	"template.HTMLAttr": "html/template",
8827	// "template.HTMLEscape" is ambiguous
8828	// "template.HTMLEscapeString" is ambiguous
8829	// "template.HTMLEscaper" is ambiguous
8830	// "template.IsTrue" is ambiguous
8831	"template.JS": "html/template",
8832	// "template.JSEscape" is ambiguous
8833	// "template.JSEscapeString" is ambiguous
8834	// "template.JSEscaper" is ambiguous
8835	"template.JSStr": "html/template",
8836	// "template.Must" is ambiguous
8837	// "template.New" is ambiguous
8838	"template.OK": "html/template",
8839	// "template.ParseFiles" is ambiguous
8840	// "template.ParseGlob" is ambiguous
8841	"template.Srcset": "html/template",
8842	// "template.Template" is ambiguous
8843	"template.URL": "html/template",
8844	// "template.URLQueryEscaper" is ambiguous
8845	"testing.AllocsPerRun":                           "testing",
8846	"testing.B":                                      "testing",
8847	"testing.Benchmark":                              "testing",
8848	"testing.BenchmarkResult":                        "testing",
8849	"testing.Cover":                                  "testing",
8850	"testing.CoverBlock":                             "testing",
8851	"testing.CoverMode":                              "testing",
8852	"testing.Coverage":                               "testing",
8853	"testing.InternalBenchmark":                      "testing",
8854	"testing.InternalExample":                        "testing",
8855	"testing.InternalTest":                           "testing",
8856	"testing.M":                                      "testing",
8857	"testing.Main":                                   "testing",
8858	"testing.MainStart":                              "testing",
8859	"testing.PB":                                     "testing",
8860	"testing.RegisterCover":                          "testing",
8861	"testing.RunBenchmarks":                          "testing",
8862	"testing.RunExamples":                            "testing",
8863	"testing.RunTests":                               "testing",
8864	"testing.Short":                                  "testing",
8865	"testing.T":                                      "testing",
8866	"testing.Verbose":                                "testing",
8867	"textproto.CanonicalMIMEHeaderKey":               "net/textproto",
8868	"textproto.Conn":                                 "net/textproto",
8869	"textproto.Dial":                                 "net/textproto",
8870	"textproto.Error":                                "net/textproto",
8871	"textproto.MIMEHeader":                           "net/textproto",
8872	"textproto.NewConn":                              "net/textproto",
8873	"textproto.NewReader":                            "net/textproto",
8874	"textproto.NewWriter":                            "net/textproto",
8875	"textproto.Pipeline":                             "net/textproto",
8876	"textproto.ProtocolError":                        "net/textproto",
8877	"textproto.Reader":                               "net/textproto",
8878	"textproto.TrimBytes":                            "net/textproto",
8879	"textproto.TrimString":                           "net/textproto",
8880	"textproto.Writer":                               "net/textproto",
8881	"time.ANSIC":                                     "time",
8882	"time.After":                                     "time",
8883	"time.AfterFunc":                                 "time",
8884	"time.April":                                     "time",
8885	"time.August":                                    "time",
8886	"time.Date":                                      "time",
8887	"time.December":                                  "time",
8888	"time.Duration":                                  "time",
8889	"time.February":                                  "time",
8890	"time.FixedZone":                                 "time",
8891	"time.Friday":                                    "time",
8892	"time.Hour":                                      "time",
8893	"time.January":                                   "time",
8894	"time.July":                                      "time",
8895	"time.June":                                      "time",
8896	"time.Kitchen":                                   "time",
8897	"time.LoadLocation":                              "time",
8898	"time.LoadLocationFromTZData":                    "time",
8899	"time.Local":                                     "time",
8900	"time.Location":                                  "time",
8901	"time.March":                                     "time",
8902	"time.May":                                       "time",
8903	"time.Microsecond":                               "time",
8904	"time.Millisecond":                               "time",
8905	"time.Minute":                                    "time",
8906	"time.Monday":                                    "time",
8907	"time.Month":                                     "time",
8908	"time.Nanosecond":                                "time",
8909	"time.NewTicker":                                 "time",
8910	"time.NewTimer":                                  "time",
8911	"time.November":                                  "time",
8912	"time.Now":                                       "time",
8913	"time.October":                                   "time",
8914	"time.Parse":                                     "time",
8915	"time.ParseDuration":                             "time",
8916	"time.ParseError":                                "time",
8917	"time.ParseInLocation":                           "time",
8918	"time.RFC1123":                                   "time",
8919	"time.RFC1123Z":                                  "time",
8920	"time.RFC3339":                                   "time",
8921	"time.RFC3339Nano":                               "time",
8922	"time.RFC822":                                    "time",
8923	"time.RFC822Z":                                   "time",
8924	"time.RFC850":                                    "time",
8925	"time.RubyDate":                                  "time",
8926	"time.Saturday":                                  "time",
8927	"time.Second":                                    "time",
8928	"time.September":                                 "time",
8929	"time.Since":                                     "time",
8930	"time.Sleep":                                     "time",
8931	"time.Stamp":                                     "time",
8932	"time.StampMicro":                                "time",
8933	"time.StampMilli":                                "time",
8934	"time.StampNano":                                 "time",
8935	"time.Sunday":                                    "time",
8936	"time.Thursday":                                  "time",
8937	"time.Tick":                                      "time",
8938	"time.Ticker":                                    "time",
8939	"time.Time":                                      "time",
8940	"time.Timer":                                     "time",
8941	"time.Tuesday":                                   "time",
8942	"time.UTC":                                       "time",
8943	"time.Unix":                                      "time",
8944	"time.UnixDate":                                  "time",
8945	"time.Until":                                     "time",
8946	"time.Wednesday":                                 "time",
8947	"time.Weekday":                                   "time",
8948	"tls.Certificate":                                "crypto/tls",
8949	"tls.CertificateRequestInfo":                     "crypto/tls",
8950	"tls.Client":                                     "crypto/tls",
8951	"tls.ClientAuthType":                             "crypto/tls",
8952	"tls.ClientHelloInfo":                            "crypto/tls",
8953	"tls.ClientSessionCache":                         "crypto/tls",
8954	"tls.ClientSessionState":                         "crypto/tls",
8955	"tls.Config":                                     "crypto/tls",
8956	"tls.Conn":                                       "crypto/tls",
8957	"tls.ConnectionState":                            "crypto/tls",
8958	"tls.CurveID":                                    "crypto/tls",
8959	"tls.CurveP256":                                  "crypto/tls",
8960	"tls.CurveP384":                                  "crypto/tls",
8961	"tls.CurveP521":                                  "crypto/tls",
8962	"tls.Dial":                                       "crypto/tls",
8963	"tls.DialWithDialer":                             "crypto/tls",
8964	"tls.ECDSAWithP256AndSHA256":                     "crypto/tls",
8965	"tls.ECDSAWithP384AndSHA384":                     "crypto/tls",
8966	"tls.ECDSAWithP521AndSHA512":                     "crypto/tls",
8967	"tls.ECDSAWithSHA1":                              "crypto/tls",
8968	"tls.Listen":                                     "crypto/tls",
8969	"tls.LoadX509KeyPair":                            "crypto/tls",
8970	"tls.NewLRUClientSessionCache":                   "crypto/tls",
8971	"tls.NewListener":                                "crypto/tls",
8972	"tls.NoClientCert":                               "crypto/tls",
8973	"tls.PKCS1WithSHA1":                              "crypto/tls",
8974	"tls.PKCS1WithSHA256":                            "crypto/tls",
8975	"tls.PKCS1WithSHA384":                            "crypto/tls",
8976	"tls.PKCS1WithSHA512":                            "crypto/tls",
8977	"tls.PSSWithSHA256":                              "crypto/tls",
8978	"tls.PSSWithSHA384":                              "crypto/tls",
8979	"tls.PSSWithSHA512":                              "crypto/tls",
8980	"tls.RecordHeaderError":                          "crypto/tls",
8981	"tls.RenegotiateFreelyAsClient":                  "crypto/tls",
8982	"tls.RenegotiateNever":                           "crypto/tls",
8983	"tls.RenegotiateOnceAsClient":                    "crypto/tls",
8984	"tls.RenegotiationSupport":                       "crypto/tls",
8985	"tls.RequestClientCert":                          "crypto/tls",
8986	"tls.RequireAndVerifyClientCert":                 "crypto/tls",
8987	"tls.RequireAnyClientCert":                       "crypto/tls",
8988	"tls.Server":                                     "crypto/tls",
8989	"tls.SignatureScheme":                            "crypto/tls",
8990	"tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA":       "crypto/tls",
8991	"tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256":    "crypto/tls",
8992	"tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256":    "crypto/tls",
8993	"tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA":       "crypto/tls",
8994	"tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384":    "crypto/tls",
8995	"tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305":     "crypto/tls",
8996	"tls.TLS_ECDHE_ECDSA_WITH_RC4_128_SHA":           "crypto/tls",
8997	"tls.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA":        "crypto/tls",
8998	"tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA":         "crypto/tls",
8999	"tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256":      "crypto/tls",
9000	"tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256":      "crypto/tls",
9001	"tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA":         "crypto/tls",
9002	"tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384":      "crypto/tls",
9003	"tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305":       "crypto/tls",
9004	"tls.TLS_ECDHE_RSA_WITH_RC4_128_SHA":             "crypto/tls",
9005	"tls.TLS_FALLBACK_SCSV":                          "crypto/tls",
9006	"tls.TLS_RSA_WITH_3DES_EDE_CBC_SHA":              "crypto/tls",
9007	"tls.TLS_RSA_WITH_AES_128_CBC_SHA":               "crypto/tls",
9008	"tls.TLS_RSA_WITH_AES_128_CBC_SHA256":            "crypto/tls",
9009	"tls.TLS_RSA_WITH_AES_128_GCM_SHA256":            "crypto/tls",
9010	"tls.TLS_RSA_WITH_AES_256_CBC_SHA":               "crypto/tls",
9011	"tls.TLS_RSA_WITH_AES_256_GCM_SHA384":            "crypto/tls",
9012	"tls.TLS_RSA_WITH_RC4_128_SHA":                   "crypto/tls",
9013	"tls.VerifyClientCertIfGiven":                    "crypto/tls",
9014	"tls.VersionSSL30":                               "crypto/tls",
9015	"tls.VersionTLS10":                               "crypto/tls",
9016	"tls.VersionTLS11":                               "crypto/tls",
9017	"tls.VersionTLS12":                               "crypto/tls",
9018	"tls.X25519":                                     "crypto/tls",
9019	"tls.X509KeyPair":                                "crypto/tls",
9020	"token.ADD":                                      "go/token",
9021	"token.ADD_ASSIGN":                               "go/token",
9022	"token.AND":                                      "go/token",
9023	"token.AND_ASSIGN":                               "go/token",
9024	"token.AND_NOT":                                  "go/token",
9025	"token.AND_NOT_ASSIGN":                           "go/token",
9026	"token.ARROW":                                    "go/token",
9027	"token.ASSIGN":                                   "go/token",
9028	"token.BREAK":                                    "go/token",
9029	"token.CASE":                                     "go/token",
9030	"token.CHAN":                                     "go/token",
9031	"token.CHAR":                                     "go/token",
9032	"token.COLON":                                    "go/token",
9033	"token.COMMA":                                    "go/token",
9034	"token.COMMENT":                                  "go/token",
9035	"token.CONST":                                    "go/token",
9036	"token.CONTINUE":                                 "go/token",
9037	"token.DEC":                                      "go/token",
9038	"token.DEFAULT":                                  "go/token",
9039	"token.DEFER":                                    "go/token",
9040	"token.DEFINE":                                   "go/token",
9041	"token.ELLIPSIS":                                 "go/token",
9042	"token.ELSE":                                     "go/token",
9043	"token.EOF":                                      "go/token",
9044	"token.EQL":                                      "go/token",
9045	"token.FALLTHROUGH":                              "go/token",
9046	"token.FLOAT":                                    "go/token",
9047	"token.FOR":                                      "go/token",
9048	"token.FUNC":                                     "go/token",
9049	"token.File":                                     "go/token",
9050	"token.FileSet":                                  "go/token",
9051	"token.GEQ":                                      "go/token",
9052	"token.GO":                                       "go/token",
9053	"token.GOTO":                                     "go/token",
9054	"token.GTR":                                      "go/token",
9055	"token.HighestPrec":                              "go/token",
9056	"token.IDENT":                                    "go/token",
9057	"token.IF":                                       "go/token",
9058	"token.ILLEGAL":                                  "go/token",
9059	"token.IMAG":                                     "go/token",
9060	"token.IMPORT":                                   "go/token",
9061	"token.INC":                                      "go/token",
9062	"token.INT":                                      "go/token",
9063	"token.INTERFACE":                                "go/token",
9064	"token.LAND":                                     "go/token",
9065	"token.LBRACE":                                   "go/token",
9066	"token.LBRACK":                                   "go/token",
9067	"token.LEQ":                                      "go/token",
9068	"token.LOR":                                      "go/token",
9069	"token.LPAREN":                                   "go/token",
9070	"token.LSS":                                      "go/token",
9071	"token.Lookup":                                   "go/token",
9072	"token.LowestPrec":                               "go/token",
9073	"token.MAP":                                      "go/token",
9074	"token.MUL":                                      "go/token",
9075	"token.MUL_ASSIGN":                               "go/token",
9076	"token.NEQ":                                      "go/token",
9077	"token.NOT":                                      "go/token",
9078	"token.NewFileSet":                               "go/token",
9079	"token.NoPos":                                    "go/token",
9080	"token.OR":                                       "go/token",
9081	"token.OR_ASSIGN":                                "go/token",
9082	"token.PACKAGE":                                  "go/token",
9083	"token.PERIOD":                                   "go/token",
9084	"token.Pos":                                      "go/token",
9085	"token.Position":                                 "go/token",
9086	"token.QUO":                                      "go/token",
9087	"token.QUO_ASSIGN":                               "go/token",
9088	"token.RANGE":                                    "go/token",
9089	"token.RBRACE":                                   "go/token",
9090	"token.RBRACK":                                   "go/token",
9091	"token.REM":                                      "go/token",
9092	"token.REM_ASSIGN":                               "go/token",
9093	"token.RETURN":                                   "go/token",
9094	"token.RPAREN":                                   "go/token",
9095	"token.SELECT":                                   "go/token",
9096	"token.SEMICOLON":                                "go/token",
9097	"token.SHL":                                      "go/token",
9098	"token.SHL_ASSIGN":                               "go/token",
9099	"token.SHR":                                      "go/token",
9100	"token.SHR_ASSIGN":                               "go/token",
9101	"token.STRING":                                   "go/token",
9102	"token.STRUCT":                                   "go/token",
9103	"token.SUB":                                      "go/token",
9104	"token.SUB_ASSIGN":                               "go/token",
9105	"token.SWITCH":                                   "go/token",
9106	"token.TYPE":                                     "go/token",
9107	"token.Token":                                    "go/token",
9108	"token.UnaryPrec":                                "go/token",
9109	"token.VAR":                                      "go/token",
9110	"token.XOR":                                      "go/token",
9111	"token.XOR_ASSIGN":                               "go/token",
9112	"trace.Start":                                    "runtime/trace",
9113	"trace.Stop":                                     "runtime/trace",
9114	"types.Array":                                    "go/types",
9115	"types.AssertableTo":                             "go/types",
9116	"types.AssignableTo":                             "go/types",
9117	"types.Basic":                                    "go/types",
9118	"types.BasicInfo":                                "go/types",
9119	"types.BasicKind":                                "go/types",
9120	"types.Bool":                                     "go/types",
9121	"types.Builtin":                                  "go/types",
9122	"types.Byte":                                     "go/types",
9123	"types.Chan":                                     "go/types",
9124	"types.ChanDir":                                  "go/types",
9125	"types.Checker":                                  "go/types",
9126	"types.Comparable":                               "go/types",
9127	"types.Complex128":                               "go/types",
9128	"types.Complex64":                                "go/types",
9129	"types.Config":                                   "go/types",
9130	"types.Const":                                    "go/types",
9131	"types.ConvertibleTo":                            "go/types",
9132	"types.DefPredeclaredTestFuncs":                  "go/types",
9133	"types.Default":                                  "go/types",
9134	"types.Error":                                    "go/types",
9135	"types.Eval":                                     "go/types",
9136	"types.ExprString":                               "go/types",
9137	"types.FieldVal":                                 "go/types",
9138	"types.Float32":                                  "go/types",
9139	"types.Float64":                                  "go/types",
9140	"types.Func":                                     "go/types",
9141	"types.Id":                                       "go/types",
9142	"types.Identical":                                "go/types",
9143	"types.IdenticalIgnoreTags":                      "go/types",
9144	"types.Implements":                               "go/types",
9145	"types.ImportMode":                               "go/types",
9146	"types.Importer":                                 "go/types",
9147	"types.ImporterFrom":                             "go/types",
9148	"types.Info":                                     "go/types",
9149	"types.Initializer":                              "go/types",
9150	"types.Int":                                      "go/types",
9151	"types.Int16":                                    "go/types",
9152	"types.Int32":                                    "go/types",
9153	"types.Int64":                                    "go/types",
9154	"types.Int8":                                     "go/types",
9155	"types.Interface":                                "go/types",
9156	"types.Invalid":                                  "go/types",
9157	"types.IsBoolean":                                "go/types",
9158	"types.IsComplex":                                "go/types",
9159	"types.IsConstType":                              "go/types",
9160	"types.IsFloat":                                  "go/types",
9161	"types.IsInteger":                                "go/types",
9162	"types.IsInterface":                              "go/types",
9163	"types.IsNumeric":                                "go/types",
9164	"types.IsOrdered":                                "go/types",
9165	"types.IsString":                                 "go/types",
9166	"types.IsUnsigned":                               "go/types",
9167	"types.IsUntyped":                                "go/types",
9168	"types.Label":                                    "go/types",
9169	"types.LookupFieldOrMethod":                      "go/types",
9170	"types.Map":                                      "go/types",
9171	"types.MethodExpr":                               "go/types",
9172	"types.MethodSet":                                "go/types",
9173	"types.MethodVal":                                "go/types",
9174	"types.MissingMethod":                            "go/types",
9175	"types.Named":                                    "go/types",
9176	"types.NewArray":                                 "go/types",
9177	"types.NewChan":                                  "go/types",
9178	"types.NewChecker":                               "go/types",
9179	"types.NewConst":                                 "go/types",
9180	"types.NewField":                                 "go/types",
9181	"types.NewFunc":                                  "go/types",
9182	"types.NewInterface":                             "go/types",
9183	"types.NewLabel":                                 "go/types",
9184	"types.NewMap":                                   "go/types",
9185	"types.NewMethodSet":                             "go/types",
9186	"types.NewNamed":                                 "go/types",
9187	"types.NewPackage":                               "go/types",
9188	"types.NewParam":                                 "go/types",
9189	"types.NewPkgName":                               "go/types",
9190	"types.NewPointer":                               "go/types",
9191	"types.NewScope":                                 "go/types",
9192	"types.NewSignature":                             "go/types",
9193	"types.NewSlice":                                 "go/types",
9194	"types.NewStruct":                                "go/types",
9195	"types.NewTuple":                                 "go/types",
9196	"types.NewTypeName":                              "go/types",
9197	"types.NewVar":                                   "go/types",
9198	"types.Nil":                                      "go/types",
9199	"types.ObjectString":                             "go/types",
9200	"types.Package":                                  "go/types",
9201	"types.PkgName":                                  "go/types",
9202	"types.Pointer":                                  "go/types",
9203	"types.Qualifier":                                "go/types",
9204	"types.RecvOnly":                                 "go/types",
9205	"types.RelativeTo":                               "go/types",
9206	"types.Rune":                                     "go/types",
9207	"types.Scope":                                    "go/types",
9208	"types.Selection":                                "go/types",
9209	"types.SelectionKind":                            "go/types",
9210	"types.SelectionString":                          "go/types",
9211	"types.SendOnly":                                 "go/types",
9212	"types.SendRecv":                                 "go/types",
9213	"types.Signature":                                "go/types",
9214	"types.Sizes":                                    "go/types",
9215	"types.SizesFor":                                 "go/types",
9216	"types.Slice":                                    "go/types",
9217	"types.StdSizes":                                 "go/types",
9218	"types.String":                                   "go/types",
9219	"types.Struct":                                   "go/types",
9220	"types.Tuple":                                    "go/types",
9221	"types.Typ":                                      "go/types",
9222	"types.Type":                                     "go/types",
9223	"types.TypeAndValue":                             "go/types",
9224	"types.TypeName":                                 "go/types",
9225	"types.TypeString":                               "go/types",
9226	"types.Uint":                                     "go/types",
9227	"types.Uint16":                                   "go/types",
9228	"types.Uint32":                                   "go/types",
9229	"types.Uint64":                                   "go/types",
9230	"types.Uint8":                                    "go/types",
9231	"types.Uintptr":                                  "go/types",
9232	"types.Universe":                                 "go/types",
9233	"types.Unsafe":                                   "go/types",
9234	"types.UnsafePointer":                            "go/types",
9235	"types.UntypedBool":                              "go/types",
9236	"types.UntypedComplex":                           "go/types",
9237	"types.UntypedFloat":                             "go/types",
9238	"types.UntypedInt":                               "go/types",
9239	"types.UntypedNil":                               "go/types",
9240	"types.UntypedRune":                              "go/types",
9241	"types.UntypedString":                            "go/types",
9242	"types.Var":                                      "go/types",
9243	"types.WriteExpr":                                "go/types",
9244	"types.WriteSignature":                           "go/types",
9245	"types.WriteType":                                "go/types",
9246	"unicode.ASCII_Hex_Digit":                        "unicode",
9247	"unicode.Adlam":                                  "unicode",
9248	"unicode.Ahom":                                   "unicode",
9249	"unicode.Anatolian_Hieroglyphs":                  "unicode",
9250	"unicode.Arabic":                                 "unicode",
9251	"unicode.Armenian":                               "unicode",
9252	"unicode.Avestan":                                "unicode",
9253	"unicode.AzeriCase":                              "unicode",
9254	"unicode.Balinese":                               "unicode",
9255	"unicode.Bamum":                                  "unicode",
9256	"unicode.Bassa_Vah":                              "unicode",
9257	"unicode.Batak":                                  "unicode",
9258	"unicode.Bengali":                                "unicode",
9259	"unicode.Bhaiksuki":                              "unicode",
9260	"unicode.Bidi_Control":                           "unicode",
9261	"unicode.Bopomofo":                               "unicode",
9262	"unicode.Brahmi":                                 "unicode",
9263	"unicode.Braille":                                "unicode",
9264	"unicode.Buginese":                               "unicode",
9265	"unicode.Buhid":                                  "unicode",
9266	"unicode.C":                                      "unicode",
9267	"unicode.Canadian_Aboriginal":                    "unicode",
9268	"unicode.Carian":                                 "unicode",
9269	"unicode.CaseRange":                              "unicode",
9270	"unicode.CaseRanges":                             "unicode",
9271	"unicode.Categories":                             "unicode",
9272	"unicode.Caucasian_Albanian":                     "unicode",
9273	"unicode.Cc":                                     "unicode",
9274	"unicode.Cf":                                     "unicode",
9275	"unicode.Chakma":                                 "unicode",
9276	"unicode.Cham":                                   "unicode",
9277	"unicode.Cherokee":                               "unicode",
9278	"unicode.Co":                                     "unicode",
9279	"unicode.Common":                                 "unicode",
9280	"unicode.Coptic":                                 "unicode",
9281	"unicode.Cs":                                     "unicode",
9282	"unicode.Cuneiform":                              "unicode",
9283	"unicode.Cypriot":                                "unicode",
9284	"unicode.Cyrillic":                               "unicode",
9285	"unicode.Dash":                                   "unicode",
9286	"unicode.Deprecated":                             "unicode",
9287	"unicode.Deseret":                                "unicode",
9288	"unicode.Devanagari":                             "unicode",
9289	"unicode.Diacritic":                              "unicode",
9290	"unicode.Digit":                                  "unicode",
9291	"unicode.Duployan":                               "unicode",
9292	"unicode.Egyptian_Hieroglyphs":                   "unicode",
9293	"unicode.Elbasan":                                "unicode",
9294	"unicode.Ethiopic":                               "unicode",
9295	"unicode.Extender":                               "unicode",
9296	"unicode.FoldCategory":                           "unicode",
9297	"unicode.FoldScript":                             "unicode",
9298	"unicode.Georgian":                               "unicode",
9299	"unicode.Glagolitic":                             "unicode",
9300	"unicode.Gothic":                                 "unicode",
9301	"unicode.Grantha":                                "unicode",
9302	"unicode.GraphicRanges":                          "unicode",
9303	"unicode.Greek":                                  "unicode",
9304	"unicode.Gujarati":                               "unicode",
9305	"unicode.Gurmukhi":                               "unicode",
9306	"unicode.Han":                                    "unicode",
9307	"unicode.Hangul":                                 "unicode",
9308	"unicode.Hanunoo":                                "unicode",
9309	"unicode.Hatran":                                 "unicode",
9310	"unicode.Hebrew":                                 "unicode",
9311	"unicode.Hex_Digit":                              "unicode",
9312	"unicode.Hiragana":                               "unicode",
9313	"unicode.Hyphen":                                 "unicode",
9314	"unicode.IDS_Binary_Operator":                    "unicode",
9315	"unicode.IDS_Trinary_Operator":                   "unicode",
9316	"unicode.Ideographic":                            "unicode",
9317	"unicode.Imperial_Aramaic":                       "unicode",
9318	"unicode.In":                                     "unicode",
9319	"unicode.Inherited":                              "unicode",
9320	"unicode.Inscriptional_Pahlavi":                  "unicode",
9321	"unicode.Inscriptional_Parthian":                 "unicode",
9322	"unicode.Is":                                     "unicode",
9323	"unicode.IsControl":                              "unicode",
9324	"unicode.IsDigit":                                "unicode",
9325	"unicode.IsGraphic":                              "unicode",
9326	"unicode.IsLetter":                               "unicode",
9327	"unicode.IsLower":                                "unicode",
9328	"unicode.IsMark":                                 "unicode",
9329	"unicode.IsNumber":                               "unicode",
9330	"unicode.IsOneOf":                                "unicode",
9331	"unicode.IsPrint":                                "unicode",
9332	"unicode.IsPunct":                                "unicode",
9333	"unicode.IsSpace":                                "unicode",
9334	"unicode.IsSymbol":                               "unicode",
9335	"unicode.IsTitle":                                "unicode",
9336	"unicode.IsUpper":                                "unicode",
9337	"unicode.Javanese":                               "unicode",
9338	"unicode.Join_Control":                           "unicode",
9339	"unicode.Kaithi":                                 "unicode",
9340	"unicode.Kannada":                                "unicode",
9341	"unicode.Katakana":                               "unicode",
9342	"unicode.Kayah_Li":                               "unicode",
9343	"unicode.Kharoshthi":                             "unicode",
9344	"unicode.Khmer":                                  "unicode",
9345	"unicode.Khojki":                                 "unicode",
9346	"unicode.Khudawadi":                              "unicode",
9347	"unicode.L":                                      "unicode",
9348	"unicode.Lao":                                    "unicode",
9349	"unicode.Latin":                                  "unicode",
9350	"unicode.Lepcha":                                 "unicode",
9351	"unicode.Letter":                                 "unicode",
9352	"unicode.Limbu":                                  "unicode",
9353	"unicode.Linear_A":                               "unicode",
9354	"unicode.Linear_B":                               "unicode",
9355	"unicode.Lisu":                                   "unicode",
9356	"unicode.Ll":                                     "unicode",
9357	"unicode.Lm":                                     "unicode",
9358	"unicode.Lo":                                     "unicode",
9359	"unicode.Logical_Order_Exception":                "unicode",
9360	"unicode.Lower":                                  "unicode",
9361	"unicode.LowerCase":                              "unicode",
9362	"unicode.Lt":                                     "unicode",
9363	"unicode.Lu":                                     "unicode",
9364	"unicode.Lycian":                                 "unicode",
9365	"unicode.Lydian":                                 "unicode",
9366	"unicode.M":                                      "unicode",
9367	"unicode.Mahajani":                               "unicode",
9368	"unicode.Malayalam":                              "unicode",
9369	"unicode.Mandaic":                                "unicode",
9370	"unicode.Manichaean":                             "unicode",
9371	"unicode.Marchen":                                "unicode",
9372	"unicode.Mark":                                   "unicode",
9373	"unicode.Masaram_Gondi":                          "unicode",
9374	"unicode.MaxASCII":                               "unicode",
9375	"unicode.MaxCase":                                "unicode",
9376	"unicode.MaxLatin1":                              "unicode",
9377	"unicode.MaxRune":                                "unicode",
9378	"unicode.Mc":                                     "unicode",
9379	"unicode.Me":                                     "unicode",
9380	"unicode.Meetei_Mayek":                           "unicode",
9381	"unicode.Mende_Kikakui":                          "unicode",
9382	"unicode.Meroitic_Cursive":                       "unicode",
9383	"unicode.Meroitic_Hieroglyphs":                   "unicode",
9384	"unicode.Miao":                                   "unicode",
9385	"unicode.Mn":                                     "unicode",
9386	"unicode.Modi":                                   "unicode",
9387	"unicode.Mongolian":                              "unicode",
9388	"unicode.Mro":                                    "unicode",
9389	"unicode.Multani":                                "unicode",
9390	"unicode.Myanmar":                                "unicode",
9391	"unicode.N":                                      "unicode",
9392	"unicode.Nabataean":                              "unicode",
9393	"unicode.Nd":                                     "unicode",
9394	"unicode.New_Tai_Lue":                            "unicode",
9395	"unicode.Newa":                                   "unicode",
9396	"unicode.Nko":                                    "unicode",
9397	"unicode.Nl":                                     "unicode",
9398	"unicode.No":                                     "unicode",
9399	"unicode.Noncharacter_Code_Point":                "unicode",
9400	"unicode.Number":                                 "unicode",
9401	"unicode.Nushu":                                  "unicode",
9402	"unicode.Ogham":                                  "unicode",
9403	"unicode.Ol_Chiki":                               "unicode",
9404	"unicode.Old_Hungarian":                          "unicode",
9405	"unicode.Old_Italic":                             "unicode",
9406	"unicode.Old_North_Arabian":                      "unicode",
9407	"unicode.Old_Permic":                             "unicode",
9408	"unicode.Old_Persian":                            "unicode",
9409	"unicode.Old_South_Arabian":                      "unicode",
9410	"unicode.Old_Turkic":                             "unicode",
9411	"unicode.Oriya":                                  "unicode",
9412	"unicode.Osage":                                  "unicode",
9413	"unicode.Osmanya":                                "unicode",
9414	"unicode.Other":                                  "unicode",
9415	"unicode.Other_Alphabetic":                       "unicode",
9416	"unicode.Other_Default_Ignorable_Code_Point":     "unicode",
9417	"unicode.Other_Grapheme_Extend":                  "unicode",
9418	"unicode.Other_ID_Continue":                      "unicode",
9419	"unicode.Other_ID_Start":                         "unicode",
9420	"unicode.Other_Lowercase":                        "unicode",
9421	"unicode.Other_Math":                             "unicode",
9422	"unicode.Other_Uppercase":                        "unicode",
9423	"unicode.P":                                      "unicode",
9424	"unicode.Pahawh_Hmong":                           "unicode",
9425	"unicode.Palmyrene":                              "unicode",
9426	"unicode.Pattern_Syntax":                         "unicode",
9427	"unicode.Pattern_White_Space":                    "unicode",
9428	"unicode.Pau_Cin_Hau":                            "unicode",
9429	"unicode.Pc":                                     "unicode",
9430	"unicode.Pd":                                     "unicode",
9431	"unicode.Pe":                                     "unicode",
9432	"unicode.Pf":                                     "unicode",
9433	"unicode.Phags_Pa":                               "unicode",
9434	"unicode.Phoenician":                             "unicode",
9435	"unicode.Pi":                                     "unicode",
9436	"unicode.Po":                                     "unicode",
9437	"unicode.Prepended_Concatenation_Mark":           "unicode",
9438	"unicode.PrintRanges":                            "unicode",
9439	"unicode.Properties":                             "unicode",
9440	"unicode.Ps":                                     "unicode",
9441	"unicode.Psalter_Pahlavi":                        "unicode",
9442	"unicode.Punct":                                  "unicode",
9443	"unicode.Quotation_Mark":                         "unicode",
9444	"unicode.Radical":                                "unicode",
9445	"unicode.Range16":                                "unicode",
9446	"unicode.Range32":                                "unicode",
9447	"unicode.RangeTable":                             "unicode",
9448	"unicode.Regional_Indicator":                     "unicode",
9449	"unicode.Rejang":                                 "unicode",
9450	"unicode.ReplacementChar":                        "unicode",
9451	"unicode.Runic":                                  "unicode",
9452	"unicode.S":                                      "unicode",
9453	"unicode.STerm":                                  "unicode",
9454	"unicode.Samaritan":                              "unicode",
9455	"unicode.Saurashtra":                             "unicode",
9456	"unicode.Sc":                                     "unicode",
9457	"unicode.Scripts":                                "unicode",
9458	"unicode.Sentence_Terminal":                      "unicode",
9459	"unicode.Sharada":                                "unicode",
9460	"unicode.Shavian":                                "unicode",
9461	"unicode.Siddham":                                "unicode",
9462	"unicode.SignWriting":                            "unicode",
9463	"unicode.SimpleFold":                             "unicode",
9464	"unicode.Sinhala":                                "unicode",
9465	"unicode.Sk":                                     "unicode",
9466	"unicode.Sm":                                     "unicode",
9467	"unicode.So":                                     "unicode",
9468	"unicode.Soft_Dotted":                            "unicode",
9469	"unicode.Sora_Sompeng":                           "unicode",
9470	"unicode.Soyombo":                                "unicode",
9471	"unicode.Space":                                  "unicode",
9472	"unicode.SpecialCase":                            "unicode",
9473	"unicode.Sundanese":                              "unicode",
9474	"unicode.Syloti_Nagri":                           "unicode",
9475	"unicode.Symbol":                                 "unicode",
9476	"unicode.Syriac":                                 "unicode",
9477	"unicode.Tagalog":                                "unicode",
9478	"unicode.Tagbanwa":                               "unicode",
9479	"unicode.Tai_Le":                                 "unicode",
9480	"unicode.Tai_Tham":                               "unicode",
9481	"unicode.Tai_Viet":                               "unicode",
9482	"unicode.Takri":                                  "unicode",
9483	"unicode.Tamil":                                  "unicode",
9484	"unicode.Tangut":                                 "unicode",
9485	"unicode.Telugu":                                 "unicode",
9486	"unicode.Terminal_Punctuation":                   "unicode",
9487	"unicode.Thaana":                                 "unicode",
9488	"unicode.Thai":                                   "unicode",
9489	"unicode.Tibetan":                                "unicode",
9490	"unicode.Tifinagh":                               "unicode",
9491	"unicode.Tirhuta":                                "unicode",
9492	"unicode.Title":                                  "unicode",
9493	"unicode.TitleCase":                              "unicode",
9494	"unicode.To":                                     "unicode",
9495	"unicode.ToLower":                                "unicode",
9496	"unicode.ToTitle":                                "unicode",
9497	"unicode.ToUpper":                                "unicode",
9498	"unicode.TurkishCase":                            "unicode",
9499	"unicode.Ugaritic":                               "unicode",
9500	"unicode.Unified_Ideograph":                      "unicode",
9501	"unicode.Upper":                                  "unicode",
9502	"unicode.UpperCase":                              "unicode",
9503	"unicode.UpperLower":                             "unicode",
9504	"unicode.Vai":                                    "unicode",
9505	"unicode.Variation_Selector":                     "unicode",
9506	"unicode.Version":                                "unicode",
9507	"unicode.Warang_Citi":                            "unicode",
9508	"unicode.White_Space":                            "unicode",
9509	"unicode.Yi":                                     "unicode",
9510	"unicode.Z":                                      "unicode",
9511	"unicode.Zanabazar_Square":                       "unicode",
9512	"unicode.Zl":                                     "unicode",
9513	"unicode.Zp":                                     "unicode",
9514	"unicode.Zs":                                     "unicode",
9515	"url.Error":                                      "net/url",
9516	"url.EscapeError":                                "net/url",
9517	"url.InvalidHostError":                           "net/url",
9518	"url.Parse":                                      "net/url",
9519	"url.ParseQuery":                                 "net/url",
9520	"url.ParseRequestURI":                            "net/url",
9521	"url.PathEscape":                                 "net/url",
9522	"url.PathUnescape":                               "net/url",
9523	"url.QueryEscape":                                "net/url",
9524	"url.QueryUnescape":                              "net/url",
9525	"url.URL":                                        "net/url",
9526	"url.User":                                       "net/url",
9527	"url.UserPassword":                               "net/url",
9528	"url.Userinfo":                                   "net/url",
9529	"url.Values":                                     "net/url",
9530	"user.Current":                                   "os/user",
9531	"user.Group":                                     "os/user",
9532	"user.Lookup":                                    "os/user",
9533	"user.LookupGroup":                               "os/user",
9534	"user.LookupGroupId":                             "os/user",
9535	"user.LookupId":                                  "os/user",
9536	"user.UnknownGroupError":                         "os/user",
9537	"user.UnknownGroupIdError":                       "os/user",
9538	"user.UnknownUserError":                          "os/user",
9539	"user.UnknownUserIdError":                        "os/user",
9540	"user.User":                                      "os/user",
9541	"utf16.Decode":                                   "unicode/utf16",
9542	"utf16.DecodeRune":                               "unicode/utf16",
9543	"utf16.Encode":                                   "unicode/utf16",
9544	"utf16.EncodeRune":                               "unicode/utf16",
9545	"utf16.IsSurrogate":                              "unicode/utf16",
9546	"utf8.DecodeLastRune":                            "unicode/utf8",
9547	"utf8.DecodeLastRuneInString":                    "unicode/utf8",
9548	"utf8.DecodeRune":                                "unicode/utf8",
9549	"utf8.DecodeRuneInString":                        "unicode/utf8",
9550	"utf8.EncodeRune":                                "unicode/utf8",
9551	"utf8.FullRune":                                  "unicode/utf8",
9552	"utf8.FullRuneInString":                          "unicode/utf8",
9553	"utf8.MaxRune":                                   "unicode/utf8",
9554	"utf8.RuneCount":                                 "unicode/utf8",
9555	"utf8.RuneCountInString":                         "unicode/utf8",
9556	"utf8.RuneError":                                 "unicode/utf8",
9557	"utf8.RuneLen":                                   "unicode/utf8",
9558	"utf8.RuneSelf":                                  "unicode/utf8",
9559	"utf8.RuneStart":                                 "unicode/utf8",
9560	"utf8.UTFMax":                                    "unicode/utf8",
9561	"utf8.Valid":                                     "unicode/utf8",
9562	"utf8.ValidRune":                                 "unicode/utf8",
9563	"utf8.ValidString":                               "unicode/utf8",
9564	"x509.CANotAuthorizedForExtKeyUsage":             "crypto/x509",
9565	"x509.CANotAuthorizedForThisName":                "crypto/x509",
9566	"x509.CertPool":                                  "crypto/x509",
9567	"x509.Certificate":                               "crypto/x509",
9568	"x509.CertificateInvalidError":                   "crypto/x509",
9569	"x509.CertificateRequest":                        "crypto/x509",
9570	"x509.ConstraintViolationError":                  "crypto/x509",
9571	"x509.CreateCertificate":                         "crypto/x509",
9572	"x509.CreateCertificateRequest":                  "crypto/x509",
9573	"x509.DSA":                                       "crypto/x509",
9574	"x509.DSAWithSHA1":                               "crypto/x509",
9575	"x509.DSAWithSHA256":                             "crypto/x509",
9576	"x509.DecryptPEMBlock":                           "crypto/x509",
9577	"x509.ECDSA":                                     "crypto/x509",
9578	"x509.ECDSAWithSHA1":                             "crypto/x509",
9579	"x509.ECDSAWithSHA256":                           "crypto/x509",
9580	"x509.ECDSAWithSHA384":                           "crypto/x509",
9581	"x509.ECDSAWithSHA512":                           "crypto/x509",
9582	"x509.EncryptPEMBlock":                           "crypto/x509",
9583	"x509.ErrUnsupportedAlgorithm":                   "crypto/x509",
9584	"x509.Expired":                                   "crypto/x509",
9585	"x509.ExtKeyUsage":                               "crypto/x509",
9586	"x509.ExtKeyUsageAny":                            "crypto/x509",
9587	"x509.ExtKeyUsageClientAuth":                     "crypto/x509",
9588	"x509.ExtKeyUsageCodeSigning":                    "crypto/x509",
9589	"x509.ExtKeyUsageEmailProtection":                "crypto/x509",
9590	"x509.ExtKeyUsageIPSECEndSystem":                 "crypto/x509",
9591	"x509.ExtKeyUsageIPSECTunnel":                    "crypto/x509",
9592	"x509.ExtKeyUsageIPSECUser":                      "crypto/x509",
9593	"x509.ExtKeyUsageMicrosoftCommercialCodeSigning": "crypto/x509",
9594	"x509.ExtKeyUsageMicrosoftKernelCodeSigning":     "crypto/x509",
9595	"x509.ExtKeyUsageMicrosoftServerGatedCrypto":     "crypto/x509",
9596	"x509.ExtKeyUsageNetscapeServerGatedCrypto":      "crypto/x509",
9597	"x509.ExtKeyUsageOCSPSigning":                    "crypto/x509",
9598	"x509.ExtKeyUsageServerAuth":                     "crypto/x509",
9599	"x509.ExtKeyUsageTimeStamping":                   "crypto/x509",
9600	"x509.HostnameError":                             "crypto/x509",
9601	"x509.IncompatibleUsage":                         "crypto/x509",
9602	"x509.IncorrectPasswordError":                    "crypto/x509",
9603	"x509.InsecureAlgorithmError":                    "crypto/x509",
9604	"x509.InvalidReason":                             "crypto/x509",
9605	"x509.IsEncryptedPEMBlock":                       "crypto/x509",
9606	"x509.KeyUsage":                                  "crypto/x509",
9607	"x509.KeyUsageCRLSign":                           "crypto/x509",
9608	"x509.KeyUsageCertSign":                          "crypto/x509",
9609	"x509.KeyUsageContentCommitment":                 "crypto/x509",
9610	"x509.KeyUsageDataEncipherment":                  "crypto/x509",
9611	"x509.KeyUsageDecipherOnly":                      "crypto/x509",
9612	"x509.KeyUsageDigitalSignature":                  "crypto/x509",
9613	"x509.KeyUsageEncipherOnly":                      "crypto/x509",
9614	"x509.KeyUsageKeyAgreement":                      "crypto/x509",
9615	"x509.KeyUsageKeyEncipherment":                   "crypto/x509",
9616	"x509.MD2WithRSA":                                "crypto/x509",
9617	"x509.MD5WithRSA":                                "crypto/x509",
9618	"x509.MarshalECPrivateKey":                       "crypto/x509",
9619	"x509.MarshalPKCS1PrivateKey":                    "crypto/x509",
9620	"x509.MarshalPKCS1PublicKey":                     "crypto/x509",
9621	"x509.MarshalPKCS8PrivateKey":                    "crypto/x509",
9622	"x509.MarshalPKIXPublicKey":                      "crypto/x509",
9623	"x509.NameConstraintsWithoutSANs":                "crypto/x509",
9624	"x509.NameMismatch":                              "crypto/x509",
9625	"x509.NewCertPool":                               "crypto/x509",
9626	"x509.NotAuthorizedToSign":                       "crypto/x509",
9627	"x509.PEMCipher":                                 "crypto/x509",
9628	"x509.PEMCipher3DES":                             "crypto/x509",
9629	"x509.PEMCipherAES128":                           "crypto/x509",
9630	"x509.PEMCipherAES192":                           "crypto/x509",
9631	"x509.PEMCipherAES256":                           "crypto/x509",
9632	"x509.PEMCipherDES":                              "crypto/x509",
9633	"x509.ParseCRL":                                  "crypto/x509",
9634	"x509.ParseCertificate":                          "crypto/x509",
9635	"x509.ParseCertificateRequest":                   "crypto/x509",
9636	"x509.ParseCertificates":                         "crypto/x509",
9637	"x509.ParseDERCRL":                               "crypto/x509",
9638	"x509.ParseECPrivateKey":                         "crypto/x509",
9639	"x509.ParsePKCS1PrivateKey":                      "crypto/x509",
9640	"x509.ParsePKCS1PublicKey":                       "crypto/x509",
9641	"x509.ParsePKCS8PrivateKey":                      "crypto/x509",
9642	"x509.ParsePKIXPublicKey":                        "crypto/x509",
9643	"x509.PublicKeyAlgorithm":                        "crypto/x509",
9644	"x509.RSA":                                       "crypto/x509",
9645	"x509.SHA1WithRSA":                               "crypto/x509",
9646	"x509.SHA256WithRSA":                             "crypto/x509",
9647	"x509.SHA256WithRSAPSS":                          "crypto/x509",
9648	"x509.SHA384WithRSA":                             "crypto/x509",
9649	"x509.SHA384WithRSAPSS":                          "crypto/x509",
9650	"x509.SHA512WithRSA":                             "crypto/x509",
9651	"x509.SHA512WithRSAPSS":                          "crypto/x509",
9652	"x509.SignatureAlgorithm":                        "crypto/x509",
9653	"x509.SystemCertPool":                            "crypto/x509",
9654	"x509.SystemRootsError":                          "crypto/x509",
9655	"x509.TooManyConstraints":                        "crypto/x509",
9656	"x509.TooManyIntermediates":                      "crypto/x509",
9657	"x509.UnconstrainedName":                         "crypto/x509",
9658	"x509.UnhandledCriticalExtension":                "crypto/x509",
9659	"x509.UnknownAuthorityError":                     "crypto/x509",
9660	"x509.UnknownPublicKeyAlgorithm":                 "crypto/x509",
9661	"x509.UnknownSignatureAlgorithm":                 "crypto/x509",
9662	"x509.VerifyOptions":                             "crypto/x509",
9663	"xml.Attr":                                       "encoding/xml",
9664	"xml.CharData":                                   "encoding/xml",
9665	"xml.Comment":                                    "encoding/xml",
9666	"xml.CopyToken":                                  "encoding/xml",
9667	"xml.Decoder":                                    "encoding/xml",
9668	"xml.Directive":                                  "encoding/xml",
9669	"xml.Encoder":                                    "encoding/xml",
9670	"xml.EndElement":                                 "encoding/xml",
9671	"xml.Escape":                                     "encoding/xml",
9672	"xml.EscapeText":                                 "encoding/xml",
9673	"xml.HTMLAutoClose":                              "encoding/xml",
9674	"xml.HTMLEntity":                                 "encoding/xml",
9675	"xml.Header":                                     "encoding/xml",
9676	"xml.Marshal":                                    "encoding/xml",
9677	"xml.MarshalIndent":                              "encoding/xml",
9678	"xml.Marshaler":                                  "encoding/xml",
9679	"xml.MarshalerAttr":                              "encoding/xml",
9680	"xml.Name":                                       "encoding/xml",
9681	"xml.NewDecoder":                                 "encoding/xml",
9682	"xml.NewEncoder":                                 "encoding/xml",
9683	"xml.NewTokenDecoder":                            "encoding/xml",
9684	"xml.ProcInst":                                   "encoding/xml",
9685	"xml.StartElement":                               "encoding/xml",
9686	"xml.SyntaxError":                                "encoding/xml",
9687	"xml.TagPathError":                               "encoding/xml",
9688	"xml.Token":                                      "encoding/xml",
9689	"xml.TokenReader":                                "encoding/xml",
9690	"xml.Unmarshal":                                  "encoding/xml",
9691	"xml.UnmarshalError":                             "encoding/xml",
9692	"xml.Unmarshaler":                                "encoding/xml",
9693	"xml.UnmarshalerAttr":                            "encoding/xml",
9694	"xml.UnsupportedTypeError":                       "encoding/xml",
9695	"zip.Compressor":                                 "archive/zip",
9696	"zip.Decompressor":                               "archive/zip",
9697	"zip.Deflate":                                    "archive/zip",
9698	"zip.ErrAlgorithm":                               "archive/zip",
9699	"zip.ErrChecksum":                                "archive/zip",
9700	"zip.ErrFormat":                                  "archive/zip",
9701	"zip.File":                                       "archive/zip",
9702	"zip.FileHeader":                                 "archive/zip",
9703	"zip.FileInfoHeader":                             "archive/zip",
9704	"zip.NewReader":                                  "archive/zip",
9705	"zip.NewWriter":                                  "archive/zip",
9706	"zip.OpenReader":                                 "archive/zip",
9707	"zip.ReadCloser":                                 "archive/zip",
9708	"zip.Reader":                                     "archive/zip",
9709	"zip.RegisterCompressor":                         "archive/zip",
9710	"zip.RegisterDecompressor":                       "archive/zip",
9711	"zip.Store":                                      "archive/zip",
9712	"zip.Writer":                                     "archive/zip",
9713	"zlib.BestCompression":                           "compress/zlib",
9714	"zlib.BestSpeed":                                 "compress/zlib",
9715	"zlib.DefaultCompression":                        "compress/zlib",
9716	"zlib.ErrChecksum":                               "compress/zlib",
9717	"zlib.ErrDictionary":                             "compress/zlib",
9718	"zlib.ErrHeader":                                 "compress/zlib",
9719	"zlib.HuffmanOnly":                               "compress/zlib",
9720	"zlib.NewReader":                                 "compress/zlib",
9721	"zlib.NewReaderDict":                             "compress/zlib",
9722	"zlib.NewWriter":                                 "compress/zlib",
9723	"zlib.NewWriterLevel":                            "compress/zlib",
9724	"zlib.NewWriterLevelDict":                        "compress/zlib",
9725	"zlib.NoCompression":                             "compress/zlib",
9726	"zlib.Resetter":                                  "compress/zlib",
9727	"zlib.Writer":                                    "compress/zlib",
9728
9729	"unsafe.Alignof":       "unsafe",
9730	"unsafe.ArbitraryType": "unsafe",
9731	"unsafe.Offsetof":      "unsafe",
9732	"unsafe.Pointer":       "unsafe",
9733	"unsafe.Sizeof":        "unsafe",
9734}