You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9448 lines
601 KiB

  1. // Code generated by mkstdlib.go. DO NOT EDIT.
  2. package imports
  3. var stdlib = map[string]string{
  4. "adler32.Checksum": "hash/adler32",
  5. "adler32.New": "hash/adler32",
  6. "adler32.Size": "hash/adler32",
  7. "aes.BlockSize": "crypto/aes",
  8. "aes.KeySizeError": "crypto/aes",
  9. "aes.NewCipher": "crypto/aes",
  10. "ascii85.CorruptInputError": "encoding/ascii85",
  11. "ascii85.Decode": "encoding/ascii85",
  12. "ascii85.Encode": "encoding/ascii85",
  13. "ascii85.MaxEncodedLen": "encoding/ascii85",
  14. "ascii85.NewDecoder": "encoding/ascii85",
  15. "ascii85.NewEncoder": "encoding/ascii85",
  16. "asn1.BitString": "encoding/asn1",
  17. "asn1.ClassApplication": "encoding/asn1",
  18. "asn1.ClassContextSpecific": "encoding/asn1",
  19. "asn1.ClassPrivate": "encoding/asn1",
  20. "asn1.ClassUniversal": "encoding/asn1",
  21. "asn1.Enumerated": "encoding/asn1",
  22. "asn1.Flag": "encoding/asn1",
  23. "asn1.Marshal": "encoding/asn1",
  24. "asn1.NullBytes": "encoding/asn1",
  25. "asn1.NullRawValue": "encoding/asn1",
  26. "asn1.ObjectIdentifier": "encoding/asn1",
  27. "asn1.RawContent": "encoding/asn1",
  28. "asn1.RawValue": "encoding/asn1",
  29. "asn1.StructuralError": "encoding/asn1",
  30. "asn1.SyntaxError": "encoding/asn1",
  31. "asn1.TagBitString": "encoding/asn1",
  32. "asn1.TagBoolean": "encoding/asn1",
  33. "asn1.TagEnum": "encoding/asn1",
  34. "asn1.TagGeneralString": "encoding/asn1",
  35. "asn1.TagGeneralizedTime": "encoding/asn1",
  36. "asn1.TagIA5String": "encoding/asn1",
  37. "asn1.TagInteger": "encoding/asn1",
  38. "asn1.TagNull": "encoding/asn1",
  39. "asn1.TagOID": "encoding/asn1",
  40. "asn1.TagOctetString": "encoding/asn1",
  41. "asn1.TagPrintableString": "encoding/asn1",
  42. "asn1.TagSequence": "encoding/asn1",
  43. "asn1.TagSet": "encoding/asn1",
  44. "asn1.TagT61String": "encoding/asn1",
  45. "asn1.TagUTCTime": "encoding/asn1",
  46. "asn1.TagUTF8String": "encoding/asn1",
  47. "asn1.Unmarshal": "encoding/asn1",
  48. "asn1.UnmarshalWithParams": "encoding/asn1",
  49. "ast.ArrayType": "go/ast",
  50. "ast.AssignStmt": "go/ast",
  51. "ast.Bad": "go/ast",
  52. "ast.BadDecl": "go/ast",
  53. "ast.BadExpr": "go/ast",
  54. "ast.BadStmt": "go/ast",
  55. "ast.BasicLit": "go/ast",
  56. "ast.BinaryExpr": "go/ast",
  57. "ast.BlockStmt": "go/ast",
  58. "ast.BranchStmt": "go/ast",
  59. "ast.CallExpr": "go/ast",
  60. "ast.CaseClause": "go/ast",
  61. "ast.ChanDir": "go/ast",
  62. "ast.ChanType": "go/ast",
  63. "ast.CommClause": "go/ast",
  64. "ast.Comment": "go/ast",
  65. "ast.CommentGroup": "go/ast",
  66. "ast.CommentMap": "go/ast",
  67. "ast.CompositeLit": "go/ast",
  68. "ast.Con": "go/ast",
  69. "ast.DeclStmt": "go/ast",
  70. "ast.DeferStmt": "go/ast",
  71. "ast.Ellipsis": "go/ast",
  72. "ast.EmptyStmt": "go/ast",
  73. "ast.ExprStmt": "go/ast",
  74. "ast.Field": "go/ast",
  75. "ast.FieldFilter": "go/ast",
  76. "ast.FieldList": "go/ast",
  77. "ast.File": "go/ast",
  78. "ast.FileExports": "go/ast",
  79. "ast.Filter": "go/ast",
  80. "ast.FilterDecl": "go/ast",
  81. "ast.FilterFile": "go/ast",
  82. "ast.FilterFuncDuplicates": "go/ast",
  83. "ast.FilterImportDuplicates": "go/ast",
  84. "ast.FilterPackage": "go/ast",
  85. "ast.FilterUnassociatedComments": "go/ast",
  86. "ast.ForStmt": "go/ast",
  87. "ast.Fprint": "go/ast",
  88. "ast.Fun": "go/ast",
  89. "ast.FuncDecl": "go/ast",
  90. "ast.FuncLit": "go/ast",
  91. "ast.FuncType": "go/ast",
  92. "ast.GenDecl": "go/ast",
  93. "ast.GoStmt": "go/ast",
  94. "ast.Ident": "go/ast",
  95. "ast.IfStmt": "go/ast",
  96. "ast.ImportSpec": "go/ast",
  97. "ast.Importer": "go/ast",
  98. "ast.IncDecStmt": "go/ast",
  99. "ast.IndexExpr": "go/ast",
  100. "ast.Inspect": "go/ast",
  101. "ast.InterfaceType": "go/ast",
  102. "ast.IsExported": "go/ast",
  103. "ast.KeyValueExpr": "go/ast",
  104. "ast.LabeledStmt": "go/ast",
  105. "ast.Lbl": "go/ast",
  106. "ast.MapType": "go/ast",
  107. "ast.MergeMode": "go/ast",
  108. "ast.MergePackageFiles": "go/ast",
  109. "ast.NewCommentMap": "go/ast",
  110. "ast.NewIdent": "go/ast",
  111. "ast.NewObj": "go/ast",
  112. "ast.NewPackage": "go/ast",
  113. "ast.NewScope": "go/ast",
  114. "ast.Node": "go/ast",
  115. "ast.NotNilFilter": "go/ast",
  116. "ast.ObjKind": "go/ast",
  117. "ast.Object": "go/ast",
  118. "ast.Package": "go/ast",
  119. "ast.PackageExports": "go/ast",
  120. "ast.ParenExpr": "go/ast",
  121. "ast.Pkg": "go/ast",
  122. "ast.Print": "go/ast",
  123. "ast.RECV": "go/ast",
  124. "ast.RangeStmt": "go/ast",
  125. "ast.ReturnStmt": "go/ast",
  126. "ast.SEND": "go/ast",
  127. "ast.Scope": "go/ast",
  128. "ast.SelectStmt": "go/ast",
  129. "ast.SelectorExpr": "go/ast",
  130. "ast.SendStmt": "go/ast",
  131. "ast.SliceExpr": "go/ast",
  132. "ast.SortImports": "go/ast",
  133. "ast.StarExpr": "go/ast",
  134. "ast.StructType": "go/ast",
  135. "ast.SwitchStmt": "go/ast",
  136. "ast.Typ": "go/ast",
  137. "ast.TypeAssertExpr": "go/ast",
  138. "ast.TypeSpec": "go/ast",
  139. "ast.TypeSwitchStmt": "go/ast",
  140. "ast.UnaryExpr": "go/ast",
  141. "ast.ValueSpec": "go/ast",
  142. "ast.Var": "go/ast",
  143. "ast.Visitor": "go/ast",
  144. "ast.Walk": "go/ast",
  145. "atomic.AddInt32": "sync/atomic",
  146. "atomic.AddInt64": "sync/atomic",
  147. "atomic.AddUint32": "sync/atomic",
  148. "atomic.AddUint64": "sync/atomic",
  149. "atomic.AddUintptr": "sync/atomic",
  150. "atomic.CompareAndSwapInt32": "sync/atomic",
  151. "atomic.CompareAndSwapInt64": "sync/atomic",
  152. "atomic.CompareAndSwapPointer": "sync/atomic",
  153. "atomic.CompareAndSwapUint32": "sync/atomic",
  154. "atomic.CompareAndSwapUint64": "sync/atomic",
  155. "atomic.CompareAndSwapUintptr": "sync/atomic",
  156. "atomic.LoadInt32": "sync/atomic",
  157. "atomic.LoadInt64": "sync/atomic",
  158. "atomic.LoadPointer": "sync/atomic",
  159. "atomic.LoadUint32": "sync/atomic",
  160. "atomic.LoadUint64": "sync/atomic",
  161. "atomic.LoadUintptr": "sync/atomic",
  162. "atomic.StoreInt32": "sync/atomic",
  163. "atomic.StoreInt64": "sync/atomic",
  164. "atomic.StorePointer": "sync/atomic",
  165. "atomic.StoreUint32": "sync/atomic",
  166. "atomic.StoreUint64": "sync/atomic",
  167. "atomic.StoreUintptr": "sync/atomic",
  168. "atomic.SwapInt32": "sync/atomic",
  169. "atomic.SwapInt64": "sync/atomic",
  170. "atomic.SwapPointer": "sync/atomic",
  171. "atomic.SwapUint32": "sync/atomic",
  172. "atomic.SwapUint64": "sync/atomic",
  173. "atomic.SwapUintptr": "sync/atomic",
  174. "atomic.Value": "sync/atomic",
  175. "base32.CorruptInputError": "encoding/base32",
  176. "base32.Encoding": "encoding/base32",
  177. "base32.HexEncoding": "encoding/base32",
  178. "base32.NewDecoder": "encoding/base32",
  179. "base32.NewEncoder": "encoding/base32",
  180. "base32.NewEncoding": "encoding/base32",
  181. "base32.NoPadding": "encoding/base32",
  182. "base32.StdEncoding": "encoding/base32",
  183. "base32.StdPadding": "encoding/base32",
  184. "base64.CorruptInputError": "encoding/base64",
  185. "base64.Encoding": "encoding/base64",
  186. "base64.NewDecoder": "encoding/base64",
  187. "base64.NewEncoder": "encoding/base64",
  188. "base64.NewEncoding": "encoding/base64",
  189. "base64.NoPadding": "encoding/base64",
  190. "base64.RawStdEncoding": "encoding/base64",
  191. "base64.RawURLEncoding": "encoding/base64",
  192. "base64.StdEncoding": "encoding/base64",
  193. "base64.StdPadding": "encoding/base64",
  194. "base64.URLEncoding": "encoding/base64",
  195. "big.Above": "math/big",
  196. "big.Accuracy": "math/big",
  197. "big.AwayFromZero": "math/big",
  198. "big.Below": "math/big",
  199. "big.ErrNaN": "math/big",
  200. "big.Exact": "math/big",
  201. "big.Float": "math/big",
  202. "big.Int": "math/big",
  203. "big.Jacobi": "math/big",
  204. "big.MaxBase": "math/big",
  205. "big.MaxExp": "math/big",
  206. "big.MaxPrec": "math/big",
  207. "big.MinExp": "math/big",
  208. "big.NewFloat": "math/big",
  209. "big.NewInt": "math/big",
  210. "big.NewRat": "math/big",
  211. "big.ParseFloat": "math/big",
  212. "big.Rat": "math/big",
  213. "big.RoundingMode": "math/big",
  214. "big.ToNearestAway": "math/big",
  215. "big.ToNearestEven": "math/big",
  216. "big.ToNegativeInf": "math/big",
  217. "big.ToPositiveInf": "math/big",
  218. "big.ToZero": "math/big",
  219. "big.Word": "math/big",
  220. "binary.BigEndian": "encoding/binary",
  221. "binary.ByteOrder": "encoding/binary",
  222. "binary.LittleEndian": "encoding/binary",
  223. "binary.MaxVarintLen16": "encoding/binary",
  224. "binary.MaxVarintLen32": "encoding/binary",
  225. "binary.MaxVarintLen64": "encoding/binary",
  226. "binary.PutUvarint": "encoding/binary",
  227. "binary.PutVarint": "encoding/binary",
  228. "binary.Read": "encoding/binary",
  229. "binary.ReadUvarint": "encoding/binary",
  230. "binary.ReadVarint": "encoding/binary",
  231. "binary.Size": "encoding/binary",
  232. "binary.Uvarint": "encoding/binary",
  233. "binary.Varint": "encoding/binary",
  234. "binary.Write": "encoding/binary",
  235. "bits.LeadingZeros": "math/bits",
  236. "bits.LeadingZeros16": "math/bits",
  237. "bits.LeadingZeros32": "math/bits",
  238. "bits.LeadingZeros64": "math/bits",
  239. "bits.LeadingZeros8": "math/bits",
  240. "bits.Len": "math/bits",
  241. "bits.Len16": "math/bits",
  242. "bits.Len32": "math/bits",
  243. "bits.Len64": "math/bits",
  244. "bits.Len8": "math/bits",
  245. "bits.OnesCount": "math/bits",
  246. "bits.OnesCount16": "math/bits",
  247. "bits.OnesCount32": "math/bits",
  248. "bits.OnesCount64": "math/bits",
  249. "bits.OnesCount8": "math/bits",
  250. "bits.Reverse": "math/bits",
  251. "bits.Reverse16": "math/bits",
  252. "bits.Reverse32": "math/bits",
  253. "bits.Reverse64": "math/bits",
  254. "bits.Reverse8": "math/bits",
  255. "bits.ReverseBytes": "math/bits",
  256. "bits.ReverseBytes16": "math/bits",
  257. "bits.ReverseBytes32": "math/bits",
  258. "bits.ReverseBytes64": "math/bits",
  259. "bits.RotateLeft": "math/bits",
  260. "bits.RotateLeft16": "math/bits",
  261. "bits.RotateLeft32": "math/bits",
  262. "bits.RotateLeft64": "math/bits",
  263. "bits.RotateLeft8": "math/bits",
  264. "bits.TrailingZeros": "math/bits",
  265. "bits.TrailingZeros16": "math/bits",
  266. "bits.TrailingZeros32": "math/bits",
  267. "bits.TrailingZeros64": "math/bits",
  268. "bits.TrailingZeros8": "math/bits",
  269. "bits.UintSize": "math/bits",
  270. "bufio.ErrAdvanceTooFar": "bufio",
  271. "bufio.ErrBufferFull": "bufio",
  272. "bufio.ErrFinalToken": "bufio",
  273. "bufio.ErrInvalidUnreadByte": "bufio",
  274. "bufio.ErrInvalidUnreadRune": "bufio",
  275. "bufio.ErrNegativeAdvance": "bufio",
  276. "bufio.ErrNegativeCount": "bufio",
  277. "bufio.ErrTooLong": "bufio",
  278. "bufio.MaxScanTokenSize": "bufio",
  279. "bufio.NewReadWriter": "bufio",
  280. "bufio.NewReader": "bufio",
  281. "bufio.NewReaderSize": "bufio",
  282. "bufio.NewScanner": "bufio",
  283. "bufio.NewWriter": "bufio",
  284. "bufio.NewWriterSize": "bufio",
  285. "bufio.ReadWriter": "bufio",
  286. "bufio.Reader": "bufio",
  287. "bufio.ScanBytes": "bufio",
  288. "bufio.ScanLines": "bufio",
  289. "bufio.ScanRunes": "bufio",
  290. "bufio.ScanWords": "bufio",
  291. "bufio.Scanner": "bufio",
  292. "bufio.SplitFunc": "bufio",
  293. "bufio.Writer": "bufio",
  294. "build.AllowBinary": "go/build",
  295. "build.ArchChar": "go/build",
  296. "build.Context": "go/build",
  297. "build.Default": "go/build",
  298. "build.FindOnly": "go/build",
  299. "build.IgnoreVendor": "go/build",
  300. "build.Import": "go/build",
  301. "build.ImportComment": "go/build",
  302. "build.ImportDir": "go/build",
  303. "build.ImportMode": "go/build",
  304. "build.IsLocalImport": "go/build",
  305. "build.MultiplePackageError": "go/build",
  306. "build.NoGoError": "go/build",
  307. "build.Package": "go/build",
  308. "build.ToolDir": "go/build",
  309. "bytes.Buffer": "bytes",
  310. "bytes.Compare": "bytes",
  311. "bytes.Contains": "bytes",
  312. "bytes.ContainsAny": "bytes",
  313. "bytes.ContainsRune": "bytes",
  314. "bytes.Count": "bytes",
  315. "bytes.Equal": "bytes",
  316. "bytes.EqualFold": "bytes",
  317. "bytes.ErrTooLarge": "bytes",
  318. "bytes.Fields": "bytes",
  319. "bytes.FieldsFunc": "bytes",
  320. "bytes.HasPrefix": "bytes",
  321. "bytes.HasSuffix": "bytes",
  322. "bytes.Index": "bytes",
  323. "bytes.IndexAny": "bytes",
  324. "bytes.IndexByte": "bytes",
  325. "bytes.IndexFunc": "bytes",
  326. "bytes.IndexRune": "bytes",
  327. "bytes.Join": "bytes",
  328. "bytes.LastIndex": "bytes",
  329. "bytes.LastIndexAny": "bytes",
  330. "bytes.LastIndexByte": "bytes",
  331. "bytes.LastIndexFunc": "bytes",
  332. "bytes.Map": "bytes",
  333. "bytes.MinRead": "bytes",
  334. "bytes.NewBuffer": "bytes",
  335. "bytes.NewBufferString": "bytes",
  336. "bytes.NewReader": "bytes",
  337. "bytes.Reader": "bytes",
  338. "bytes.Repeat": "bytes",
  339. "bytes.Replace": "bytes",
  340. "bytes.Runes": "bytes",
  341. "bytes.Split": "bytes",
  342. "bytes.SplitAfter": "bytes",
  343. "bytes.SplitAfterN": "bytes",
  344. "bytes.SplitN": "bytes",
  345. "bytes.Title": "bytes",
  346. "bytes.ToLower": "bytes",
  347. "bytes.ToLowerSpecial": "bytes",
  348. "bytes.ToTitle": "bytes",
  349. "bytes.ToTitleSpecial": "bytes",
  350. "bytes.ToUpper": "bytes",
  351. "bytes.ToUpperSpecial": "bytes",
  352. "bytes.Trim": "bytes",
  353. "bytes.TrimFunc": "bytes",
  354. "bytes.TrimLeft": "bytes",
  355. "bytes.TrimLeftFunc": "bytes",
  356. "bytes.TrimPrefix": "bytes",
  357. "bytes.TrimRight": "bytes",
  358. "bytes.TrimRightFunc": "bytes",
  359. "bytes.TrimSpace": "bytes",
  360. "bytes.TrimSuffix": "bytes",
  361. "bzip2.NewReader": "compress/bzip2",
  362. "bzip2.StructuralError": "compress/bzip2",
  363. "cgi.Handler": "net/http/cgi",
  364. "cgi.Request": "net/http/cgi",
  365. "cgi.RequestFromMap": "net/http/cgi",
  366. "cgi.Serve": "net/http/cgi",
  367. "cipher.AEAD": "crypto/cipher",
  368. "cipher.Block": "crypto/cipher",
  369. "cipher.BlockMode": "crypto/cipher",
  370. "cipher.NewCBCDecrypter": "crypto/cipher",
  371. "cipher.NewCBCEncrypter": "crypto/cipher",
  372. "cipher.NewCFBDecrypter": "crypto/cipher",
  373. "cipher.NewCFBEncrypter": "crypto/cipher",
  374. "cipher.NewCTR": "crypto/cipher",
  375. "cipher.NewGCM": "crypto/cipher",
  376. "cipher.NewGCMWithNonceSize": "crypto/cipher",
  377. "cipher.NewOFB": "crypto/cipher",
  378. "cipher.Stream": "crypto/cipher",
  379. "cipher.StreamReader": "crypto/cipher",
  380. "cipher.StreamWriter": "crypto/cipher",
  381. "cmplx.Abs": "math/cmplx",
  382. "cmplx.Acos": "math/cmplx",
  383. "cmplx.Acosh": "math/cmplx",
  384. "cmplx.Asin": "math/cmplx",
  385. "cmplx.Asinh": "math/cmplx",
  386. "cmplx.Atan": "math/cmplx",
  387. "cmplx.Atanh": "math/cmplx",
  388. "cmplx.Conj": "math/cmplx",
  389. "cmplx.Cos": "math/cmplx",
  390. "cmplx.Cosh": "math/cmplx",
  391. "cmplx.Cot": "math/cmplx",
  392. "cmplx.Exp": "math/cmplx",
  393. "cmplx.Inf": "math/cmplx",
  394. "cmplx.IsInf": "math/cmplx",
  395. "cmplx.IsNaN": "math/cmplx",
  396. "cmplx.Log": "math/cmplx",
  397. "cmplx.Log10": "math/cmplx",
  398. "cmplx.NaN": "math/cmplx",
  399. "cmplx.Phase": "math/cmplx",
  400. "cmplx.Polar": "math/cmplx",
  401. "cmplx.Pow": "math/cmplx",
  402. "cmplx.Rect": "math/cmplx",
  403. "cmplx.Sin": "math/cmplx",
  404. "cmplx.Sinh": "math/cmplx",
  405. "cmplx.Sqrt": "math/cmplx",
  406. "cmplx.Tan": "math/cmplx",
  407. "cmplx.Tanh": "math/cmplx",
  408. "color.Alpha": "image/color",
  409. "color.Alpha16": "image/color",
  410. "color.Alpha16Model": "image/color",
  411. "color.AlphaModel": "image/color",
  412. "color.Black": "image/color",
  413. "color.CMYK": "image/color",
  414. "color.CMYKModel": "image/color",
  415. "color.CMYKToRGB": "image/color",
  416. "color.Color": "image/color",
  417. "color.Gray": "image/color",
  418. "color.Gray16": "image/color",
  419. "color.Gray16Model": "image/color",
  420. "color.GrayModel": "image/color",
  421. "color.Model": "image/color",
  422. "color.ModelFunc": "image/color",
  423. "color.NRGBA": "image/color",
  424. "color.NRGBA64": "image/color",
  425. "color.NRGBA64Model": "image/color",
  426. "color.NRGBAModel": "image/color",
  427. "color.NYCbCrA": "image/color",
  428. "color.NYCbCrAModel": "image/color",
  429. "color.Opaque": "image/color",
  430. "color.Palette": "image/color",
  431. "color.RGBA": "image/color",
  432. "color.RGBA64": "image/color",
  433. "color.RGBA64Model": "image/color",
  434. "color.RGBAModel": "image/color",
  435. "color.RGBToCMYK": "image/color",
  436. "color.RGBToYCbCr": "image/color",
  437. "color.Transparent": "image/color",
  438. "color.White": "image/color",
  439. "color.YCbCr": "image/color",
  440. "color.YCbCrModel": "image/color",
  441. "color.YCbCrToRGB": "image/color",
  442. "constant.BinaryOp": "go/constant",
  443. "constant.BitLen": "go/constant",
  444. "constant.Bool": "go/constant",
  445. "constant.BoolVal": "go/constant",
  446. "constant.Bytes": "go/constant",
  447. "constant.Compare": "go/constant",
  448. "constant.Complex": "go/constant",
  449. "constant.Denom": "go/constant",
  450. "constant.Float": "go/constant",
  451. "constant.Float32Val": "go/constant",
  452. "constant.Float64Val": "go/constant",
  453. "constant.Imag": "go/constant",
  454. "constant.Int": "go/constant",
  455. "constant.Int64Val": "go/constant",
  456. "constant.Kind": "go/constant",
  457. "constant.MakeBool": "go/constant",
  458. "constant.MakeFloat64": "go/constant",
  459. "constant.MakeFromBytes": "go/constant",
  460. "constant.MakeFromLiteral": "go/constant",
  461. "constant.MakeImag": "go/constant",
  462. "constant.MakeInt64": "go/constant",
  463. "constant.MakeString": "go/constant",
  464. "constant.MakeUint64": "go/constant",
  465. "constant.MakeUnknown": "go/constant",
  466. "constant.Num": "go/constant",
  467. "constant.Real": "go/constant",
  468. "constant.Shift": "go/constant",
  469. "constant.Sign": "go/constant",
  470. "constant.String": "go/constant",
  471. "constant.StringVal": "go/constant",
  472. "constant.ToComplex": "go/constant",
  473. "constant.ToFloat": "go/constant",
  474. "constant.ToInt": "go/constant",
  475. "constant.Uint64Val": "go/constant",
  476. "constant.UnaryOp": "go/constant",
  477. "constant.Unknown": "go/constant",
  478. "context.Background": "context",
  479. "context.CancelFunc": "context",
  480. "context.Canceled": "context",
  481. "context.Context": "context",
  482. "context.DeadlineExceeded": "context",
  483. "context.TODO": "context",
  484. "context.WithCancel": "context",
  485. "context.WithDeadline": "context",
  486. "context.WithTimeout": "context",
  487. "context.WithValue": "context",
  488. "cookiejar.Jar": "net/http/cookiejar",
  489. "cookiejar.New": "net/http/cookiejar",
  490. "cookiejar.Options": "net/http/cookiejar",
  491. "cookiejar.PublicSuffixList": "net/http/cookiejar",
  492. "crc32.Castagnoli": "hash/crc32",
  493. "crc32.Checksum": "hash/crc32",
  494. "crc32.ChecksumIEEE": "hash/crc32",
  495. "crc32.IEEE": "hash/crc32",
  496. "crc32.IEEETable": "hash/crc32",
  497. "crc32.Koopman": "hash/crc32",
  498. "crc32.MakeTable": "hash/crc32",
  499. "crc32.New": "hash/crc32",
  500. "crc32.NewIEEE": "hash/crc32",
  501. "crc32.Size": "hash/crc32",
  502. "crc32.Table": "hash/crc32",
  503. "crc32.Update": "hash/crc32",
  504. "crc64.Checksum": "hash/crc64",
  505. "crc64.ECMA": "hash/crc64",
  506. "crc64.ISO": "hash/crc64",
  507. "crc64.MakeTable": "hash/crc64",
  508. "crc64.New": "hash/crc64",
  509. "crc64.Size": "hash/crc64",
  510. "crc64.Table": "hash/crc64",
  511. "crc64.Update": "hash/crc64",
  512. "crypto.BLAKE2b_256": "crypto",
  513. "crypto.BLAKE2b_384": "crypto",
  514. "crypto.BLAKE2b_512": "crypto",
  515. "crypto.BLAKE2s_256": "crypto",
  516. "crypto.Decrypter": "crypto",
  517. "crypto.DecrypterOpts": "crypto",
  518. "crypto.Hash": "crypto",
  519. "crypto.MD4": "crypto",
  520. "crypto.MD5": "crypto",
  521. "crypto.MD5SHA1": "crypto",
  522. "crypto.PrivateKey": "crypto",
  523. "crypto.PublicKey": "crypto",
  524. "crypto.RIPEMD160": "crypto",
  525. "crypto.RegisterHash": "crypto",
  526. "crypto.SHA1": "crypto",
  527. "crypto.SHA224": "crypto",
  528. "crypto.SHA256": "crypto",
  529. "crypto.SHA384": "crypto",
  530. "crypto.SHA3_224": "crypto",
  531. "crypto.SHA3_256": "crypto",
  532. "crypto.SHA3_384": "crypto",
  533. "crypto.SHA3_512": "crypto",
  534. "crypto.SHA512": "crypto",
  535. "crypto.SHA512_224": "crypto",
  536. "crypto.SHA512_256": "crypto",
  537. "crypto.Signer": "crypto",
  538. "crypto.SignerOpts": "crypto",
  539. "csv.ErrBareQuote": "encoding/csv",
  540. "csv.ErrFieldCount": "encoding/csv",
  541. "csv.ErrQuote": "encoding/csv",
  542. "csv.ErrTrailingComma": "encoding/csv",
  543. "csv.NewReader": "encoding/csv",
  544. "csv.NewWriter": "encoding/csv",
  545. "csv.ParseError": "encoding/csv",
  546. "csv.Reader": "encoding/csv",
  547. "csv.Writer": "encoding/csv",
  548. "debug.FreeOSMemory": "runtime/debug",
  549. "debug.GCStats": "runtime/debug",
  550. "debug.PrintStack": "runtime/debug",
  551. "debug.ReadGCStats": "runtime/debug",
  552. "debug.SetGCPercent": "runtime/debug",
  553. "debug.SetMaxStack": "runtime/debug",
  554. "debug.SetMaxThreads": "runtime/debug",
  555. "debug.SetPanicOnFault": "runtime/debug",
  556. "debug.SetTraceback": "runtime/debug",
  557. "debug.Stack": "runtime/debug",
  558. "debug.WriteHeapDump": "runtime/debug",
  559. "des.BlockSize": "crypto/des",
  560. "des.KeySizeError": "crypto/des",
  561. "des.NewCipher": "crypto/des",
  562. "des.NewTripleDESCipher": "crypto/des",
  563. "doc.AllDecls": "go/doc",
  564. "doc.AllMethods": "go/doc",
  565. "doc.Example": "go/doc",
  566. "doc.Examples": "go/doc",
  567. "doc.Filter": "go/doc",
  568. "doc.Func": "go/doc",
  569. "doc.IllegalPrefixes": "go/doc",
  570. "doc.IsPredeclared": "go/doc",
  571. "doc.Mode": "go/doc",
  572. "doc.New": "go/doc",
  573. "doc.Note": "go/doc",
  574. "doc.Package": "go/doc",
  575. "doc.Synopsis": "go/doc",
  576. "doc.ToHTML": "go/doc",
  577. "doc.ToText": "go/doc",
  578. "doc.Type": "go/doc",
  579. "doc.Value": "go/doc",
  580. "draw.Draw": "image/draw",
  581. "draw.DrawMask": "image/draw",
  582. "draw.Drawer": "image/draw",
  583. "draw.FloydSteinberg": "image/draw",
  584. "draw.Image": "image/draw",
  585. "draw.Op": "image/draw",
  586. "draw.Over": "image/draw",
  587. "draw.Quantizer": "image/draw",
  588. "draw.Src": "image/draw",
  589. "driver.Bool": "database/sql/driver",
  590. "driver.ColumnConverter": "database/sql/driver",
  591. "driver.Conn": "database/sql/driver",
  592. "driver.ConnBeginTx": "database/sql/driver",
  593. "driver.ConnPrepareContext": "database/sql/driver",
  594. "driver.DefaultParameterConverter": "database/sql/driver",
  595. "driver.Driver": "database/sql/driver",
  596. "driver.ErrBadConn": "database/sql/driver",
  597. "driver.ErrRemoveArgument": "database/sql/driver",
  598. "driver.ErrSkip": "database/sql/driver",
  599. "driver.Execer": "database/sql/driver",
  600. "driver.ExecerContext": "database/sql/driver",
  601. "driver.Int32": "database/sql/driver",
  602. "driver.IsScanValue": "database/sql/driver",
  603. "driver.IsValue": "database/sql/driver",
  604. "driver.IsolationLevel": "database/sql/driver",
  605. "driver.NamedValue": "database/sql/driver",
  606. "driver.NamedValueChecker": "database/sql/driver",
  607. "driver.NotNull": "database/sql/driver",
  608. "driver.Null": "database/sql/driver",
  609. "driver.Pinger": "database/sql/driver",
  610. "driver.Queryer": "database/sql/driver",
  611. "driver.QueryerContext": "database/sql/driver",
  612. "driver.Result": "database/sql/driver",
  613. "driver.ResultNoRows": "database/sql/driver",
  614. "driver.Rows": "database/sql/driver",
  615. "driver.RowsAffected": "database/sql/driver",
  616. "driver.RowsColumnTypeDatabaseTypeName": "database/sql/driver",
  617. "driver.RowsColumnTypeLength": "database/sql/driver",
  618. "driver.RowsColumnTypeNullable": "database/sql/driver",
  619. "driver.RowsColumnTypePrecisionScale": "database/sql/driver",
  620. "driver.RowsColumnTypeScanType": "database/sql/driver",
  621. "driver.RowsNextResultSet": "database/sql/driver",
  622. "driver.Stmt": "database/sql/driver",
  623. "driver.StmtExecContext": "database/sql/driver",
  624. "driver.StmtQueryContext": "database/sql/driver",
  625. "driver.String": "database/sql/driver",
  626. "driver.Tx": "database/sql/driver",
  627. "driver.TxOptions": "database/sql/driver",
  628. "driver.Value": "database/sql/driver",
  629. "driver.ValueConverter": "database/sql/driver",
  630. "driver.Valuer": "database/sql/driver",
  631. "dsa.ErrInvalidPublicKey": "crypto/dsa",
  632. "dsa.GenerateKey": "crypto/dsa",
  633. "dsa.GenerateParameters": "crypto/dsa",
  634. "dsa.L1024N160": "crypto/dsa",
  635. "dsa.L2048N224": "crypto/dsa",
  636. "dsa.L2048N256": "crypto/dsa",
  637. "dsa.L3072N256": "crypto/dsa",
  638. "dsa.ParameterSizes": "crypto/dsa",
  639. "dsa.Parameters": "crypto/dsa",
  640. "dsa.PrivateKey": "crypto/dsa",
  641. "dsa.PublicKey": "crypto/dsa",
  642. "dsa.Sign": "crypto/dsa",
  643. "dsa.Verify": "crypto/dsa",
  644. "dwarf.AddrType": "debug/dwarf",
  645. "dwarf.ArrayType": "debug/dwarf",
  646. "dwarf.Attr": "debug/dwarf",
  647. "dwarf.AttrAbstractOrigin": "debug/dwarf",
  648. "dwarf.AttrAccessibility": "debug/dwarf",
  649. "dwarf.AttrAddrClass": "debug/dwarf",
  650. "dwarf.AttrAllocated": "debug/dwarf",
  651. "dwarf.AttrArtificial": "debug/dwarf",
  652. "dwarf.AttrAssociated": "debug/dwarf",
  653. "dwarf.AttrBaseTypes": "debug/dwarf",
  654. "dwarf.AttrBitOffset": "debug/dwarf",
  655. "dwarf.AttrBitSize": "debug/dwarf",
  656. "dwarf.AttrByteSize": "debug/dwarf",
  657. "dwarf.AttrCallColumn": "debug/dwarf",
  658. "dwarf.AttrCallFile": "debug/dwarf",
  659. "dwarf.AttrCallLine": "debug/dwarf",
  660. "dwarf.AttrCalling": "debug/dwarf",
  661. "dwarf.AttrCommonRef": "debug/dwarf",
  662. "dwarf.AttrCompDir": "debug/dwarf",
  663. "dwarf.AttrConstValue": "debug/dwarf",
  664. "dwarf.AttrContainingType": "debug/dwarf",
  665. "dwarf.AttrCount": "debug/dwarf",
  666. "dwarf.AttrDataLocation": "debug/dwarf",
  667. "dwarf.AttrDataMemberLoc": "debug/dwarf",
  668. "dwarf.AttrDeclColumn": "debug/dwarf",
  669. "dwarf.AttrDeclFile": "debug/dwarf",
  670. "dwarf.AttrDeclLine": "debug/dwarf",
  671. "dwarf.AttrDeclaration": "debug/dwarf",
  672. "dwarf.AttrDefaultValue": "debug/dwarf",
  673. "dwarf.AttrDescription": "debug/dwarf",
  674. "dwarf.AttrDiscr": "debug/dwarf",
  675. "dwarf.AttrDiscrList": "debug/dwarf",
  676. "dwarf.AttrDiscrValue": "debug/dwarf",
  677. "dwarf.AttrEncoding": "debug/dwarf",
  678. "dwarf.AttrEntrypc": "debug/dwarf",
  679. "dwarf.AttrExtension": "debug/dwarf",
  680. "dwarf.AttrExternal": "debug/dwarf",
  681. "dwarf.AttrFrameBase": "debug/dwarf",
  682. "dwarf.AttrFriend": "debug/dwarf",
  683. "dwarf.AttrHighpc": "debug/dwarf",
  684. "dwarf.AttrIdentifierCase": "debug/dwarf",
  685. "dwarf.AttrImport": "debug/dwarf",
  686. "dwarf.AttrInline": "debug/dwarf",
  687. "dwarf.AttrIsOptional": "debug/dwarf",
  688. "dwarf.AttrLanguage": "debug/dwarf",
  689. "dwarf.AttrLocation": "debug/dwarf",
  690. "dwarf.AttrLowerBound": "debug/dwarf",
  691. "dwarf.AttrLowpc": "debug/dwarf",
  692. "dwarf.AttrMacroInfo": "debug/dwarf",
  693. "dwarf.AttrName": "debug/dwarf",
  694. "dwarf.AttrNamelistItem": "debug/dwarf",
  695. "dwarf.AttrOrdering": "debug/dwarf",
  696. "dwarf.AttrPriority": "debug/dwarf",
  697. "dwarf.AttrProducer": "debug/dwarf",
  698. "dwarf.AttrPrototyped": "debug/dwarf",
  699. "dwarf.AttrRanges": "debug/dwarf",
  700. "dwarf.AttrReturnAddr": "debug/dwarf",
  701. "dwarf.AttrSegment": "debug/dwarf",
  702. "dwarf.AttrSibling": "debug/dwarf",
  703. "dwarf.AttrSpecification": "debug/dwarf",
  704. "dwarf.AttrStartScope": "debug/dwarf",
  705. "dwarf.AttrStaticLink": "debug/dwarf",
  706. "dwarf.AttrStmtList": "debug/dwarf",
  707. "dwarf.AttrStride": "debug/dwarf",
  708. "dwarf.AttrStrideSize": "debug/dwarf",
  709. "dwarf.AttrStringLength": "debug/dwarf",
  710. "dwarf.AttrTrampoline": "debug/dwarf",
  711. "dwarf.AttrType": "debug/dwarf",
  712. "dwarf.AttrUpperBound": "debug/dwarf",
  713. "dwarf.AttrUseLocation": "debug/dwarf",
  714. "dwarf.AttrUseUTF8": "debug/dwarf",
  715. "dwarf.AttrVarParam": "debug/dwarf",
  716. "dwarf.AttrVirtuality": "debug/dwarf",
  717. "dwarf.AttrVisibility": "debug/dwarf",
  718. "dwarf.AttrVtableElemLoc": "debug/dwarf",
  719. "dwarf.BasicType": "debug/dwarf",
  720. "dwarf.BoolType": "debug/dwarf",
  721. "dwarf.CharType": "debug/dwarf",
  722. "dwarf.Class": "debug/dwarf",
  723. "dwarf.ClassAddress": "debug/dwarf",
  724. "dwarf.ClassBlock": "debug/dwarf",
  725. "dwarf.ClassConstant": "debug/dwarf",
  726. "dwarf.ClassExprLoc": "debug/dwarf",
  727. "dwarf.ClassFlag": "debug/dwarf",
  728. "dwarf.ClassLinePtr": "debug/dwarf",
  729. "dwarf.ClassLocListPtr": "debug/dwarf",
  730. "dwarf.ClassMacPtr": "debug/dwarf",
  731. "dwarf.ClassRangeListPtr": "debug/dwarf",
  732. "dwarf.ClassReference": "debug/dwarf",
  733. "dwarf.ClassReferenceAlt": "debug/dwarf",
  734. "dwarf.ClassReferenceSig": "debug/dwarf",
  735. "dwarf.ClassString": "debug/dwarf",
  736. "dwarf.ClassStringAlt": "debug/dwarf",
  737. "dwarf.ClassUnknown": "debug/dwarf",
  738. "dwarf.CommonType": "debug/dwarf",
  739. "dwarf.ComplexType": "debug/dwarf",
  740. "dwarf.Data": "debug/dwarf",
  741. "dwarf.DecodeError": "debug/dwarf",
  742. "dwarf.DotDotDotType": "debug/dwarf",
  743. "dwarf.Entry": "debug/dwarf",
  744. "dwarf.EnumType": "debug/dwarf",
  745. "dwarf.EnumValue": "debug/dwarf",
  746. "dwarf.ErrUnknownPC": "debug/dwarf",
  747. "dwarf.Field": "debug/dwarf",
  748. "dwarf.FloatType": "debug/dwarf",
  749. "dwarf.FuncType": "debug/dwarf",
  750. "dwarf.IntType": "debug/dwarf",
  751. "dwarf.LineEntry": "debug/dwarf",
  752. "dwarf.LineFile": "debug/dwarf",
  753. "dwarf.LineReader": "debug/dwarf",
  754. "dwarf.LineReaderPos": "debug/dwarf",
  755. "dwarf.New": "debug/dwarf",
  756. "dwarf.Offset": "debug/dwarf",
  757. "dwarf.PtrType": "debug/dwarf",
  758. "dwarf.QualType": "debug/dwarf",
  759. "dwarf.Reader": "debug/dwarf",
  760. "dwarf.StructField": "debug/dwarf",
  761. "dwarf.StructType": "debug/dwarf",
  762. "dwarf.Tag": "debug/dwarf",
  763. "dwarf.TagAccessDeclaration": "debug/dwarf",
  764. "dwarf.TagArrayType": "debug/dwarf",
  765. "dwarf.TagBaseType": "debug/dwarf",
  766. "dwarf.TagCatchDwarfBlock": "debug/dwarf",
  767. "dwarf.TagClassType": "debug/dwarf",
  768. "dwarf.TagCommonDwarfBlock": "debug/dwarf",
  769. "dwarf.TagCommonInclusion": "debug/dwarf",
  770. "dwarf.TagCompileUnit": "debug/dwarf",
  771. "dwarf.TagCondition": "debug/dwarf",
  772. "dwarf.TagConstType": "debug/dwarf",
  773. "dwarf.TagConstant": "debug/dwarf",
  774. "dwarf.TagDwarfProcedure": "debug/dwarf",
  775. "dwarf.TagEntryPoint": "debug/dwarf",
  776. "dwarf.TagEnumerationType": "debug/dwarf",
  777. "dwarf.TagEnumerator": "debug/dwarf",
  778. "dwarf.TagFileType": "debug/dwarf",
  779. "dwarf.TagFormalParameter": "debug/dwarf",
  780. "dwarf.TagFriend": "debug/dwarf",
  781. "dwarf.TagImportedDeclaration": "debug/dwarf",
  782. "dwarf.TagImportedModule": "debug/dwarf",
  783. "dwarf.TagImportedUnit": "debug/dwarf",
  784. "dwarf.TagInheritance": "debug/dwarf",
  785. "dwarf.TagInlinedSubroutine": "debug/dwarf",
  786. "dwarf.TagInterfaceType": "debug/dwarf",
  787. "dwarf.TagLabel": "debug/dwarf",
  788. "dwarf.TagLexDwarfBlock": "debug/dwarf",
  789. "dwarf.TagMember": "debug/dwarf",
  790. "dwarf.TagModule": "debug/dwarf",
  791. "dwarf.TagMutableType": "debug/dwarf",
  792. "dwarf.TagNamelist": "debug/dwarf",
  793. "dwarf.TagNamelistItem": "debug/dwarf",
  794. "dwarf.TagNamespace": "debug/dwarf",
  795. "dwarf.TagPackedType": "debug/dwarf",
  796. "dwarf.TagPartialUnit": "debug/dwarf",
  797. "dwarf.TagPointerType": "debug/dwarf",
  798. "dwarf.TagPtrToMemberType": "debug/dwarf",
  799. "dwarf.TagReferenceType": "debug/dwarf",
  800. "dwarf.TagRestrictType": "debug/dwarf",
  801. "dwarf.TagRvalueReferenceType": "debug/dwarf",
  802. "dwarf.TagSetType": "debug/dwarf",
  803. "dwarf.TagSharedType": "debug/dwarf",
  804. "dwarf.TagStringType": "debug/dwarf",
  805. "dwarf.TagStructType": "debug/dwarf",
  806. "dwarf.TagSubprogram": "debug/dwarf",
  807. "dwarf.TagSubrangeType": "debug/dwarf",
  808. "dwarf.TagSubroutineType": "debug/dwarf",
  809. "dwarf.TagTemplateAlias": "debug/dwarf",
  810. "dwarf.TagTemplateTypeParameter": "debug/dwarf",
  811. "dwarf.TagTemplateValueParameter": "debug/dwarf",
  812. "dwarf.TagThrownType": "debug/dwarf",
  813. "dwarf.TagTryDwarfBlock": "debug/dwarf",
  814. "dwarf.TagTypeUnit": "debug/dwarf",
  815. "dwarf.TagTypedef": "debug/dwarf",
  816. "dwarf.TagUnionType": "debug/dwarf",
  817. "dwarf.TagUnspecifiedParameters": "debug/dwarf",
  818. "dwarf.TagUnspecifiedType": "debug/dwarf",
  819. "dwarf.TagVariable": "debug/dwarf",
  820. "dwarf.TagVariant": "debug/dwarf",
  821. "dwarf.TagVariantPart": "debug/dwarf",
  822. "dwarf.TagVolatileType": "debug/dwarf",
  823. "dwarf.TagWithStmt": "debug/dwarf",
  824. "dwarf.Type": "debug/dwarf",
  825. "dwarf.TypedefType": "debug/dwarf",
  826. "dwarf.UcharType": "debug/dwarf",
  827. "dwarf.UintType": "debug/dwarf",
  828. "dwarf.UnspecifiedType": "debug/dwarf",
  829. "dwarf.VoidType": "debug/dwarf",
  830. "ecdsa.GenerateKey": "crypto/ecdsa",
  831. "ecdsa.PrivateKey": "crypto/ecdsa",
  832. "ecdsa.PublicKey": "crypto/ecdsa",
  833. "ecdsa.Sign": "crypto/ecdsa",
  834. "ecdsa.Verify": "crypto/ecdsa",
  835. "elf.ARM_MAGIC_TRAMP_NUMBER": "debug/elf",
  836. "elf.COMPRESS_HIOS": "debug/elf",
  837. "elf.COMPRESS_HIPROC": "debug/elf",
  838. "elf.COMPRESS_LOOS": "debug/elf",
  839. "elf.COMPRESS_LOPROC": "debug/elf",
  840. "elf.COMPRESS_ZLIB": "debug/elf",
  841. "elf.Chdr32": "debug/elf",
  842. "elf.Chdr64": "debug/elf",
  843. "elf.Class": "debug/elf",
  844. "elf.CompressionType": "debug/elf",
  845. "elf.DF_BIND_NOW": "debug/elf",
  846. "elf.DF_ORIGIN": "debug/elf",
  847. "elf.DF_STATIC_TLS": "debug/elf",
  848. "elf.DF_SYMBOLIC": "debug/elf",
  849. "elf.DF_TEXTREL": "debug/elf",
  850. "elf.DT_BIND_NOW": "debug/elf",
  851. "elf.DT_DEBUG": "debug/elf",
  852. "elf.DT_ENCODING": "debug/elf",
  853. "elf.DT_FINI": "debug/elf",
  854. "elf.DT_FINI_ARRAY": "debug/elf",
  855. "elf.DT_FINI_ARRAYSZ": "debug/elf",
  856. "elf.DT_FLAGS": "debug/elf",
  857. "elf.DT_HASH": "debug/elf",
  858. "elf.DT_HIOS": "debug/elf",
  859. "elf.DT_HIPROC": "debug/elf",
  860. "elf.DT_INIT": "debug/elf",
  861. "elf.DT_INIT_ARRAY": "debug/elf",
  862. "elf.DT_INIT_ARRAYSZ": "debug/elf",
  863. "elf.DT_JMPREL": "debug/elf",
  864. "elf.DT_LOOS": "debug/elf",
  865. "elf.DT_LOPROC": "debug/elf",
  866. "elf.DT_NEEDED": "debug/elf",
  867. "elf.DT_NULL": "debug/elf",
  868. "elf.DT_PLTGOT": "debug/elf",
  869. "elf.DT_PLTREL": "debug/elf",
  870. "elf.DT_PLTRELSZ": "debug/elf",
  871. "elf.DT_PREINIT_ARRAY": "debug/elf",
  872. "elf.DT_PREINIT_ARRAYSZ": "debug/elf",
  873. "elf.DT_REL": "debug/elf",
  874. "elf.DT_RELA": "debug/elf",
  875. "elf.DT_RELAENT": "debug/elf",
  876. "elf.DT_RELASZ": "debug/elf",
  877. "elf.DT_RELENT": "debug/elf",
  878. "elf.DT_RELSZ": "debug/elf",
  879. "elf.DT_RPATH": "debug/elf",
  880. "elf.DT_RUNPATH": "debug/elf",
  881. "elf.DT_SONAME": "debug/elf",
  882. "elf.DT_STRSZ": "debug/elf",
  883. "elf.DT_STRTAB": "debug/elf",
  884. "elf.DT_SYMBOLIC": "debug/elf",
  885. "elf.DT_SYMENT": "debug/elf",
  886. "elf.DT_SYMTAB": "debug/elf",
  887. "elf.DT_TEXTREL": "debug/elf",
  888. "elf.DT_VERNEED": "debug/elf",
  889. "elf.DT_VERNEEDNUM": "debug/elf",
  890. "elf.DT_VERSYM": "debug/elf",
  891. "elf.Data": "debug/elf",
  892. "elf.Dyn32": "debug/elf",
  893. "elf.Dyn64": "debug/elf",
  894. "elf.DynFlag": "debug/elf",
  895. "elf.DynTag": "debug/elf",
  896. "elf.EI_ABIVERSION": "debug/elf",
  897. "elf.EI_CLASS": "debug/elf",
  898. "elf.EI_DATA": "debug/elf",
  899. "elf.EI_NIDENT": "debug/elf",
  900. "elf.EI_OSABI": "debug/elf",
  901. "elf.EI_PAD": "debug/elf",
  902. "elf.EI_VERSION": "debug/elf",
  903. "elf.ELFCLASS32": "debug/elf",
  904. "elf.ELFCLASS64": "debug/elf",
  905. "elf.ELFCLASSNONE": "debug/elf",
  906. "elf.ELFDATA2LSB": "debug/elf",
  907. "elf.ELFDATA2MSB": "debug/elf",
  908. "elf.ELFDATANONE": "debug/elf",
  909. "elf.ELFMAG": "debug/elf",
  910. "elf.ELFOSABI_86OPEN": "debug/elf",
  911. "elf.ELFOSABI_AIX": "debug/elf",
  912. "elf.ELFOSABI_ARM": "debug/elf",
  913. "elf.ELFOSABI_FREEBSD": "debug/elf",
  914. "elf.ELFOSABI_HPUX": "debug/elf",
  915. "elf.ELFOSABI_HURD": "debug/elf",
  916. "elf.ELFOSABI_IRIX": "debug/elf",
  917. "elf.ELFOSABI_LINUX": "debug/elf",
  918. "elf.ELFOSABI_MODESTO": "debug/elf",
  919. "elf.ELFOSABI_NETBSD": "debug/elf",
  920. "elf.ELFOSABI_NONE": "debug/elf",
  921. "elf.ELFOSABI_NSK": "debug/elf",
  922. "elf.ELFOSABI_OPENBSD": "debug/elf",
  923. "elf.ELFOSABI_OPENVMS": "debug/elf",
  924. "elf.ELFOSABI_SOLARIS": "debug/elf",
  925. "elf.ELFOSABI_STANDALONE": "debug/elf",
  926. "elf.ELFOSABI_TRU64": "debug/elf",
  927. "elf.EM_386": "debug/elf",
  928. "elf.EM_486": "debug/elf",
  929. "elf.EM_68HC12": "debug/elf",
  930. "elf.EM_68K": "debug/elf",
  931. "elf.EM_860": "debug/elf",
  932. "elf.EM_88K": "debug/elf",
  933. "elf.EM_960": "debug/elf",
  934. "elf.EM_AARCH64": "debug/elf",
  935. "elf.EM_ALPHA": "debug/elf",
  936. "elf.EM_ALPHA_STD": "debug/elf",
  937. "elf.EM_ARC": "debug/elf",
  938. "elf.EM_ARM": "debug/elf",
  939. "elf.EM_COLDFIRE": "debug/elf",
  940. "elf.EM_FR20": "debug/elf",
  941. "elf.EM_H8S": "debug/elf",
  942. "elf.EM_H8_300": "debug/elf",
  943. "elf.EM_H8_300H": "debug/elf",
  944. "elf.EM_H8_500": "debug/elf",
  945. "elf.EM_IA_64": "debug/elf",
  946. "elf.EM_M32": "debug/elf",
  947. "elf.EM_ME16": "debug/elf",
  948. "elf.EM_MIPS": "debug/elf",
  949. "elf.EM_MIPS_RS3_LE": "debug/elf",
  950. "elf.EM_MIPS_RS4_BE": "debug/elf",
  951. "elf.EM_MIPS_X": "debug/elf",
  952. "elf.EM_MMA": "debug/elf",
  953. "elf.EM_NCPU": "debug/elf",
  954. "elf.EM_NDR1": "debug/elf",
  955. "elf.EM_NONE": "debug/elf",
  956. "elf.EM_PARISC": "debug/elf",
  957. "elf.EM_PCP": "debug/elf",
  958. "elf.EM_PPC": "debug/elf",
  959. "elf.EM_PPC64": "debug/elf",
  960. "elf.EM_RCE": "debug/elf",
  961. "elf.EM_RH32": "debug/elf",
  962. "elf.EM_S370": "debug/elf",
  963. "elf.EM_S390": "debug/elf",
  964. "elf.EM_SH": "debug/elf",
  965. "elf.EM_SPARC": "debug/elf",
  966. "elf.EM_SPARC32PLUS": "debug/elf",
  967. "elf.EM_SPARCV9": "debug/elf",
  968. "elf.EM_ST100": "debug/elf",
  969. "elf.EM_STARCORE": "debug/elf",
  970. "elf.EM_TINYJ": "debug/elf",
  971. "elf.EM_TRICORE": "debug/elf",
  972. "elf.EM_V800": "debug/elf",
  973. "elf.EM_VPP500": "debug/elf",
  974. "elf.EM_X86_64": "debug/elf",
  975. "elf.ET_CORE": "debug/elf",
  976. "elf.ET_DYN": "debug/elf",
  977. "elf.ET_EXEC": "debug/elf",
  978. "elf.ET_HIOS": "debug/elf",
  979. "elf.ET_HIPROC": "debug/elf",
  980. "elf.ET_LOOS": "debug/elf",
  981. "elf.ET_LOPROC": "debug/elf",
  982. "elf.ET_NONE": "debug/elf",
  983. "elf.ET_REL": "debug/elf",
  984. "elf.EV_CURRENT": "debug/elf",
  985. "elf.EV_NONE": "debug/elf",
  986. "elf.ErrNoSymbols": "debug/elf",
  987. "elf.File": "debug/elf",
  988. "elf.FileHeader": "debug/elf",
  989. "elf.FormatError": "debug/elf",
  990. "elf.Header32": "debug/elf",
  991. "elf.Header64": "debug/elf",
  992. "elf.ImportedSymbol": "debug/elf",
  993. "elf.Machine": "debug/elf",
  994. "elf.NT_FPREGSET": "debug/elf",
  995. "elf.NT_PRPSINFO": "debug/elf",
  996. "elf.NT_PRSTATUS": "debug/elf",
  997. "elf.NType": "debug/elf",
  998. "elf.NewFile": "debug/elf",
  999. "elf.OSABI": "debug/elf",
  1000. "elf.Open": "debug/elf",
  1001. "elf.PF_MASKOS": "debug/elf",
  1002. "elf.PF_MASKPROC": "debug/elf",
  1003. "elf.PF_R": "debug/elf",
  1004. "elf.PF_W": "debug/elf",
  1005. "elf.PF_X": "debug/elf",
  1006. "elf.PT_DYNAMIC": "debug/elf",
  1007. "elf.PT_HIOS": "debug/elf",
  1008. "elf.PT_HIPROC": "debug/elf",
  1009. "elf.PT_INTERP": "debug/elf",
  1010. "elf.PT_LOAD": "debug/elf",
  1011. "elf.PT_LOOS": "debug/elf",
  1012. "elf.PT_LOPROC": "debug/elf",
  1013. "elf.PT_NOTE": "debug/elf",
  1014. "elf.PT_NULL": "debug/elf",
  1015. "elf.PT_PHDR": "debug/elf",
  1016. "elf.PT_SHLIB": "debug/elf",
  1017. "elf.PT_TLS": "debug/elf",
  1018. "elf.Prog": "debug/elf",
  1019. "elf.Prog32": "debug/elf",
  1020. "elf.Prog64": "debug/elf",
  1021. "elf.ProgFlag": "debug/elf",
  1022. "elf.ProgHeader": "debug/elf",
  1023. "elf.ProgType": "debug/elf",
  1024. "elf.R_386": "debug/elf",
  1025. "elf.R_386_32": "debug/elf",
  1026. "elf.R_386_COPY": "debug/elf",
  1027. "elf.R_386_GLOB_DAT": "debug/elf",
  1028. "elf.R_386_GOT32": "debug/elf",
  1029. "elf.R_386_GOTOFF": "debug/elf",
  1030. "elf.R_386_GOTPC": "debug/elf",
  1031. "elf.R_386_JMP_SLOT": "debug/elf",
  1032. "elf.R_386_NONE": "debug/elf",
  1033. "elf.R_386_PC32": "debug/elf",
  1034. "elf.R_386_PLT32": "debug/elf",
  1035. "elf.R_386_RELATIVE": "debug/elf",
  1036. "elf.R_386_TLS_DTPMOD32": "debug/elf",
  1037. "elf.R_386_TLS_DTPOFF32": "debug/elf",
  1038. "elf.R_386_TLS_GD": "debug/elf",
  1039. "elf.R_386_TLS_GD_32": "debug/elf",
  1040. "elf.R_386_TLS_GD_CALL": "debug/elf",
  1041. "elf.R_386_TLS_GD_POP": "debug/elf",
  1042. "elf.R_386_TLS_GD_PUSH": "debug/elf",
  1043. "elf.R_386_TLS_GOTIE": "debug/elf",
  1044. "elf.R_386_TLS_IE": "debug/elf",
  1045. "elf.R_386_TLS_IE_32": "debug/elf",
  1046. "elf.R_386_TLS_LDM": "debug/elf",
  1047. "elf.R_386_TLS_LDM_32": "debug/elf",
  1048. "elf.R_386_TLS_LDM_CALL": "debug/elf",
  1049. "elf.R_386_TLS_LDM_POP": "debug/elf",
  1050. "elf.R_386_TLS_LDM_PUSH": "debug/elf",
  1051. "elf.R_386_TLS_LDO_32": "debug/elf",
  1052. "elf.R_386_TLS_LE": "debug/elf",
  1053. "elf.R_386_TLS_LE_32": "debug/elf",
  1054. "elf.R_386_TLS_TPOFF": "debug/elf",
  1055. "elf.R_386_TLS_TPOFF32": "debug/elf",
  1056. "elf.R_390": "debug/elf",
  1057. "elf.R_390_12": "debug/elf",
  1058. "elf.R_390_16": "debug/elf",
  1059. "elf.R_390_20": "debug/elf",
  1060. "elf.R_390_32": "debug/elf",
  1061. "elf.R_390_64": "debug/elf",
  1062. "elf.R_390_8": "debug/elf",
  1063. "elf.R_390_COPY": "debug/elf",
  1064. "elf.R_390_GLOB_DAT": "debug/elf",
  1065. "elf.R_390_GOT12": "debug/elf",
  1066. "elf.R_390_GOT16": "debug/elf",
  1067. "elf.R_390_GOT20": "debug/elf",
  1068. "elf.R_390_GOT32": "debug/elf",
  1069. "elf.R_390_GOT64": "debug/elf",
  1070. "elf.R_390_GOTENT": "debug/elf",
  1071. "elf.R_390_GOTOFF": "debug/elf",
  1072. "elf.R_390_GOTOFF16": "debug/elf",
  1073. "elf.R_390_GOTOFF64": "debug/elf",
  1074. "elf.R_390_GOTPC": "debug/elf",
  1075. "elf.R_390_GOTPCDBL": "debug/elf",
  1076. "elf.R_390_GOTPLT12": "debug/elf",
  1077. "elf.R_390_GOTPLT16": "debug/elf",
  1078. "elf.R_390_GOTPLT20": "debug/elf",
  1079. "elf.R_390_GOTPLT32": "debug/elf",
  1080. "elf.R_390_GOTPLT64": "debug/elf",
  1081. "elf.R_390_GOTPLTENT": "debug/elf",
  1082. "elf.R_390_GOTPLTOFF16": "debug/elf",
  1083. "elf.R_390_GOTPLTOFF32": "debug/elf",
  1084. "elf.R_390_GOTPLTOFF64": "debug/elf",
  1085. "elf.R_390_JMP_SLOT": "debug/elf",
  1086. "elf.R_390_NONE": "debug/elf",
  1087. "elf.R_390_PC16": "debug/elf",
  1088. "elf.R_390_PC16DBL": "debug/elf",
  1089. "elf.R_390_PC32": "debug/elf",
  1090. "elf.R_390_PC32DBL": "debug/elf",
  1091. "elf.R_390_PC64": "debug/elf",
  1092. "elf.R_390_PLT16DBL": "debug/elf",
  1093. "elf.R_390_PLT32": "debug/elf",
  1094. "elf.R_390_PLT32DBL": "debug/elf",
  1095. "elf.R_390_PLT64": "debug/elf",
  1096. "elf.R_390_RELATIVE": "debug/elf",
  1097. "elf.R_390_TLS_DTPMOD": "debug/elf",
  1098. "elf.R_390_TLS_DTPOFF": "debug/elf",
  1099. "elf.R_390_TLS_GD32": "debug/elf",
  1100. "elf.R_390_TLS_GD64": "debug/elf",
  1101. "elf.R_390_TLS_GDCALL": "debug/elf",
  1102. "elf.R_390_TLS_GOTIE12": "debug/elf",
  1103. "elf.R_390_TLS_GOTIE20": "debug/elf",
  1104. "elf.R_390_TLS_GOTIE32": "debug/elf",
  1105. "elf.R_390_TLS_GOTIE64": "debug/elf",
  1106. "elf.R_390_TLS_IE32": "debug/elf",
  1107. "elf.R_390_TLS_IE64": "debug/elf",
  1108. "elf.R_390_TLS_IEENT": "debug/elf",
  1109. "elf.R_390_TLS_LDCALL": "debug/elf",
  1110. "elf.R_390_TLS_LDM32": "debug/elf",
  1111. "elf.R_390_TLS_LDM64": "debug/elf",
  1112. "elf.R_390_TLS_LDO32": "debug/elf",
  1113. "elf.R_390_TLS_LDO64": "debug/elf",
  1114. "elf.R_390_TLS_LE32": "debug/elf",
  1115. "elf.R_390_TLS_LE64": "debug/elf",
  1116. "elf.R_390_TLS_LOAD": "debug/elf",
  1117. "elf.R_390_TLS_TPOFF": "debug/elf",
  1118. "elf.R_AARCH64": "debug/elf",
  1119. "elf.R_AARCH64_ABS16": "debug/elf",
  1120. "elf.R_AARCH64_ABS32": "debug/elf",
  1121. "elf.R_AARCH64_ABS64": "debug/elf",
  1122. "elf.R_AARCH64_ADD_ABS_LO12_NC": "debug/elf",
  1123. "elf.R_AARCH64_ADR_GOT_PAGE": "debug/elf",
  1124. "elf.R_AARCH64_ADR_PREL_LO21": "debug/elf",
  1125. "elf.R_AARCH64_ADR_PREL_PG_HI21": "debug/elf",
  1126. "elf.R_AARCH64_ADR_PREL_PG_HI21_NC": "debug/elf",
  1127. "elf.R_AARCH64_CALL26": "debug/elf",
  1128. "elf.R_AARCH64_CONDBR19": "debug/elf",
  1129. "elf.R_AARCH64_COPY": "debug/elf",
  1130. "elf.R_AARCH64_GLOB_DAT": "debug/elf",
  1131. "elf.R_AARCH64_GOT_LD_PREL19": "debug/elf",
  1132. "elf.R_AARCH64_IRELATIVE": "debug/elf",
  1133. "elf.R_AARCH64_JUMP26": "debug/elf",
  1134. "elf.R_AARCH64_JUMP_SLOT": "debug/elf",
  1135. "elf.R_AARCH64_LD64_GOT_LO12_NC": "debug/elf",
  1136. "elf.R_AARCH64_LDST128_ABS_LO12_NC": "debug/elf",
  1137. "elf.R_AARCH64_LDST16_ABS_LO12_NC": "debug/elf",
  1138. "elf.R_AARCH64_LDST32_ABS_LO12_NC": "debug/elf",
  1139. "elf.R_AARCH64_LDST64_ABS_LO12_NC": "debug/elf",
  1140. "elf.R_AARCH64_LDST8_ABS_LO12_NC": "debug/elf",
  1141. "elf.R_AARCH64_LD_PREL_LO19": "debug/elf",
  1142. "elf.R_AARCH64_MOVW_SABS_G0": "debug/elf",
  1143. "elf.R_AARCH64_MOVW_SABS_G1": "debug/elf",
  1144. "elf.R_AARCH64_MOVW_SABS_G2": "debug/elf",
  1145. "elf.R_AARCH64_MOVW_UABS_G0": "debug/elf",
  1146. "elf.R_AARCH64_MOVW_UABS_G0_NC": "debug/elf",
  1147. "elf.R_AARCH64_MOVW_UABS_G1": "debug/elf",
  1148. "elf.R_AARCH64_MOVW_UABS_G1_NC": "debug/elf",
  1149. "elf.R_AARCH64_MOVW_UABS_G2": "debug/elf",
  1150. "elf.R_AARCH64_MOVW_UABS_G2_NC": "debug/elf",
  1151. "elf.R_AARCH64_MOVW_UABS_G3": "debug/elf",
  1152. "elf.R_AARCH64_NONE": "debug/elf",
  1153. "elf.R_AARCH64_NULL": "debug/elf",
  1154. "elf.R_AARCH64_P32_ABS16": "debug/elf",
  1155. "elf.R_AARCH64_P32_ABS32": "debug/elf",
  1156. "elf.R_AARCH64_P32_ADD_ABS_LO12_NC": "debug/elf",
  1157. "elf.R_AARCH64_P32_ADR_GOT_PAGE": "debug/elf",
  1158. "elf.R_AARCH64_P32_ADR_PREL_LO21": "debug/elf",
  1159. "elf.R_AARCH64_P32_ADR_PREL_PG_HI21": "debug/elf",
  1160. "elf.R_AARCH64_P32_CALL26": "debug/elf",
  1161. "elf.R_AARCH64_P32_CONDBR19": "debug/elf",
  1162. "elf.R_AARCH64_P32_COPY": "debug/elf",
  1163. "elf.R_AARCH64_P32_GLOB_DAT": "debug/elf",
  1164. "elf.R_AARCH64_P32_GOT_LD_PREL19": "debug/elf",
  1165. "elf.R_AARCH64_P32_IRELATIVE": "debug/elf",
  1166. "elf.R_AARCH64_P32_JUMP26": "debug/elf",
  1167. "elf.R_AARCH64_P32_JUMP_SLOT": "debug/elf",
  1168. "elf.R_AARCH64_P32_LD32_GOT_LO12_NC": "debug/elf",
  1169. "elf.R_AARCH64_P32_LDST128_ABS_LO12_NC": "debug/elf",
  1170. "elf.R_AARCH64_P32_LDST16_ABS_LO12_NC": "debug/elf",
  1171. "elf.R_AARCH64_P32_LDST32_ABS_LO12_NC": "debug/elf",
  1172. "elf.R_AARCH64_P32_LDST64_ABS_LO12_NC": "debug/elf",
  1173. "elf.R_AARCH64_P32_LDST8_ABS_LO12_NC": "debug/elf",
  1174. "elf.R_AARCH64_P32_LD_PREL_LO19": "debug/elf",
  1175. "elf.R_AARCH64_P32_MOVW_SABS_G0": "debug/elf",
  1176. "elf.R_AARCH64_P32_MOVW_UABS_G0": "debug/elf",
  1177. "elf.R_AARCH64_P32_MOVW_UABS_G0_NC": "debug/elf",
  1178. "elf.R_AARCH64_P32_MOVW_UABS_G1": "debug/elf",
  1179. "elf.R_AARCH64_P32_PREL16": "debug/elf",
  1180. "elf.R_AARCH64_P32_PREL32": "debug/elf",
  1181. "elf.R_AARCH64_P32_RELATIVE": "debug/elf",
  1182. "elf.R_AARCH64_P32_TLSDESC": "debug/elf",
  1183. "elf.R_AARCH64_P32_TLSDESC_ADD_LO12_NC": "debug/elf",
  1184. "elf.R_AARCH64_P32_TLSDESC_ADR_PAGE21": "debug/elf",
  1185. "elf.R_AARCH64_P32_TLSDESC_ADR_PREL21": "debug/elf",
  1186. "elf.R_AARCH64_P32_TLSDESC_CALL": "debug/elf",
  1187. "elf.R_AARCH64_P32_TLSDESC_LD32_LO12_NC": "debug/elf",
  1188. "elf.R_AARCH64_P32_TLSDESC_LD_PREL19": "debug/elf",
  1189. "elf.R_AARCH64_P32_TLSGD_ADD_LO12_NC": "debug/elf",
  1190. "elf.R_AARCH64_P32_TLSGD_ADR_PAGE21": "debug/elf",
  1191. "elf.R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21": "debug/elf",
  1192. "elf.R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC": "debug/elf",
  1193. "elf.R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19": "debug/elf",
  1194. "elf.R_AARCH64_P32_TLSLE_ADD_TPREL_HI12": "debug/elf",
  1195. "elf.R_AARCH64_P32_TLSLE_ADD_TPREL_LO12": "debug/elf",
  1196. "elf.R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC": "debug/elf",
  1197. "elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G0": "debug/elf",
  1198. "elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC": "debug/elf",
  1199. "elf.R_AARCH64_P32_TLSLE_MOVW_TPREL_G1": "debug/elf",
  1200. "elf.R_AARCH64_P32_TLS_DTPMOD": "debug/elf",
  1201. "elf.R_AARCH64_P32_TLS_DTPREL": "debug/elf",
  1202. "elf.R_AARCH64_P32_TLS_TPREL": "debug/elf",
  1203. "elf.R_AARCH64_P32_TSTBR14": "debug/elf",
  1204. "elf.R_AARCH64_PREL16": "debug/elf",
  1205. "elf.R_AARCH64_PREL32": "debug/elf",
  1206. "elf.R_AARCH64_PREL64": "debug/elf",
  1207. "elf.R_AARCH64_RELATIVE": "debug/elf",
  1208. "elf.R_AARCH64_TLSDESC": "debug/elf",
  1209. "elf.R_AARCH64_TLSDESC_ADD": "debug/elf",
  1210. "elf.R_AARCH64_TLSDESC_ADD_LO12_NC": "debug/elf",
  1211. "elf.R_AARCH64_TLSDESC_ADR_PAGE21": "debug/elf",
  1212. "elf.R_AARCH64_TLSDESC_ADR_PREL21": "debug/elf",
  1213. "elf.R_AARCH64_TLSDESC_CALL": "debug/elf",
  1214. "elf.R_AARCH64_TLSDESC_LD64_LO12_NC": "debug/elf",
  1215. "elf.R_AARCH64_TLSDESC_LDR": "debug/elf",
  1216. "elf.R_AARCH64_TLSDESC_LD_PREL19": "debug/elf",
  1217. "elf.R_AARCH64_TLSDESC_OFF_G0_NC": "debug/elf",
  1218. "elf.R_AARCH64_TLSDESC_OFF_G1": "debug/elf",
  1219. "elf.R_AARCH64_TLSGD_ADD_LO12_NC": "debug/elf",
  1220. "elf.R_AARCH64_TLSGD_ADR_PAGE21": "debug/elf",
  1221. "elf.R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21": "debug/elf",
  1222. "elf.R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC": "debug/elf",
  1223. "elf.R_AARCH64_TLSIE_LD_GOTTPREL_PREL19": "debug/elf",
  1224. "elf.R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC": "debug/elf",
  1225. "elf.R_AARCH64_TLSIE_MOVW_GOTTPREL_G1": "debug/elf",
  1226. "elf.R_AARCH64_TLSLE_ADD_TPREL_HI12": "debug/elf",
  1227. "elf.R_AARCH64_TLSLE_ADD_TPREL_LO12": "debug/elf",
  1228. "elf.R_AARCH64_TLSLE_ADD_TPREL_LO12_NC": "debug/elf",
  1229. "elf.R_AARCH64_TLSLE_MOVW_TPREL_G0": "debug/elf",
  1230. "elf.R_AARCH64_TLSLE_MOVW_TPREL_G0_NC": "debug/elf",
  1231. "elf.R_AARCH64_TLSLE_MOVW_TPREL_G1": "debug/elf",
  1232. "elf.R_AARCH64_TLSLE_MOVW_TPREL_G1_NC": "debug/elf",
  1233. "elf.R_AARCH64_TLSLE_MOVW_TPREL_G2": "debug/elf",
  1234. "elf.R_AARCH64_TLS_DTPMOD64": "debug/elf",
  1235. "elf.R_AARCH64_TLS_DTPREL64": "debug/elf",
  1236. "elf.R_AARCH64_TLS_TPREL64": "debug/elf",
  1237. "elf.R_AARCH64_TSTBR14": "debug/elf",
  1238. "elf.R_ALPHA": "debug/elf",
  1239. "elf.R_ALPHA_BRADDR": "debug/elf",
  1240. "elf.R_ALPHA_COPY": "debug/elf",
  1241. "elf.R_ALPHA_GLOB_DAT": "debug/elf",
  1242. "elf.R_ALPHA_GPDISP": "debug/elf",
  1243. "elf.R_ALPHA_GPREL32": "debug/elf",
  1244. "elf.R_ALPHA_GPRELHIGH": "debug/elf",
  1245. "elf.R_ALPHA_GPRELLOW": "debug/elf",
  1246. "elf.R_ALPHA_GPVALUE": "debug/elf",
  1247. "elf.R_ALPHA_HINT": "debug/elf",
  1248. "elf.R_ALPHA_IMMED_BR_HI32": "debug/elf",
  1249. "elf.R_ALPHA_IMMED_GP_16": "debug/elf",
  1250. "elf.R_ALPHA_IMMED_GP_HI32": "debug/elf",
  1251. "elf.R_ALPHA_IMMED_LO32": "debug/elf",
  1252. "elf.R_ALPHA_IMMED_SCN_HI32": "debug/elf",
  1253. "elf.R_ALPHA_JMP_SLOT": "debug/elf",
  1254. "elf.R_ALPHA_LITERAL": "debug/elf",
  1255. "elf.R_ALPHA_LITUSE": "debug/elf",
  1256. "elf.R_ALPHA_NONE": "debug/elf",
  1257. "elf.R_ALPHA_OP_PRSHIFT": "debug/elf",
  1258. "elf.R_ALPHA_OP_PSUB": "debug/elf",
  1259. "elf.R_ALPHA_OP_PUSH": "debug/elf",
  1260. "elf.R_ALPHA_OP_STORE": "debug/elf",
  1261. "elf.R_ALPHA_REFLONG": "debug/elf",
  1262. "elf.R_ALPHA_REFQUAD": "debug/elf",
  1263. "elf.R_ALPHA_RELATIVE": "debug/elf",
  1264. "elf.R_ALPHA_SREL16": "debug/elf",
  1265. "elf.R_ALPHA_SREL32": "debug/elf",
  1266. "elf.R_ALPHA_SREL64": "debug/elf",
  1267. "elf.R_ARM": "debug/elf",
  1268. "elf.R_ARM_ABS12": "debug/elf",
  1269. "elf.R_ARM_ABS16": "debug/elf",
  1270. "elf.R_ARM_ABS32": "debug/elf",
  1271. "elf.R_ARM_ABS8": "debug/elf",
  1272. "elf.R_ARM_AMP_VCALL9": "debug/elf",
  1273. "elf.R_ARM_COPY": "debug/elf",
  1274. "elf.R_ARM_GLOB_DAT": "debug/elf",
  1275. "elf.R_ARM_GNU_VTENTRY": "debug/elf",
  1276. "elf.R_ARM_GNU_VTINHERIT": "debug/elf",
  1277. "elf.R_ARM_GOT32": "debug/elf",
  1278. "elf.R_ARM_GOTOFF": "debug/elf",
  1279. "elf.R_ARM_GOTPC": "debug/elf",
  1280. "elf.R_ARM_JUMP_SLOT": "debug/elf",
  1281. "elf.R_ARM_NONE": "debug/elf",
  1282. "elf.R_ARM_PC13": "debug/elf",
  1283. "elf.R_ARM_PC24": "debug/elf",
  1284. "elf.R_ARM_PLT32": "debug/elf",
  1285. "elf.R_ARM_RABS32": "debug/elf",
  1286. "elf.R_ARM_RBASE": "debug/elf",
  1287. "elf.R_ARM_REL32": "debug/elf",
  1288. "elf.R_ARM_RELATIVE": "debug/elf",
  1289. "elf.R_ARM_RPC24": "debug/elf",
  1290. "elf.R_ARM_RREL32": "debug/elf",
  1291. "elf.R_ARM_RSBREL32": "debug/elf",
  1292. "elf.R_ARM_SBREL32": "debug/elf",
  1293. "elf.R_ARM_SWI24": "debug/elf",
  1294. "elf.R_ARM_THM_ABS5": "debug/elf",
  1295. "elf.R_ARM_THM_PC22": "debug/elf",
  1296. "elf.R_ARM_THM_PC8": "debug/elf",
  1297. "elf.R_ARM_THM_RPC22": "debug/elf",
  1298. "elf.R_ARM_THM_SWI8": "debug/elf",
  1299. "elf.R_ARM_THM_XPC22": "debug/elf",
  1300. "elf.R_ARM_XPC25": "debug/elf",
  1301. "elf.R_INFO": "debug/elf",
  1302. "elf.R_INFO32": "debug/elf",
  1303. "elf.R_MIPS": "debug/elf",
  1304. "elf.R_MIPS_16": "debug/elf",
  1305. "elf.R_MIPS_26": "debug/elf",
  1306. "elf.R_MIPS_32": "debug/elf",
  1307. "elf.R_MIPS_64": "debug/elf",
  1308. "elf.R_MIPS_ADD_IMMEDIATE": "debug/elf",
  1309. "elf.R_MIPS_CALL16": "debug/elf",
  1310. "elf.R_MIPS_CALL_HI16": "debug/elf",
  1311. "elf.R_MIPS_CALL_LO16": "debug/elf",
  1312. "elf.R_MIPS_DELETE": "debug/elf",
  1313. "elf.R_MIPS_GOT16": "debug/elf",
  1314. "elf.R_MIPS_GOT_DISP": "debug/elf",
  1315. "elf.R_MIPS_GOT_HI16": "debug/elf",
  1316. "elf.R_MIPS_GOT_LO16": "debug/elf",
  1317. "elf.R_MIPS_GOT_OFST": "debug/elf",
  1318. "elf.R_MIPS_GOT_PAGE": "debug/elf",
  1319. "elf.R_MIPS_GPREL16": "debug/elf",
  1320. "elf.R_MIPS_GPREL32": "debug/elf",
  1321. "elf.R_MIPS_HI16": "debug/elf",
  1322. "elf.R_MIPS_HIGHER": "debug/elf",
  1323. "elf.R_MIPS_HIGHEST": "debug/elf",
  1324. "elf.R_MIPS_INSERT_A": "debug/elf",
  1325. "elf.R_MIPS_INSERT_B": "debug/elf",
  1326. "elf.R_MIPS_JALR": "debug/elf",
  1327. "elf.R_MIPS_LITERAL": "debug/elf",
  1328. "elf.R_MIPS_LO16": "debug/elf",
  1329. "elf.R_MIPS_NONE": "debug/elf",
  1330. "elf.R_MIPS_PC16": "debug/elf",
  1331. "elf.R_MIPS_PJUMP": "debug/elf",
  1332. "elf.R_MIPS_REL16": "debug/elf",
  1333. "elf.R_MIPS_REL32": "debug/elf",
  1334. "elf.R_MIPS_RELGOT": "debug/elf",
  1335. "elf.R_MIPS_SCN_DISP": "debug/elf",
  1336. "elf.R_MIPS_SHIFT5": "debug/elf",
  1337. "elf.R_MIPS_SHIFT6": "debug/elf",
  1338. "elf.R_MIPS_SUB": "debug/elf",
  1339. "elf.R_MIPS_TLS_DTPMOD32": "debug/elf",
  1340. "elf.R_MIPS_TLS_DTPMOD64": "debug/elf",
  1341. "elf.R_MIPS_TLS_DTPREL32": "debug/elf",
  1342. "elf.R_MIPS_TLS_DTPREL64": "debug/elf",
  1343. "elf.R_MIPS_TLS_DTPREL_HI16": "debug/elf",
  1344. "elf.R_MIPS_TLS_DTPREL_LO16": "debug/elf",
  1345. "elf.R_MIPS_TLS_GD": "debug/elf",
  1346. "elf.R_MIPS_TLS_GOTTPREL": "debug/elf",
  1347. "elf.R_MIPS_TLS_LDM": "debug/elf",
  1348. "elf.R_MIPS_TLS_TPREL32": "debug/elf",
  1349. "elf.R_MIPS_TLS_TPREL64": "debug/elf",
  1350. "elf.R_MIPS_TLS_TPREL_HI16": "debug/elf",
  1351. "elf.R_MIPS_TLS_TPREL_LO16": "debug/elf",
  1352. "elf.R_PPC": "debug/elf",
  1353. "elf.R_PPC64": "debug/elf",
  1354. "elf.R_PPC64_ADDR14": "debug/elf",
  1355. "elf.R_PPC64_ADDR14_BRNTAKEN": "debug/elf",
  1356. "elf.R_PPC64_ADDR14_BRTAKEN": "debug/elf",
  1357. "elf.R_PPC64_ADDR16": "debug/elf",
  1358. "elf.R_PPC64_ADDR16_DS": "debug/elf",
  1359. "elf.R_PPC64_ADDR16_HA": "debug/elf",
  1360. "elf.R_PPC64_ADDR16_HI": "debug/elf",
  1361. "elf.R_PPC64_ADDR16_HIGHER": "debug/elf",
  1362. "elf.R_PPC64_ADDR16_HIGHERA": "debug/elf",
  1363. "elf.R_PPC64_ADDR16_HIGHEST": "debug/elf",
  1364. "elf.R_PPC64_ADDR16_HIGHESTA": "debug/elf",
  1365. "elf.R_PPC64_ADDR16_LO": "debug/elf",
  1366. "elf.R_PPC64_ADDR16_LO_DS": "debug/elf",
  1367. "elf.R_PPC64_ADDR24": "debug/elf",
  1368. "elf.R_PPC64_ADDR32": "debug/elf",
  1369. "elf.R_PPC64_ADDR64": "debug/elf",
  1370. "elf.R_PPC64_DTPMOD64": "debug/elf",
  1371. "elf.R_PPC64_DTPREL16": "debug/elf",
  1372. "elf.R_PPC64_DTPREL16_DS": "debug/elf",
  1373. "elf.R_PPC64_DTPREL16_HA": "debug/elf",
  1374. "elf.R_PPC64_DTPREL16_HI": "debug/elf",
  1375. "elf.R_PPC64_DTPREL16_HIGHER": "debug/elf",
  1376. "elf.R_PPC64_DTPREL16_HIGHERA": "debug/elf",
  1377. "elf.R_PPC64_DTPREL16_HIGHEST": "debug/elf",
  1378. "elf.R_PPC64_DTPREL16_HIGHESTA": "debug/elf",
  1379. "elf.R_PPC64_DTPREL16_LO": "debug/elf",
  1380. "elf.R_PPC64_DTPREL16_LO_DS": "debug/elf",
  1381. "elf.R_PPC64_DTPREL64": "debug/elf",
  1382. "elf.R_PPC64_GOT16": "debug/elf",
  1383. "elf.R_PPC64_GOT16_DS": "debug/elf",
  1384. "elf.R_PPC64_GOT16_HA": "debug/elf",
  1385. "elf.R_PPC64_GOT16_HI": "debug/elf",
  1386. "elf.R_PPC64_GOT16_LO": "debug/elf",
  1387. "elf.R_PPC64_GOT16_LO_DS": "debug/elf",
  1388. "elf.R_PPC64_GOT_DTPREL16_DS": "debug/elf",
  1389. "elf.R_PPC64_GOT_DTPREL16_HA": "debug/elf",
  1390. "elf.R_PPC64_GOT_DTPREL16_HI": "debug/elf",
  1391. "elf.R_PPC64_GOT_DTPREL16_LO_DS": "debug/elf",
  1392. "elf.R_PPC64_GOT_TLSGD16": "debug/elf",
  1393. "elf.R_PPC64_GOT_TLSGD16_HA": "debug/elf",
  1394. "elf.R_PPC64_GOT_TLSGD16_HI": "debug/elf",
  1395. "elf.R_PPC64_GOT_TLSGD16_LO": "debug/elf",
  1396. "elf.R_PPC64_GOT_TLSLD16": "debug/elf",
  1397. "elf.R_PPC64_GOT_TLSLD16_HA": "debug/elf",
  1398. "elf.R_PPC64_GOT_TLSLD16_HI": "debug/elf",
  1399. "elf.R_PPC64_GOT_TLSLD16_LO": "debug/elf",
  1400. "elf.R_PPC64_GOT_TPREL16_DS": "debug/elf",
  1401. "elf.R_PPC64_GOT_TPREL16_HA": "debug/elf",
  1402. "elf.R_PPC64_GOT_TPREL16_HI": "debug/elf",
  1403. "elf.R_PPC64_GOT_TPREL16_LO_DS": "debug/elf",
  1404. "elf.R_PPC64_JMP_SLOT": "debug/elf",
  1405. "elf.R_PPC64_NONE": "debug/elf",
  1406. "elf.R_PPC64_REL14": "debug/elf",
  1407. "elf.R_PPC64_REL14_BRNTAKEN": "debug/elf",
  1408. "elf.R_PPC64_REL14_BRTAKEN": "debug/elf",
  1409. "elf.R_PPC64_REL16": "debug/elf",
  1410. "elf.R_PPC64_REL16_HA": "debug/elf",
  1411. "elf.R_PPC64_REL16_HI": "debug/elf",
  1412. "elf.R_PPC64_REL16_LO": "debug/elf",
  1413. "elf.R_PPC64_REL24": "debug/elf",
  1414. "elf.R_PPC64_REL32": "debug/elf",
  1415. "elf.R_PPC64_REL64": "debug/elf",
  1416. "elf.R_PPC64_TLS": "debug/elf",
  1417. "elf.R_PPC64_TLSGD": "debug/elf",
  1418. "elf.R_PPC64_TLSLD": "debug/elf",
  1419. "elf.R_PPC64_TOC": "debug/elf",
  1420. "elf.R_PPC64_TOC16": "debug/elf",
  1421. "elf.R_PPC64_TOC16_DS": "debug/elf",
  1422. "elf.R_PPC64_TOC16_HA": "debug/elf",
  1423. "elf.R_PPC64_TOC16_HI": "debug/elf",
  1424. "elf.R_PPC64_TOC16_LO": "debug/elf",
  1425. "elf.R_PPC64_TOC16_LO_DS": "debug/elf",
  1426. "elf.R_PPC64_TPREL16": "debug/elf",
  1427. "elf.R_PPC64_TPREL16_DS": "debug/elf",
  1428. "elf.R_PPC64_TPREL16_HA": "debug/elf",
  1429. "elf.R_PPC64_TPREL16_HI": "debug/elf",
  1430. "elf.R_PPC64_TPREL16_HIGHER": "debug/elf",
  1431. "elf.R_PPC64_TPREL16_HIGHERA": "debug/elf",
  1432. "elf.R_PPC64_TPREL16_HIGHEST": "debug/elf",
  1433. "elf.R_PPC64_TPREL16_HIGHESTA": "debug/elf",
  1434. "elf.R_PPC64_TPREL16_LO": "debug/elf",
  1435. "elf.R_PPC64_TPREL16_LO_DS": "debug/elf",
  1436. "elf.R_PPC64_TPREL64": "debug/elf",
  1437. "elf.R_PPC_ADDR14": "debug/elf",
  1438. "elf.R_PPC_ADDR14_BRNTAKEN": "debug/elf",
  1439. "elf.R_PPC_ADDR14_BRTAKEN": "debug/elf",
  1440. "elf.R_PPC_ADDR16": "debug/elf",
  1441. "elf.R_PPC_ADDR16_HA": "debug/elf",
  1442. "elf.R_PPC_ADDR16_HI": "debug/elf",
  1443. "elf.R_PPC_ADDR16_LO": "debug/elf",
  1444. "elf.R_PPC_ADDR24": "debug/elf",
  1445. "elf.R_PPC_ADDR32": "debug/elf",
  1446. "elf.R_PPC_COPY": "debug/elf",
  1447. "elf.R_PPC_DTPMOD32": "debug/elf",
  1448. "elf.R_PPC_DTPREL16": "debug/elf",
  1449. "elf.R_PPC_DTPREL16_HA": "debug/elf",
  1450. "elf.R_PPC_DTPREL16_HI": "debug/elf",
  1451. "elf.R_PPC_DTPREL16_LO": "debug/elf",
  1452. "elf.R_PPC_DTPREL32": "debug/elf",
  1453. "elf.R_PPC_EMB_BIT_FLD": "debug/elf",
  1454. "elf.R_PPC_EMB_MRKREF": "debug/elf",
  1455. "elf.R_PPC_EMB_NADDR16": "debug/elf",
  1456. "elf.R_PPC_EMB_NADDR16_HA": "debug/elf",
  1457. "elf.R_PPC_EMB_NADDR16_HI": "debug/elf",
  1458. "elf.R_PPC_EMB_NADDR16_LO": "debug/elf",
  1459. "elf.R_PPC_EMB_NADDR32": "debug/elf",
  1460. "elf.R_PPC_EMB_RELSDA": "debug/elf",
  1461. "elf.R_PPC_EMB_RELSEC16": "debug/elf",
  1462. "elf.R_PPC_EMB_RELST_HA": "debug/elf",
  1463. "elf.R_PPC_EMB_RELST_HI": "debug/elf",
  1464. "elf.R_PPC_EMB_RELST_LO": "debug/elf",
  1465. "elf.R_PPC_EMB_SDA21": "debug/elf",
  1466. "elf.R_PPC_EMB_SDA2I16": "debug/elf",
  1467. "elf.R_PPC_EMB_SDA2REL": "debug/elf",
  1468. "elf.R_PPC_EMB_SDAI16": "debug/elf",
  1469. "elf.R_PPC_GLOB_DAT": "debug/elf",
  1470. "elf.R_PPC_GOT16": "debug/elf",
  1471. "elf.R_PPC_GOT16_HA": "debug/elf",
  1472. "elf.R_PPC_GOT16_HI": "debug/elf",
  1473. "elf.R_PPC_GOT16_LO": "debug/elf",
  1474. "elf.R_PPC_GOT_TLSGD16": "debug/elf",
  1475. "elf.R_PPC_GOT_TLSGD16_HA": "debug/elf",
  1476. "elf.R_PPC_GOT_TLSGD16_HI": "debug/elf",
  1477. "elf.R_PPC_GOT_TLSGD16_LO": "debug/elf",
  1478. "elf.R_PPC_GOT_TLSLD16": "debug/elf",
  1479. "elf.R_PPC_GOT_TLSLD16_HA": "debug/elf",
  1480. "elf.R_PPC_GOT_TLSLD16_HI": "debug/elf",
  1481. "elf.R_PPC_GOT_TLSLD16_LO": "debug/elf",
  1482. "elf.R_PPC_GOT_TPREL16": "debug/elf",
  1483. "elf.R_PPC_GOT_TPREL16_HA": "debug/elf",
  1484. "elf.R_PPC_GOT_TPREL16_HI": "debug/elf",
  1485. "elf.R_PPC_GOT_TPREL16_LO": "debug/elf",
  1486. "elf.R_PPC_JMP_SLOT": "debug/elf",
  1487. "elf.R_PPC_LOCAL24PC": "debug/elf",
  1488. "elf.R_PPC_NONE": "debug/elf",
  1489. "elf.R_PPC_PLT16_HA": "debug/elf",
  1490. "elf.R_PPC_PLT16_HI": "debug/elf",
  1491. "elf.R_PPC_PLT16_LO": "debug/elf",
  1492. "elf.R_PPC_PLT32": "debug/elf",
  1493. "elf.R_PPC_PLTREL24": "debug/elf",
  1494. "elf.R_PPC_PLTREL32": "debug/elf",
  1495. "elf.R_PPC_REL14": "debug/elf",
  1496. "elf.R_PPC_REL14_BRNTAKEN": "debug/elf",
  1497. "elf.R_PPC_REL14_BRTAKEN": "debug/elf",
  1498. "elf.R_PPC_REL24": "debug/elf",
  1499. "elf.R_PPC_REL32": "debug/elf",
  1500. "elf.R_PPC_RELATIVE": "debug/elf",
  1501. "elf.R_PPC_SDAREL16": "debug/elf",
  1502. "elf.R_PPC_SECTOFF": "debug/elf",
  1503. "elf.R_PPC_SECTOFF_HA": "debug/elf",
  1504. "elf.R_PPC_SECTOFF_HI": "debug/elf",
  1505. "elf.R_PPC_SECTOFF_LO": "debug/elf",
  1506. "elf.R_PPC_TLS": "debug/elf",
  1507. "elf.R_PPC_TPREL16": "debug/elf",
  1508. "elf.R_PPC_TPREL16_HA": "debug/elf",
  1509. "elf.R_PPC_TPREL16_HI": "debug/elf",
  1510. "elf.R_PPC_TPREL16_LO": "debug/elf",
  1511. "elf.R_PPC_TPREL32": "debug/elf",
  1512. "elf.R_PPC_UADDR16": "debug/elf",
  1513. "elf.R_PPC_UADDR32": "debug/elf",
  1514. "elf.R_SPARC": "debug/elf",
  1515. "elf.R_SPARC_10": "debug/elf",
  1516. "elf.R_SPARC_11": "debug/elf",
  1517. "elf.R_SPARC_13": "debug/elf",
  1518. "elf.R_SPARC_16": "debug/elf",
  1519. "elf.R_SPARC_22": "debug/elf",
  1520. "elf.R_SPARC_32": "debug/elf",
  1521. "elf.R_SPARC_5": "debug/elf",
  1522. "elf.R_SPARC_6": "debug/elf",
  1523. "elf.R_SPARC_64": "debug/elf",
  1524. "elf.R_SPARC_7": "debug/elf",
  1525. "elf.R_SPARC_8": "debug/elf",
  1526. "elf.R_SPARC_COPY": "debug/elf",
  1527. "elf.R_SPARC_DISP16": "debug/elf",
  1528. "elf.R_SPARC_DISP32": "debug/elf",
  1529. "elf.R_SPARC_DISP64": "debug/elf",
  1530. "elf.R_SPARC_DISP8": "debug/elf",
  1531. "elf.R_SPARC_GLOB_DAT": "debug/elf",
  1532. "elf.R_SPARC_GLOB_JMP": "debug/elf",
  1533. "elf.R_SPARC_GOT10": "debug/elf",
  1534. "elf.R_SPARC_GOT13": "debug/elf",
  1535. "elf.R_SPARC_GOT22": "debug/elf",
  1536. "elf.R_SPARC_H44": "debug/elf",
  1537. "elf.R_SPARC_HH22": "debug/elf",
  1538. "elf.R_SPARC_HI22": "debug/elf",
  1539. "elf.R_SPARC_HIPLT22": "debug/elf",
  1540. "elf.R_SPARC_HIX22": "debug/elf",
  1541. "elf.R_SPARC_HM10": "debug/elf",
  1542. "elf.R_SPARC_JMP_SLOT": "debug/elf",
  1543. "elf.R_SPARC_L44": "debug/elf",
  1544. "elf.R_SPARC_LM22": "debug/elf",
  1545. "elf.R_SPARC_LO10": "debug/elf",
  1546. "elf.R_SPARC_LOPLT10": "debug/elf",
  1547. "elf.R_SPARC_LOX10": "debug/elf",
  1548. "elf.R_SPARC_M44": "debug/elf",
  1549. "elf.R_SPARC_NONE": "debug/elf",
  1550. "elf.R_SPARC_OLO10": "debug/elf",
  1551. "elf.R_SPARC_PC10": "debug/elf",
  1552. "elf.R_SPARC_PC22": "debug/elf",
  1553. "elf.R_SPARC_PCPLT10": "debug/elf",
  1554. "elf.R_SPARC_PCPLT22": "debug/elf",
  1555. "elf.R_SPARC_PCPLT32": "debug/elf",
  1556. "elf.R_SPARC_PC_HH22": "debug/elf",
  1557. "elf.R_SPARC_PC_HM10": "debug/elf",
  1558. "elf.R_SPARC_PC_LM22": "debug/elf",
  1559. "elf.R_SPARC_PLT32": "debug/elf",
  1560. "elf.R_SPARC_PLT64": "debug/elf",
  1561. "elf.R_SPARC_REGISTER": "debug/elf",
  1562. "elf.R_SPARC_RELATIVE": "debug/elf",
  1563. "elf.R_SPARC_UA16": "debug/elf",
  1564. "elf.R_SPARC_UA32": "debug/elf",
  1565. "elf.R_SPARC_UA64": "debug/elf",
  1566. "elf.R_SPARC_WDISP16": "debug/elf",
  1567. "elf.R_SPARC_WDISP19": "debug/elf",
  1568. "elf.R_SPARC_WDISP22": "debug/elf",
  1569. "elf.R_SPARC_WDISP30": "debug/elf",
  1570. "elf.R_SPARC_WPLT30": "debug/elf",
  1571. "elf.R_SYM32": "debug/elf",
  1572. "elf.R_SYM64": "debug/elf",
  1573. "elf.R_TYPE32": "debug/elf",
  1574. "elf.R_TYPE64": "debug/elf",
  1575. "elf.R_X86_64": "debug/elf",
  1576. "elf.R_X86_64_16": "debug/elf",
  1577. "elf.R_X86_64_32": "debug/elf",
  1578. "elf.R_X86_64_32S": "debug/elf",
  1579. "elf.R_X86_64_64": "debug/elf",
  1580. "elf.R_X86_64_8": "debug/elf",
  1581. "elf.R_X86_64_COPY": "debug/elf",
  1582. "elf.R_X86_64_DTPMOD64": "debug/elf",
  1583. "elf.R_X86_64_DTPOFF32": "debug/elf",
  1584. "elf.R_X86_64_DTPOFF64": "debug/elf",
  1585. "elf.R_X86_64_GLOB_DAT": "debug/elf",
  1586. "elf.R_X86_64_GOT32": "debug/elf",
  1587. "elf.R_X86_64_GOTPCREL": "debug/elf",
  1588. "elf.R_X86_64_GOTTPOFF": "debug/elf",
  1589. "elf.R_X86_64_JMP_SLOT": "debug/elf",
  1590. "elf.R_X86_64_NONE": "debug/elf",
  1591. "elf.R_X86_64_PC16": "debug/elf",
  1592. "elf.R_X86_64_PC32": "debug/elf",
  1593. "elf.R_X86_64_PC8": "debug/elf",
  1594. "elf.R_X86_64_PLT32": "debug/elf",
  1595. "elf.R_X86_64_RELATIVE": "debug/elf",
  1596. "elf.R_X86_64_TLSGD": "debug/elf",
  1597. "elf.R_X86_64_TLSLD": "debug/elf",
  1598. "elf.R_X86_64_TPOFF32": "debug/elf",
  1599. "elf.R_X86_64_TPOFF64": "debug/elf",
  1600. "elf.Rel32": "debug/elf",
  1601. "elf.Rel64": "debug/elf",
  1602. "elf.Rela32": "debug/elf",
  1603. "elf.Rela64": "debug/elf",
  1604. "elf.SHF_ALLOC": "debug/elf",
  1605. "elf.SHF_COMPRESSED": "debug/elf",
  1606. "elf.SHF_EXECINSTR": "debug/elf",
  1607. "elf.SHF_GROUP": "debug/elf",
  1608. "elf.SHF_INFO_LINK": "debug/elf",
  1609. "elf.SHF_LINK_ORDER": "debug/elf",
  1610. "elf.SHF_MASKOS": "debug/elf",
  1611. "elf.SHF_MASKPROC": "debug/elf",
  1612. "elf.SHF_MERGE": "debug/elf",
  1613. "elf.SHF_OS_NONCONFORMING": "debug/elf",
  1614. "elf.SHF_STRINGS": "debug/elf",
  1615. "elf.SHF_TLS": "debug/elf",
  1616. "elf.SHF_WRITE": "debug/elf",
  1617. "elf.SHN_ABS": "debug/elf",
  1618. "elf.SHN_COMMON": "debug/elf",
  1619. "elf.SHN_HIOS": "debug/elf",
  1620. "elf.SHN_HIPROC": "debug/elf",
  1621. "elf.SHN_HIRESERVE": "debug/elf",
  1622. "elf.SHN_LOOS": "debug/elf",
  1623. "elf.SHN_LOPROC": "debug/elf",
  1624. "elf.SHN_LORESERVE": "debug/elf",
  1625. "elf.SHN_UNDEF": "debug/elf",
  1626. "elf.SHN_XINDEX": "debug/elf",
  1627. "elf.SHT_DYNAMIC": "debug/elf",
  1628. "elf.SHT_DYNSYM": "debug/elf",
  1629. "elf.SHT_FINI_ARRAY": "debug/elf",
  1630. "elf.SHT_GNU_ATTRIBUTES": "debug/elf",
  1631. "elf.SHT_GNU_HASH": "debug/elf",
  1632. "elf.SHT_GNU_LIBLIST": "debug/elf",
  1633. "elf.SHT_GNU_VERDEF": "debug/elf",
  1634. "elf.SHT_GNU_VERNEED": "debug/elf",
  1635. "elf.SHT_GNU_VERSYM": "debug/elf",
  1636. "elf.SHT_GROUP": "debug/elf",
  1637. "elf.SHT_HASH": "debug/elf",
  1638. "elf.SHT_HIOS": "debug/elf",
  1639. "elf.SHT_HIPROC": "debug/elf",
  1640. "elf.SHT_HIUSER": "debug/elf",
  1641. "elf.SHT_INIT_ARRAY": "debug/elf",
  1642. "elf.SHT_LOOS": "debug/elf",
  1643. "elf.SHT_LOPROC": "debug/elf",
  1644. "elf.SHT_LOUSER": "debug/elf",
  1645. "elf.SHT_NOBITS": "debug/elf",
  1646. "elf.SHT_NOTE": "debug/elf",
  1647. "elf.SHT_NULL": "debug/elf",
  1648. "elf.SHT_PREINIT_ARRAY": "debug/elf",
  1649. "elf.SHT_PROGBITS": "debug/elf",
  1650. "elf.SHT_REL": "debug/elf",
  1651. "elf.SHT_RELA": "debug/elf",
  1652. "elf.SHT_SHLIB": "debug/elf",
  1653. "elf.SHT_STRTAB": "debug/elf",
  1654. "elf.SHT_SYMTAB": "debug/elf",
  1655. "elf.SHT_SYMTAB_SHNDX": "debug/elf",
  1656. "elf.STB_GLOBAL": "debug/elf",
  1657. "elf.STB_HIOS": "debug/elf",
  1658. "elf.STB_HIPROC": "debug/elf",
  1659. "elf.STB_LOCAL": "debug/elf",
  1660. "elf.STB_LOOS": "debug/elf",
  1661. "elf.STB_LOPROC": "debug/elf",
  1662. "elf.STB_WEAK": "debug/elf",
  1663. "elf.STT_COMMON": "debug/elf",
  1664. "elf.STT_FILE": "debug/elf",
  1665. "elf.STT_FUNC": "debug/elf",
  1666. "elf.STT_HIOS": "debug/elf",
  1667. "elf.STT_HIPROC": "debug/elf",
  1668. "elf.STT_LOOS": "debug/elf",
  1669. "elf.STT_LOPROC": "debug/elf",
  1670. "elf.STT_NOTYPE": "debug/elf",
  1671. "elf.STT_OBJECT": "debug/elf",
  1672. "elf.STT_SECTION": "debug/elf",
  1673. "elf.STT_TLS": "debug/elf",
  1674. "elf.STV_DEFAULT": "debug/elf",
  1675. "elf.STV_HIDDEN": "debug/elf",
  1676. "elf.STV_INTERNAL": "debug/elf",
  1677. "elf.STV_PROTECTED": "debug/elf",
  1678. "elf.ST_BIND": "debug/elf",
  1679. "elf.ST_INFO": "debug/elf",
  1680. "elf.ST_TYPE": "debug/elf",
  1681. "elf.ST_VISIBILITY": "debug/elf",
  1682. "elf.Section": "debug/elf",
  1683. "elf.Section32": "debug/elf",
  1684. "elf.Section64": "debug/elf",
  1685. "elf.SectionFlag": "debug/elf",
  1686. "elf.SectionHeader": "debug/elf",
  1687. "elf.SectionIndex": "debug/elf",
  1688. "elf.SectionType": "debug/elf",
  1689. "elf.Sym32": "debug/elf",
  1690. "elf.Sym32Size": "debug/elf",
  1691. "elf.Sym64": "debug/elf",
  1692. "elf.Sym64Size": "debug/elf",
  1693. "elf.SymBind": "debug/elf",
  1694. "elf.SymType": "debug/elf",
  1695. "elf.SymVis": "debug/elf",
  1696. "elf.Symbol": "debug/elf",
  1697. "elf.Type": "debug/elf",
  1698. "elf.Version": "debug/elf",
  1699. "elliptic.Curve": "crypto/elliptic",
  1700. "elliptic.CurveParams": "crypto/elliptic",
  1701. "elliptic.GenerateKey": "crypto/elliptic",
  1702. "elliptic.Marshal": "crypto/elliptic",
  1703. "elliptic.P224": "crypto/elliptic",
  1704. "elliptic.P256": "crypto/elliptic",
  1705. "elliptic.P384": "crypto/elliptic",
  1706. "elliptic.P521": "crypto/elliptic",
  1707. "elliptic.Unmarshal": "crypto/elliptic",
  1708. "encoding.BinaryMarshaler": "encoding",
  1709. "encoding.BinaryUnmarshaler": "encoding",
  1710. "encoding.TextMarshaler": "encoding",
  1711. "encoding.TextUnmarshaler": "encoding",
  1712. "errors.New": "errors",
  1713. "exec.Cmd": "os/exec",
  1714. "exec.Command": "os/exec",
  1715. "exec.CommandContext": "os/exec",
  1716. "exec.ErrNotFound": "os/exec",
  1717. "exec.Error": "os/exec",
  1718. "exec.ExitError": "os/exec",
  1719. "exec.LookPath": "os/exec",
  1720. "expvar.Do": "expvar",
  1721. "expvar.Float": "expvar",
  1722. "expvar.Func": "expvar",
  1723. "expvar.Get": "expvar",
  1724. "expvar.Handler": "expvar",
  1725. "expvar.Int": "expvar",
  1726. "expvar.KeyValue": "expvar",
  1727. "expvar.Map": "expvar",
  1728. "expvar.NewFloat": "expvar",
  1729. "expvar.NewInt": "expvar",
  1730. "expvar.NewMap": "expvar",
  1731. "expvar.NewString": "expvar",
  1732. "expvar.Publish": "expvar",
  1733. "expvar.String": "expvar",
  1734. "expvar.Var": "expvar",
  1735. "fcgi.ErrConnClosed": "net/http/fcgi",
  1736. "fcgi.ErrRequestAborted": "net/http/fcgi",
  1737. "fcgi.ProcessEnv": "net/http/fcgi",
  1738. "fcgi.Serve": "net/http/fcgi",
  1739. "filepath.Abs": "path/filepath",
  1740. "filepath.Base": "path/filepath",
  1741. "filepath.Clean": "path/filepath",
  1742. "filepath.Dir": "path/filepath",
  1743. "filepath.ErrBadPattern": "path/filepath",
  1744. "filepath.EvalSymlinks": "path/filepath",
  1745. "filepath.Ext": "path/filepath",
  1746. "filepath.FromSlash": "path/filepath",
  1747. "filepath.Glob": "path/filepath",
  1748. "filepath.HasPrefix": "path/filepath",
  1749. "filepath.IsAbs": "path/filepath",
  1750. "filepath.Join": "path/filepath",
  1751. "filepath.ListSeparator": "path/filepath",
  1752. "filepath.Match": "path/filepath",
  1753. "filepath.Rel": "path/filepath",
  1754. "filepath.Separator": "path/filepath",
  1755. "filepath.SkipDir": "path/filepath",
  1756. "filepath.Split": "path/filepath",
  1757. "filepath.SplitList": "path/filepath",
  1758. "filepath.ToSlash": "path/filepath",
  1759. "filepath.VolumeName": "path/filepath",
  1760. "filepath.Walk": "path/filepath",
  1761. "filepath.WalkFunc": "path/filepath",
  1762. "flag.Arg": "flag",
  1763. "flag.Args": "flag",
  1764. "flag.Bool": "flag",
  1765. "flag.BoolVar": "flag",
  1766. "flag.CommandLine": "flag",
  1767. "flag.ContinueOnError": "flag",
  1768. "flag.Duration": "flag",
  1769. "flag.DurationVar": "flag",
  1770. "flag.ErrHelp": "flag",
  1771. "flag.ErrorHandling": "flag",
  1772. "flag.ExitOnError": "flag",
  1773. "flag.Flag": "flag",
  1774. "flag.FlagSet": "flag",
  1775. "flag.Float64": "flag",
  1776. "flag.Float64Var": "flag",
  1777. "flag.Getter": "flag",
  1778. "flag.Int": "flag",
  1779. "flag.Int64": "flag",
  1780. "flag.Int64Var": "flag",
  1781. "flag.IntVar": "flag",
  1782. "flag.Lookup": "flag",
  1783. "flag.NArg": "flag",
  1784. "flag.NFlag": "flag",
  1785. "flag.NewFlagSet": "flag",
  1786. "flag.PanicOnError": "flag",
  1787. "flag.Parse": "flag",
  1788. "flag.Parsed": "flag",
  1789. "flag.PrintDefaults": "flag",
  1790. "flag.Set": "flag",
  1791. "flag.String": "flag",
  1792. "flag.StringVar": "flag",
  1793. "flag.Uint": "flag",
  1794. "flag.Uint64": "flag",
  1795. "flag.Uint64Var": "flag",
  1796. "flag.UintVar": "flag",
  1797. "flag.UnquoteUsage": "flag",
  1798. "flag.Usage": "flag",
  1799. "flag.Value": "flag",
  1800. "flag.Var": "flag",
  1801. "flag.Visit": "flag",
  1802. "flag.VisitAll": "flag",
  1803. "flate.BestCompression": "compress/flate",
  1804. "flate.BestSpeed": "compress/flate",
  1805. "flate.CorruptInputError": "compress/flate",
  1806. "flate.DefaultCompression": "compress/flate",
  1807. "flate.HuffmanOnly": "compress/flate",
  1808. "flate.InternalError": "compress/flate",
  1809. "flate.NewReader": "compress/flate",
  1810. "flate.NewReaderDict": "compress/flate",
  1811. "flate.NewWriter": "compress/flate",
  1812. "flate.NewWriterDict": "compress/flate",
  1813. "flate.NoCompression": "compress/flate",
  1814. "flate.ReadError": "compress/flate",
  1815. "flate.Reader": "compress/flate",
  1816. "flate.Resetter": "compress/flate",
  1817. "flate.WriteError": "compress/flate",
  1818. "flate.Writer": "compress/flate",
  1819. "fmt.Errorf": "fmt",
  1820. "fmt.Formatter": "fmt",
  1821. "fmt.Fprint": "fmt",
  1822. "fmt.Fprintf": "fmt",
  1823. "fmt.Fprintln": "fmt",
  1824. "fmt.Fscan": "fmt",
  1825. "fmt.Fscanf": "fmt",
  1826. "fmt.Fscanln": "fmt",
  1827. "fmt.GoStringer": "fmt",
  1828. "fmt.Print": "fmt",
  1829. "fmt.Printf": "fmt",
  1830. "fmt.Println": "fmt",
  1831. "fmt.Scan": "fmt",
  1832. "fmt.ScanState": "fmt",
  1833. "fmt.Scanf": "fmt",
  1834. "fmt.Scanln": "fmt",
  1835. "fmt.Scanner": "fmt",
  1836. "fmt.Sprint": "fmt",
  1837. "fmt.Sprintf": "fmt",
  1838. "fmt.Sprintln": "fmt",
  1839. "fmt.Sscan": "fmt",
  1840. "fmt.Sscanf": "fmt",
  1841. "fmt.Sscanln": "fmt",
  1842. "fmt.State": "fmt",
  1843. "fmt.Stringer": "fmt",
  1844. "fnv.New128": "hash/fnv",
  1845. "fnv.New128a": "hash/fnv",
  1846. "fnv.New32": "hash/fnv",
  1847. "fnv.New32a": "hash/fnv",
  1848. "fnv.New64": "hash/fnv",
  1849. "fnv.New64a": "hash/fnv",
  1850. "format.Node": "go/format",
  1851. "format.Source": "go/format",
  1852. "gif.Decode": "image/gif",
  1853. "gif.DecodeAll": "image/gif",
  1854. "gif.DecodeConfig": "image/gif",
  1855. "gif.DisposalBackground": "image/gif",
  1856. "gif.DisposalNone": "image/gif",
  1857. "gif.DisposalPrevious": "image/gif",
  1858. "gif.Encode": "image/gif",
  1859. "gif.EncodeAll": "image/gif",
  1860. "gif.GIF": "image/gif",
  1861. "gif.Options": "image/gif",
  1862. "gob.CommonType": "encoding/gob",
  1863. "gob.Decoder": "encoding/gob",
  1864. "gob.Encoder": "encoding/gob",
  1865. "gob.GobDecoder": "encoding/gob",
  1866. "gob.GobEncoder": "encoding/gob",
  1867. "gob.NewDecoder": "encoding/gob",
  1868. "gob.NewEncoder": "encoding/gob",
  1869. "gob.Register": "encoding/gob",
  1870. "gob.RegisterName": "encoding/gob",
  1871. "gosym.DecodingError": "debug/gosym",
  1872. "gosym.Func": "debug/gosym",
  1873. "gosym.LineTable": "debug/gosym",
  1874. "gosym.NewLineTable": "debug/gosym",
  1875. "gosym.NewTable": "debug/gosym",
  1876. "gosym.Obj": "debug/gosym",
  1877. "gosym.Sym": "debug/gosym",
  1878. "gosym.Table": "debug/gosym",
  1879. "gosym.UnknownFileError": "debug/gosym",
  1880. "gosym.UnknownLineError": "debug/gosym",
  1881. "gzip.BestCompression": "compress/gzip",
  1882. "gzip.BestSpeed": "compress/gzip",
  1883. "gzip.DefaultCompression": "compress/gzip",
  1884. "gzip.ErrChecksum": "compress/gzip",
  1885. "gzip.ErrHeader": "compress/gzip",
  1886. "gzip.Header": "compress/gzip",
  1887. "gzip.HuffmanOnly": "compress/gzip",
  1888. "gzip.NewReader": "compress/gzip",
  1889. "gzip.NewWriter": "compress/gzip",
  1890. "gzip.NewWriterLevel": "compress/gzip",
  1891. "gzip.NoCompression": "compress/gzip",
  1892. "gzip.Reader": "compress/gzip",
  1893. "gzip.Writer": "compress/gzip",
  1894. "hash.Hash": "hash",
  1895. "hash.Hash32": "hash",
  1896. "hash.Hash64": "hash",
  1897. "heap.Fix": "container/heap",
  1898. "heap.Init": "container/heap",
  1899. "heap.Interface": "container/heap",
  1900. "heap.Pop": "container/heap",
  1901. "heap.Push": "container/heap",
  1902. "heap.Remove": "container/heap",
  1903. "hex.Decode": "encoding/hex",
  1904. "hex.DecodeString": "encoding/hex",
  1905. "hex.DecodedLen": "encoding/hex",
  1906. "hex.Dump": "encoding/hex",
  1907. "hex.Dumper": "encoding/hex",
  1908. "hex.Encode": "encoding/hex",
  1909. "hex.EncodeToString": "encoding/hex",
  1910. "hex.EncodedLen": "encoding/hex",
  1911. "hex.ErrLength": "encoding/hex",
  1912. "hex.InvalidByteError": "encoding/hex",
  1913. "hmac.Equal": "crypto/hmac",
  1914. "hmac.New": "crypto/hmac",
  1915. "html.EscapeString": "html",
  1916. "html.UnescapeString": "html",
  1917. "http.CanonicalHeaderKey": "net/http",
  1918. "http.Client": "net/http",
  1919. "http.CloseNotifier": "net/http",
  1920. "http.ConnState": "net/http",
  1921. "http.Cookie": "net/http",
  1922. "http.CookieJar": "net/http",
  1923. "http.DefaultClient": "net/http",
  1924. "http.DefaultMaxHeaderBytes": "net/http",
  1925. "http.DefaultMaxIdleConnsPerHost": "net/http",
  1926. "http.DefaultServeMux": "net/http",
  1927. "http.DefaultTransport": "net/http",
  1928. "http.DetectContentType": "net/http",
  1929. "http.Dir": "net/http",
  1930. "http.ErrAbortHandler": "net/http",
  1931. "http.ErrBodyNotAllowed": "net/http",
  1932. "http.ErrBodyReadAfterClose": "net/http",
  1933. "http.ErrContentLength": "net/http",
  1934. "http.ErrHandlerTimeout": "net/http",
  1935. "http.ErrHeaderTooLong": "net/http",
  1936. "http.ErrHijacked": "net/http",
  1937. "http.ErrLineTooLong": "net/http",
  1938. "http.ErrMissingBoundary": "net/http",
  1939. "http.ErrMissingContentLength": "net/http",
  1940. "http.ErrMissingFile": "net/http",
  1941. "http.ErrNoCookie": "net/http",
  1942. "http.ErrNoLocation": "net/http",
  1943. "http.ErrNotMultipart": "net/http",
  1944. "http.ErrNotSupported": "net/http",
  1945. "http.ErrServerClosed": "net/http",
  1946. "http.ErrShortBody": "net/http",
  1947. "http.ErrSkipAltProtocol": "net/http",
  1948. "http.ErrUnexpectedTrailer": "net/http",
  1949. "http.ErrUseLastResponse": "net/http",
  1950. "http.ErrWriteAfterFlush": "net/http",
  1951. "http.Error": "net/http",
  1952. "http.File": "net/http",
  1953. "http.FileServer": "net/http",
  1954. "http.FileSystem": "net/http",
  1955. "http.Flusher": "net/http",
  1956. "http.Get": "net/http",
  1957. "http.Handle": "net/http",
  1958. "http.HandleFunc": "net/http",
  1959. "http.Handler": "net/http",
  1960. "http.HandlerFunc": "net/http",
  1961. "http.Head": "net/http",
  1962. "http.Header": "net/http",
  1963. "http.Hijacker": "net/http",
  1964. "http.ListenAndServe": "net/http",
  1965. "http.ListenAndServeTLS": "net/http",
  1966. "http.LocalAddrContextKey": "net/http",
  1967. "http.MaxBytesReader": "net/http",
  1968. "http.MethodConnect": "net/http",
  1969. "http.MethodDelete": "net/http",
  1970. "http.MethodGet": "net/http",
  1971. "http.MethodHead": "net/http",
  1972. "http.MethodOptions": "net/http",
  1973. "http.MethodPatch": "net/http",
  1974. "http.MethodPost": "net/http",
  1975. "http.MethodPut": "net/http",
  1976. "http.MethodTrace": "net/http",
  1977. "http.NewFileTransport": "net/http",
  1978. "http.NewRequest": "net/http",
  1979. "http.NewServeMux": "net/http",
  1980. "http.NoBody": "net/http",
  1981. "http.NotFound": "net/http",
  1982. "http.NotFoundHandler": "net/http",
  1983. "http.ParseHTTPVersion": "net/http",
  1984. "http.ParseTime": "net/http",
  1985. "http.Post": "net/http",
  1986. "http.PostForm": "net/http",
  1987. "http.ProtocolError": "net/http",
  1988. "http.ProxyFromEnvironment": "net/http",
  1989. "http.ProxyURL": "net/http",
  1990. "http.PushOptions": "net/http",
  1991. "http.Pusher": "net/http",
  1992. "http.ReadRequest": "net/http",
  1993. "http.ReadResponse": "net/http",
  1994. "http.Redirect": "net/http",
  1995. "http.RedirectHandler": "net/http",
  1996. "http.Request": "net/http",
  1997. "http.Response": "net/http",
  1998. "http.ResponseWriter": "net/http",
  1999. "http.RoundTripper": "net/http",
  2000. "http.Serve": "net/http",
  2001. "http.ServeContent": "net/http",
  2002. "http.ServeFile": "net/http",
  2003. "http.ServeMux": "net/http",
  2004. "http.ServeTLS": "net/http",
  2005. "http.Server": "net/http",
  2006. "http.ServerContextKey": "net/http",
  2007. "http.SetCookie": "net/http",
  2008. "http.StateActive": "net/http",
  2009. "http.StateClosed": "net/http",
  2010. "http.StateHijacked": "net/http",
  2011. "http.StateIdle": "net/http",
  2012. "http.StateNew": "net/http",
  2013. "http.StatusAccepted": "net/http",
  2014. "http.StatusAlreadyReported": "net/http",
  2015. "http.StatusBadGateway": "net/http",
  2016. "http.StatusBadRequest": "net/http",
  2017. "http.StatusConflict": "net/http",
  2018. "http.StatusContinue": "net/http",
  2019. "http.StatusCreated": "net/http",
  2020. "http.StatusExpectationFailed": "net/http",
  2021. "http.StatusFailedDependency": "net/http",
  2022. "http.StatusForbidden": "net/http",
  2023. "http.StatusFound": "net/http",
  2024. "http.StatusGatewayTimeout": "net/http",
  2025. "http.StatusGone": "net/http",
  2026. "http.StatusHTTPVersionNotSupported": "net/http",
  2027. "http.StatusIMUsed": "net/http",
  2028. "http.StatusInsufficientStorage": "net/http",
  2029. "http.StatusInternalServerError": "net/http",
  2030. "http.StatusLengthRequired": "net/http",
  2031. "http.StatusLocked": "net/http",
  2032. "http.StatusLoopDetected": "net/http",
  2033. "http.StatusMethodNotAllowed": "net/http",
  2034. "http.StatusMovedPermanently": "net/http",
  2035. "http.StatusMultiStatus": "net/http",
  2036. "http.StatusMultipleChoices": "net/http",
  2037. "http.StatusNetworkAuthenticationRequired": "net/http",
  2038. "http.StatusNoContent": "net/http",
  2039. "http.StatusNonAuthoritativeInfo": "net/http",
  2040. "http.StatusNotAcceptable": "net/http",
  2041. "http.StatusNotExtended": "net/http",
  2042. "http.StatusNotFound": "net/http",
  2043. "http.StatusNotImplemented": "net/http",
  2044. "http.StatusNotModified": "net/http",
  2045. "http.StatusOK": "net/http",
  2046. "http.StatusPartialContent": "net/http",
  2047. "http.StatusPaymentRequired": "net/http",
  2048. "http.StatusPermanentRedirect": "net/http",
  2049. "http.StatusPreconditionFailed": "net/http",
  2050. "http.StatusPreconditionRequired": "net/http",
  2051. "http.StatusProcessing": "net/http",
  2052. "http.StatusProxyAuthRequired": "net/http",
  2053. "http.StatusRequestEntityTooLarge": "net/http",
  2054. "http.StatusRequestHeaderFieldsTooLarge": "net/http",
  2055. "http.StatusRequestTimeout": "net/http",
  2056. "http.StatusRequestURITooLong": "net/http",
  2057. "http.StatusRequestedRangeNotSatisfiable": "net/http",
  2058. "http.StatusResetContent": "net/http",
  2059. "http.StatusSeeOther": "net/http",
  2060. "http.StatusServiceUnavailable": "net/http",
  2061. "http.StatusSwitchingProtocols": "net/http",
  2062. "http.StatusTeapot": "net/http",
  2063. "http.StatusTemporaryRedirect": "net/http",
  2064. "http.StatusText": "net/http",
  2065. "http.StatusTooManyRequests": "net/http",
  2066. "http.StatusUnauthorized": "net/http",
  2067. "http.StatusUnavailableForLegalReasons": "net/http",
  2068. "http.StatusUnprocessableEntity": "net/http",
  2069. "http.StatusUnsupportedMediaType": "net/http",
  2070. "http.StatusUpgradeRequired": "net/http",
  2071. "http.StatusUseProxy": "net/http",
  2072. "http.StatusVariantAlsoNegotiates": "net/http",
  2073. "http.StripPrefix": "net/http",
  2074. "http.TimeFormat": "net/http",
  2075. "http.TimeoutHandler": "net/http",
  2076. "http.TrailerPrefix": "net/http",
  2077. "http.Transport": "net/http",
  2078. "httptest.DefaultRemoteAddr": "net/http/httptest",
  2079. "httptest.NewRecorder": "net/http/httptest",
  2080. "httptest.NewRequest": "net/http/httptest",
  2081. "httptest.NewServer": "net/http/httptest",
  2082. "httptest.NewTLSServer": "net/http/httptest",
  2083. "httptest.NewUnstartedServer": "net/http/httptest",
  2084. "httptest.ResponseRecorder": "net/http/httptest",
  2085. "httptest.Server": "net/http/httptest",
  2086. "httptrace.ClientTrace": "net/http/httptrace",
  2087. "httptrace.ContextClientTrace": "net/http/httptrace",
  2088. "httptrace.DNSDoneInfo": "net/http/httptrace",
  2089. "httptrace.DNSStartInfo": "net/http/httptrace",
  2090. "httptrace.GotConnInfo": "net/http/httptrace",
  2091. "httptrace.WithClientTrace": "net/http/httptrace",
  2092. "httptrace.WroteRequestInfo": "net/http/httptrace",
  2093. "httputil.BufferPool": "net/http/httputil",
  2094. "httputil.ClientConn": "net/http/httputil",
  2095. "httputil.DumpRequest": "net/http/httputil",
  2096. "httputil.DumpRequestOut": "net/http/httputil",
  2097. "httputil.DumpResponse": "net/http/httputil",
  2098. "httputil.ErrClosed": "net/http/httputil",
  2099. "httputil.ErrLineTooLong": "net/http/httputil",
  2100. "httputil.ErrPersistEOF": "net/http/httputil",
  2101. "httputil.ErrPipeline": "net/http/httputil",
  2102. "httputil.NewChunkedReader": "net/http/httputil",
  2103. "httputil.NewChunkedWriter": "net/http/httputil",
  2104. "httputil.NewClientConn": "net/http/httputil",
  2105. "httputil.NewProxyClientConn": "net/http/httputil",
  2106. "httputil.NewServerConn": "net/http/httputil",
  2107. "httputil.NewSingleHostReverseProxy": "net/http/httputil",
  2108. "httputil.ReverseProxy": "net/http/httputil",
  2109. "httputil.ServerConn": "net/http/httputil",
  2110. "image.Alpha": "image",
  2111. "image.Alpha16": "image",
  2112. "image.Black": "image",
  2113. "image.CMYK": "image",
  2114. "image.Config": "image",
  2115. "image.Decode": "image",
  2116. "image.DecodeConfig": "image",
  2117. "image.ErrFormat": "image",
  2118. "image.Gray": "image",
  2119. "image.Gray16": "image",
  2120. "image.Image": "image",
  2121. "image.NRGBA": "image",
  2122. "image.NRGBA64": "image",
  2123. "image.NYCbCrA": "image",
  2124. "image.NewAlpha": "image",
  2125. "image.NewAlpha16": "image",
  2126. "image.NewCMYK": "image",
  2127. "image.NewGray": "image",
  2128. "image.NewGray16": "image",
  2129. "image.NewNRGBA": "image",
  2130. "image.NewNRGBA64": "image",
  2131. "image.NewNYCbCrA": "image",
  2132. "image.NewPaletted": "image",
  2133. "image.NewRGBA": "image",
  2134. "image.NewRGBA64": "image",
  2135. "image.NewUniform": "image",
  2136. "image.NewYCbCr": "image",
  2137. "image.Opaque": "image",
  2138. "image.Paletted": "image",
  2139. "image.PalettedImage": "image",
  2140. "image.Point": "image",
  2141. "image.Pt": "image",
  2142. "image.RGBA": "image",
  2143. "image.RGBA64": "image",
  2144. "image.Rect": "image",
  2145. "image.Rectangle": "image",
  2146. "image.RegisterFormat": "image",
  2147. "image.Transparent": "image",
  2148. "image.Uniform": "image",
  2149. "image.White": "image",
  2150. "image.YCbCr": "image",
  2151. "image.YCbCrSubsampleRatio": "image",
  2152. "image.YCbCrSubsampleRatio410": "image",
  2153. "image.YCbCrSubsampleRatio411": "image",
  2154. "image.YCbCrSubsampleRatio420": "image",
  2155. "image.YCbCrSubsampleRatio422": "image",
  2156. "image.YCbCrSubsampleRatio440": "image",
  2157. "image.YCbCrSubsampleRatio444": "image",
  2158. "image.ZP": "image",
  2159. "image.ZR": "image",
  2160. "importer.Default": "go/importer",
  2161. "importer.For": "go/importer",
  2162. "importer.Lookup": "go/importer",
  2163. "io.ByteReader": "io",
  2164. "io.ByteScanner": "io",
  2165. "io.ByteWriter": "io",
  2166. "io.Closer": "io",
  2167. "io.Copy": "io",
  2168. "io.CopyBuffer": "io",
  2169. "io.CopyN": "io",
  2170. "io.EOF": "io",
  2171. "io.ErrClosedPipe": "io",
  2172. "io.ErrNoProgress": "io",
  2173. "io.ErrShortBuffer": "io",
  2174. "io.ErrShortWrite": "io",
  2175. "io.ErrUnexpectedEOF": "io",
  2176. "io.LimitReader": "io",
  2177. "io.LimitedReader": "io",
  2178. "io.MultiReader": "io",
  2179. "io.MultiWriter": "io",
  2180. "io.NewSectionReader": "io",
  2181. "io.Pipe": "io",
  2182. "io.PipeReader": "io",
  2183. "io.PipeWriter": "io",
  2184. "io.ReadAtLeast": "io",
  2185. "io.ReadCloser": "io",
  2186. "io.ReadFull": "io",
  2187. "io.ReadSeeker": "io",
  2188. "io.ReadWriteCloser": "io",
  2189. "io.ReadWriteSeeker": "io",
  2190. "io.ReadWriter": "io",
  2191. "io.Reader": "io",
  2192. "io.ReaderAt": "io",
  2193. "io.ReaderFrom": "io",
  2194. "io.RuneReader": "io",
  2195. "io.RuneScanner": "io",
  2196. "io.SectionReader": "io",
  2197. "io.SeekCurrent": "io",
  2198. "io.SeekEnd": "io",
  2199. "io.SeekStart": "io",
  2200. "io.Seeker": "io",
  2201. "io.TeeReader": "io",
  2202. "io.WriteCloser": "io",
  2203. "io.WriteSeeker": "io",
  2204. "io.WriteString": "io",
  2205. "io.Writer": "io",
  2206. "io.WriterAt": "io",
  2207. "io.WriterTo": "io",
  2208. "iotest.DataErrReader": "testing/iotest",
  2209. "iotest.ErrTimeout": "testing/iotest",
  2210. "iotest.HalfReader": "testing/iotest",
  2211. "iotest.NewReadLogger": "testing/iotest",
  2212. "iotest.NewWriteLogger": "testing/iotest",
  2213. "iotest.OneByteReader": "testing/iotest",
  2214. "iotest.TimeoutReader": "testing/iotest",
  2215. "iotest.TruncateWriter": "testing/iotest",
  2216. "ioutil.Discard": "io/ioutil",
  2217. "ioutil.NopCloser": "io/ioutil",
  2218. "ioutil.ReadAll": "io/ioutil",
  2219. "ioutil.ReadDir": "io/ioutil",
  2220. "ioutil.ReadFile": "io/ioutil",
  2221. "ioutil.TempDir": "io/ioutil",
  2222. "ioutil.TempFile": "io/ioutil",
  2223. "ioutil.WriteFile": "io/ioutil",
  2224. "jpeg.Decode": "image/jpeg",
  2225. "jpeg.DecodeConfig": "image/jpeg",
  2226. "jpeg.DefaultQuality": "image/jpeg",
  2227. "jpeg.Encode": "image/jpeg",
  2228. "jpeg.FormatError": "image/jpeg",
  2229. "jpeg.Options": "image/jpeg",
  2230. "jpeg.Reader": "image/jpeg",
  2231. "jpeg.UnsupportedError": "image/jpeg",
  2232. "json.Compact": "encoding/json",
  2233. "json.Decoder": "encoding/json",
  2234. "json.Delim": "encoding/json",
  2235. "json.Encoder": "encoding/json",
  2236. "json.HTMLEscape": "encoding/json",
  2237. "json.Indent": "encoding/json",
  2238. "json.InvalidUTF8Error": "encoding/json",
  2239. "json.InvalidUnmarshalError": "encoding/json",
  2240. "json.Marshal": "encoding/json",
  2241. "json.MarshalIndent": "encoding/json",
  2242. "json.Marshaler": "encoding/json",
  2243. "json.MarshalerError": "encoding/json",
  2244. "json.NewDecoder": "encoding/json",
  2245. "json.NewEncoder": "encoding/json",
  2246. "json.Number": "encoding/json",
  2247. "json.RawMessage": "encoding/json",
  2248. "json.SyntaxError": "encoding/json",
  2249. "json.Token": "encoding/json",
  2250. "json.Unmarshal": "encoding/json",
  2251. "json.UnmarshalFieldError": "encoding/json",
  2252. "json.UnmarshalTypeError": "encoding/json",
  2253. "json.Unmarshaler": "encoding/json",
  2254. "json.UnsupportedTypeError": "encoding/json",
  2255. "json.UnsupportedValueError": "encoding/json",
  2256. "json.Valid": "encoding/json",
  2257. "jsonrpc.Dial": "net/rpc/jsonrpc",
  2258. "jsonrpc.NewClient": "net/rpc/jsonrpc",
  2259. "jsonrpc.NewClientCodec": "net/rpc/jsonrpc",
  2260. "jsonrpc.NewServerCodec": "net/rpc/jsonrpc",
  2261. "jsonrpc.ServeConn": "net/rpc/jsonrpc",
  2262. "list.Element": "container/list",
  2263. "list.List": "container/list",
  2264. "list.New": "container/list",
  2265. "log.Fatal": "log",
  2266. "log.Fatalf": "log",
  2267. "log.Fatalln": "log",
  2268. "log.Flags": "log",
  2269. "log.LUTC": "log",
  2270. "log.Ldate": "log",
  2271. "log.Llongfile": "log",
  2272. "log.Lmicroseconds": "log",
  2273. "log.Logger": "log",
  2274. "log.Lshortfile": "log",
  2275. "log.LstdFlags": "log",
  2276. "log.Ltime": "log",
  2277. "log.New": "log",
  2278. "log.Output": "log",
  2279. "log.Panic": "log",
  2280. "log.Panicf": "log",
  2281. "log.Panicln": "log",
  2282. "log.Prefix": "log",
  2283. "log.Print": "log",
  2284. "log.Printf": "log",
  2285. "log.Println": "log",
  2286. "log.SetFlags": "log",
  2287. "log.SetOutput": "log",
  2288. "log.SetPrefix": "log",
  2289. "lzw.LSB": "compress/lzw",
  2290. "lzw.MSB": "compress/lzw",
  2291. "lzw.NewReader": "compress/lzw",
  2292. "lzw.NewWriter": "compress/lzw",
  2293. "lzw.Order": "compress/lzw",
  2294. "macho.Cpu": "debug/macho",
  2295. "macho.Cpu386": "debug/macho",
  2296. "macho.CpuAmd64": "debug/macho",
  2297. "macho.CpuArm": "debug/macho",
  2298. "macho.CpuPpc": "debug/macho",
  2299. "macho.CpuPpc64": "debug/macho",
  2300. "macho.Dylib": "debug/macho",
  2301. "macho.DylibCmd": "debug/macho",
  2302. "macho.Dysymtab": "debug/macho",
  2303. "macho.DysymtabCmd": "debug/macho",
  2304. "macho.ErrNotFat": "debug/macho",
  2305. "macho.FatArch": "debug/macho",
  2306. "macho.FatArchHeader": "debug/macho",
  2307. "macho.FatFile": "debug/macho",
  2308. "macho.File": "debug/macho",
  2309. "macho.FileHeader": "debug/macho",
  2310. "macho.FormatError": "debug/macho",
  2311. "macho.Load": "debug/macho",
  2312. "macho.LoadBytes": "debug/macho",
  2313. "macho.LoadCmd": "debug/macho",
  2314. "macho.LoadCmdDylib": "debug/macho",
  2315. "macho.LoadCmdDylinker": "debug/macho",
  2316. "macho.LoadCmdDysymtab": "debug/macho",
  2317. "macho.LoadCmdSegment": "debug/macho",
  2318. "macho.LoadCmdSegment64": "debug/macho",
  2319. "macho.LoadCmdSymtab": "debug/macho",
  2320. "macho.LoadCmdThread": "debug/macho",
  2321. "macho.LoadCmdUnixThread": "debug/macho",
  2322. "macho.Magic32": "debug/macho",
  2323. "macho.Magic64": "debug/macho",
  2324. "macho.MagicFat": "debug/macho",
  2325. "macho.NewFatFile": "debug/macho",
  2326. "macho.NewFile": "debug/macho",
  2327. "macho.Nlist32": "debug/macho",
  2328. "macho.Nlist64": "debug/macho",
  2329. "macho.Open": "debug/macho",
  2330. "macho.OpenFat": "debug/macho",
  2331. "macho.Regs386": "debug/macho",
  2332. "macho.RegsAMD64": "debug/macho",
  2333. "macho.Section": "debug/macho",
  2334. "macho.Section32": "debug/macho",
  2335. "macho.Section64": "debug/macho",
  2336. "macho.SectionHeader": "debug/macho",
  2337. "macho.Segment": "debug/macho",
  2338. "macho.Segment32": "debug/macho",
  2339. "macho.Segment64": "debug/macho",
  2340. "macho.SegmentHeader": "debug/macho",
  2341. "macho.Symbol": "debug/macho",
  2342. "macho.Symtab": "debug/macho",
  2343. "macho.SymtabCmd": "debug/macho",
  2344. "macho.Thread": "debug/macho",
  2345. "macho.Type": "debug/macho",
  2346. "macho.TypeBundle": "debug/macho",
  2347. "macho.TypeDylib": "debug/macho",
  2348. "macho.TypeExec": "debug/macho",
  2349. "macho.TypeObj": "debug/macho",
  2350. "mail.Address": "net/mail",
  2351. "mail.AddressParser": "net/mail",
  2352. "mail.ErrHeaderNotPresent": "net/mail",
  2353. "mail.Header": "net/mail",
  2354. "mail.Message": "net/mail",
  2355. "mail.ParseAddress": "net/mail",
  2356. "mail.ParseAddressList": "net/mail",
  2357. "mail.ParseDate": "net/mail",
  2358. "mail.ReadMessage": "net/mail",
  2359. "math.Abs": "math",
  2360. "math.Acos": "math",
  2361. "math.Acosh": "math",
  2362. "math.Asin": "math",
  2363. "math.Asinh": "math",
  2364. "math.Atan": "math",
  2365. "math.Atan2": "math",
  2366. "math.Atanh": "math",
  2367. "math.Cbrt": "math",
  2368. "math.Ceil": "math",
  2369. "math.Copysign": "math",
  2370. "math.Cos": "math",
  2371. "math.Cosh": "math",
  2372. "math.Dim": "math",
  2373. "math.E": "math",
  2374. "math.Erf": "math",
  2375. "math.Erfc": "math",
  2376. "math.Exp": "math",
  2377. "math.Exp2": "math",
  2378. "math.Expm1": "math",
  2379. "math.Float32bits": "math",
  2380. "math.Float32frombits": "math",
  2381. "math.Float64bits": "math",
  2382. "math.Float64frombits": "math",
  2383. "math.Floor": "math",
  2384. "math.Frexp": "math",
  2385. "math.Gamma": "math",
  2386. "math.Hypot": "math",
  2387. "math.Ilogb": "math",
  2388. "math.Inf": "math",
  2389. "math.IsInf": "math",
  2390. "math.IsNaN": "math",
  2391. "math.J0": "math",
  2392. "math.J1": "math",
  2393. "math.Jn": "math",
  2394. "math.Ldexp": "math",
  2395. "math.Lgamma": "math",
  2396. "math.Ln10": "math",
  2397. "math.Ln2": "math",
  2398. "math.Log": "math",
  2399. "math.Log10": "math",
  2400. "math.Log10E": "math",
  2401. "math.Log1p": "math",
  2402. "math.Log2": "math",
  2403. "math.Log2E": "math",
  2404. "math.Logb": "math",
  2405. "math.Max": "math",
  2406. "math.MaxFloat32": "math",
  2407. "math.MaxFloat64": "math",
  2408. "math.MaxInt16": "math",
  2409. "math.MaxInt32": "math",
  2410. "math.MaxInt64": "math",
  2411. "math.MaxInt8": "math",
  2412. "math.MaxUint16": "math",
  2413. "math.MaxUint32": "math",
  2414. "math.MaxUint64": "math",
  2415. "math.MaxUint8": "math",
  2416. "math.Min": "math",
  2417. "math.MinInt16": "math",
  2418. "math.MinInt32": "math",
  2419. "math.MinInt64": "math",
  2420. "math.MinInt8": "math",
  2421. "math.Mod": "math",
  2422. "math.Modf": "math",
  2423. "math.NaN": "math",
  2424. "math.Nextafter": "math",
  2425. "math.Nextafter32": "math",
  2426. "math.Phi": "math",
  2427. "math.Pi": "math",
  2428. "math.Pow": "math",
  2429. "math.Pow10": "math",
  2430. "math.Remainder": "math",
  2431. "math.Signbit": "math",
  2432. "math.Sin": "math",
  2433. "math.Sincos": "math",
  2434. "math.Sinh": "math",
  2435. "math.SmallestNonzeroFloat32": "math",
  2436. "math.SmallestNonzeroFloat64": "math",
  2437. "math.Sqrt": "math",
  2438. "math.Sqrt2": "math",
  2439. "math.SqrtE": "math",
  2440. "math.SqrtPhi": "math",
  2441. "math.SqrtPi": "math",
  2442. "math.Tan": "math",
  2443. "math.Tanh": "math",
  2444. "math.Trunc": "math",
  2445. "math.Y0": "math",
  2446. "math.Y1": "math",
  2447. "math.Yn": "math",
  2448. "md5.BlockSize": "crypto/md5",
  2449. "md5.New": "crypto/md5",
  2450. "md5.Size": "crypto/md5",
  2451. "md5.Sum": "crypto/md5",
  2452. "mime.AddExtensionType": "mime",
  2453. "mime.BEncoding": "mime",
  2454. "mime.ErrInvalidMediaParameter": "mime",
  2455. "mime.ExtensionsByType": "mime",
  2456. "mime.FormatMediaType": "mime",
  2457. "mime.ParseMediaType": "mime",
  2458. "mime.QEncoding": "mime",
  2459. "mime.TypeByExtension": "mime",
  2460. "mime.WordDecoder": "mime",
  2461. "mime.WordEncoder": "mime",
  2462. "multipart.ErrMessageTooLarge": "mime/multipart",
  2463. "multipart.File": "mime/multipart",
  2464. "multipart.FileHeader": "mime/multipart",
  2465. "multipart.Form": "mime/multipart",
  2466. "multipart.NewReader": "mime/multipart",
  2467. "multipart.NewWriter": "mime/multipart",
  2468. "multipart.Part": "mime/multipart",
  2469. "multipart.Reader": "mime/multipart",
  2470. "multipart.Writer": "mime/multipart",
  2471. "net.Addr": "net",
  2472. "net.AddrError": "net",
  2473. "net.Buffers": "net",
  2474. "net.CIDRMask": "net",
  2475. "net.Conn": "net",
  2476. "net.DNSConfigError": "net",
  2477. "net.DNSError": "net",
  2478. "net.DefaultResolver": "net",
  2479. "net.Dial": "net",
  2480. "net.DialIP": "net",
  2481. "net.DialTCP": "net",
  2482. "net.DialTimeout": "net",
  2483. "net.DialUDP": "net",
  2484. "net.DialUnix": "net",
  2485. "net.Dialer": "net",
  2486. "net.ErrWriteToConnected": "net",
  2487. "net.Error": "net",
  2488. "net.FileConn": "net",
  2489. "net.FileListener": "net",
  2490. "net.FilePacketConn": "net",
  2491. "net.FlagBroadcast": "net",
  2492. "net.FlagLoopback": "net",
  2493. "net.FlagMulticast": "net",
  2494. "net.FlagPointToPoint": "net",
  2495. "net.FlagUp": "net",
  2496. "net.Flags": "net",
  2497. "net.HardwareAddr": "net",
  2498. "net.IP": "net",
  2499. "net.IPAddr": "net",
  2500. "net.IPConn": "net",
  2501. "net.IPMask": "net",
  2502. "net.IPNet": "net",
  2503. "net.IPv4": "net",
  2504. "net.IPv4Mask": "net",
  2505. "net.IPv4allrouter": "net",
  2506. "net.IPv4allsys": "net",
  2507. "net.IPv4bcast": "net",
  2508. "net.IPv4len": "net",
  2509. "net.IPv4zero": "net",
  2510. "net.IPv6interfacelocalallnodes": "net",
  2511. "net.IPv6len": "net",
  2512. "net.IPv6linklocalallnodes": "net",
  2513. "net.IPv6linklocalallrouters": "net",
  2514. "net.IPv6loopback": "net",
  2515. "net.IPv6unspecified": "net",
  2516. "net.IPv6zero": "net",
  2517. "net.Interface": "net",
  2518. "net.InterfaceAddrs": "net",
  2519. "net.InterfaceByIndex": "net",
  2520. "net.InterfaceByName": "net",
  2521. "net.Interfaces": "net",
  2522. "net.InvalidAddrError": "net",
  2523. "net.JoinHostPort": "net",
  2524. "net.Listen": "net",
  2525. "net.ListenIP": "net",
  2526. "net.ListenMulticastUDP": "net",
  2527. "net.ListenPacket": "net",
  2528. "net.ListenTCP": "net",
  2529. "net.ListenUDP": "net",
  2530. "net.ListenUnix": "net",
  2531. "net.ListenUnixgram": "net",
  2532. "net.Listener": "net",
  2533. "net.LookupAddr": "net",
  2534. "net.LookupCNAME": "net",
  2535. "net.LookupHost": "net",
  2536. "net.LookupIP": "net",
  2537. "net.LookupMX": "net",
  2538. "net.LookupNS": "net",
  2539. "net.LookupPort": "net",
  2540. "net.LookupSRV": "net",
  2541. "net.LookupTXT": "net",
  2542. "net.MX": "net",
  2543. "net.NS": "net",
  2544. "net.OpError": "net",
  2545. "net.PacketConn": "net",
  2546. "net.ParseCIDR": "net",
  2547. "net.ParseError": "net",
  2548. "net.ParseIP": "net",
  2549. "net.ParseMAC": "net",
  2550. "net.Pipe": "net",
  2551. "net.ResolveIPAddr": "net",
  2552. "net.ResolveTCPAddr": "net",
  2553. "net.ResolveUDPAddr": "net",
  2554. "net.ResolveUnixAddr": "net",
  2555. "net.Resolver": "net",
  2556. "net.SRV": "net",
  2557. "net.SplitHostPort": "net",
  2558. "net.TCPAddr": "net",
  2559. "net.TCPConn": "net",
  2560. "net.TCPListener": "net",
  2561. "net.UDPAddr": "net",
  2562. "net.UDPConn": "net",
  2563. "net.UnixAddr": "net",
  2564. "net.UnixConn": "net",
  2565. "net.UnixListener": "net",
  2566. "net.UnknownNetworkError": "net",
  2567. "os.Args": "os",
  2568. "os.Chdir": "os",
  2569. "os.Chmod": "os",
  2570. "os.Chown": "os",
  2571. "os.Chtimes": "os",
  2572. "os.Clearenv": "os",
  2573. "os.Create": "os",
  2574. "os.DevNull": "os",
  2575. "os.Environ": "os",
  2576. "os.ErrClosed": "os",
  2577. "os.ErrExist": "os",
  2578. "os.ErrInvalid": "os",
  2579. "os.ErrNotExist": "os",
  2580. "os.ErrPermission": "os",
  2581. "os.Executable": "os",
  2582. "os.Exit": "os",
  2583. "os.Expand": "os",
  2584. "os.ExpandEnv": "os",
  2585. "os.File": "os",
  2586. "os.FileInfo": "os",
  2587. "os.FileMode": "os",
  2588. "os.FindProcess": "os",
  2589. "os.Getegid": "os",
  2590. "os.Getenv": "os",
  2591. "os.Geteuid": "os",
  2592. "os.Getgid": "os",
  2593. "os.Getgroups": "os",
  2594. "os.Getpagesize": "os",
  2595. "os.Getpid": "os",
  2596. "os.Getppid": "os",
  2597. "os.Getuid": "os",
  2598. "os.Getwd": "os",
  2599. "os.Hostname": "os",
  2600. "os.Interrupt": "os",
  2601. "os.IsExist": "os",
  2602. "os.IsNotExist": "os",
  2603. "os.IsPathSeparator": "os",
  2604. "os.IsPermission": "os",
  2605. "os.Kill": "os",
  2606. "os.Lchown": "os",
  2607. "os.Link": "os",
  2608. "os.LinkError": "os",
  2609. "os.LookupEnv": "os",
  2610. "os.Lstat": "os",
  2611. "os.Mkdir": "os",
  2612. "os.MkdirAll": "os",
  2613. "os.ModeAppend": "os",
  2614. "os.ModeCharDevice": "os",
  2615. "os.ModeDevice": "os",
  2616. "os.ModeDir": "os",
  2617. "os.ModeExclusive": "os",
  2618. "os.ModeNamedPipe": "os",
  2619. "os.ModePerm": "os",
  2620. "os.ModeSetgid": "os",
  2621. "os.ModeSetuid": "os",
  2622. "os.ModeSocket": "os",
  2623. "os.ModeSticky": "os",
  2624. "os.ModeSymlink": "os",
  2625. "os.ModeTemporary": "os",
  2626. "os.ModeType": "os",
  2627. "os.NewFile": "os",
  2628. "os.NewSyscallError": "os",
  2629. "os.O_APPEND": "os",
  2630. "os.O_CREATE": "os",
  2631. "os.O_EXCL": "os",
  2632. "os.O_RDONLY": "os",
  2633. "os.O_RDWR": "os",
  2634. "os.O_SYNC": "os",
  2635. "os.O_TRUNC": "os",
  2636. "os.O_WRONLY": "os",
  2637. "os.Open": "os",
  2638. "os.OpenFile": "os",
  2639. "os.PathError": "os",
  2640. "os.PathListSeparator": "os",
  2641. "os.PathSeparator": "os",
  2642. "os.Pipe": "os",
  2643. "os.ProcAttr": "os",
  2644. "os.Process": "os",
  2645. "os.ProcessState": "os",
  2646. "os.Readlink": "os",
  2647. "os.Remove": "os",
  2648. "os.RemoveAll": "os",
  2649. "os.Rename": "os",
  2650. "os.SEEK_CUR": "os",
  2651. "os.SEEK_END": "os",
  2652. "os.SEEK_SET": "os",
  2653. "os.SameFile": "os",
  2654. "os.Setenv": "os",
  2655. "os.Signal": "os",
  2656. "os.StartProcess": "os",
  2657. "os.Stat": "os",
  2658. "os.Stderr": "os",
  2659. "os.Stdin": "os",
  2660. "os.Stdout": "os",
  2661. "os.Symlink": "os",
  2662. "os.SyscallError": "os",
  2663. "os.TempDir": "os",
  2664. "os.Truncate": "os",
  2665. "os.Unsetenv": "os",
  2666. "palette.Plan9": "image/color/palette",
  2667. "palette.WebSafe": "image/color/palette",
  2668. "parse.ActionNode": "text/template/parse",
  2669. "parse.BoolNode": "text/template/parse",
  2670. "parse.BranchNode": "text/template/parse",
  2671. "parse.ChainNode": "text/template/parse",
  2672. "parse.CommandNode": "text/template/parse",
  2673. "parse.DotNode": "text/template/parse",
  2674. "parse.FieldNode": "text/template/parse",
  2675. "parse.IdentifierNode": "text/template/parse",
  2676. "parse.IfNode": "text/template/parse",
  2677. "parse.IsEmptyTree": "text/template/parse",
  2678. "parse.ListNode": "text/template/parse",
  2679. "parse.New": "text/template/parse",
  2680. "parse.NewIdentifier": "text/template/parse",
  2681. "parse.NilNode": "text/template/parse",
  2682. "parse.Node": "text/template/parse",
  2683. "parse.NodeAction": "text/template/parse",
  2684. "parse.NodeBool": "text/template/parse",
  2685. "parse.NodeChain": "text/template/parse",
  2686. "parse.NodeCommand": "text/template/parse",
  2687. "parse.NodeDot": "text/template/parse",
  2688. "parse.NodeField": "text/template/parse",
  2689. "parse.NodeIdentifier": "text/template/parse",
  2690. "parse.NodeIf": "text/template/parse",
  2691. "parse.NodeList": "text/template/parse",
  2692. "parse.NodeNil": "text/template/parse",
  2693. "parse.NodeNumber": "text/template/parse",
  2694. "parse.NodePipe": "text/template/parse",
  2695. "parse.NodeRange": "text/template/parse",
  2696. "parse.NodeString": "text/template/parse",
  2697. "parse.NodeTemplate": "text/template/parse",
  2698. "parse.NodeText": "text/template/parse",
  2699. "parse.NodeType": "text/template/parse",
  2700. "parse.NodeVariable": "text/template/parse",
  2701. "parse.NodeWith": "text/template/parse",
  2702. "parse.NumberNode": "text/template/parse",
  2703. "parse.Parse": "text/template/parse",
  2704. "parse.PipeNode": "text/template/parse",
  2705. "parse.Pos": "text/template/parse",
  2706. "parse.RangeNode": "text/template/parse",
  2707. "parse.StringNode": "text/template/parse",
  2708. "parse.TemplateNode": "text/template/parse",
  2709. "parse.TextNode": "text/template/parse",
  2710. "parse.Tree": "text/template/parse",
  2711. "parse.VariableNode": "text/template/parse",
  2712. "parse.WithNode": "text/template/parse",
  2713. "parser.AllErrors": "go/parser",
  2714. "parser.DeclarationErrors": "go/parser",
  2715. "parser.ImportsOnly": "go/parser",
  2716. "parser.Mode": "go/parser",
  2717. "parser.PackageClauseOnly": "go/parser",
  2718. "parser.ParseComments": "go/parser",
  2719. "parser.ParseDir": "go/parser",
  2720. "parser.ParseExpr": "go/parser",
  2721. "parser.ParseExprFrom": "go/parser",
  2722. "parser.ParseFile": "go/parser",
  2723. "parser.SpuriousErrors": "go/parser",
  2724. "parser.Trace": "go/parser",
  2725. "path.Base": "path",
  2726. "path.Clean": "path",
  2727. "path.Dir": "path",
  2728. "path.ErrBadPattern": "path",
  2729. "path.Ext": "path",
  2730. "path.IsAbs": "path",
  2731. "path.Join": "path",
  2732. "path.Match": "path",
  2733. "path.Split": "path",
  2734. "pe.COFFSymbol": "debug/pe",
  2735. "pe.COFFSymbolSize": "debug/pe",
  2736. "pe.DataDirectory": "debug/pe",
  2737. "pe.File": "debug/pe",
  2738. "pe.FileHeader": "debug/pe",
  2739. "pe.FormatError": "debug/pe",
  2740. "pe.IMAGE_FILE_MACHINE_AM33": "debug/pe",
  2741. "pe.IMAGE_FILE_MACHINE_AMD64": "debug/pe",
  2742. "pe.IMAGE_FILE_MACHINE_ARM": "debug/pe",
  2743. "pe.IMAGE_FILE_MACHINE_EBC": "debug/pe",
  2744. "pe.IMAGE_FILE_MACHINE_I386": "debug/pe",
  2745. "pe.IMAGE_FILE_MACHINE_IA64": "debug/pe",
  2746. "pe.IMAGE_FILE_MACHINE_M32R": "debug/pe",
  2747. "pe.IMAGE_FILE_MACHINE_MIPS16": "debug/pe",
  2748. "pe.IMAGE_FILE_MACHINE_MIPSFPU": "debug/pe",
  2749. "pe.IMAGE_FILE_MACHINE_MIPSFPU16": "debug/pe",
  2750. "pe.IMAGE_FILE_MACHINE_POWERPC": "debug/pe",
  2751. "pe.IMAGE_FILE_MACHINE_POWERPCFP": "debug/pe",
  2752. "pe.IMAGE_FILE_MACHINE_R4000": "debug/pe",
  2753. "pe.IMAGE_FILE_MACHINE_SH3": "debug/pe",
  2754. "pe.IMAGE_FILE_MACHINE_SH3DSP": "debug/pe",
  2755. "pe.IMAGE_FILE_MACHINE_SH4": "debug/pe",
  2756. "pe.IMAGE_FILE_MACHINE_SH5": "debug/pe",
  2757. "pe.IMAGE_FILE_MACHINE_THUMB": "debug/pe",
  2758. "pe.IMAGE_FILE_MACHINE_UNKNOWN": "debug/pe",
  2759. "pe.IMAGE_FILE_MACHINE_WCEMIPSV2": "debug/pe",
  2760. "pe.ImportDirectory": "debug/pe",
  2761. "pe.NewFile": "debug/pe",
  2762. "pe.Open": "debug/pe",
  2763. "pe.OptionalHeader32": "debug/pe",
  2764. "pe.OptionalHeader64": "debug/pe",
  2765. "pe.Reloc": "debug/pe",
  2766. "pe.Section": "debug/pe",
  2767. "pe.SectionHeader": "debug/pe",
  2768. "pe.SectionHeader32": "debug/pe",
  2769. "pe.StringTable": "debug/pe",
  2770. "pe.Symbol": "debug/pe",
  2771. "pem.Block": "encoding/pem",
  2772. "pem.Decode": "encoding/pem",
  2773. "pem.Encode": "encoding/pem",
  2774. "pem.EncodeToMemory": "encoding/pem",
  2775. "pkix.AlgorithmIdentifier": "crypto/x509/pkix",
  2776. "pkix.AttributeTypeAndValue": "crypto/x509/pkix",
  2777. "pkix.AttributeTypeAndValueSET": "crypto/x509/pkix",
  2778. "pkix.CertificateList": "crypto/x509/pkix",
  2779. "pkix.Extension": "crypto/x509/pkix",
  2780. "pkix.Name": "crypto/x509/pkix",
  2781. "pkix.RDNSequence": "crypto/x509/pkix",
  2782. "pkix.RelativeDistinguishedNameSET": "crypto/x509/pkix",
  2783. "pkix.RevokedCertificate": "crypto/x509/pkix",
  2784. "pkix.TBSCertificateList": "crypto/x509/pkix",
  2785. "plan9obj.File": "debug/plan9obj",
  2786. "plan9obj.FileHeader": "debug/plan9obj",
  2787. "plan9obj.Magic386": "debug/plan9obj",
  2788. "plan9obj.Magic64": "debug/plan9obj",
  2789. "plan9obj.MagicAMD64": "debug/plan9obj",
  2790. "plan9obj.MagicARM": "debug/plan9obj",
  2791. "plan9obj.NewFile": "debug/plan9obj",
  2792. "plan9obj.Open": "debug/plan9obj",
  2793. "plan9obj.Section": "debug/plan9obj",
  2794. "plan9obj.SectionHeader": "debug/plan9obj",
  2795. "plan9obj.Sym": "debug/plan9obj",
  2796. "plugin.Open": "plugin",
  2797. "plugin.Plugin": "plugin",
  2798. "plugin.Symbol": "plugin",
  2799. "png.BestCompression": "image/png",
  2800. "png.BestSpeed": "image/png",
  2801. "png.CompressionLevel": "image/png",
  2802. "png.Decode": "image/png",
  2803. "png.DecodeConfig": "image/png",
  2804. "png.DefaultCompression": "image/png",
  2805. "png.Encode": "image/png",
  2806. "png.Encoder": "image/png",
  2807. "png.EncoderBuffer": "image/png",
  2808. "png.EncoderBufferPool": "image/png",
  2809. "png.FormatError": "image/png",
  2810. "png.NoCompression": "image/png",
  2811. "png.UnsupportedError": "image/png",
  2812. "pprof.Cmdline": "net/http/pprof",
  2813. "pprof.Do": "runtime/pprof",
  2814. "pprof.ForLabels": "runtime/pprof",
  2815. "pprof.Handler": "net/http/pprof",
  2816. "pprof.Index": "net/http/pprof",
  2817. "pprof.Label": "runtime/pprof",
  2818. "pprof.LabelSet": "runtime/pprof",
  2819. "pprof.Labels": "runtime/pprof",
  2820. "pprof.Lookup": "runtime/pprof",
  2821. "pprof.NewProfile": "runtime/pprof",
  2822. // "pprof.Profile" is ambiguous
  2823. "pprof.Profiles": "runtime/pprof",
  2824. "pprof.SetGoroutineLabels": "runtime/pprof",
  2825. "pprof.StartCPUProfile": "runtime/pprof",
  2826. "pprof.StopCPUProfile": "runtime/pprof",
  2827. "pprof.Symbol": "net/http/pprof",
  2828. "pprof.Trace": "net/http/pprof",
  2829. "pprof.WithLabels": "runtime/pprof",
  2830. "pprof.WriteHeapProfile": "runtime/pprof",
  2831. "printer.CommentedNode": "go/printer",
  2832. "printer.Config": "go/printer",
  2833. "printer.Fprint": "go/printer",
  2834. "printer.Mode": "go/printer",
  2835. "printer.RawFormat": "go/printer",
  2836. "printer.SourcePos": "go/printer",
  2837. "printer.TabIndent": "go/printer",
  2838. "printer.UseSpaces": "go/printer",
  2839. "quick.Check": "testing/quick",
  2840. "quick.CheckEqual": "testing/quick",
  2841. "quick.CheckEqualError": "testing/quick",
  2842. "quick.CheckError": "testing/quick",
  2843. "quick.Config": "testing/quick",
  2844. "quick.Generator": "testing/quick",
  2845. "quick.SetupError": "testing/quick",
  2846. "quick.Value": "testing/quick",
  2847. "quotedprintable.NewReader": "mime/quotedprintable",
  2848. "quotedprintable.NewWriter": "mime/quotedprintable",
  2849. "quotedprintable.Reader": "mime/quotedprintable",
  2850. "quotedprintable.Writer": "mime/quotedprintable",
  2851. "rand.ExpFloat64": "math/rand",
  2852. "rand.Float32": "math/rand",
  2853. "rand.Float64": "math/rand",
  2854. // "rand.Int" is ambiguous
  2855. "rand.Int31": "math/rand",
  2856. "rand.Int31n": "math/rand",
  2857. "rand.Int63": "math/rand",
  2858. "rand.Int63n": "math/rand",
  2859. "rand.Intn": "math/rand",
  2860. "rand.New": "math/rand",
  2861. "rand.NewSource": "math/rand",
  2862. "rand.NewZipf": "math/rand",
  2863. "rand.NormFloat64": "math/rand",
  2864. "rand.Perm": "math/rand",
  2865. "rand.Prime": "crypto/rand",
  2866. "rand.Rand": "math/rand",
  2867. // "rand.Read" is ambiguous
  2868. "rand.Reader": "crypto/rand",
  2869. "rand.Seed": "math/rand",
  2870. "rand.Source": "math/rand",
  2871. "rand.Source64": "math/rand",
  2872. "rand.Uint32": "math/rand",
  2873. "rand.Uint64": "math/rand",
  2874. "rand.Zipf": "math/rand",
  2875. "rc4.Cipher": "crypto/rc4",
  2876. "rc4.KeySizeError": "crypto/rc4",
  2877. "rc4.NewCipher": "crypto/rc4",
  2878. "reflect.Append": "reflect",
  2879. "reflect.AppendSlice": "reflect",
  2880. "reflect.Array": "reflect",
  2881. "reflect.ArrayOf": "reflect",
  2882. "reflect.Bool": "reflect",
  2883. "reflect.BothDir": "reflect",
  2884. "reflect.Chan": "reflect",
  2885. "reflect.ChanDir": "reflect",
  2886. "reflect.ChanOf": "reflect",
  2887. "reflect.Complex128": "reflect",
  2888. "reflect.Complex64": "reflect",
  2889. "reflect.Copy": "reflect",
  2890. "reflect.DeepEqual": "reflect",
  2891. "reflect.Float32": "reflect",
  2892. "reflect.Float64": "reflect",
  2893. "reflect.Func": "reflect",
  2894. "reflect.FuncOf": "reflect",
  2895. "reflect.Indirect": "reflect",
  2896. "reflect.Int": "reflect",
  2897. "reflect.Int16": "reflect",
  2898. "reflect.Int32": "reflect",
  2899. "reflect.Int64": "reflect",
  2900. "reflect.Int8": "reflect",
  2901. "reflect.Interface": "reflect",
  2902. "reflect.Invalid": "reflect",
  2903. "reflect.Kind": "reflect",
  2904. "reflect.MakeChan": "reflect",
  2905. "reflect.MakeFunc": "reflect",
  2906. "reflect.MakeMap": "reflect",
  2907. "reflect.MakeMapWithSize": "reflect",
  2908. "reflect.MakeSlice": "reflect",
  2909. "reflect.Map": "reflect",
  2910. "reflect.MapOf": "reflect",
  2911. "reflect.Method": "reflect",
  2912. "reflect.New": "reflect",
  2913. "reflect.NewAt": "reflect",
  2914. "reflect.Ptr": "reflect",
  2915. "reflect.PtrTo": "reflect",
  2916. "reflect.RecvDir": "reflect",
  2917. "reflect.Select": "reflect",
  2918. "reflect.SelectCase": "reflect",
  2919. "reflect.SelectDefault": "reflect",
  2920. "reflect.SelectDir": "reflect",
  2921. "reflect.SelectRecv": "reflect",
  2922. "reflect.SelectSend": "reflect",
  2923. "reflect.SendDir": "reflect",
  2924. "reflect.Slice": "reflect",
  2925. "reflect.SliceHeader": "reflect",
  2926. "reflect.SliceOf": "reflect",
  2927. "reflect.String": "reflect",
  2928. "reflect.StringHeader": "reflect",
  2929. "reflect.Struct": "reflect",
  2930. "reflect.StructField": "reflect",
  2931. "reflect.StructOf": "reflect",
  2932. "reflect.StructTag": "reflect",
  2933. "reflect.Swapper": "reflect",
  2934. "reflect.TypeOf": "reflect",
  2935. "reflect.Uint": "reflect",
  2936. "reflect.Uint16": "reflect",
  2937. "reflect.Uint32": "reflect",
  2938. "reflect.Uint64": "reflect",
  2939. "reflect.Uint8": "reflect",
  2940. "reflect.Uintptr": "reflect",
  2941. "reflect.UnsafePointer": "reflect",
  2942. "reflect.Value": "reflect",
  2943. "reflect.ValueError": "reflect",
  2944. "reflect.ValueOf": "reflect",
  2945. "reflect.Zero": "reflect",
  2946. "regexp.Compile": "regexp",
  2947. "regexp.CompilePOSIX": "regexp",
  2948. "regexp.Match": "regexp",
  2949. "regexp.MatchReader": "regexp",
  2950. "regexp.MatchString": "regexp",
  2951. "regexp.MustCompile": "regexp",
  2952. "regexp.MustCompilePOSIX": "regexp",
  2953. "regexp.QuoteMeta": "regexp",
  2954. "regexp.Regexp": "regexp",
  2955. "ring.New": "container/ring",
  2956. "ring.Ring": "container/ring",
  2957. "rpc.Accept": "net/rpc",
  2958. "rpc.Call": "net/rpc",
  2959. "rpc.Client": "net/rpc",
  2960. "rpc.ClientCodec": "net/rpc",
  2961. "rpc.DefaultDebugPath": "net/rpc",
  2962. "rpc.DefaultRPCPath": "net/rpc",
  2963. "rpc.DefaultServer": "net/rpc",
  2964. "rpc.Dial": "net/rpc",
  2965. "rpc.DialHTTP": "net/rpc",
  2966. "rpc.DialHTTPPath": "net/rpc",
  2967. "rpc.ErrShutdown": "net/rpc",
  2968. "rpc.HandleHTTP": "net/rpc",
  2969. "rpc.NewClient": "net/rpc",
  2970. "rpc.NewClientWithCodec": "net/rpc",
  2971. "rpc.NewServer": "net/rpc",
  2972. "rpc.Register": "net/rpc",
  2973. "rpc.RegisterName": "net/rpc",
  2974. "rpc.Request": "net/rpc",
  2975. "rpc.Response": "net/rpc",
  2976. "rpc.ServeCodec": "net/rpc",
  2977. "rpc.ServeConn": "net/rpc",
  2978. "rpc.ServeRequest": "net/rpc",
  2979. "rpc.Server": "net/rpc",
  2980. "rpc.ServerCodec": "net/rpc",
  2981. "rpc.ServerError": "net/rpc",
  2982. "rsa.CRTValue": "crypto/rsa",
  2983. "rsa.DecryptOAEP": "crypto/rsa",
  2984. "rsa.DecryptPKCS1v15": "crypto/rsa",
  2985. "rsa.DecryptPKCS1v15SessionKey": "crypto/rsa",
  2986. "rsa.EncryptOAEP": "crypto/rsa",
  2987. "rsa.EncryptPKCS1v15": "crypto/rsa",
  2988. "rsa.ErrDecryption": "crypto/rsa",
  2989. "rsa.ErrMessageTooLong": "crypto/rsa",
  2990. "rsa.ErrVerification": "crypto/rsa",
  2991. "rsa.GenerateKey": "crypto/rsa",
  2992. "rsa.GenerateMultiPrimeKey": "crypto/rsa",
  2993. "rsa.OAEPOptions": "crypto/rsa",
  2994. "rsa.PKCS1v15DecryptOptions": "crypto/rsa",
  2995. "rsa.PSSOptions": "crypto/rsa",
  2996. "rsa.PSSSaltLengthAuto": "crypto/rsa",
  2997. "rsa.PSSSaltLengthEqualsHash": "crypto/rsa",
  2998. "rsa.PrecomputedValues": "crypto/rsa",
  2999. "rsa.PrivateKey": "crypto/rsa",
  3000. "rsa.PublicKey": "crypto/rsa",
  3001. "rsa.SignPKCS1v15": "crypto/rsa",
  3002. "rsa.SignPSS": "crypto/rsa",
  3003. "rsa.VerifyPKCS1v15": "crypto/rsa",
  3004. "rsa.VerifyPSS": "crypto/rsa",
  3005. "runtime.BlockProfile": "runtime",
  3006. "runtime.BlockProfileRecord": "runtime",
  3007. "runtime.Breakpoint": "runtime",
  3008. "runtime.CPUProfile": "runtime",
  3009. "runtime.Caller": "runtime",
  3010. "runtime.Callers": "runtime",
  3011. "runtime.CallersFrames": "runtime",
  3012. "runtime.Compiler": "runtime",
  3013. "runtime.Error": "runtime",
  3014. "runtime.Frame": "runtime",
  3015. "runtime.Frames": "runtime",
  3016. "runtime.Func": "runtime",
  3017. "runtime.FuncForPC": "runtime",
  3018. "runtime.GC": "runtime",
  3019. "runtime.GOARCH": "runtime",
  3020. "runtime.GOMAXPROCS": "runtime",
  3021. "runtime.GOOS": "runtime",
  3022. "runtime.GOROOT": "runtime",
  3023. "runtime.Goexit": "runtime",
  3024. "runtime.GoroutineProfile": "runtime",
  3025. "runtime.Gosched": "runtime",
  3026. "runtime.KeepAlive": "runtime",
  3027. "runtime.LockOSThread": "runtime",
  3028. "runtime.MemProfile": "runtime",
  3029. "runtime.MemProfileRate": "runtime",
  3030. "runtime.MemProfileRecord": "runtime",
  3031. "runtime.MemStats": "runtime",
  3032. "runtime.MutexProfile": "runtime",
  3033. "runtime.NumCPU": "runtime",
  3034. "runtime.NumCgoCall": "runtime",
  3035. "runtime.NumGoroutine": "runtime",
  3036. "runtime.ReadMemStats": "runtime",
  3037. "runtime.ReadTrace": "runtime",
  3038. "runtime.SetBlockProfileRate": "runtime",
  3039. "runtime.SetCPUProfileRate": "runtime",
  3040. "runtime.SetCgoTraceback": "runtime",
  3041. "runtime.SetFinalizer": "runtime",
  3042. "runtime.SetMutexProfileFraction": "runtime",
  3043. "runtime.Stack": "runtime",
  3044. "runtime.StackRecord": "runtime",
  3045. "runtime.StartTrace": "runtime",
  3046. "runtime.StopTrace": "runtime",
  3047. "runtime.ThreadCreateProfile": "runtime",
  3048. "runtime.TypeAssertionError": "runtime",
  3049. "runtime.UnlockOSThread": "runtime",
  3050. "runtime.Version": "runtime",
  3051. "scanner.Char": "text/scanner",
  3052. "scanner.Comment": "text/scanner",
  3053. "scanner.EOF": "text/scanner",
  3054. "scanner.Error": "go/scanner",
  3055. "scanner.ErrorHandler": "go/scanner",
  3056. "scanner.ErrorList": "go/scanner",
  3057. "scanner.Float": "text/scanner",
  3058. "scanner.GoTokens": "text/scanner",
  3059. "scanner.GoWhitespace": "text/scanner",
  3060. "scanner.Ident": "text/scanner",
  3061. "scanner.Int": "text/scanner",
  3062. "scanner.Mode": "go/scanner",
  3063. "scanner.Position": "text/scanner",
  3064. "scanner.PrintError": "go/scanner",
  3065. "scanner.RawString": "text/scanner",
  3066. "scanner.ScanChars": "text/scanner",
  3067. // "scanner.ScanComments" is ambiguous
  3068. "scanner.ScanFloats": "text/scanner",
  3069. "scanner.ScanIdents": "text/scanner",
  3070. "scanner.ScanInts": "text/scanner",
  3071. "scanner.ScanRawStrings": "text/scanner",
  3072. "scanner.ScanStrings": "text/scanner",
  3073. // "scanner.Scanner" is ambiguous
  3074. "scanner.SkipComments": "text/scanner",
  3075. "scanner.String": "text/scanner",
  3076. "scanner.TokenString": "text/scanner",
  3077. "sha1.BlockSize": "crypto/sha1",
  3078. "sha1.New": "crypto/sha1",
  3079. "sha1.Size": "crypto/sha1",
  3080. "sha1.Sum": "crypto/sha1",
  3081. "sha256.BlockSize": "crypto/sha256",
  3082. "sha256.New": "crypto/sha256",
  3083. "sha256.New224": "crypto/sha256",
  3084. "sha256.Size": "crypto/sha256",
  3085. "sha256.Size224": "crypto/sha256",
  3086. "sha256.Sum224": "crypto/sha256",
  3087. "sha256.Sum256": "crypto/sha256",
  3088. "sha512.BlockSize": "crypto/sha512",
  3089. "sha512.New": "crypto/sha512",
  3090. "sha512.New384": "crypto/sha512",
  3091. "sha512.New512_224": "crypto/sha512",
  3092. "sha512.New512_256": "crypto/sha512",
  3093. "sha512.Size": "crypto/sha512",
  3094. "sha512.Size224": "crypto/sha512",
  3095. "sha512.Size256": "crypto/sha512",
  3096. "sha512.Size384": "crypto/sha512",
  3097. "sha512.Sum384": "crypto/sha512",
  3098. "sha512.Sum512": "crypto/sha512",
  3099. "sha512.Sum512_224": "crypto/sha512",
  3100. "sha512.Sum512_256": "crypto/sha512",
  3101. "signal.Ignore": "os/signal",
  3102. "signal.Notify": "os/signal",
  3103. "signal.Reset": "os/signal",
  3104. "signal.Stop": "os/signal",
  3105. "smtp.Auth": "net/smtp",
  3106. "smtp.CRAMMD5Auth": "net/smtp",
  3107. "smtp.Client": "net/smtp",
  3108. "smtp.Dial": "net/smtp",
  3109. "smtp.NewClient": "net/smtp",
  3110. "smtp.PlainAuth": "net/smtp",
  3111. "smtp.SendMail": "net/smtp",
  3112. "smtp.ServerInfo": "net/smtp",
  3113. "sort.Float64Slice": "sort",
  3114. "sort.Float64s": "sort",
  3115. "sort.Float64sAreSorted": "sort",
  3116. "sort.IntSlice": "sort",
  3117. "sort.Interface": "sort",
  3118. "sort.Ints": "sort",
  3119. "sort.IntsAreSorted": "sort",
  3120. "sort.IsSorted": "sort",
  3121. "sort.Reverse": "sort",
  3122. "sort.Search": "sort",
  3123. "sort.SearchFloat64s": "sort",
  3124. "sort.SearchInts": "sort",
  3125. "sort.SearchStrings": "sort",
  3126. "sort.Slice": "sort",
  3127. "sort.SliceIsSorted": "sort",
  3128. "sort.SliceStable": "sort",
  3129. "sort.Sort": "sort",
  3130. "sort.Stable": "sort",
  3131. "sort.StringSlice": "sort",
  3132. "sort.Strings": "sort",
  3133. "sort.StringsAreSorted": "sort",
  3134. "sql.ColumnType": "database/sql",
  3135. "sql.Conn": "database/sql",
  3136. "sql.DB": "database/sql",
  3137. "sql.DBStats": "database/sql",
  3138. "sql.Drivers": "database/sql",
  3139. "sql.ErrConnDone": "database/sql",
  3140. "sql.ErrNoRows": "database/sql",
  3141. "sql.ErrTxDone": "database/sql",
  3142. "sql.IsolationLevel": "database/sql",
  3143. "sql.LevelDefault": "database/sql",
  3144. "sql.LevelLinearizable": "database/sql",
  3145. "sql.LevelReadCommitted": "database/sql",
  3146. "sql.LevelReadUncommitted": "database/sql",
  3147. "sql.LevelRepeatableRead": "database/sql",
  3148. "sql.LevelSerializable": "database/sql",
  3149. "sql.LevelSnapshot": "database/sql",
  3150. "sql.LevelWriteCommitted": "database/sql",
  3151. "sql.Named": "database/sql",
  3152. "sql.NamedArg": "database/sql",
  3153. "sql.NullBool": "database/sql",
  3154. "sql.NullFloat64": "database/sql",
  3155. "sql.NullInt64": "database/sql",
  3156. "sql.NullString": "database/sql",
  3157. "sql.Open": "database/sql",
  3158. "sql.Out": "database/sql",
  3159. "sql.RawBytes": "database/sql",
  3160. "sql.Register": "database/sql",
  3161. "sql.Result": "database/sql",
  3162. "sql.Row": "database/sql",
  3163. "sql.Rows": "database/sql",
  3164. "sql.Scanner": "database/sql",
  3165. "sql.Stmt": "database/sql",
  3166. "sql.Tx": "database/sql",
  3167. "sql.TxOptions": "database/sql",
  3168. "strconv.AppendBool": "strconv",
  3169. "strconv.AppendFloat": "strconv",
  3170. "strconv.AppendInt": "strconv",
  3171. "strconv.AppendQuote": "strconv",
  3172. "strconv.AppendQuoteRune": "strconv",
  3173. "strconv.AppendQuoteRuneToASCII": "strconv",
  3174. "strconv.AppendQuoteRuneToGraphic": "strconv",
  3175. "strconv.AppendQuoteToASCII": "strconv",
  3176. "strconv.AppendQuoteToGraphic": "strconv",
  3177. "strconv.AppendUint": "strconv",
  3178. "strconv.Atoi": "strconv",
  3179. "strconv.CanBackquote": "strconv",
  3180. "strconv.ErrRange": "strconv",
  3181. "strconv.ErrSyntax": "strconv",
  3182. "strconv.FormatBool": "strconv",
  3183. "strconv.FormatFloat": "strconv",
  3184. "strconv.FormatInt": "strconv",
  3185. "strconv.FormatUint": "strconv",
  3186. "strconv.IntSize": "strconv",
  3187. "strconv.IsGraphic": "strconv",
  3188. "strconv.IsPrint": "strconv",
  3189. "strconv.Itoa": "strconv",
  3190. "strconv.NumError": "strconv",
  3191. "strconv.ParseBool": "strconv",
  3192. "strconv.ParseFloat": "strconv",
  3193. "strconv.ParseInt": "strconv",
  3194. "strconv.ParseUint": "strconv",
  3195. "strconv.Quote": "strconv",
  3196. "strconv.QuoteRune": "strconv",
  3197. "strconv.QuoteRuneToASCII": "strconv",
  3198. "strconv.QuoteRuneToGraphic": "strconv",
  3199. "strconv.QuoteToASCII": "strconv",
  3200. "strconv.QuoteToGraphic": "strconv",
  3201. "strconv.Unquote": "strconv",
  3202. "strconv.UnquoteChar": "strconv",
  3203. "strings.Compare": "strings",
  3204. "strings.Contains": "strings",
  3205. "strings.ContainsAny": "strings",
  3206. "strings.ContainsRune": "strings",
  3207. "strings.Count": "strings",
  3208. "strings.EqualFold": "strings",
  3209. "strings.Fields": "strings",
  3210. "strings.FieldsFunc": "strings",
  3211. "strings.HasPrefix": "strings",
  3212. "strings.HasSuffix": "strings",
  3213. "strings.Index": "strings",
  3214. "strings.IndexAny": "strings",
  3215. "strings.IndexByte": "strings",
  3216. "strings.IndexFunc": "strings",
  3217. "strings.IndexRune": "strings",
  3218. "strings.Join": "strings",
  3219. "strings.LastIndex": "strings",
  3220. "strings.LastIndexAny": "strings",
  3221. "strings.LastIndexByte": "strings",
  3222. "strings.LastIndexFunc": "strings",
  3223. "strings.Map": "strings",
  3224. "strings.NewReader": "strings",
  3225. "strings.NewReplacer": "strings",
  3226. "strings.Reader": "strings",
  3227. "strings.Repeat": "strings",
  3228. "strings.Replace": "strings",
  3229. "strings.Replacer": "strings",
  3230. "strings.Split": "strings",
  3231. "strings.SplitAfter": "strings",
  3232. "strings.SplitAfterN": "strings",
  3233. "strings.SplitN": "strings",
  3234. "strings.Title": "strings",
  3235. "strings.ToLower": "strings",
  3236. "strings.ToLowerSpecial": "strings",
  3237. "strings.ToTitle": "strings",
  3238. "strings.ToTitleSpecial": "strings",
  3239. "strings.ToUpper": "strings",
  3240. "strings.ToUpperSpecial": "strings",
  3241. "strings.Trim": "strings",
  3242. "strings.TrimFunc": "strings",
  3243. "strings.TrimLeft": "strings",
  3244. "strings.TrimLeftFunc": "strings",
  3245. "strings.TrimPrefix": "strings",
  3246. "strings.TrimRight": "strings",
  3247. "strings.TrimRightFunc": "strings",
  3248. "strings.TrimSpace": "strings",
  3249. "strings.TrimSuffix": "strings",
  3250. "subtle.ConstantTimeByteEq": "crypto/subtle",
  3251. "subtle.ConstantTimeCompare": "crypto/subtle",
  3252. "subtle.ConstantTimeCopy": "crypto/subtle",
  3253. "subtle.ConstantTimeEq": "crypto/subtle",
  3254. "subtle.ConstantTimeLessOrEq": "crypto/subtle",
  3255. "subtle.ConstantTimeSelect": "crypto/subtle",
  3256. "suffixarray.Index": "index/suffixarray",
  3257. "suffixarray.New": "index/suffixarray",
  3258. "sync.Cond": "sync",
  3259. "sync.Locker": "sync",
  3260. "sync.Map": "sync",
  3261. "sync.Mutex": "sync",
  3262. "sync.NewCond": "sync",
  3263. "sync.Once": "sync",
  3264. "sync.Pool": "sync",
  3265. "sync.RWMutex": "sync",
  3266. "sync.WaitGroup": "sync",
  3267. "syntax.ClassNL": "regexp/syntax",
  3268. "syntax.Compile": "regexp/syntax",
  3269. "syntax.DotNL": "regexp/syntax",
  3270. "syntax.EmptyBeginLine": "regexp/syntax",
  3271. "syntax.EmptyBeginText": "regexp/syntax",
  3272. "syntax.EmptyEndLine": "regexp/syntax",
  3273. "syntax.EmptyEndText": "regexp/syntax",
  3274. "syntax.EmptyNoWordBoundary": "regexp/syntax",
  3275. "syntax.EmptyOp": "regexp/syntax",
  3276. "syntax.EmptyOpContext": "regexp/syntax",
  3277. "syntax.EmptyWordBoundary": "regexp/syntax",
  3278. "syntax.ErrInternalError": "regexp/syntax",
  3279. "syntax.ErrInvalidCharClass": "regexp/syntax",
  3280. "syntax.ErrInvalidCharRange": "regexp/syntax",
  3281. "syntax.ErrInvalidEscape": "regexp/syntax",
  3282. "syntax.ErrInvalidNamedCapture": "regexp/syntax",
  3283. "syntax.ErrInvalidPerlOp": "regexp/syntax",
  3284. "syntax.ErrInvalidRepeatOp": "regexp/syntax",
  3285. "syntax.ErrInvalidRepeatSize": "regexp/syntax",
  3286. "syntax.ErrInvalidUTF8": "regexp/syntax",
  3287. "syntax.ErrMissingBracket": "regexp/syntax",
  3288. "syntax.ErrMissingParen": "regexp/syntax",
  3289. "syntax.ErrMissingRepeatArgument": "regexp/syntax",
  3290. "syntax.ErrTrailingBackslash": "regexp/syntax",
  3291. "syntax.ErrUnexpectedParen": "regexp/syntax",
  3292. "syntax.Error": "regexp/syntax",
  3293. "syntax.ErrorCode": "regexp/syntax",
  3294. "syntax.Flags": "regexp/syntax",
  3295. "syntax.FoldCase": "regexp/syntax",
  3296. "syntax.Inst": "regexp/syntax",
  3297. "syntax.InstAlt": "regexp/syntax",
  3298. "syntax.InstAltMatch": "regexp/syntax",
  3299. "syntax.InstCapture": "regexp/syntax",
  3300. "syntax.InstEmptyWidth": "regexp/syntax",
  3301. "syntax.InstFail": "regexp/syntax",
  3302. "syntax.InstMatch": "regexp/syntax",
  3303. "syntax.InstNop": "regexp/syntax",
  3304. "syntax.InstOp": "regexp/syntax",
  3305. "syntax.InstRune": "regexp/syntax",
  3306. "syntax.InstRune1": "regexp/syntax",
  3307. "syntax.InstRuneAny": "regexp/syntax",
  3308. "syntax.InstRuneAnyNotNL": "regexp/syntax",
  3309. "syntax.IsWordChar": "regexp/syntax",
  3310. "syntax.Literal": "regexp/syntax",
  3311. "syntax.MatchNL": "regexp/syntax",
  3312. "syntax.NonGreedy": "regexp/syntax",
  3313. "syntax.OneLine": "regexp/syntax",
  3314. "syntax.Op": "regexp/syntax",
  3315. "syntax.OpAlternate": "regexp/syntax",
  3316. "syntax.OpAnyChar": "regexp/syntax",
  3317. "syntax.OpAnyCharNotNL": "regexp/syntax",
  3318. "syntax.OpBeginLine": "regexp/syntax",
  3319. "syntax.OpBeginText": "regexp/syntax",
  3320. "syntax.OpCapture": "regexp/syntax",
  3321. "syntax.OpCharClass": "regexp/syntax",
  3322. "syntax.OpConcat": "regexp/syntax",
  3323. "syntax.OpEmptyMatch": "regexp/syntax",
  3324. "syntax.OpEndLine": "regexp/syntax",
  3325. "syntax.OpEndText": "regexp/syntax",
  3326. "syntax.OpLiteral": "regexp/syntax",
  3327. "syntax.OpNoMatch": "regexp/syntax",
  3328. "syntax.OpNoWordBoundary": "regexp/syntax",
  3329. "syntax.OpPlus": "regexp/syntax",
  3330. "syntax.OpQuest": "regexp/syntax",
  3331. "syntax.OpRepeat": "regexp/syntax",
  3332. "syntax.OpStar": "regexp/syntax",
  3333. "syntax.OpWordBoundary": "regexp/syntax",
  3334. "syntax.POSIX": "regexp/syntax",
  3335. "syntax.Parse": "regexp/syntax",
  3336. "syntax.Perl": "regexp/syntax",
  3337. "syntax.PerlX": "regexp/syntax",
  3338. "syntax.Prog": "regexp/syntax",
  3339. "syntax.Regexp": "regexp/syntax",
  3340. "syntax.Simple": "regexp/syntax",
  3341. "syntax.UnicodeGroups": "regexp/syntax",
  3342. "syntax.WasDollar": "regexp/syntax",
  3343. "syscall.AF_ALG": "syscall",
  3344. "syscall.AF_APPLETALK": "syscall",
  3345. "syscall.AF_ARP": "syscall",
  3346. "syscall.AF_ASH": "syscall",
  3347. "syscall.AF_ATM": "syscall",
  3348. "syscall.AF_ATMPVC": "syscall",
  3349. "syscall.AF_ATMSVC": "syscall",
  3350. "syscall.AF_AX25": "syscall",
  3351. "syscall.AF_BLUETOOTH": "syscall",
  3352. "syscall.AF_BRIDGE": "syscall",
  3353. "syscall.AF_CAIF": "syscall",
  3354. "syscall.AF_CAN": "syscall",
  3355. "syscall.AF_CCITT": "syscall",
  3356. "syscall.AF_CHAOS": "syscall",
  3357. "syscall.AF_CNT": "syscall",
  3358. "syscall.AF_COIP": "syscall",
  3359. "syscall.AF_DATAKIT": "syscall",
  3360. "syscall.AF_DECnet": "syscall",
  3361. "syscall.AF_DLI": "syscall",
  3362. "syscall.AF_E164": "syscall",
  3363. "syscall.AF_ECMA": "syscall",
  3364. "syscall.AF_ECONET": "syscall",
  3365. "syscall.AF_ENCAP": "syscall",
  3366. "syscall.AF_FILE": "syscall",
  3367. "syscall.AF_HYLINK": "syscall",
  3368. "syscall.AF_IEEE80211": "syscall",
  3369. "syscall.AF_IEEE802154": "syscall",
  3370. "syscall.AF_IMPLINK": "syscall",
  3371. "syscall.AF_INET": "syscall",
  3372. "syscall.AF_INET6": "syscall",
  3373. "syscall.AF_INET6_SDP": "syscall",
  3374. "syscall.AF_INET_SDP": "syscall",
  3375. "syscall.AF_IPX": "syscall",
  3376. "syscall.AF_IRDA": "syscall",
  3377. "syscall.AF_ISDN": "syscall",
  3378. "syscall.AF_ISO": "syscall",
  3379. "syscall.AF_IUCV": "syscall",
  3380. "syscall.AF_KEY": "syscall",
  3381. "syscall.AF_LAT": "syscall",
  3382. "syscall.AF_LINK": "syscall",
  3383. "syscall.AF_LLC": "syscall",
  3384. "syscall.AF_LOCAL": "syscall",
  3385. "syscall.AF_MAX": "syscall",
  3386. "syscall.AF_MPLS": "syscall",
  3387. "syscall.AF_NATM": "syscall",
  3388. "syscall.AF_NDRV": "syscall",
  3389. "syscall.AF_NETBEUI": "syscall",
  3390. "syscall.AF_NETBIOS": "syscall",
  3391. "syscall.AF_NETGRAPH": "syscall",
  3392. "syscall.AF_NETLINK": "syscall",
  3393. "syscall.AF_NETROM": "syscall",
  3394. "syscall.AF_NS": "syscall",
  3395. "syscall.AF_OROUTE": "syscall",
  3396. "syscall.AF_OSI": "syscall",
  3397. "syscall.AF_PACKET": "syscall",
  3398. "syscall.AF_PHONET": "syscall",
  3399. "syscall.AF_PPP": "syscall",
  3400. "syscall.AF_PPPOX": "syscall",
  3401. "syscall.AF_PUP": "syscall",
  3402. "syscall.AF_RDS": "syscall",
  3403. "syscall.AF_RESERVED_36": "syscall",
  3404. "syscall.AF_ROSE": "syscall",
  3405. "syscall.AF_ROUTE": "syscall",
  3406. "syscall.AF_RXRPC": "syscall",
  3407. "syscall.AF_SCLUSTER": "syscall",
  3408. "syscall.AF_SECURITY": "syscall",
  3409. "syscall.AF_SIP": "syscall",
  3410. "syscall.AF_SLOW": "syscall",
  3411. "syscall.AF_SNA": "syscall",
  3412. "syscall.AF_SYSTEM": "syscall",
  3413. "syscall.AF_TIPC": "syscall",
  3414. "syscall.AF_UNIX": "syscall",
  3415. "syscall.AF_UNSPEC": "syscall",
  3416. "syscall.AF_VENDOR00": "syscall",
  3417. "syscall.AF_VENDOR01": "syscall",
  3418. "syscall.AF_VENDOR02": "syscall",
  3419. "syscall.AF_VENDOR03": "syscall",
  3420. "syscall.AF_VENDOR04": "syscall",
  3421. "syscall.AF_VENDOR05": "syscall",
  3422. "syscall.AF_VENDOR06": "syscall",
  3423. "syscall.AF_VENDOR07": "syscall",
  3424. "syscall.AF_VENDOR08": "syscall",
  3425. "syscall.AF_VENDOR09": "syscall",
  3426. "syscall.AF_VENDOR10": "syscall",
  3427. "syscall.AF_VENDOR11": "syscall",
  3428. "syscall.AF_VENDOR12": "syscall",
  3429. "syscall.AF_VENDOR13": "syscall",
  3430. "syscall.AF_VENDOR14": "syscall",
  3431. "syscall.AF_VENDOR15": "syscall",
  3432. "syscall.AF_VENDOR16": "syscall",
  3433. "syscall.AF_VENDOR17": "syscall",
  3434. "syscall.AF_VENDOR18": "syscall",
  3435. "syscall.AF_VENDOR19": "syscall",
  3436. "syscall.AF_VENDOR20": "syscall",
  3437. "syscall.AF_VENDOR21": "syscall",
  3438. "syscall.AF_VENDOR22": "syscall",
  3439. "syscall.AF_VENDOR23": "syscall",
  3440. "syscall.AF_VENDOR24": "syscall",
  3441. "syscall.AF_VENDOR25": "syscall",
  3442. "syscall.AF_VENDOR26": "syscall",
  3443. "syscall.AF_VENDOR27": "syscall",
  3444. "syscall.AF_VENDOR28": "syscall",
  3445. "syscall.AF_VENDOR29": "syscall",
  3446. "syscall.AF_VENDOR30": "syscall",
  3447. "syscall.AF_VENDOR31": "syscall",
  3448. "syscall.AF_VENDOR32": "syscall",
  3449. "syscall.AF_VENDOR33": "syscall",
  3450. "syscall.AF_VENDOR34": "syscall",
  3451. "syscall.AF_VENDOR35": "syscall",
  3452. "syscall.AF_VENDOR36": "syscall",
  3453. "syscall.AF_VENDOR37": "syscall",
  3454. "syscall.AF_VENDOR38": "syscall",
  3455. "syscall.AF_VENDOR39": "syscall",
  3456. "syscall.AF_VENDOR40": "syscall",
  3457. "syscall.AF_VENDOR41": "syscall",
  3458. "syscall.AF_VENDOR42": "syscall",
  3459. "syscall.AF_VENDOR43": "syscall",
  3460. "syscall.AF_VENDOR44": "syscall",
  3461. "syscall.AF_VENDOR45": "syscall",
  3462. "syscall.AF_VENDOR46": "syscall",
  3463. "syscall.AF_VENDOR47": "syscall",
  3464. "syscall.AF_WANPIPE": "syscall",
  3465. "syscall.AF_X25": "syscall",
  3466. "syscall.AI_CANONNAME": "syscall",
  3467. "syscall.AI_NUMERICHOST": "syscall",
  3468. "syscall.AI_PASSIVE": "syscall",
  3469. "syscall.APPLICATION_ERROR": "syscall",
  3470. "syscall.ARPHRD_ADAPT": "syscall",
  3471. "syscall.ARPHRD_APPLETLK": "syscall",
  3472. "syscall.ARPHRD_ARCNET": "syscall",
  3473. "syscall.ARPHRD_ASH": "syscall",
  3474. "syscall.ARPHRD_ATM": "syscall",
  3475. "syscall.ARPHRD_AX25": "syscall",
  3476. "syscall.ARPHRD_BIF": "syscall",
  3477. "syscall.ARPHRD_CHAOS": "syscall",
  3478. "syscall.ARPHRD_CISCO": "syscall",
  3479. "syscall.ARPHRD_CSLIP": "syscall",
  3480. "syscall.ARPHRD_CSLIP6": "syscall",
  3481. "syscall.ARPHRD_DDCMP": "syscall",
  3482. "syscall.ARPHRD_DLCI": "syscall",
  3483. "syscall.ARPHRD_ECONET": "syscall",
  3484. "syscall.ARPHRD_EETHER": "syscall",
  3485. "syscall.ARPHRD_ETHER": "syscall",
  3486. "syscall.ARPHRD_EUI64": "syscall",
  3487. "syscall.ARPHRD_FCAL": "syscall",
  3488. "syscall.ARPHRD_FCFABRIC": "syscall",
  3489. "syscall.ARPHRD_FCPL": "syscall",
  3490. "syscall.ARPHRD_FCPP": "syscall",
  3491. "syscall.ARPHRD_FDDI": "syscall",
  3492. "syscall.ARPHRD_FRAD": "syscall",
  3493. "syscall.ARPHRD_FRELAY": "syscall",
  3494. "syscall.ARPHRD_HDLC": "syscall",
  3495. "syscall.ARPHRD_HIPPI": "syscall",
  3496. "syscall.ARPHRD_HWX25": "syscall",
  3497. "syscall.ARPHRD_IEEE1394": "syscall",
  3498. "syscall.ARPHRD_IEEE802": "syscall",
  3499. "syscall.ARPHRD_IEEE80211": "syscall",
  3500. "syscall.ARPHRD_IEEE80211_PRISM": "syscall",
  3501. "syscall.ARPHRD_IEEE80211_RADIOTAP": "syscall",
  3502. "syscall.ARPHRD_IEEE802154": "syscall",
  3503. "syscall.ARPHRD_IEEE802154_PHY": "syscall",
  3504. "syscall.ARPHRD_IEEE802_TR": "syscall",
  3505. "syscall.ARPHRD_INFINIBAND": "syscall",
  3506. "syscall.ARPHRD_IPDDP": "syscall",
  3507. "syscall.ARPHRD_IPGRE": "syscall",
  3508. "syscall.ARPHRD_IRDA": "syscall",
  3509. "syscall.ARPHRD_LAPB": "syscall",
  3510. "syscall.ARPHRD_LOCALTLK": "syscall",
  3511. "syscall.ARPHRD_LOOPBACK": "syscall",
  3512. "syscall.ARPHRD_METRICOM": "syscall",
  3513. "syscall.ARPHRD_NETROM": "syscall",
  3514. "syscall.ARPHRD_NONE": "syscall",
  3515. "syscall.ARPHRD_PIMREG": "syscall",
  3516. "syscall.ARPHRD_PPP": "syscall",
  3517. "syscall.ARPHRD_PRONET": "syscall",
  3518. "syscall.ARPHRD_RAWHDLC": "syscall",
  3519. "syscall.ARPHRD_ROSE": "syscall",
  3520. "syscall.ARPHRD_RSRVD": "syscall",
  3521. "syscall.ARPHRD_SIT": "syscall",
  3522. "syscall.ARPHRD_SKIP": "syscall",
  3523. "syscall.ARPHRD_SLIP": "syscall",
  3524. "syscall.ARPHRD_SLIP6": "syscall",
  3525. "syscall.ARPHRD_STRIP": "syscall",
  3526. "syscall.ARPHRD_TUNNEL": "syscall",
  3527. "syscall.ARPHRD_TUNNEL6": "syscall",
  3528. "syscall.ARPHRD_VOID": "syscall",
  3529. "syscall.ARPHRD_X25": "syscall",
  3530. "syscall.AUTHTYPE_CLIENT": "syscall",
  3531. "syscall.AUTHTYPE_SERVER": "syscall",
  3532. "syscall.Accept": "syscall",
  3533. "syscall.Accept4": "syscall",
  3534. "syscall.AcceptEx": "syscall",
  3535. "syscall.Access": "syscall",
  3536. "syscall.Acct": "syscall",
  3537. "syscall.AddrinfoW": "syscall",
  3538. "syscall.Adjtime": "syscall",
  3539. "syscall.Adjtimex": "syscall",
  3540. "syscall.AttachLsf": "syscall",
  3541. "syscall.B0": "syscall",
  3542. "syscall.B1000000": "syscall",
  3543. "syscall.B110": "syscall",
  3544. "syscall.B115200": "syscall",
  3545. "syscall.B1152000": "syscall",
  3546. "syscall.B1200": "syscall",
  3547. "syscall.B134": "syscall",
  3548. "syscall.B14400": "syscall",
  3549. "syscall.B150": "syscall",
  3550. "syscall.B1500000": "syscall",
  3551. "syscall.B1800": "syscall",
  3552. "syscall.B19200": "syscall",
  3553. "syscall.B200": "syscall",
  3554. "syscall.B2000000": "syscall",
  3555. "syscall.B230400": "syscall",
  3556. "syscall.B2400": "syscall",
  3557. "syscall.B2500000": "syscall",
  3558. "syscall.B28800": "syscall",
  3559. "syscall.B300": "syscall",
  3560. "syscall.B3000000": "syscall",
  3561. "syscall.B3500000": "syscall",
  3562. "syscall.B38400": "syscall",
  3563. "syscall.B4000000": "syscall",
  3564. "syscall.B460800": "syscall",
  3565. "syscall.B4800": "syscall",
  3566. "syscall.B50": "syscall",
  3567. "syscall.B500000": "syscall",
  3568. "syscall.B57600": "syscall",
  3569. "syscall.B576000": "syscall",
  3570. "syscall.B600": "syscall",
  3571. "syscall.B7200": "syscall",
  3572. "syscall.B75": "syscall",
  3573. "syscall.B76800": "syscall",
  3574. "syscall.B921600": "syscall",
  3575. "syscall.B9600": "syscall",
  3576. "syscall.BASE_PROTOCOL": "syscall",
  3577. "syscall.BIOCFEEDBACK": "syscall",
  3578. "syscall.BIOCFLUSH": "syscall",
  3579. "syscall.BIOCGBLEN": "syscall",
  3580. "syscall.BIOCGDIRECTION": "syscall",
  3581. "syscall.BIOCGDIRFILT": "syscall",
  3582. "syscall.BIOCGDLT": "syscall",
  3583. "syscall.BIOCGDLTLIST": "syscall",
  3584. "syscall.BIOCGETBUFMODE": "syscall",
  3585. "syscall.BIOCGETIF": "syscall",
  3586. "syscall.BIOCGETZMAX": "syscall",
  3587. "syscall.BIOCGFEEDBACK": "syscall",
  3588. "syscall.BIOCGFILDROP": "syscall",
  3589. "syscall.BIOCGHDRCMPLT": "syscall",
  3590. "syscall.BIOCGRSIG": "syscall",
  3591. "syscall.BIOCGRTIMEOUT": "syscall",
  3592. "syscall.BIOCGSEESENT": "syscall",
  3593. "syscall.BIOCGSTATS": "syscall",
  3594. "syscall.BIOCGSTATSOLD": "syscall",
  3595. "syscall.BIOCGTSTAMP": "syscall",
  3596. "syscall.BIOCIMMEDIATE": "syscall",
  3597. "syscall.BIOCLOCK": "syscall",
  3598. "syscall.BIOCPROMISC": "syscall",
  3599. "syscall.BIOCROTZBUF": "syscall",
  3600. "syscall.BIOCSBLEN": "syscall",
  3601. "syscall.BIOCSDIRECTION": "syscall",
  3602. "syscall.BIOCSDIRFILT": "syscall",
  3603. "syscall.BIOCSDLT": "syscall",
  3604. "syscall.BIOCSETBUFMODE": "syscall",
  3605. "syscall.BIOCSETF": "syscall",
  3606. "syscall.BIOCSETFNR": "syscall",
  3607. "syscall.BIOCSETIF": "syscall",
  3608. "syscall.BIOCSETWF": "syscall",
  3609. "syscall.BIOCSETZBUF": "syscall",
  3610. "syscall.BIOCSFEEDBACK": "syscall",
  3611. "syscall.BIOCSFILDROP": "syscall",
  3612. "syscall.BIOCSHDRCMPLT": "syscall",
  3613. "syscall.BIOCSRSIG": "syscall",
  3614. "syscall.BIOCSRTIMEOUT": "syscall",
  3615. "syscall.BIOCSSEESENT": "syscall",
  3616. "syscall.BIOCSTCPF": "syscall",
  3617. "syscall.BIOCSTSTAMP": "syscall",
  3618. "syscall.BIOCSUDPF": "syscall",
  3619. "syscall.BIOCVERSION": "syscall",
  3620. "syscall.BPF_A": "syscall",
  3621. "syscall.BPF_ABS": "syscall",
  3622. "syscall.BPF_ADD": "syscall",
  3623. "syscall.BPF_ALIGNMENT": "syscall",
  3624. "syscall.BPF_ALIGNMENT32": "syscall",
  3625. "syscall.BPF_ALU": "syscall",
  3626. "syscall.BPF_AND": "syscall",
  3627. "syscall.BPF_B": "syscall",
  3628. "syscall.BPF_BUFMODE_BUFFER": "syscall",
  3629. "syscall.BPF_BUFMODE_ZBUF": "syscall",
  3630. "syscall.BPF_DFLTBUFSIZE": "syscall",
  3631. "syscall.BPF_DIRECTION_IN": "syscall",
  3632. "syscall.BPF_DIRECTION_OUT": "syscall",
  3633. "syscall.BPF_DIV": "syscall",
  3634. "syscall.BPF_H": "syscall",
  3635. "syscall.BPF_IMM": "syscall",
  3636. "syscall.BPF_IND": "syscall",
  3637. "syscall.BPF_JA": "syscall",
  3638. "syscall.BPF_JEQ": "syscall",
  3639. "syscall.BPF_JGE": "syscall",
  3640. "syscall.BPF_JGT": "syscall",
  3641. "syscall.BPF_JMP": "syscall",
  3642. "syscall.BPF_JSET": "syscall",
  3643. "syscall.BPF_K": "syscall",
  3644. "syscall.BPF_LD": "syscall",
  3645. "syscall.BPF_LDX": "syscall",
  3646. "syscall.BPF_LEN": "syscall",
  3647. "syscall.BPF_LSH": "syscall",
  3648. "syscall.BPF_MAJOR_VERSION": "syscall",
  3649. "syscall.BPF_MAXBUFSIZE": "syscall",
  3650. "syscall.BPF_MAXINSNS": "syscall",
  3651. "syscall.BPF_MEM": "syscall",
  3652. "syscall.BPF_MEMWORDS": "syscall",
  3653. "syscall.BPF_MINBUFSIZE": "syscall",
  3654. "syscall.BPF_MINOR_VERSION": "syscall",
  3655. "syscall.BPF_MISC": "syscall",
  3656. "syscall.BPF_MSH": "syscall",
  3657. "syscall.BPF_MUL": "syscall",
  3658. "syscall.BPF_NEG": "syscall",
  3659. "syscall.BPF_OR": "syscall",
  3660. "syscall.BPF_RELEASE": "syscall",
  3661. "syscall.BPF_RET": "syscall",
  3662. "syscall.BPF_RSH": "syscall",
  3663. "syscall.BPF_ST": "syscall",
  3664. "syscall.BPF_STX": "syscall",
  3665. "syscall.BPF_SUB": "syscall",
  3666. "syscall.BPF_TAX": "syscall",
  3667. "syscall.BPF_TXA": "syscall",
  3668. "syscall.BPF_T_BINTIME": "syscall",
  3669. "syscall.BPF_T_BINTIME_FAST": "syscall",
  3670. "syscall.BPF_T_BINTIME_MONOTONIC": "syscall",
  3671. "syscall.BPF_T_BINTIME_MONOTONIC_FAST": "syscall",
  3672. "syscall.BPF_T_FAST": "syscall",
  3673. "syscall.BPF_T_FLAG_MASK": "syscall",
  3674. "syscall.BPF_T_FORMAT_MASK": "syscall",
  3675. "syscall.BPF_T_MICROTIME": "syscall",
  3676. "syscall.BPF_T_MICROTIME_FAST": "syscall",
  3677. "syscall.BPF_T_MICROTIME_MONOTONIC": "syscall",
  3678. "syscall.BPF_T_MICROTIME_MONOTONIC_FAST": "syscall",
  3679. "syscall.BPF_T_MONOTONIC": "syscall",
  3680. "syscall.BPF_T_MONOTONIC_FAST": "syscall",
  3681. "syscall.BPF_T_NANOTIME": "syscall",
  3682. "syscall.BPF_T_NANOTIME_FAST": "syscall",
  3683. "syscall.BPF_T_NANOTIME_MONOTONIC": "syscall",
  3684. "syscall.BPF_T_NANOTIME_MONOTONIC_FAST": "syscall",
  3685. "syscall.BPF_T_NONE": "syscall",
  3686. "syscall.BPF_T_NORMAL": "syscall",
  3687. "syscall.BPF_W": "syscall",
  3688. "syscall.BPF_X": "syscall",
  3689. "syscall.BRKINT": "syscall",
  3690. "syscall.Bind": "syscall",
  3691. "syscall.BindToDevice": "syscall",
  3692. "syscall.BpfBuflen": "syscall",
  3693. "syscall.BpfDatalink": "syscall",
  3694. "syscall.BpfHdr": "syscall",
  3695. "syscall.BpfHeadercmpl": "syscall",
  3696. "syscall.BpfInsn": "syscall",
  3697. "syscall.BpfInterface": "syscall",
  3698. "syscall.BpfJump": "syscall",
  3699. "syscall.BpfProgram": "syscall",
  3700. "syscall.BpfStat": "syscall",
  3701. "syscall.BpfStats": "syscall",
  3702. "syscall.BpfStmt": "syscall",
  3703. "syscall.BpfTimeout": "syscall",
  3704. "syscall.BpfTimeval": "syscall",
  3705. "syscall.BpfVersion": "syscall",
  3706. "syscall.BpfZbuf": "syscall",
  3707. "syscall.BpfZbufHeader": "syscall",
  3708. "syscall.ByHandleFileInformation": "syscall",
  3709. "syscall.BytePtrFromString": "syscall",
  3710. "syscall.ByteSliceFromString": "syscall",
  3711. "syscall.CCR0_FLUSH": "syscall",
  3712. "syscall.CERT_CHAIN_POLICY_AUTHENTICODE": "syscall",
  3713. "syscall.CERT_CHAIN_POLICY_AUTHENTICODE_TS": "syscall",
  3714. "syscall.CERT_CHAIN_POLICY_BASE": "syscall",
  3715. "syscall.CERT_CHAIN_POLICY_BASIC_CONSTRAINTS": "syscall",
  3716. "syscall.CERT_CHAIN_POLICY_EV": "syscall",
  3717. "syscall.CERT_CHAIN_POLICY_MICROSOFT_ROOT": "syscall",
  3718. "syscall.CERT_CHAIN_POLICY_NT_AUTH": "syscall",
  3719. "syscall.CERT_CHAIN_POLICY_SSL": "syscall",
  3720. "syscall.CERT_E_CN_NO_MATCH": "syscall",
  3721. "syscall.CERT_E_EXPIRED": "syscall",
  3722. "syscall.CERT_E_PURPOSE": "syscall",
  3723. "syscall.CERT_E_ROLE": "syscall",
  3724. "syscall.CERT_E_UNTRUSTEDROOT": "syscall",
  3725. "syscall.CERT_STORE_ADD_ALWAYS": "syscall",
  3726. "syscall.CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG": "syscall",
  3727. "syscall.CERT_STORE_PROV_MEMORY": "syscall",
  3728. "syscall.CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT": "syscall",
  3729. "syscall.CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT": "syscall",
  3730. "syscall.CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT": "syscall",
  3731. "syscall.CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT": "syscall",
  3732. "syscall.CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT": "syscall",
  3733. "syscall.CERT_TRUST_INVALID_BASIC_CONSTRAINTS": "syscall",
  3734. "syscall.CERT_TRUST_INVALID_EXTENSION": "syscall",
  3735. "syscall.CERT_TRUST_INVALID_NAME_CONSTRAINTS": "syscall",
  3736. "syscall.CERT_TRUST_INVALID_POLICY_CONSTRAINTS": "syscall",
  3737. "syscall.CERT_TRUST_IS_CYCLIC": "syscall",
  3738. "syscall.CERT_TRUST_IS_EXPLICIT_DISTRUST": "syscall",
  3739. "syscall.CERT_TRUST_IS_NOT_SIGNATURE_VALID": "syscall",
  3740. "syscall.CERT_TRUST_IS_NOT_TIME_VALID": "syscall",
  3741. "syscall.CERT_TRUST_IS_NOT_VALID_FOR_USAGE": "syscall",
  3742. "syscall.CERT_TRUST_IS_OFFLINE_REVOCATION": "syscall",
  3743. "syscall.CERT_TRUST_IS_REVOKED": "syscall",
  3744. "syscall.CERT_TRUST_IS_UNTRUSTED_ROOT": "syscall",
  3745. "syscall.CERT_TRUST_NO_ERROR": "syscall",
  3746. "syscall.CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY": "syscall",
  3747. "syscall.CERT_TRUST_REVOCATION_STATUS_UNKNOWN": "syscall",
  3748. "syscall.CFLUSH": "syscall",
  3749. "syscall.CLOCAL": "syscall",
  3750. "syscall.CLONE_CHILD_CLEARTID": "syscall",
  3751. "syscall.CLONE_CHILD_SETTID": "syscall",
  3752. "syscall.CLONE_CSIGNAL": "syscall",
  3753. "syscall.CLONE_DETACHED": "syscall",
  3754. "syscall.CLONE_FILES": "syscall",
  3755. "syscall.CLONE_FS": "syscall",
  3756. "syscall.CLONE_IO": "syscall",
  3757. "syscall.CLONE_NEWIPC": "syscall",
  3758. "syscall.CLONE_NEWNET": "syscall",
  3759. "syscall.CLONE_NEWNS": "syscall",
  3760. "syscall.CLONE_NEWPID": "syscall",
  3761. "syscall.CLONE_NEWUSER": "syscall",
  3762. "syscall.CLONE_NEWUTS": "syscall",
  3763. "syscall.CLONE_PARENT": "syscall",
  3764. "syscall.CLONE_PARENT_SETTID": "syscall",
  3765. "syscall.CLONE_PID": "syscall",
  3766. "syscall.CLONE_PTRACE": "syscall",
  3767. "syscall.CLONE_SETTLS": "syscall",
  3768. "syscall.CLONE_SIGHAND": "syscall",
  3769. "syscall.CLONE_SYSVSEM": "syscall",
  3770. "syscall.CLONE_THREAD": "syscall",
  3771. "syscall.CLONE_UNTRACED": "syscall",
  3772. "syscall.CLONE_VFORK": "syscall",
  3773. "syscall.CLONE_VM": "syscall",
  3774. "syscall.CPUID_CFLUSH": "syscall",
  3775. "syscall.CREAD": "syscall",
  3776. "syscall.CREATE_ALWAYS": "syscall",
  3777. "syscall.CREATE_NEW": "syscall",
  3778. "syscall.CREATE_NEW_PROCESS_GROUP": "syscall",
  3779. "syscall.CREATE_UNICODE_ENVIRONMENT": "syscall",
  3780. "syscall.CRYPT_DEFAULT_CONTAINER_OPTIONAL": "syscall",
  3781. "syscall.CRYPT_DELETEKEYSET": "syscall",
  3782. "syscall.CRYPT_MACHINE_KEYSET": "syscall",
  3783. "syscall.CRYPT_NEWKEYSET": "syscall",
  3784. "syscall.CRYPT_SILENT": "syscall",
  3785. "syscall.CRYPT_VERIFYCONTEXT": "syscall",
  3786. "syscall.CS5": "syscall",
  3787. "syscall.CS6": "syscall",
  3788. "syscall.CS7": "syscall",
  3789. "syscall.CS8": "syscall",
  3790. "syscall.CSIZE": "syscall",
  3791. "syscall.CSTART": "syscall",
  3792. "syscall.CSTATUS": "syscall",
  3793. "syscall.CSTOP": "syscall",
  3794. "syscall.CSTOPB": "syscall",
  3795. "syscall.CSUSP": "syscall",
  3796. "syscall.CTL_MAXNAME": "syscall",
  3797. "syscall.CTL_NET": "syscall",
  3798. "syscall.CTL_QUERY": "syscall",
  3799. "syscall.CTRL_BREAK_EVENT": "syscall",
  3800. "syscall.CTRL_C_EVENT": "syscall",
  3801. "syscall.CancelIo": "syscall",
  3802. "syscall.CancelIoEx": "syscall",
  3803. "syscall.CertAddCertificateContextToStore": "syscall",
  3804. "syscall.CertChainContext": "syscall",
  3805. "syscall.CertChainElement": "syscall",
  3806. "syscall.CertChainPara": "syscall",
  3807. "syscall.CertChainPolicyPara": "syscall",
  3808. "syscall.CertChainPolicyStatus": "syscall",
  3809. "syscall.CertCloseStore": "syscall",
  3810. "syscall.CertContext": "syscall",
  3811. "syscall.CertCreateCertificateContext": "syscall",
  3812. "syscall.CertEnhKeyUsage": "syscall",
  3813. "syscall.CertEnumCertificatesInStore": "syscall",
  3814. "syscall.CertFreeCertificateChain": "syscall",
  3815. "syscall.CertFreeCertificateContext": "syscall",
  3816. "syscall.CertGetCertificateChain": "syscall",
  3817. "syscall.CertOpenStore": "syscall",
  3818. "syscall.CertOpenSystemStore": "syscall",
  3819. "syscall.CertRevocationInfo": "syscall",
  3820. "syscall.CertSimpleChain": "syscall",
  3821. "syscall.CertTrustStatus": "syscall",
  3822. "syscall.CertUsageMatch": "syscall",
  3823. "syscall.CertVerifyCertificateChainPolicy": "syscall",
  3824. "syscall.Chdir": "syscall",
  3825. "syscall.CheckBpfVersion": "syscall",
  3826. "syscall.Chflags": "syscall",
  3827. "syscall.Chmod": "syscall",
  3828. "syscall.Chown": "syscall",
  3829. "syscall.Chroot": "syscall",
  3830. "syscall.Clearenv": "syscall",
  3831. "syscall.Close": "syscall",
  3832. "syscall.CloseHandle": "syscall",
  3833. "syscall.CloseOnExec": "syscall",
  3834. "syscall.Closesocket": "syscall",
  3835. "syscall.CmsgLen": "syscall",
  3836. "syscall.CmsgSpace": "syscall",
  3837. "syscall.Cmsghdr": "syscall",
  3838. "syscall.CommandLineToArgv": "syscall",
  3839. "syscall.ComputerName": "syscall",
  3840. "syscall.Conn": "syscall",
  3841. "syscall.Connect": "syscall",
  3842. "syscall.ConnectEx": "syscall",
  3843. "syscall.ConvertSidToStringSid": "syscall",
  3844. "syscall.ConvertStringSidToSid": "syscall",
  3845. "syscall.CopySid": "syscall",
  3846. "syscall.Creat": "syscall",
  3847. "syscall.CreateDirectory": "syscall",
  3848. "syscall.CreateFile": "syscall",
  3849. "syscall.CreateFileMapping": "syscall",
  3850. "syscall.CreateHardLink": "syscall",
  3851. "syscall.CreateIoCompletionPort": "syscall",
  3852. "syscall.CreatePipe": "syscall",
  3853. "syscall.CreateProcess": "syscall",
  3854. "syscall.CreateSymbolicLink": "syscall",
  3855. "syscall.CreateToolhelp32Snapshot": "syscall",
  3856. "syscall.Credential": "syscall",
  3857. "syscall.CryptAcquireContext": "syscall",
  3858. "syscall.CryptGenRandom": "syscall",
  3859. "syscall.CryptReleaseContext": "syscall",
  3860. "syscall.DIOCBSFLUSH": "syscall",
  3861. "syscall.DIOCOSFPFLUSH": "syscall",
  3862. "syscall.DLL": "syscall",
  3863. "syscall.DLLError": "syscall",
  3864. "syscall.DLT_A429": "syscall",
  3865. "syscall.DLT_A653_ICM": "syscall",
  3866. "syscall.DLT_AIRONET_HEADER": "syscall",
  3867. "syscall.DLT_AOS": "syscall",
  3868. "syscall.DLT_APPLE_IP_OVER_IEEE1394": "syscall",
  3869. "syscall.DLT_ARCNET": "syscall",
  3870. "syscall.DLT_ARCNET_LINUX": "syscall",
  3871. "syscall.DLT_ATM_CLIP": "syscall",
  3872. "syscall.DLT_ATM_RFC1483": "syscall",
  3873. "syscall.DLT_AURORA": "syscall",
  3874. "syscall.DLT_AX25": "syscall",
  3875. "syscall.DLT_AX25_KISS": "syscall",
  3876. "syscall.DLT_BACNET_MS_TP": "syscall",
  3877. "syscall.DLT_BLUETOOTH_HCI_H4": "syscall",
  3878. "syscall.DLT_BLUETOOTH_HCI_H4_WITH_PHDR": "syscall",
  3879. "syscall.DLT_CAN20B": "syscall",
  3880. "syscall.DLT_CAN_SOCKETCAN": "syscall",
  3881. "syscall.DLT_CHAOS": "syscall",
  3882. "syscall.DLT_CHDLC": "syscall",
  3883. "syscall.DLT_CISCO_IOS": "syscall",
  3884. "syscall.DLT_C_HDLC": "syscall",
  3885. "syscall.DLT_C_HDLC_WITH_DIR": "syscall",
  3886. "syscall.DLT_DBUS": "syscall",
  3887. "syscall.DLT_DECT": "syscall",
  3888. "syscall.DLT_DOCSIS": "syscall",
  3889. "syscall.DLT_DVB_CI": "syscall",
  3890. "syscall.DLT_ECONET": "syscall",
  3891. "syscall.DLT_EN10MB": "syscall",
  3892. "syscall.DLT_EN3MB": "syscall",
  3893. "syscall.DLT_ENC": "syscall",
  3894. "syscall.DLT_ERF": "syscall",
  3895. "syscall.DLT_ERF_ETH": "syscall",
  3896. "syscall.DLT_ERF_POS": "syscall",
  3897. "syscall.DLT_FC_2": "syscall",
  3898. "syscall.DLT_FC_2_WITH_FRAME_DELIMS": "syscall",
  3899. "syscall.DLT_FDDI": "syscall",
  3900. "syscall.DLT_FLEXRAY": "syscall",
  3901. "syscall.DLT_FRELAY": "syscall",
  3902. "syscall.DLT_FRELAY_WITH_DIR": "syscall",
  3903. "syscall.DLT_GCOM_SERIAL": "syscall",
  3904. "syscall.DLT_GCOM_T1E1": "syscall",
  3905. "syscall.DLT_GPF_F": "syscall",
  3906. "syscall.DLT_GPF_T": "syscall",
  3907. "syscall.DLT_GPRS_LLC": "syscall",
  3908. "syscall.DLT_GSMTAP_ABIS": "syscall",
  3909. "syscall.DLT_GSMTAP_UM": "syscall",
  3910. "syscall.DLT_HDLC": "syscall",
  3911. "syscall.DLT_HHDLC": "syscall",
  3912. "syscall.DLT_HIPPI": "syscall",
  3913. "syscall.DLT_IBM_SN": "syscall",
  3914. "syscall.DLT_IBM_SP": "syscall",
  3915. "syscall.DLT_IEEE802": "syscall",
  3916. "syscall.DLT_IEEE802_11": "syscall",
  3917. "syscall.DLT_IEEE802_11_RADIO": "syscall",
  3918. "syscall.DLT_IEEE802_11_RADIO_AVS": "syscall",
  3919. "syscall.DLT_IEEE802_15_4": "syscall",
  3920. "syscall.DLT_IEEE802_15_4_LINUX": "syscall",
  3921. "syscall.DLT_IEEE802_15_4_NOFCS": "syscall",
  3922. "syscall.DLT_IEEE802_15_4_NONASK_PHY": "syscall",
  3923. "syscall.DLT_IEEE802_16_MAC_CPS": "syscall",
  3924. "syscall.DLT_IEEE802_16_MAC_CPS_RADIO": "syscall",
  3925. "syscall.DLT_IPFILTER": "syscall",
  3926. "syscall.DLT_IPMB": "syscall",
  3927. "syscall.DLT_IPMB_LINUX": "syscall",
  3928. "syscall.DLT_IPNET": "syscall",
  3929. "syscall.DLT_IPOIB": "syscall",
  3930. "syscall.DLT_IPV4": "syscall",
  3931. "syscall.DLT_IPV6": "syscall",
  3932. "syscall.DLT_IP_OVER_FC": "syscall",
  3933. "syscall.DLT_JUNIPER_ATM1": "syscall",
  3934. "syscall.DLT_JUNIPER_ATM2": "syscall",
  3935. "syscall.DLT_JUNIPER_ATM_CEMIC": "syscall",
  3936. "syscall.DLT_JUNIPER_CHDLC": "syscall",
  3937. "syscall.DLT_JUNIPER_ES": "syscall",
  3938. "syscall.DLT_JUNIPER_ETHER": "syscall",
  3939. "syscall.DLT_JUNIPER_FIBRECHANNEL": "syscall",
  3940. "syscall.DLT_JUNIPER_FRELAY": "syscall",
  3941. "syscall.DLT_JUNIPER_GGSN": "syscall",
  3942. "syscall.DLT_JUNIPER_ISM": "syscall",
  3943. "syscall.DLT_JUNIPER_MFR": "syscall",
  3944. "syscall.DLT_JUNIPER_MLFR": "syscall",
  3945. "syscall.DLT_JUNIPER_MLPPP": "syscall",
  3946. "syscall.DLT_JUNIPER_MONITOR": "syscall",
  3947. "syscall.DLT_JUNIPER_PIC_PEER": "syscall",
  3948. "syscall.DLT_JUNIPER_PPP": "syscall",
  3949. "syscall.DLT_JUNIPER_PPPOE": "syscall",
  3950. "syscall.DLT_JUNIPER_PPPOE_ATM": "syscall",
  3951. "syscall.DLT_JUNIPER_SERVICES": "syscall",
  3952. "syscall.DLT_JUNIPER_SRX_E2E": "syscall",
  3953. "syscall.DLT_JUNIPER_ST": "syscall",
  3954. "syscall.DLT_JUNIPER_VP": "syscall",
  3955. "syscall.DLT_JUNIPER_VS": "syscall",
  3956. "syscall.DLT_LAPB_WITH_DIR": "syscall",
  3957. "syscall.DLT_LAPD": "syscall",
  3958. "syscall.DLT_LIN": "syscall",
  3959. "syscall.DLT_LINUX_EVDEV": "syscall",
  3960. "syscall.DLT_LINUX_IRDA": "syscall",
  3961. "syscall.DLT_LINUX_LAPD": "syscall",
  3962. "syscall.DLT_LINUX_PPP_WITHDIRECTION": "syscall",
  3963. "syscall.DLT_LINUX_SLL": "syscall",
  3964. "syscall.DLT_LOOP": "syscall",
  3965. "syscall.DLT_LTALK": "syscall",
  3966. "syscall.DLT_MATCHING_MAX": "syscall",
  3967. "syscall.DLT_MATCHING_MIN": "syscall",
  3968. "syscall.DLT_MFR": "syscall",
  3969. "syscall.DLT_MOST": "syscall",
  3970. "syscall.DLT_MPEG_2_TS": "syscall",
  3971. "syscall.DLT_MPLS": "syscall",
  3972. "syscall.DLT_MTP2": "syscall",
  3973. "syscall.DLT_MTP2_WITH_PHDR": "syscall",
  3974. "syscall.DLT_MTP3": "syscall",
  3975. "syscall.DLT_MUX27010": "syscall",
  3976. "syscall.DLT_NETANALYZER": "syscall",
  3977. "syscall.DLT_NETANALYZER_TRANSPARENT": "syscall",
  3978. "syscall.DLT_NFC_LLCP": "syscall",
  3979. "syscall.DLT_NFLOG": "syscall",
  3980. "syscall.DLT_NG40": "syscall",
  3981. "syscall.DLT_NULL": "syscall",
  3982. "syscall.DLT_PCI_EXP": "syscall",
  3983. "syscall.DLT_PFLOG": "syscall",
  3984. "syscall.DLT_PFSYNC": "syscall",
  3985. "syscall.DLT_PPI": "syscall",
  3986. "syscall.DLT_PPP": "syscall",
  3987. "syscall.DLT_PPP_BSDOS": "syscall",
  3988. "syscall.DLT_PPP_ETHER": "syscall",
  3989. "syscall.DLT_PPP_PPPD": "syscall",
  3990. "syscall.DLT_PPP_SERIAL": "syscall",
  3991. "syscall.DLT_PPP_WITH_DIR": "syscall",
  3992. "syscall.DLT_PPP_WITH_DIRECTION": "syscall",
  3993. "syscall.DLT_PRISM_HEADER": "syscall",
  3994. "syscall.DLT_PRONET": "syscall",
  3995. "syscall.DLT_RAIF1": "syscall",
  3996. "syscall.DLT_RAW": "syscall",
  3997. "syscall.DLT_RAWAF_MASK": "syscall",
  3998. "syscall.DLT_RIO": "syscall",
  3999. "syscall.DLT_SCCP": "syscall",
  4000. "syscall.DLT_SITA": "syscall",
  4001. "syscall.DLT_SLIP": "syscall",
  4002. "syscall.DLT_SLIP_BSDOS": "syscall",
  4003. "syscall.DLT_STANAG_5066_D_PDU": "syscall",
  4004. "syscall.DLT_SUNATM": "syscall",
  4005. "syscall.DLT_SYMANTEC_FIREWALL": "syscall",
  4006. "syscall.DLT_TZSP": "syscall",
  4007. "syscall.DLT_USB": "syscall",
  4008. "syscall.DLT_USB_LINUX": "syscall",
  4009. "syscall.DLT_USB_LINUX_MMAPPED": "syscall",
  4010. "syscall.DLT_USER0": "syscall",
  4011. "syscall.DLT_USER1": "syscall",
  4012. "syscall.DLT_USER10": "syscall",
  4013. "syscall.DLT_USER11": "syscall",
  4014. "syscall.DLT_USER12": "syscall",
  4015. "syscall.DLT_USER13": "syscall",
  4016. "syscall.DLT_USER14": "syscall",
  4017. "syscall.DLT_USER15": "syscall",
  4018. "syscall.DLT_USER2": "syscall",
  4019. "syscall.DLT_USER3": "syscall",
  4020. "syscall.DLT_USER4": "syscall",
  4021. "syscall.DLT_USER5": "syscall",
  4022. "syscall.DLT_USER6": "syscall",
  4023. "syscall.DLT_USER7": "syscall",
  4024. "syscall.DLT_USER8": "syscall",
  4025. "syscall.DLT_USER9": "syscall",
  4026. "syscall.DLT_WIHART": "syscall",
  4027. "syscall.DLT_X2E_SERIAL": "syscall",
  4028. "syscall.DLT_X2E_XORAYA": "syscall",
  4029. "syscall.DNSMXData": "syscall",
  4030. "syscall.DNSPTRData": "syscall",
  4031. "syscall.DNSRecord": "syscall",
  4032. "syscall.DNSSRVData": "syscall",
  4033. "syscall.DNSTXTData": "syscall",
  4034. "syscall.DNS_INFO_NO_RECORDS": "syscall",
  4035. "syscall.DNS_TYPE_A": "syscall",
  4036. "syscall.DNS_TYPE_A6": "syscall",
  4037. "syscall.DNS_TYPE_AAAA": "syscall",
  4038. "syscall.DNS_TYPE_ADDRS": "syscall",
  4039. "syscall.DNS_TYPE_AFSDB": "syscall",
  4040. "syscall.DNS_TYPE_ALL": "syscall",
  4041. "syscall.DNS_TYPE_ANY": "syscall",
  4042. "syscall.DNS_TYPE_ATMA": "syscall",
  4043. "syscall.DNS_TYPE_AXFR": "syscall",
  4044. "syscall.DNS_TYPE_CERT": "syscall",
  4045. "syscall.DNS_TYPE_CNAME": "syscall",
  4046. "syscall.DNS_TYPE_DHCID": "syscall",
  4047. "syscall.DNS_TYPE_DNAME": "syscall",
  4048. "syscall.DNS_TYPE_DNSKEY": "syscall",
  4049. "syscall.DNS_TYPE_DS": "syscall",
  4050. "syscall.DNS_TYPE_EID": "syscall",
  4051. "syscall.DNS_TYPE_GID": "syscall",
  4052. "syscall.DNS_TYPE_GPOS": "syscall",
  4053. "syscall.DNS_TYPE_HINFO": "syscall",
  4054. "syscall.DNS_TYPE_ISDN": "syscall",
  4055. "syscall.DNS_TYPE_IXFR": "syscall",
  4056. "syscall.DNS_TYPE_KEY": "syscall",
  4057. "syscall.DNS_TYPE_KX": "syscall",
  4058. "syscall.DNS_TYPE_LOC": "syscall",
  4059. "syscall.DNS_TYPE_MAILA": "syscall",
  4060. "syscall.DNS_TYPE_MAILB": "syscall",
  4061. "syscall.DNS_TYPE_MB": "syscall",
  4062. "syscall.DNS_TYPE_MD": "syscall",
  4063. "syscall.DNS_TYPE_MF": "syscall",
  4064. "syscall.DNS_TYPE_MG": "syscall",
  4065. "syscall.DNS_TYPE_MINFO": "syscall",
  4066. "syscall.DNS_TYPE_MR": "syscall",
  4067. "syscall.DNS_TYPE_MX": "syscall",
  4068. "syscall.DNS_TYPE_NAPTR": "syscall",
  4069. "syscall.DNS_TYPE_NBSTAT": "syscall",
  4070. "syscall.DNS_TYPE_NIMLOC": "syscall",
  4071. "syscall.DNS_TYPE_NS": "syscall",
  4072. "syscall.DNS_TYPE_NSAP": "syscall",
  4073. "syscall.DNS_TYPE_NSAPPTR": "syscall",
  4074. "syscall.DNS_TYPE_NSEC": "syscall",
  4075. "syscall.DNS_TYPE_NULL": "syscall",
  4076. "syscall.DNS_TYPE_NXT": "syscall",
  4077. "syscall.DNS_TYPE_OPT": "syscall",
  4078. "syscall.DNS_TYPE_PTR": "syscall",
  4079. "syscall.DNS_TYPE_PX": "syscall",
  4080. "syscall.DNS_TYPE_RP": "syscall",
  4081. "syscall.DNS_TYPE_RRSIG": "syscall",
  4082. "syscall.DNS_TYPE_RT": "syscall",
  4083. "syscall.DNS_TYPE_SIG": "syscall",
  4084. "syscall.DNS_TYPE_SINK": "syscall",
  4085. "syscall.DNS_TYPE_SOA": "syscall",
  4086. "syscall.DNS_TYPE_SRV": "syscall",
  4087. "syscall.DNS_TYPE_TEXT": "syscall",
  4088. "syscall.DNS_TYPE_TKEY": "syscall",
  4089. "syscall.DNS_TYPE_TSIG": "syscall",
  4090. "syscall.DNS_TYPE_UID": "syscall",
  4091. "syscall.DNS_TYPE_UINFO": "syscall",
  4092. "syscall.DNS_TYPE_UNSPEC": "syscall",
  4093. "syscall.DNS_TYPE_WINS": "syscall",
  4094. "syscall.DNS_TYPE_WINSR": "syscall",
  4095. "syscall.DNS_TYPE_WKS": "syscall",
  4096. "syscall.DNS_TYPE_X25": "syscall",
  4097. "syscall.DT_BLK": "syscall",
  4098. "syscall.DT_CHR": "syscall",
  4099. "syscall.DT_DIR": "syscall",
  4100. "syscall.DT_FIFO": "syscall",
  4101. "syscall.DT_LNK": "syscall",
  4102. "syscall.DT_REG": "syscall",
  4103. "syscall.DT_SOCK": "syscall",
  4104. "syscall.DT_UNKNOWN": "syscall",
  4105. "syscall.DT_WHT": "syscall",
  4106. "syscall.DUPLICATE_CLOSE_SOURCE": "syscall",
  4107. "syscall.DUPLICATE_SAME_ACCESS": "syscall",
  4108. "syscall.DeleteFile": "syscall",
  4109. "syscall.DetachLsf": "syscall",
  4110. "syscall.DeviceIoControl": "syscall",
  4111. "syscall.Dirent": "syscall",
  4112. "syscall.DnsNameCompare": "syscall",
  4113. "syscall.DnsQuery": "syscall",
  4114. "syscall.DnsRecordListFree": "syscall",
  4115. "syscall.DnsSectionAdditional": "syscall",
  4116. "syscall.DnsSectionAnswer": "syscall",
  4117. "syscall.DnsSectionAuthority": "syscall",
  4118. "syscall.DnsSectionQuestion": "syscall",
  4119. "syscall.Dup": "syscall",
  4120. "syscall.Dup2": "syscall",
  4121. "syscall.Dup3": "syscall",
  4122. "syscall.DuplicateHandle": "syscall",
  4123. "syscall.E2BIG": "syscall",
  4124. "syscall.EACCES": "syscall",
  4125. "syscall.EADDRINUSE": "syscall",
  4126. "syscall.EADDRNOTAVAIL": "syscall",
  4127. "syscall.EADV": "syscall",
  4128. "syscall.EAFNOSUPPORT": "syscall",
  4129. "syscall.EAGAIN": "syscall",
  4130. "syscall.EALREADY": "syscall",
  4131. "syscall.EAUTH": "syscall",
  4132. "syscall.EBADARCH": "syscall",
  4133. "syscall.EBADE": "syscall",
  4134. "syscall.EBADEXEC": "syscall",
  4135. "syscall.EBADF": "syscall",
  4136. "syscall.EBADFD": "syscall",
  4137. "syscall.EBADMACHO": "syscall",
  4138. "syscall.EBADMSG": "syscall",
  4139. "syscall.EBADR": "syscall",
  4140. "syscall.EBADRPC": "syscall",
  4141. "syscall.EBADRQC": "syscall",
  4142. "syscall.EBADSLT": "syscall",
  4143. "syscall.EBFONT": "syscall",
  4144. "syscall.EBUSY": "syscall",
  4145. "syscall.ECANCELED": "syscall",
  4146. "syscall.ECAPMODE": "syscall",
  4147. "syscall.ECHILD": "syscall",
  4148. "syscall.ECHO": "syscall",
  4149. "syscall.ECHOCTL": "syscall",
  4150. "syscall.ECHOE": "syscall",
  4151. "syscall.ECHOK": "syscall",
  4152. "syscall.ECHOKE": "syscall",
  4153. "syscall.ECHONL": "syscall",
  4154. "syscall.ECHOPRT": "syscall",
  4155. "syscall.ECHRNG": "syscall",
  4156. "syscall.ECOMM": "syscall",
  4157. "syscall.ECONNABORTED": "syscall",
  4158. "syscall.ECONNREFUSED": "syscall",
  4159. "syscall.ECONNRESET": "syscall",
  4160. "syscall.EDEADLK": "syscall",
  4161. "syscall.EDEADLOCK": "syscall",
  4162. "syscall.EDESTADDRREQ": "syscall",
  4163. "syscall.EDEVERR": "syscall",
  4164. "syscall.EDOM": "syscall",
  4165. "syscall.EDOOFUS": "syscall",
  4166. "syscall.EDOTDOT": "syscall",
  4167. "syscall.EDQUOT": "syscall",
  4168. "syscall.EEXIST": "syscall",
  4169. "syscall.EFAULT": "syscall",
  4170. "syscall.EFBIG": "syscall",
  4171. "syscall.EFER_LMA": "syscall",
  4172. "syscall.EFER_LME": "syscall",
  4173. "syscall.EFER_NXE": "syscall",
  4174. "syscall.EFER_SCE": "syscall",
  4175. "syscall.EFTYPE": "syscall",
  4176. "syscall.EHOSTDOWN": "syscall",
  4177. "syscall.EHOSTUNREACH": "syscall",
  4178. "syscall.EHWPOISON": "syscall",
  4179. "syscall.EIDRM": "syscall",
  4180. "syscall.EILSEQ": "syscall",
  4181. "syscall.EINPROGRESS": "syscall",
  4182. "syscall.EINTR": "syscall",
  4183. "syscall.EINVAL": "syscall",
  4184. "syscall.EIO": "syscall",
  4185. "syscall.EIPSEC": "syscall",
  4186. "syscall.EISCONN": "syscall",
  4187. "syscall.EISDIR": "syscall",
  4188. "syscall.EISNAM": "syscall",
  4189. "syscall.EKEYEXPIRED": "syscall",
  4190. "syscall.EKEYREJECTED": "syscall",
  4191. "syscall.EKEYREVOKED": "syscall",
  4192. "syscall.EL2HLT": "syscall",
  4193. "syscall.EL2NSYNC": "syscall",
  4194. "syscall.EL3HLT": "syscall",
  4195. "syscall.EL3RST": "syscall",
  4196. "syscall.ELAST": "syscall",
  4197. "syscall.ELF_NGREG": "syscall",
  4198. "syscall.ELF_PRARGSZ": "syscall",
  4199. "syscall.ELIBACC": "syscall",
  4200. "syscall.ELIBBAD": "syscall",
  4201. "syscall.ELIBEXEC": "syscall",
  4202. "syscall.ELIBMAX": "syscall",
  4203. "syscall.ELIBSCN": "syscall",
  4204. "syscall.ELNRNG": "syscall",
  4205. "syscall.ELOOP": "syscall",
  4206. "syscall.EMEDIUMTYPE": "syscall",
  4207. "syscall.EMFILE": "syscall",
  4208. "syscall.EMLINK": "syscall",
  4209. "syscall.EMSGSIZE": "syscall",
  4210. "syscall.EMT_TAGOVF": "syscall",
  4211. "syscall.EMULTIHOP": "syscall",
  4212. "syscall.EMUL_ENABLED": "syscall",
  4213. "syscall.EMUL_LINUX": "syscall",
  4214. "syscall.EMUL_LINUX32": "syscall",
  4215. "syscall.EMUL_MAXID": "syscall",
  4216. "syscall.EMUL_NATIVE": "syscall",
  4217. "syscall.ENAMETOOLONG": "syscall",
  4218. "syscall.ENAVAIL": "syscall",
  4219. "syscall.ENDRUNDISC": "syscall",
  4220. "syscall.ENEEDAUTH": "syscall",
  4221. "syscall.ENETDOWN": "syscall",
  4222. "syscall.ENETRESET": "syscall",
  4223. "syscall.ENETUNREACH": "syscall",
  4224. "syscall.ENFILE": "syscall",
  4225. "syscall.ENOANO": "syscall",
  4226. "syscall.ENOATTR": "syscall",
  4227. "syscall.ENOBUFS": "syscall",
  4228. "syscall.ENOCSI": "syscall",
  4229. "syscall.ENODATA": "syscall",
  4230. "syscall.ENODEV": "syscall",
  4231. "syscall.ENOENT": "syscall",
  4232. "syscall.ENOEXEC": "syscall",
  4233. "syscall.ENOKEY": "syscall",
  4234. "syscall.ENOLCK": "syscall",
  4235. "syscall.ENOLINK": "syscall",
  4236. "syscall.ENOMEDIUM": "syscall",
  4237. "syscall.ENOMEM": "syscall",
  4238. "syscall.ENOMSG": "syscall",
  4239. "syscall.ENONET": "syscall",
  4240. "syscall.ENOPKG": "syscall",
  4241. "syscall.ENOPOLICY": "syscall",
  4242. "syscall.ENOPROTOOPT": "syscall",
  4243. "syscall.ENOSPC": "syscall",
  4244. "syscall.ENOSR": "syscall",
  4245. "syscall.ENOSTR": "syscall",
  4246. "syscall.ENOSYS": "syscall",
  4247. "syscall.ENOTBLK": "syscall",
  4248. "syscall.ENOTCAPABLE": "syscall",
  4249. "syscall.ENOTCONN": "syscall",
  4250. "syscall.ENOTDIR": "syscall",
  4251. "syscall.ENOTEMPTY": "syscall",
  4252. "syscall.ENOTNAM": "syscall",
  4253. "syscall.ENOTRECOVERABLE": "syscall",
  4254. "syscall.ENOTSOCK": "syscall",
  4255. "syscall.ENOTSUP": "syscall",
  4256. "syscall.ENOTTY": "syscall",
  4257. "syscall.ENOTUNIQ": "syscall",
  4258. "syscall.ENXIO": "syscall",
  4259. "syscall.EN_SW_CTL_INF": "syscall",
  4260. "syscall.EN_SW_CTL_PREC": "syscall",
  4261. "syscall.EN_SW_CTL_ROUND": "syscall",
  4262. "syscall.EN_SW_DATACHAIN": "syscall",
  4263. "syscall.EN_SW_DENORM": "syscall",
  4264. "syscall.EN_SW_INVOP": "syscall",
  4265. "syscall.EN_SW_OVERFLOW": "syscall",
  4266. "syscall.EN_SW_PRECLOSS": "syscall",
  4267. "syscall.EN_SW_UNDERFLOW": "syscall",
  4268. "syscall.EN_SW_ZERODIV": "syscall",
  4269. "syscall.EOPNOTSUPP": "syscall",
  4270. "syscall.EOVERFLOW": "syscall",
  4271. "syscall.EOWNERDEAD": "syscall",
  4272. "syscall.EPERM": "syscall",
  4273. "syscall.EPFNOSUPPORT": "syscall",
  4274. "syscall.EPIPE": "syscall",
  4275. "syscall.EPOLLERR": "syscall",
  4276. "syscall.EPOLLET": "syscall",
  4277. "syscall.EPOLLHUP": "syscall",
  4278. "syscall.EPOLLIN": "syscall",
  4279. "syscall.EPOLLMSG": "syscall",
  4280. "syscall.EPOLLONESHOT": "syscall",
  4281. "syscall.EPOLLOUT": "syscall",
  4282. "syscall.EPOLLPRI": "syscall",
  4283. "syscall.EPOLLRDBAND": "syscall",
  4284. "syscall.EPOLLRDHUP": "syscall",
  4285. "syscall.EPOLLRDNORM": "syscall",
  4286. "syscall.EPOLLWRBAND": "syscall",
  4287. "syscall.EPOLLWRNORM": "syscall",
  4288. "syscall.EPOLL_CLOEXEC": "syscall",
  4289. "syscall.EPOLL_CTL_ADD": "syscall",
  4290. "syscall.EPOLL_CTL_DEL": "syscall",
  4291. "syscall.EPOLL_CTL_MOD": "syscall",
  4292. "syscall.EPOLL_NONBLOCK": "syscall",
  4293. "syscall.EPROCLIM": "syscall",
  4294. "syscall.EPROCUNAVAIL": "syscall",
  4295. "syscall.EPROGMISMATCH": "syscall",
  4296. "syscall.EPROGUNAVAIL": "syscall",
  4297. "syscall.EPROTO": "syscall",
  4298. "syscall.EPROTONOSUPPORT": "syscall",
  4299. "syscall.EPROTOTYPE": "syscall",
  4300. "syscall.EPWROFF": "syscall",
  4301. "syscall.ERANGE": "syscall",
  4302. "syscall.EREMCHG": "syscall",
  4303. "syscall.EREMOTE": "syscall",
  4304. "syscall.EREMOTEIO": "syscall",
  4305. "syscall.ERESTART": "syscall",
  4306. "syscall.ERFKILL": "syscall",
  4307. "syscall.EROFS": "syscall",
  4308. "syscall.ERPCMISMATCH": "syscall",
  4309. "syscall.ERROR_ACCESS_DENIED": "syscall",
  4310. "syscall.ERROR_ALREADY_EXISTS": "syscall",
  4311. "syscall.ERROR_BROKEN_PIPE": "syscall",
  4312. "syscall.ERROR_BUFFER_OVERFLOW": "syscall",
  4313. "syscall.ERROR_DIR_NOT_EMPTY": "syscall",
  4314. "syscall.ERROR_ENVVAR_NOT_FOUND": "syscall",
  4315. "syscall.ERROR_FILE_EXISTS": "syscall",
  4316. "syscall.ERROR_FILE_NOT_FOUND": "syscall",
  4317. "syscall.ERROR_HANDLE_EOF": "syscall",
  4318. "syscall.ERROR_INSUFFICIENT_BUFFER": "syscall",
  4319. "syscall.ERROR_IO_PENDING": "syscall",
  4320. "syscall.ERROR_MOD_NOT_FOUND": "syscall",
  4321. "syscall.ERROR_MORE_DATA": "syscall",
  4322. "syscall.ERROR_NETNAME_DELETED": "syscall",
  4323. "syscall.ERROR_NOT_FOUND": "syscall",
  4324. "syscall.ERROR_NO_MORE_FILES": "syscall",
  4325. "syscall.ERROR_OPERATION_ABORTED": "syscall",
  4326. "syscall.ERROR_PATH_NOT_FOUND": "syscall",
  4327. "syscall.ERROR_PRIVILEGE_NOT_HELD": "syscall",
  4328. "syscall.ERROR_PROC_NOT_FOUND": "syscall",
  4329. "syscall.ESHLIBVERS": "syscall",
  4330. "syscall.ESHUTDOWN": "syscall",
  4331. "syscall.ESOCKTNOSUPPORT": "syscall",
  4332. "syscall.ESPIPE": "syscall",
  4333. "syscall.ESRCH": "syscall",
  4334. "syscall.ESRMNT": "syscall",
  4335. "syscall.ESTALE": "syscall",
  4336. "syscall.ESTRPIPE": "syscall",
  4337. "syscall.ETHERCAP_JUMBO_MTU": "syscall",
  4338. "syscall.ETHERCAP_VLAN_HWTAGGING": "syscall",
  4339. "syscall.ETHERCAP_VLAN_MTU": "syscall",
  4340. "syscall.ETHERMIN": "syscall",
  4341. "syscall.ETHERMTU": "syscall",
  4342. "syscall.ETHERMTU_JUMBO": "syscall",
  4343. "syscall.ETHERTYPE_8023": "syscall",
  4344. "syscall.ETHERTYPE_AARP": "syscall",
  4345. "syscall.ETHERTYPE_ACCTON": "syscall",
  4346. "syscall.ETHERTYPE_AEONIC": "syscall",
  4347. "syscall.ETHERTYPE_ALPHA": "syscall",
  4348. "syscall.ETHERTYPE_AMBER": "syscall",
  4349. "syscall.ETHERTYPE_AMOEBA": "syscall",
  4350. "syscall.ETHERTYPE_AOE": "syscall",
  4351. "syscall.ETHERTYPE_APOLLO": "syscall",
  4352. "syscall.ETHERTYPE_APOLLODOMAIN": "syscall",
  4353. "syscall.ETHERTYPE_APPLETALK": "syscall",
  4354. "syscall.ETHERTYPE_APPLITEK": "syscall",
  4355. "syscall.ETHERTYPE_ARGONAUT": "syscall",
  4356. "syscall.ETHERTYPE_ARP": "syscall",
  4357. "syscall.ETHERTYPE_AT": "syscall",
  4358. "syscall.ETHERTYPE_ATALK": "syscall",
  4359. "syscall.ETHERTYPE_ATOMIC": "syscall",
  4360. "syscall.ETHERTYPE_ATT": "syscall",
  4361. "syscall.ETHERTYPE_ATTSTANFORD": "syscall",
  4362. "syscall.ETHERTYPE_AUTOPHON": "syscall",
  4363. "syscall.ETHERTYPE_AXIS": "syscall",
  4364. "syscall.ETHERTYPE_BCLOOP": "syscall",
  4365. "syscall.ETHERTYPE_BOFL": "syscall",
  4366. "syscall.ETHERTYPE_CABLETRON": "syscall",
  4367. "syscall.ETHERTYPE_CHAOS": "syscall",
  4368. "syscall.ETHERTYPE_COMDESIGN": "syscall",
  4369. "syscall.ETHERTYPE_COMPUGRAPHIC": "syscall",
  4370. "syscall.ETHERTYPE_COUNTERPOINT": "syscall",
  4371. "syscall.ETHERTYPE_CRONUS": "syscall",
  4372. "syscall.ETHERTYPE_CRONUSVLN": "syscall",
  4373. "syscall.ETHERTYPE_DCA": "syscall",
  4374. "syscall.ETHERTYPE_DDE": "syscall",
  4375. "syscall.ETHERTYPE_DEBNI": "syscall",
  4376. "syscall.ETHERTYPE_DECAM": "syscall",
  4377. "syscall.ETHERTYPE_DECCUST": "syscall",
  4378. "syscall.ETHERTYPE_DECDIAG": "syscall",
  4379. "syscall.ETHERTYPE_DECDNS": "syscall",
  4380. "syscall.ETHERTYPE_DECDTS": "syscall",
  4381. "syscall.ETHERTYPE_DECEXPER": "syscall",
  4382. "syscall.ETHERTYPE_DECLAST": "syscall",
  4383. "syscall.ETHERTYPE_DECLTM": "syscall",
  4384. "syscall.ETHERTYPE_DECMUMPS": "syscall",
  4385. "syscall.ETHERTYPE_DECNETBIOS": "syscall",
  4386. "syscall.ETHERTYPE_DELTACON": "syscall",
  4387. "syscall.ETHERTYPE_DIDDLE": "syscall",
  4388. "syscall.ETHERTYPE_DLOG1": "syscall",
  4389. "syscall.ETHERTYPE_DLOG2": "syscall",
  4390. "syscall.ETHERTYPE_DN": "syscall",
  4391. "syscall.ETHERTYPE_DOGFIGHT": "syscall",
  4392. "syscall.ETHERTYPE_DSMD": "syscall",
  4393. "syscall.ETHERTYPE_ECMA": "syscall",
  4394. "syscall.ETHERTYPE_ENCRYPT": "syscall",
  4395. "syscall.ETHERTYPE_ES": "syscall",
  4396. "syscall.ETHERTYPE_EXCELAN": "syscall",
  4397. "syscall.ETHERTYPE_EXPERDATA": "syscall",
  4398. "syscall.ETHERTYPE_FLIP": "syscall",
  4399. "syscall.ETHERTYPE_FLOWCONTROL": "syscall",
  4400. "syscall.ETHERTYPE_FRARP": "syscall",
  4401. "syscall.ETHERTYPE_GENDYN": "syscall",
  4402. "syscall.ETHERTYPE_HAYES": "syscall",
  4403. "syscall.ETHERTYPE_HIPPI_FP": "syscall",
  4404. "syscall.ETHERTYPE_HITACHI": "syscall",
  4405. "syscall.ETHERTYPE_HP": "syscall",
  4406. "syscall.ETHERTYPE_IEEEPUP": "syscall",
  4407. "syscall.ETHERTYPE_IEEEPUPAT": "syscall",
  4408. "syscall.ETHERTYPE_IMLBL": "syscall",
  4409. "syscall.ETHERTYPE_IMLBLDIAG": "syscall",
  4410. "syscall.ETHERTYPE_IP": "syscall",
  4411. "syscall.ETHERTYPE_IPAS": "syscall",
  4412. "syscall.ETHERTYPE_IPV6": "syscall",
  4413. "syscall.ETHERTYPE_IPX": "syscall",
  4414. "syscall.ETHERTYPE_IPXNEW": "syscall",
  4415. "syscall.ETHERTYPE_KALPANA": "syscall",
  4416. "syscall.ETHERTYPE_LANBRIDGE": "syscall",
  4417. "syscall.ETHERTYPE_LANPROBE": "syscall",
  4418. "syscall.ETHERTYPE_LAT": "syscall",
  4419. "syscall.ETHERTYPE_LBACK": "syscall",
  4420. "syscall.ETHERTYPE_LITTLE": "syscall",
  4421. "syscall.ETHERTYPE_LLDP": "syscall",
  4422. "syscall.ETHERTYPE_LOGICRAFT": "syscall",
  4423. "syscall.ETHERTYPE_LOOPBACK": "syscall",
  4424. "syscall.ETHERTYPE_MATRA": "syscall",
  4425. "syscall.ETHERTYPE_MAX": "syscall",
  4426. "syscall.ETHERTYPE_MERIT": "syscall",
  4427. "syscall.ETHERTYPE_MICP": "syscall",
  4428. "syscall.ETHERTYPE_MOPDL": "syscall",
  4429. "syscall.ETHERTYPE_MOPRC": "syscall",
  4430. "syscall.ETHERTYPE_MOTOROLA": "syscall",
  4431. "syscall.ETHERTYPE_MPLS": "syscall",
  4432. "syscall.ETHERTYPE_MPLS_MCAST": "syscall",
  4433. "syscall.ETHERTYPE_MUMPS": "syscall",
  4434. "syscall.ETHERTYPE_NBPCC": "syscall",
  4435. "syscall.ETHERTYPE_NBPCLAIM": "syscall",
  4436. "syscall.ETHERTYPE_NBPCLREQ": "syscall",
  4437. "syscall.ETHERTYPE_NBPCLRSP": "syscall",
  4438. "syscall.ETHERTYPE_NBPCREQ": "syscall",
  4439. "syscall.ETHERTYPE_NBPCRSP": "syscall",
  4440. "syscall.ETHERTYPE_NBPDG": "syscall",
  4441. "syscall.ETHERTYPE_NBPDGB": "syscall",
  4442. "syscall.ETHERTYPE_NBPDLTE": "syscall",
  4443. "syscall.ETHERTYPE_NBPRAR": "syscall",
  4444. "syscall.ETHERTYPE_NBPRAS": "syscall",
  4445. "syscall.ETHERTYPE_NBPRST": "syscall",
  4446. "syscall.ETHERTYPE_NBPSCD": "syscall",
  4447. "syscall.ETHERTYPE_NBPVCD": "syscall",
  4448. "syscall.ETHERTYPE_NBS": "syscall",
  4449. "syscall.ETHERTYPE_NCD": "syscall",
  4450. "syscall.ETHERTYPE_NESTAR": "syscall",
  4451. "syscall.ETHERTYPE_NETBEUI": "syscall",
  4452. "syscall.ETHERTYPE_NOVELL": "syscall",
  4453. "syscall.ETHERTYPE_NS": "syscall",
  4454. "syscall.ETHERTYPE_NSAT": "syscall",
  4455. "syscall.ETHERTYPE_NSCOMPAT": "syscall",
  4456. "syscall.ETHERTYPE_NTRAILER": "syscall",
  4457. "syscall.ETHERTYPE_OS9": "syscall",
  4458. "syscall.ETHERTYPE_OS9NET": "syscall",
  4459. "syscall.ETHERTYPE_PACER": "syscall",
  4460. "syscall.ETHERTYPE_PAE": "syscall",
  4461. "syscall.ETHERTYPE_PCS": "syscall",
  4462. "syscall.ETHERTYPE_PLANNING": "syscall",
  4463. "syscall.ETHERTYPE_PPP": "syscall",
  4464. "syscall.ETHERTYPE_PPPOE": "syscall",
  4465. "syscall.ETHERTYPE_PPPOEDISC": "syscall",
  4466. "syscall.ETHERTYPE_PRIMENTS": "syscall",
  4467. "syscall.ETHERTYPE_PUP": "syscall",
  4468. "syscall.ETHERTYPE_PUPAT": "syscall",
  4469. "syscall.ETHERTYPE_QINQ": "syscall",
  4470. "syscall.ETHERTYPE_RACAL": "syscall",
  4471. "syscall.ETHERTYPE_RATIONAL": "syscall",
  4472. "syscall.ETHERTYPE_RAWFR": "syscall",
  4473. "syscall.ETHERTYPE_RCL": "syscall",
  4474. "syscall.ETHERTYPE_RDP": "syscall",
  4475. "syscall.ETHERTYPE_RETIX": "syscall",
  4476. "syscall.ETHERTYPE_REVARP": "syscall",
  4477. "syscall.ETHERTYPE_SCA": "syscall",
  4478. "syscall.ETHERTYPE_SECTRA": "syscall",
  4479. "syscall.ETHERTYPE_SECUREDATA": "syscall",
  4480. "syscall.ETHERTYPE_SGITW": "syscall",
  4481. "syscall.ETHERTYPE_SG_BOUNCE": "syscall",
  4482. "syscall.ETHERTYPE_SG_DIAG": "syscall",
  4483. "syscall.ETHERTYPE_SG_NETGAMES": "syscall",
  4484. "syscall.ETHERTYPE_SG_RESV": "syscall",
  4485. "syscall.ETHERTYPE_SIMNET": "syscall",
  4486. "syscall.ETHERTYPE_SLOW": "syscall",
  4487. "syscall.ETHERTYPE_SLOWPROTOCOLS": "syscall",
  4488. "syscall.ETHERTYPE_SNA": "syscall",
  4489. "syscall.ETHERTYPE_SNMP": "syscall",
  4490. "syscall.ETHERTYPE_SONIX": "syscall",
  4491. "syscall.ETHERTYPE_SPIDER": "syscall",
  4492. "syscall.ETHERTYPE_SPRITE": "syscall",
  4493. "syscall.ETHERTYPE_STP": "syscall",
  4494. "syscall.ETHERTYPE_TALARIS": "syscall",
  4495. "syscall.ETHERTYPE_TALARISMC": "syscall",
  4496. "syscall.ETHERTYPE_TCPCOMP": "syscall",
  4497. "syscall.ETHERTYPE_TCPSM": "syscall",
  4498. "syscall.ETHERTYPE_TEC": "syscall",
  4499. "syscall.ETHERTYPE_TIGAN": "syscall",
  4500. "syscall.ETHERTYPE_TRAIL": "syscall",
  4501. "syscall.ETHERTYPE_TRANSETHER": "syscall",
  4502. "syscall.ETHERTYPE_TYMSHARE": "syscall",
  4503. "syscall.ETHERTYPE_UBBST": "syscall",
  4504. "syscall.ETHERTYPE_UBDEBUG": "syscall",
  4505. "syscall.ETHERTYPE_UBDIAGLOOP": "syscall",
  4506. "syscall.ETHERTYPE_UBDL": "syscall",
  4507. "syscall.ETHERTYPE_UBNIU": "syscall",
  4508. "syscall.ETHERTYPE_UBNMC": "syscall",
  4509. "syscall.ETHERTYPE_VALID": "syscall",
  4510. "syscall.ETHERTYPE_VARIAN": "syscall",
  4511. "syscall.ETHERTYPE_VAXELN": "syscall",
  4512. "syscall.ETHERTYPE_VEECO": "syscall",
  4513. "syscall.ETHERTYPE_VEXP": "syscall",
  4514. "syscall.ETHERTYPE_VGLAB": "syscall",
  4515. "syscall.ETHERTYPE_VINES": "syscall",
  4516. "syscall.ETHERTYPE_VINESECHO": "syscall",
  4517. "syscall.ETHERTYPE_VINESLOOP": "syscall",
  4518. "syscall.ETHERTYPE_VITAL": "syscall",
  4519. "syscall.ETHERTYPE_VLAN": "syscall",
  4520. "syscall.ETHERTYPE_VLTLMAN": "syscall",
  4521. "syscall.ETHERTYPE_VPROD": "syscall",
  4522. "syscall.ETHERTYPE_VURESERVED": "syscall",
  4523. "syscall.ETHERTYPE_WATERLOO": "syscall",
  4524. "syscall.ETHERTYPE_WELLFLEET": "syscall",
  4525. "syscall.ETHERTYPE_X25": "syscall",
  4526. "syscall.ETHERTYPE_X75": "syscall",
  4527. "syscall.ETHERTYPE_XNSSM": "syscall",
  4528. "syscall.ETHERTYPE_XTP": "syscall",
  4529. "syscall.ETHER_ADDR_LEN": "syscall",
  4530. "syscall.ETHER_ALIGN": "syscall",
  4531. "syscall.ETHER_CRC_LEN": "syscall",
  4532. "syscall.ETHER_CRC_POLY_BE": "syscall",
  4533. "syscall.ETHER_CRC_POLY_LE": "syscall",
  4534. "syscall.ETHER_HDR_LEN": "syscall",
  4535. "syscall.ETHER_MAX_DIX_LEN": "syscall",
  4536. "syscall.ETHER_MAX_LEN": "syscall",
  4537. "syscall.ETHER_MAX_LEN_JUMBO": "syscall",
  4538. "syscall.ETHER_MIN_LEN": "syscall",
  4539. "syscall.ETHER_PPPOE_ENCAP_LEN": "syscall",
  4540. "syscall.ETHER_TYPE_LEN": "syscall",
  4541. "syscall.ETHER_VLAN_ENCAP_LEN": "syscall",
  4542. "syscall.ETH_P_1588": "syscall",
  4543. "syscall.ETH_P_8021Q": "syscall",
  4544. "syscall.ETH_P_802_2": "syscall",
  4545. "syscall.ETH_P_802_3": "syscall",
  4546. "syscall.ETH_P_AARP": "syscall",
  4547. "syscall.ETH_P_ALL": "syscall",
  4548. "syscall.ETH_P_AOE": "syscall",
  4549. "syscall.ETH_P_ARCNET": "syscall",
  4550. "syscall.ETH_P_ARP": "syscall",
  4551. "syscall.ETH_P_ATALK": "syscall",
  4552. "syscall.ETH_P_ATMFATE": "syscall",
  4553. "syscall.ETH_P_ATMMPOA": "syscall",
  4554. "syscall.ETH_P_AX25": "syscall",
  4555. "syscall.ETH_P_BPQ": "syscall",
  4556. "syscall.ETH_P_CAIF": "syscall",
  4557. "syscall.ETH_P_CAN": "syscall",
  4558. "syscall.ETH_P_CONTROL": "syscall",
  4559. "syscall.ETH_P_CUST": "syscall",
  4560. "syscall.ETH_P_DDCMP": "syscall",
  4561. "syscall.ETH_P_DEC": "syscall",
  4562. "syscall.ETH_P_DIAG": "syscall",
  4563. "syscall.ETH_P_DNA_DL": "syscall",
  4564. "syscall.ETH_P_DNA_RC": "syscall",
  4565. "syscall.ETH_P_DNA_RT": "syscall",
  4566. "syscall.ETH_P_DSA": "syscall",
  4567. "syscall.ETH_P_ECONET": "syscall",
  4568. "syscall.ETH_P_EDSA": "syscall",
  4569. "syscall.ETH_P_FCOE": "syscall",
  4570. "syscall.ETH_P_FIP": "syscall",
  4571. "syscall.ETH_P_HDLC": "syscall",
  4572. "syscall.ETH_P_IEEE802154": "syscall",
  4573. "syscall.ETH_P_IEEEPUP": "syscall",
  4574. "syscall.ETH_P_IEEEPUPAT": "syscall",
  4575. "syscall.ETH_P_IP": "syscall",
  4576. "syscall.ETH_P_IPV6": "syscall",
  4577. "syscall.ETH_P_IPX": "syscall",
  4578. "syscall.ETH_P_IRDA": "syscall",
  4579. "syscall.ETH_P_LAT": "syscall",
  4580. "syscall.ETH_P_LINK_CTL": "syscall",
  4581. "syscall.ETH_P_LOCALTALK": "syscall",
  4582. "syscall.ETH_P_LOOP": "syscall",
  4583. "syscall.ETH_P_MOBITEX": "syscall",
  4584. "syscall.ETH_P_MPLS_MC": "syscall",
  4585. "syscall.ETH_P_MPLS_UC": "syscall",
  4586. "syscall.ETH_P_PAE": "syscall",
  4587. "syscall.ETH_P_PAUSE": "syscall",
  4588. "syscall.ETH_P_PHONET": "syscall",
  4589. "syscall.ETH_P_PPPTALK": "syscall",
  4590. "syscall.ETH_P_PPP_DISC": "syscall",
  4591. "syscall.ETH_P_PPP_MP": "syscall",
  4592. "syscall.ETH_P_PPP_SES": "syscall",
  4593. "syscall.ETH_P_PUP": "syscall",
  4594. "syscall.ETH_P_PUPAT": "syscall",
  4595. "syscall.ETH_P_RARP": "syscall",
  4596. "syscall.ETH_P_SCA": "syscall",
  4597. "syscall.ETH_P_SLOW": "syscall",
  4598. "syscall.ETH_P_SNAP": "syscall",
  4599. "syscall.ETH_P_TEB": "syscall",
  4600. "syscall.ETH_P_TIPC": "syscall",
  4601. "syscall.ETH_P_TRAILER": "syscall",
  4602. "syscall.ETH_P_TR_802_2": "syscall",
  4603. "syscall.ETH_P_WAN_PPP": "syscall",
  4604. "syscall.ETH_P_WCCP": "syscall",
  4605. "syscall.ETH_P_X25": "syscall",
  4606. "syscall.ETIME": "syscall",
  4607. "syscall.ETIMEDOUT": "syscall",
  4608. "syscall.ETOOMANYREFS": "syscall",
  4609. "syscall.ETXTBSY": "syscall",
  4610. "syscall.EUCLEAN": "syscall",
  4611. "syscall.EUNATCH": "syscall",
  4612. "syscall.EUSERS": "syscall",
  4613. "syscall.EVFILT_AIO": "syscall",
  4614. "syscall.EVFILT_FS": "syscall",
  4615. "syscall.EVFILT_LIO": "syscall",
  4616. "syscall.EVFILT_MACHPORT": "syscall",
  4617. "syscall.EVFILT_PROC": "syscall",
  4618. "syscall.EVFILT_READ": "syscall",
  4619. "syscall.EVFILT_SIGNAL": "syscall",
  4620. "syscall.EVFILT_SYSCOUNT": "syscall",
  4621. "syscall.EVFILT_THREADMARKER": "syscall",
  4622. "syscall.EVFILT_TIMER": "syscall",
  4623. "syscall.EVFILT_USER": "syscall",
  4624. "syscall.EVFILT_VM": "syscall",
  4625. "syscall.EVFILT_VNODE": "syscall",
  4626. "syscall.EVFILT_WRITE": "syscall",
  4627. "syscall.EV_ADD": "syscall",
  4628. "syscall.EV_CLEAR": "syscall",
  4629. "syscall.EV_DELETE": "syscall",
  4630. "syscall.EV_DISABLE": "syscall",
  4631. "syscall.EV_DISPATCH": "syscall",
  4632. "syscall.EV_DROP": "syscall",
  4633. "syscall.EV_ENABLE": "syscall",
  4634. "syscall.EV_EOF": "syscall",
  4635. "syscall.EV_ERROR": "syscall",
  4636. "syscall.EV_FLAG0": "syscall",
  4637. "syscall.EV_FLAG1": "syscall",
  4638. "syscall.EV_ONESHOT": "syscall",
  4639. "syscall.EV_OOBAND": "syscall",
  4640. "syscall.EV_POLL": "syscall",
  4641. "syscall.EV_RECEIPT": "syscall",
  4642. "syscall.EV_SYSFLAGS": "syscall",
  4643. "syscall.EWINDOWS": "syscall",
  4644. "syscall.EWOULDBLOCK": "syscall",
  4645. "syscall.EXDEV": "syscall",
  4646. "syscall.EXFULL": "syscall",
  4647. "syscall.EXTA": "syscall",
  4648. "syscall.EXTB": "syscall",
  4649. "syscall.EXTPROC": "syscall",
  4650. "syscall.Environ": "syscall",
  4651. "syscall.EpollCreate": "syscall",
  4652. "syscall.EpollCreate1": "syscall",
  4653. "syscall.EpollCtl": "syscall",
  4654. "syscall.EpollEvent": "syscall",
  4655. "syscall.EpollWait": "syscall",
  4656. "syscall.Errno": "syscall",
  4657. "syscall.EscapeArg": "syscall",
  4658. "syscall.Exchangedata": "syscall",
  4659. "syscall.Exec": "syscall",
  4660. "syscall.Exit": "syscall",
  4661. "syscall.ExitProcess": "syscall",
  4662. "syscall.FD_CLOEXEC": "syscall",
  4663. "syscall.FD_SETSIZE": "syscall",
  4664. "syscall.FILE_ACTION_ADDED": "syscall",
  4665. "syscall.FILE_ACTION_MODIFIED": "syscall",
  4666. "syscall.FILE_ACTION_REMOVED": "syscall",
  4667. "syscall.FILE_ACTION_RENAMED_NEW_NAME": "syscall",
  4668. "syscall.FILE_ACTION_RENAMED_OLD_NAME": "syscall",
  4669. "syscall.FILE_APPEND_DATA": "syscall",
  4670. "syscall.FILE_ATTRIBUTE_ARCHIVE": "syscall",
  4671. "syscall.FILE_ATTRIBUTE_DIRECTORY": "syscall",
  4672. "syscall.FILE_ATTRIBUTE_HIDDEN": "syscall",
  4673. "syscall.FILE_ATTRIBUTE_NORMAL": "syscall",
  4674. "syscall.FILE_ATTRIBUTE_READONLY": "syscall",
  4675. "syscall.FILE_ATTRIBUTE_REPARSE_POINT": "syscall",
  4676. "syscall.FILE_ATTRIBUTE_SYSTEM": "syscall",
  4677. "syscall.FILE_BEGIN": "syscall",
  4678. "syscall.FILE_CURRENT": "syscall",
  4679. "syscall.FILE_END": "syscall",
  4680. "syscall.FILE_FLAG_BACKUP_SEMANTICS": "syscall",
  4681. "syscall.FILE_FLAG_OPEN_REPARSE_POINT": "syscall",
  4682. "syscall.FILE_FLAG_OVERLAPPED": "syscall",
  4683. "syscall.FILE_LIST_DIRECTORY": "syscall",
  4684. "syscall.FILE_MAP_COPY": "syscall",
  4685. "syscall.FILE_MAP_EXECUTE": "syscall",
  4686. "syscall.FILE_MAP_READ": "syscall",
  4687. "syscall.FILE_MAP_WRITE": "syscall",
  4688. "syscall.FILE_NOTIFY_CHANGE_ATTRIBUTES": "syscall",
  4689. "syscall.FILE_NOTIFY_CHANGE_CREATION": "syscall",
  4690. "syscall.FILE_NOTIFY_CHANGE_DIR_NAME": "syscall",
  4691. "syscall.FILE_NOTIFY_CHANGE_FILE_NAME": "syscall",
  4692. "syscall.FILE_NOTIFY_CHANGE_LAST_ACCESS": "syscall",
  4693. "syscall.FILE_NOTIFY_CHANGE_LAST_WRITE": "syscall",
  4694. "syscall.FILE_NOTIFY_CHANGE_SIZE": "syscall",
  4695. "syscall.FILE_SHARE_DELETE": "syscall",
  4696. "syscall.FILE_SHARE_READ": "syscall",
  4697. "syscall.FILE_SHARE_WRITE": "syscall",
  4698. "syscall.FILE_SKIP_COMPLETION_PORT_ON_SUCCESS": "syscall",
  4699. "syscall.FILE_SKIP_SET_EVENT_ON_HANDLE": "syscall",
  4700. "syscall.FILE_TYPE_CHAR": "syscall",
  4701. "syscall.FILE_TYPE_DISK": "syscall",
  4702. "syscall.FILE_TYPE_PIPE": "syscall",
  4703. "syscall.FILE_TYPE_REMOTE": "syscall",
  4704. "syscall.FILE_TYPE_UNKNOWN": "syscall",
  4705. "syscall.FILE_WRITE_ATTRIBUTES": "syscall",
  4706. "syscall.FLUSHO": "syscall",
  4707. "syscall.FORMAT_MESSAGE_ALLOCATE_BUFFER": "syscall",
  4708. "syscall.FORMAT_MESSAGE_ARGUMENT_ARRAY": "syscall",
  4709. "syscall.FORMAT_MESSAGE_FROM_HMODULE": "syscall",
  4710. "syscall.FORMAT_MESSAGE_FROM_STRING": "syscall",
  4711. "syscall.FORMAT_MESSAGE_FROM_SYSTEM": "syscall",
  4712. "syscall.FORMAT_MESSAGE_IGNORE_INSERTS": "syscall",
  4713. "syscall.FORMAT_MESSAGE_MAX_WIDTH_MASK": "syscall",
  4714. "syscall.FSCTL_GET_REPARSE_POINT": "syscall",
  4715. "syscall.F_ADDFILESIGS": "syscall",
  4716. "syscall.F_ADDSIGS": "syscall",
  4717. "syscall.F_ALLOCATEALL": "syscall",
  4718. "syscall.F_ALLOCATECONTIG": "syscall",
  4719. "syscall.F_CANCEL": "syscall",
  4720. "syscall.F_CHKCLEAN": "syscall",
  4721. "syscall.F_CLOSEM": "syscall",
  4722. "syscall.F_DUP2FD": "syscall",
  4723. "syscall.F_DUP2FD_CLOEXEC": "syscall",
  4724. "syscall.F_DUPFD": "syscall",
  4725. "syscall.F_DUPFD_CLOEXEC": "syscall",
  4726. "syscall.F_EXLCK": "syscall",
  4727. "syscall.F_FLUSH_DATA": "syscall",
  4728. "syscall.F_FREEZE_FS": "syscall",
  4729. "syscall.F_FSCTL": "syscall",
  4730. "syscall.F_FSDIRMASK": "syscall",
  4731. "syscall.F_FSIN": "syscall",
  4732. "syscall.F_FSINOUT": "syscall",
  4733. "syscall.F_FSOUT": "syscall",
  4734. "syscall.F_FSPRIV": "syscall",
  4735. "syscall.F_FSVOID": "syscall",
  4736. "syscall.F_FULLFSYNC": "syscall",
  4737. "syscall.F_GETFD": "syscall",
  4738. "syscall.F_GETFL": "syscall",
  4739. "syscall.F_GETLEASE": "syscall",
  4740. "syscall.F_GETLK": "syscall",
  4741. "syscall.F_GETLK64": "syscall",
  4742. "syscall.F_GETLKPID": "syscall",
  4743. "syscall.F_GETNOSIGPIPE": "syscall",
  4744. "syscall.F_GETOWN": "syscall",
  4745. "syscall.F_GETOWN_EX": "syscall",
  4746. "syscall.F_GETPATH": "syscall",
  4747. "syscall.F_GETPATH_MTMINFO": "syscall",
  4748. "syscall.F_GETPIPE_SZ": "syscall",
  4749. "syscall.F_GETPROTECTIONCLASS": "syscall",
  4750. "syscall.F_GETSIG": "syscall",
  4751. "syscall.F_GLOBAL_NOCACHE": "syscall",
  4752. "syscall.F_LOCK": "syscall",
  4753. "syscall.F_LOG2PHYS": "syscall",
  4754. "syscall.F_LOG2PHYS_EXT": "syscall",
  4755. "syscall.F_MARKDEPENDENCY": "syscall",
  4756. "syscall.F_MAXFD": "syscall",
  4757. "syscall.F_NOCACHE": "syscall",
  4758. "syscall.F_NODIRECT": "syscall",
  4759. "syscall.F_NOTIFY": "syscall",
  4760. "syscall.F_OGETLK": "syscall",
  4761. "syscall.F_OK": "syscall",
  4762. "syscall.F_OSETLK": "syscall",
  4763. "syscall.F_OSETLKW": "syscall",
  4764. "syscall.F_PARAM_MASK": "syscall",
  4765. "syscall.F_PARAM_MAX": "syscall",
  4766. "syscall.F_PATHPKG_CHECK": "syscall",
  4767. "syscall.F_PEOFPOSMODE": "syscall",
  4768. "syscall.F_PREALLOCATE": "syscall",
  4769. "syscall.F_RDADVISE": "syscall",
  4770. "syscall.F_RDAHEAD": "syscall",
  4771. "syscall.F_RDLCK": "syscall",
  4772. "syscall.F_READAHEAD": "syscall",
  4773. "syscall.F_READBOOTSTRAP": "syscall",
  4774. "syscall.F_SETBACKINGSTORE": "syscall",
  4775. "syscall.F_SETFD": "syscall",
  4776. "syscall.F_SETFL": "syscall",
  4777. "syscall.F_SETLEASE": "syscall",
  4778. "syscall.F_SETLK": "syscall",
  4779. "syscall.F_SETLK64": "syscall",
  4780. "syscall.F_SETLKW": "syscall",
  4781. "syscall.F_SETLKW64": "syscall",
  4782. "syscall.F_SETLK_REMOTE": "syscall",
  4783. "syscall.F_SETNOSIGPIPE": "syscall",
  4784. "syscall.F_SETOWN": "syscall",
  4785. "syscall.F_SETOWN_EX": "syscall",
  4786. "syscall.F_SETPIPE_SZ": "syscall",
  4787. "syscall.F_SETPROTECTIONCLASS": "syscall",
  4788. "syscall.F_SETSIG": "syscall",
  4789. "syscall.F_SETSIZE": "syscall",
  4790. "syscall.F_SHLCK": "syscall",
  4791. "syscall.F_TEST": "syscall",
  4792. "syscall.F_THAW_FS": "syscall",
  4793. "syscall.F_TLOCK": "syscall",
  4794. "syscall.F_ULOCK": "syscall",
  4795. "syscall.F_UNLCK": "syscall",
  4796. "syscall.F_UNLCKSYS": "syscall",
  4797. "syscall.F_VOLPOSMODE": "syscall",
  4798. "syscall.F_WRITEBOOTSTRAP": "syscall",
  4799. "syscall.F_WRLCK": "syscall",
  4800. "syscall.Faccessat": "syscall",
  4801. "syscall.Fallocate": "syscall",
  4802. "syscall.Fbootstraptransfer_t": "syscall",
  4803. "syscall.Fchdir": "syscall",
  4804. "syscall.Fchflags": "syscall",
  4805. "syscall.Fchmod": "syscall",
  4806. "syscall.Fchmodat": "syscall",
  4807. "syscall.Fchown": "syscall",
  4808. "syscall.Fchownat": "syscall",
  4809. "syscall.FcntlFlock": "syscall",
  4810. "syscall.FdSet": "syscall",
  4811. "syscall.Fdatasync": "syscall",
  4812. "syscall.FileNotifyInformation": "syscall",
  4813. "syscall.Filetime": "syscall",
  4814. "syscall.FindClose": "syscall",
  4815. "syscall.FindFirstFile": "syscall",
  4816. "syscall.FindNextFile": "syscall",
  4817. "syscall.Flock": "syscall",
  4818. "syscall.Flock_t": "syscall",
  4819. "syscall.FlushBpf": "syscall",
  4820. "syscall.FlushFileBuffers": "syscall",
  4821. "syscall.FlushViewOfFile": "syscall",
  4822. "syscall.ForkExec": "syscall",
  4823. "syscall.ForkLock": "syscall",
  4824. "syscall.FormatMessage": "syscall",
  4825. "syscall.Fpathconf": "syscall",
  4826. "syscall.FreeAddrInfoW": "syscall",
  4827. "syscall.FreeEnvironmentStrings": "syscall",
  4828. "syscall.FreeLibrary": "syscall",
  4829. "syscall.Fsid": "syscall",
  4830. "syscall.Fstat": "syscall",
  4831. "syscall.Fstatfs": "syscall",
  4832. "syscall.Fstore_t": "syscall",
  4833. "syscall.Fsync": "syscall",
  4834. "syscall.Ftruncate": "syscall",
  4835. "syscall.FullPath": "syscall",
  4836. "syscall.Futimes": "syscall",
  4837. "syscall.Futimesat": "syscall",
  4838. "syscall.GENERIC_ALL": "syscall",
  4839. "syscall.GENERIC_EXECUTE": "syscall",
  4840. "syscall.GENERIC_READ": "syscall",
  4841. "syscall.GENERIC_WRITE": "syscall",
  4842. "syscall.GUID": "syscall",
  4843. "syscall.GetAcceptExSockaddrs": "syscall",
  4844. "syscall.GetAdaptersInfo": "syscall",
  4845. "syscall.GetAddrInfoW": "syscall",
  4846. "syscall.GetCommandLine": "syscall",
  4847. "syscall.GetComputerName": "syscall",
  4848. "syscall.GetConsoleMode": "syscall",
  4849. "syscall.GetCurrentDirectory": "syscall",
  4850. "syscall.GetCurrentProcess": "syscall",
  4851. "syscall.GetEnvironmentStrings": "syscall",
  4852. "syscall.GetEnvironmentVariable": "syscall",
  4853. "syscall.GetExitCodeProcess": "syscall",
  4854. "syscall.GetFileAttributes": "syscall",
  4855. "syscall.GetFileAttributesEx": "syscall",
  4856. "syscall.GetFileExInfoStandard": "syscall",
  4857. "syscall.GetFileExMaxInfoLevel": "syscall",
  4858. "syscall.GetFileInformationByHandle": "syscall",
  4859. "syscall.GetFileType": "syscall",
  4860. "syscall.GetFullPathName": "syscall",
  4861. "syscall.GetHostByName": "syscall",
  4862. "syscall.GetIfEntry": "syscall",
  4863. "syscall.GetLastError": "syscall",
  4864. "syscall.GetLengthSid": "syscall",
  4865. "syscall.GetLongPathName": "syscall",
  4866. "syscall.GetProcAddress": "syscall",
  4867. "syscall.GetProcessTimes": "syscall",
  4868. "syscall.GetProtoByName": "syscall",
  4869. "syscall.GetQueuedCompletionStatus": "syscall",
  4870. "syscall.GetServByName": "syscall",
  4871. "syscall.GetShortPathName": "syscall",
  4872. "syscall.GetStartupInfo": "syscall",
  4873. "syscall.GetStdHandle": "syscall",
  4874. "syscall.GetSystemTimeAsFileTime": "syscall",
  4875. "syscall.GetTempPath": "syscall",
  4876. "syscall.GetTimeZoneInformation": "syscall",
  4877. "syscall.GetTokenInformation": "syscall",
  4878. "syscall.GetUserNameEx": "syscall",
  4879. "syscall.GetUserProfileDirectory": "syscall",
  4880. "syscall.GetVersion": "syscall",
  4881. "syscall.Getcwd": "syscall",
  4882. "syscall.Getdents": "syscall",
  4883. "syscall.Getdirentries": "syscall",
  4884. "syscall.Getdtablesize": "syscall",
  4885. "syscall.Getegid": "syscall",
  4886. "syscall.Getenv": "syscall",
  4887. "syscall.Geteuid": "syscall",
  4888. "syscall.Getfsstat": "syscall",
  4889. "syscall.Getgid": "syscall",
  4890. "syscall.Getgroups": "syscall",
  4891. "syscall.Getpagesize": "syscall",
  4892. "syscall.Getpeername": "syscall",
  4893. "syscall.Getpgid": "syscall",
  4894. "syscall.Getpgrp": "syscall",
  4895. "syscall.Getpid": "syscall",
  4896. "syscall.Getppid": "syscall",
  4897. "syscall.Getpriority": "syscall",
  4898. "syscall.Getrlimit": "syscall",
  4899. "syscall.Getrusage": "syscall",
  4900. "syscall.Getsid": "syscall",
  4901. "syscall.Getsockname": "syscall",
  4902. "syscall.Getsockopt": "syscall",
  4903. "syscall.GetsockoptByte": "syscall",
  4904. "syscall.GetsockoptICMPv6Filter": "syscall",
  4905. "syscall.GetsockoptIPMreq": "syscall",
  4906. "syscall.GetsockoptIPMreqn": "syscall",
  4907. "syscall.GetsockoptIPv6MTUInfo": "syscall",
  4908. "syscall.GetsockoptIPv6Mreq": "syscall",
  4909. "syscall.GetsockoptInet4Addr": "syscall",
  4910. "syscall.GetsockoptInt": "syscall",
  4911. "syscall.GetsockoptUcred": "syscall",
  4912. "syscall.Gettid": "syscall",
  4913. "syscall.Gettimeofday": "syscall",
  4914. "syscall.Getuid": "syscall",
  4915. "syscall.Getwd": "syscall",
  4916. "syscall.Getxattr": "syscall",
  4917. "syscall.HANDLE_FLAG_INHERIT": "syscall",
  4918. "syscall.HKEY_CLASSES_ROOT": "syscall",
  4919. "syscall.HKEY_CURRENT_CONFIG": "syscall",
  4920. "syscall.HKEY_CURRENT_USER": "syscall",
  4921. "syscall.HKEY_DYN_DATA": "syscall",
  4922. "syscall.HKEY_LOCAL_MACHINE": "syscall",
  4923. "syscall.HKEY_PERFORMANCE_DATA": "syscall",
  4924. "syscall.HKEY_USERS": "syscall",
  4925. "syscall.HUPCL": "syscall",
  4926. "syscall.Handle": "syscall",
  4927. "syscall.Hostent": "syscall",
  4928. "syscall.ICANON": "syscall",
  4929. "syscall.ICMP6_FILTER": "syscall",
  4930. "syscall.ICMPV6_FILTER": "syscall",
  4931. "syscall.ICMPv6Filter": "syscall",
  4932. "syscall.ICRNL": "syscall",
  4933. "syscall.IEXTEN": "syscall",
  4934. "syscall.IFAN_ARRIVAL": "syscall",
  4935. "syscall.IFAN_DEPARTURE": "syscall",
  4936. "syscall.IFA_ADDRESS": "syscall",
  4937. "syscall.IFA_ANYCAST": "syscall",
  4938. "syscall.IFA_BROADCAST": "syscall",
  4939. "syscall.IFA_CACHEINFO": "syscall",
  4940. "syscall.IFA_F_DADFAILED": "syscall",
  4941. "syscall.IFA_F_DEPRECATED": "syscall",
  4942. "syscall.IFA_F_HOMEADDRESS": "syscall",
  4943. "syscall.IFA_F_NODAD": "syscall",
  4944. "syscall.IFA_F_OPTIMISTIC": "syscall",
  4945. "syscall.IFA_F_PERMANENT": "syscall",
  4946. "syscall.IFA_F_SECONDARY": "syscall",
  4947. "syscall.IFA_F_TEMPORARY": "syscall",
  4948. "syscall.IFA_F_TENTATIVE": "syscall",
  4949. "syscall.IFA_LABEL": "syscall",
  4950. "syscall.IFA_LOCAL": "syscall",
  4951. "syscall.IFA_MAX": "syscall",
  4952. "syscall.IFA_MULTICAST": "syscall",
  4953. "syscall.IFA_ROUTE": "syscall",
  4954. "syscall.IFA_UNSPEC": "syscall",
  4955. "syscall.IFF_ALLMULTI": "syscall",
  4956. "syscall.IFF_ALTPHYS": "syscall",
  4957. "syscall.IFF_AUTOMEDIA": "syscall",
  4958. "syscall.IFF_BROADCAST": "syscall",
  4959. "syscall.IFF_CANTCHANGE": "syscall",
  4960. "syscall.IFF_CANTCONFIG": "syscall",
  4961. "syscall.IFF_DEBUG": "syscall",
  4962. "syscall.IFF_DRV_OACTIVE": "syscall",
  4963. "syscall.IFF_DRV_RUNNING": "syscall",
  4964. "syscall.IFF_DYING": "syscall",
  4965. "syscall.IFF_DYNAMIC": "syscall",
  4966. "syscall.IFF_LINK0": "syscall",
  4967. "syscall.IFF_LINK1": "syscall",
  4968. "syscall.IFF_LINK2": "syscall",
  4969. "syscall.IFF_LOOPBACK": "syscall",
  4970. "syscall.IFF_MASTER": "syscall",
  4971. "syscall.IFF_MONITOR": "syscall",
  4972. "syscall.IFF_MULTICAST": "syscall",
  4973. "syscall.IFF_NOARP": "syscall",
  4974. "syscall.IFF_NOTRAILERS": "syscall",
  4975. "syscall.IFF_NO_PI": "syscall",
  4976. "syscall.IFF_OACTIVE": "syscall",
  4977. "syscall.IFF_ONE_QUEUE": "syscall",
  4978. "syscall.IFF_POINTOPOINT": "syscall",
  4979. "syscall.IFF_POINTTOPOINT": "syscall",
  4980. "syscall.IFF_PORTSEL": "syscall",
  4981. "syscall.IFF_PPROMISC": "syscall",
  4982. "syscall.IFF_PROMISC": "syscall",
  4983. "syscall.IFF_RENAMING": "syscall",
  4984. "syscall.IFF_RUNNING": "syscall",
  4985. "syscall.IFF_SIMPLEX": "syscall",
  4986. "syscall.IFF_SLAVE": "syscall",
  4987. "syscall.IFF_SMART": "syscall",
  4988. "syscall.IFF_STATICARP": "syscall",
  4989. "syscall.IFF_TAP": "syscall",
  4990. "syscall.IFF_TUN": "syscall",
  4991. "syscall.IFF_TUN_EXCL": "syscall",
  4992. "syscall.IFF_UP": "syscall",
  4993. "syscall.IFF_VNET_HDR": "syscall",
  4994. "syscall.IFLA_ADDRESS": "syscall",
  4995. "syscall.IFLA_BROADCAST": "syscall",
  4996. "syscall.IFLA_COST": "syscall",
  4997. "syscall.IFLA_IFALIAS": "syscall",
  4998. "syscall.IFLA_IFNAME": "syscall",
  4999. "syscall.IFLA_LINK": "syscall",
  5000. "syscall.IFLA_LINKINFO": "syscall",
  5001. "syscall.IFLA_LINKMODE": "syscall",
  5002. "syscall.IFLA_MAP": "syscall",
  5003. "syscall.IFLA_MASTER": "syscall",
  5004. "syscall.IFLA_MAX": "syscall",
  5005. "syscall.IFLA_MTU": "syscall",
  5006. "syscall.IFLA_NET_NS_PID": "syscall",
  5007. "syscall.IFLA_OPERSTATE": "syscall",
  5008. "syscall.IFLA_PRIORITY": "syscall",
  5009. "syscall.IFLA_PROTINFO": "syscall",
  5010. "syscall.IFLA_QDISC": "syscall",
  5011. "syscall.IFLA_STATS": "syscall",
  5012. "syscall.IFLA_TXQLEN": "syscall",
  5013. "syscall.IFLA_UNSPEC": "syscall",
  5014. "syscall.IFLA_WEIGHT": "syscall",
  5015. "syscall.IFLA_WIRELESS": "syscall",
  5016. "syscall.IFNAMSIZ": "syscall",
  5017. "syscall.IFT_1822": "syscall",
  5018. "syscall.IFT_A12MPPSWITCH": "syscall",
  5019. "syscall.IFT_AAL2": "syscall",
  5020. "syscall.IFT_AAL5": "syscall",
  5021. "syscall.IFT_ADSL": "syscall",
  5022. "syscall.IFT_AFLANE8023": "syscall",
  5023. "syscall.IFT_AFLANE8025": "syscall",
  5024. "syscall.IFT_ARAP": "syscall",
  5025. "syscall.IFT_ARCNET": "syscall",
  5026. "syscall.IFT_ARCNETPLUS": "syscall",
  5027. "syscall.IFT_ASYNC": "syscall",
  5028. "syscall.IFT_ATM": "syscall",
  5029. "syscall.IFT_ATMDXI": "syscall",
  5030. "syscall.IFT_ATMFUNI": "syscall",
  5031. "syscall.IFT_ATMIMA": "syscall",
  5032. "syscall.IFT_ATMLOGICAL": "syscall",
  5033. "syscall.IFT_ATMRADIO": "syscall",
  5034. "syscall.IFT_ATMSUBINTERFACE": "syscall",
  5035. "syscall.IFT_ATMVCIENDPT": "syscall",
  5036. "syscall.IFT_ATMVIRTUAL": "syscall",
  5037. "syscall.IFT_BGPPOLICYACCOUNTING": "syscall",
  5038. "syscall.IFT_BLUETOOTH": "syscall",
  5039. "syscall.IFT_BRIDGE": "syscall",
  5040. "syscall.IFT_BSC": "syscall",
  5041. "syscall.IFT_CARP": "syscall",
  5042. "syscall.IFT_CCTEMUL": "syscall",
  5043. "syscall.IFT_CELLULAR": "syscall",
  5044. "syscall.IFT_CEPT": "syscall",
  5045. "syscall.IFT_CES": "syscall",
  5046. "syscall.IFT_CHANNEL": "syscall",
  5047. "syscall.IFT_CNR": "syscall",
  5048. "syscall.IFT_COFFEE": "syscall",
  5049. "syscall.IFT_COMPOSITELINK": "syscall",
  5050. "syscall.IFT_DCN": "syscall",
  5051. "syscall.IFT_DIGITALPOWERLINE": "syscall",
  5052. "syscall.IFT_DIGITALWRAPPEROVERHEADCHANNEL": "syscall",
  5053. "syscall.IFT_DLSW": "syscall",
  5054. "syscall.IFT_DOCSCABLEDOWNSTREAM": "syscall",
  5055. "syscall.IFT_DOCSCABLEMACLAYER": "syscall",
  5056. "syscall.IFT_DOCSCABLEUPSTREAM": "syscall",
  5057. "syscall.IFT_DOCSCABLEUPSTREAMCHANNEL": "syscall",
  5058. "syscall.IFT_DS0": "syscall",
  5059. "syscall.IFT_DS0BUNDLE": "syscall",
  5060. "syscall.IFT_DS1FDL": "syscall",
  5061. "syscall.IFT_DS3": "syscall",
  5062. "syscall.IFT_DTM": "syscall",
  5063. "syscall.IFT_DUMMY": "syscall",
  5064. "syscall.IFT_DVBASILN": "syscall",
  5065. "syscall.IFT_DVBASIOUT": "syscall",
  5066. "syscall.IFT_DVBRCCDOWNSTREAM": "syscall",
  5067. "syscall.IFT_DVBRCCMACLAYER": "syscall",
  5068. "syscall.IFT_DVBRCCUPSTREAM": "syscall",
  5069. "syscall.IFT_ECONET": "syscall",
  5070. "syscall.IFT_ENC": "syscall",
  5071. "syscall.IFT_EON": "syscall",
  5072. "syscall.IFT_EPLRS": "syscall",
  5073. "syscall.IFT_ESCON": "syscall",
  5074. "syscall.IFT_ETHER": "syscall",
  5075. "syscall.IFT_FAITH": "syscall",
  5076. "syscall.IFT_FAST": "syscall",
  5077. "syscall.IFT_FASTETHER": "syscall",
  5078. "syscall.IFT_FASTETHERFX": "syscall",
  5079. "syscall.IFT_FDDI": "syscall",
  5080. "syscall.IFT_FIBRECHANNEL": "syscall",
  5081. "syscall.IFT_FRAMERELAYINTERCONNECT": "syscall",
  5082. "syscall.IFT_FRAMERELAYMPI": "syscall",
  5083. "syscall.IFT_FRDLCIENDPT": "syscall",
  5084. "syscall.IFT_FRELAY": "syscall",
  5085. "syscall.IFT_FRELAYDCE": "syscall",
  5086. "syscall.IFT_FRF16MFRBUNDLE": "syscall",
  5087. "syscall.IFT_FRFORWARD": "syscall",
  5088. "syscall.IFT_G703AT2MB": "syscall",
  5089. "syscall.IFT_G703AT64K": "syscall",
  5090. "syscall.IFT_GIF": "syscall",
  5091. "syscall.IFT_GIGABITETHERNET": "syscall",
  5092. "syscall.IFT_GR303IDT": "syscall",
  5093. "syscall.IFT_GR303RDT": "syscall",
  5094. "syscall.IFT_H323GATEKEEPER": "syscall",
  5095. "syscall.IFT_H323PROXY": "syscall",
  5096. "syscall.IFT_HDH1822": "syscall",
  5097. "syscall.IFT_HDLC": "syscall",
  5098. "syscall.IFT_HDSL2": "syscall",
  5099. "syscall.IFT_HIPERLAN2": "syscall",
  5100. "syscall.IFT_HIPPI": "syscall",
  5101. "syscall.IFT_HIPPIINTERFACE": "syscall",
  5102. "syscall.IFT_HOSTPAD": "syscall",
  5103. "syscall.IFT_HSSI": "syscall",
  5104. "syscall.IFT_HY": "syscall",
  5105. "syscall.IFT_IBM370PARCHAN": "syscall",
  5106. "syscall.IFT_IDSL": "syscall",
  5107. "syscall.IFT_IEEE1394": "syscall",
  5108. "syscall.IFT_IEEE80211": "syscall",
  5109. "syscall.IFT_IEEE80212": "syscall",
  5110. "syscall.IFT_IEEE8023ADLAG": "syscall",
  5111. "syscall.IFT_IFGSN": "syscall",
  5112. "syscall.IFT_IMT": "syscall",
  5113. "syscall.IFT_INFINIBAND": "syscall",
  5114. "syscall.IFT_INTERLEAVE": "syscall",
  5115. "syscall.IFT_IP": "syscall",
  5116. "syscall.IFT_IPFORWARD": "syscall",
  5117. "syscall.IFT_IPOVERATM": "syscall",
  5118. "syscall.IFT_IPOVERCDLC": "syscall",
  5119. "syscall.IFT_IPOVERCLAW": "syscall",
  5120. "syscall.IFT_IPSWITCH": "syscall",
  5121. "syscall.IFT_IPXIP": "syscall",
  5122. "syscall.IFT_ISDN": "syscall",
  5123. "syscall.IFT_ISDNBASIC": "syscall",
  5124. "syscall.IFT_ISDNPRIMARY": "syscall",
  5125. "syscall.IFT_ISDNS": "syscall",
  5126. "syscall.IFT_ISDNU": "syscall",
  5127. "syscall.IFT_ISO88022LLC": "syscall",
  5128. "syscall.IFT_ISO88023": "syscall",
  5129. "syscall.IFT_ISO88024": "syscall",
  5130. "syscall.IFT_ISO88025": "syscall",
  5131. "syscall.IFT_ISO88025CRFPINT": "syscall",
  5132. "syscall.IFT_ISO88025DTR": "syscall",
  5133. "syscall.IFT_ISO88025FIBER": "syscall",
  5134. "syscall.IFT_ISO88026": "syscall",
  5135. "syscall.IFT_ISUP": "syscall",
  5136. "syscall.IFT_L2VLAN": "syscall",
  5137. "syscall.IFT_L3IPVLAN": "syscall",
  5138. "syscall.IFT_L3IPXVLAN": "syscall",
  5139. "syscall.IFT_LAPB": "syscall",
  5140. "syscall.IFT_LAPD": "syscall",
  5141. "syscall.IFT_LAPF": "syscall",
  5142. "syscall.IFT_LINEGROUP": "syscall",
  5143. "syscall.IFT_LOCALTALK": "syscall",
  5144. "syscall.IFT_LOOP": "syscall",
  5145. "syscall.IFT_MEDIAMAILOVERIP": "syscall",
  5146. "syscall.IFT_MFSIGLINK": "syscall",
  5147. "syscall.IFT_MIOX25": "syscall",
  5148. "syscall.IFT_MODEM": "syscall",
  5149. "syscall.IFT_MPC": "syscall",
  5150. "syscall.IFT_MPLS": "syscall",
  5151. "syscall.IFT_MPLSTUNNEL": "syscall",
  5152. "syscall.IFT_MSDSL": "syscall",
  5153. "syscall.IFT_MVL": "syscall",
  5154. "syscall.IFT_MYRINET": "syscall",
  5155. "syscall.IFT_NFAS": "syscall",
  5156. "syscall.IFT_NSIP": "syscall",
  5157. "syscall.IFT_OPTICALCHANNEL": "syscall",
  5158. "syscall.IFT_OPTICALTRANSPORT": "syscall",
  5159. "syscall.IFT_OTHER": "syscall",
  5160. "syscall.IFT_P10": "syscall",
  5161. "syscall.IFT_P80": "syscall",
  5162. "syscall.IFT_PARA": "syscall",
  5163. "syscall.IFT_PDP": "syscall",
  5164. "syscall.IFT_PFLOG": "syscall",
  5165. "syscall.IFT_PFLOW": "syscall",
  5166. "syscall.IFT_PFSYNC": "syscall",
  5167. "syscall.IFT_PLC": "syscall",
  5168. "syscall.IFT_PON155": "syscall",
  5169. "syscall.IFT_PON622": "syscall",
  5170. "syscall.IFT_POS": "syscall",
  5171. "syscall.IFT_PPP": "syscall",
  5172. "syscall.IFT_PPPMULTILINKBUNDLE": "syscall",
  5173. "syscall.IFT_PROPATM": "syscall",
  5174. "syscall.IFT_PROPBWAP2MP": "syscall",
  5175. "syscall.IFT_PROPCNLS": "syscall",
  5176. "syscall.IFT_PROPDOCSWIRELESSDOWNSTREAM": "syscall",
  5177. "syscall.IFT_PROPDOCSWIRELESSMACLAYER": "syscall",
  5178. "syscall.IFT_PROPDOCSWIRELESSUPSTREAM": "syscall",
  5179. "syscall.IFT_PROPMUX": "syscall",
  5180. "syscall.IFT_PROPVIRTUAL": "syscall",
  5181. "syscall.IFT_PROPWIRELESSP2P": "syscall",
  5182. "syscall.IFT_PTPSERIAL": "syscall",
  5183. "syscall.IFT_PVC": "syscall",
  5184. "syscall.IFT_Q2931": "syscall",
  5185. "syscall.IFT_QLLC": "syscall",
  5186. "syscall.IFT_RADIOMAC": "syscall",
  5187. "syscall.IFT_RADSL": "syscall",
  5188. "syscall.IFT_REACHDSL": "syscall",
  5189. "syscall.IFT_RFC1483": "syscall",
  5190. "syscall.IFT_RS232": "syscall",
  5191. "syscall.IFT_RSRB": "syscall",
  5192. "syscall.IFT_SDLC": "syscall",
  5193. "syscall.IFT_SDSL": "syscall",
  5194. "syscall.IFT_SHDSL": "syscall",
  5195. "syscall.IFT_SIP": "syscall",
  5196. "syscall.IFT_SIPSIG": "syscall",
  5197. "syscall.IFT_SIPTG": "syscall",
  5198. "syscall.IFT_SLIP": "syscall",
  5199. "syscall.IFT_SMDSDXI": "syscall",
  5200. "syscall.IFT_SMDSICIP": "syscall",
  5201. "syscall.IFT_SONET": "syscall",
  5202. "syscall.IFT_SONETOVERHEADCHANNEL": "syscall",
  5203. "syscall.IFT_SONETPATH": "syscall",
  5204. "syscall.IFT_SONETVT": "syscall",
  5205. "syscall.IFT_SRP": "syscall",
  5206. "syscall.IFT_SS7SIGLINK": "syscall",
  5207. "syscall.IFT_STACKTOSTACK": "syscall",
  5208. "syscall.IFT_STARLAN": "syscall",
  5209. "syscall.IFT_STF": "syscall",
  5210. "syscall.IFT_T1": "syscall",
  5211. "syscall.IFT_TDLC": "syscall",
  5212. "syscall.IFT_TELINK": "syscall",
  5213. "syscall.IFT_TERMPAD": "syscall",
  5214. "syscall.IFT_TR008": "syscall",
  5215. "syscall.IFT_TRANSPHDLC": "syscall",
  5216. "syscall.IFT_TUNNEL": "syscall",
  5217. "syscall.IFT_ULTRA": "syscall",
  5218. "syscall.IFT_USB": "syscall",
  5219. "syscall.IFT_V11": "syscall",
  5220. "syscall.IFT_V35": "syscall",
  5221. "syscall.IFT_V36": "syscall",
  5222. "syscall.IFT_V37": "syscall",
  5223. "syscall.IFT_VDSL": "syscall",
  5224. "syscall.IFT_VIRTUALIPADDRESS": "syscall",
  5225. "syscall.IFT_VIRTUALTG": "syscall",
  5226. "syscall.IFT_VOICEDID": "syscall",
  5227. "syscall.IFT_VOICEEM": "syscall",
  5228. "syscall.IFT_VOICEEMFGD": "syscall",
  5229. "syscall.IFT_VOICEENCAP": "syscall",
  5230. "syscall.IFT_VOICEFGDEANA": "syscall",
  5231. "syscall.IFT_VOICEFXO": "syscall",
  5232. "syscall.IFT_VOICEFXS": "syscall",
  5233. "syscall.IFT_VOICEOVERATM": "syscall",
  5234. "syscall.IFT_VOICEOVERCABLE": "syscall",
  5235. "syscall.IFT_VOICEOVERFRAMERELAY": "syscall",
  5236. "syscall.IFT_VOICEOVERIP": "syscall",
  5237. "syscall.IFT_X213": "syscall",
  5238. "syscall.IFT_X25": "syscall",
  5239. "syscall.IFT_X25DDN": "syscall",
  5240. "syscall.IFT_X25HUNTGROUP": "syscall",
  5241. "syscall.IFT_X25MLP": "syscall",
  5242. "syscall.IFT_X25PLE": "syscall",
  5243. "syscall.IFT_XETHER": "syscall",
  5244. "syscall.IGNBRK": "syscall",
  5245. "syscall.IGNCR": "syscall",
  5246. "syscall.IGNORE": "syscall",
  5247. "syscall.IGNPAR": "syscall",
  5248. "syscall.IMAXBEL": "syscall",
  5249. "syscall.INFINITE": "syscall",
  5250. "syscall.INLCR": "syscall",
  5251. "syscall.INPCK": "syscall",
  5252. "syscall.INVALID_FILE_ATTRIBUTES": "syscall",
  5253. "syscall.IN_ACCESS": "syscall",
  5254. "syscall.IN_ALL_EVENTS": "syscall",
  5255. "syscall.IN_ATTRIB": "syscall",
  5256. "syscall.IN_CLASSA_HOST": "syscall",
  5257. "syscall.IN_CLASSA_MAX": "syscall",
  5258. "syscall.IN_CLASSA_NET": "syscall",
  5259. "syscall.IN_CLASSA_NSHIFT": "syscall",
  5260. "syscall.IN_CLASSB_HOST": "syscall",
  5261. "syscall.IN_CLASSB_MAX": "syscall",
  5262. "syscall.IN_CLASSB_NET": "syscall",
  5263. "syscall.IN_CLASSB_NSHIFT": "syscall",
  5264. "syscall.IN_CLASSC_HOST": "syscall",
  5265. "syscall.IN_CLASSC_NET": "syscall",
  5266. "syscall.IN_CLASSC_NSHIFT": "syscall",
  5267. "syscall.IN_CLASSD_HOST": "syscall",
  5268. "syscall.IN_CLASSD_NET": "syscall",
  5269. "syscall.IN_CLASSD_NSHIFT": "syscall",
  5270. "syscall.IN_CLOEXEC": "syscall",
  5271. "syscall.IN_CLOSE": "syscall",
  5272. "syscall.IN_CLOSE_NOWRITE": "syscall",
  5273. "syscall.IN_CLOSE_WRITE": "syscall",
  5274. "syscall.IN_CREATE": "syscall",
  5275. "syscall.IN_DELETE": "syscall",
  5276. "syscall.IN_DELETE_SELF": "syscall",
  5277. "syscall.IN_DONT_FOLLOW": "syscall",
  5278. "syscall.IN_EXCL_UNLINK": "syscall",
  5279. "syscall.IN_IGNORED": "syscall",
  5280. "syscall.IN_ISDIR": "syscall",
  5281. "syscall.IN_LINKLOCALNETNUM": "syscall",
  5282. "syscall.IN_LOOPBACKNET": "syscall",
  5283. "syscall.IN_MASK_ADD": "syscall",
  5284. "syscall.IN_MODIFY": "syscall",
  5285. "syscall.IN_MOVE": "syscall",
  5286. "syscall.IN_MOVED_FROM": "syscall",
  5287. "syscall.IN_MOVED_TO": "syscall",
  5288. "syscall.IN_MOVE_SELF": "syscall",
  5289. "syscall.IN_NONBLOCK": "syscall",
  5290. "syscall.IN_ONESHOT": "syscall",
  5291. "syscall.IN_ONLYDIR": "syscall",
  5292. "syscall.IN_OPEN": "syscall",
  5293. "syscall.IN_Q_OVERFLOW": "syscall",
  5294. "syscall.IN_RFC3021_HOST": "syscall",
  5295. "syscall.IN_RFC3021_MASK": "syscall",
  5296. "syscall.IN_RFC3021_NET": "syscall",
  5297. "syscall.IN_RFC3021_NSHIFT": "syscall",
  5298. "syscall.IN_UNMOUNT": "syscall",
  5299. "syscall.IOC_IN": "syscall",
  5300. "syscall.IOC_INOUT": "syscall",
  5301. "syscall.IOC_OUT": "syscall",
  5302. "syscall.IOC_VENDOR": "syscall",
  5303. "syscall.IOC_WS2": "syscall",
  5304. "syscall.IO_REPARSE_TAG_SYMLINK": "syscall",
  5305. "syscall.IPMreq": "syscall",
  5306. "syscall.IPMreqn": "syscall",
  5307. "syscall.IPPROTO_3PC": "syscall",
  5308. "syscall.IPPROTO_ADFS": "syscall",
  5309. "syscall.IPPROTO_AH": "syscall",
  5310. "syscall.IPPROTO_AHIP": "syscall",
  5311. "syscall.IPPROTO_APES": "syscall",
  5312. "syscall.IPPROTO_ARGUS": "syscall",
  5313. "syscall.IPPROTO_AX25": "syscall",
  5314. "syscall.IPPROTO_BHA": "syscall",
  5315. "syscall.IPPROTO_BLT": "syscall",
  5316. "syscall.IPPROTO_BRSATMON": "syscall",
  5317. "syscall.IPPROTO_CARP": "syscall",
  5318. "syscall.IPPROTO_CFTP": "syscall",
  5319. "syscall.IPPROTO_CHAOS": "syscall",
  5320. "syscall.IPPROTO_CMTP": "syscall",
  5321. "syscall.IPPROTO_COMP": "syscall",
  5322. "syscall.IPPROTO_CPHB": "syscall",
  5323. "syscall.IPPROTO_CPNX": "syscall",
  5324. "syscall.IPPROTO_DCCP": "syscall",
  5325. "syscall.IPPROTO_DDP": "syscall",
  5326. "syscall.IPPROTO_DGP": "syscall",
  5327. "syscall.IPPROTO_DIVERT": "syscall",
  5328. "syscall.IPPROTO_DIVERT_INIT": "syscall",
  5329. "syscall.IPPROTO_DIVERT_RESP": "syscall",
  5330. "syscall.IPPROTO_DONE": "syscall",
  5331. "syscall.IPPROTO_DSTOPTS": "syscall",
  5332. "syscall.IPPROTO_EGP": "syscall",
  5333. "syscall.IPPROTO_EMCON": "syscall",
  5334. "syscall.IPPROTO_ENCAP": "syscall",
  5335. "syscall.IPPROTO_EON": "syscall",
  5336. "syscall.IPPROTO_ESP": "syscall",
  5337. "syscall.IPPROTO_ETHERIP": "syscall",
  5338. "syscall.IPPROTO_FRAGMENT": "syscall",
  5339. "syscall.IPPROTO_GGP": "syscall",
  5340. "syscall.IPPROTO_GMTP": "syscall",
  5341. "syscall.IPPROTO_GRE": "syscall",
  5342. "syscall.IPPROTO_HELLO": "syscall",
  5343. "syscall.IPPROTO_HMP": "syscall",
  5344. "syscall.IPPROTO_HOPOPTS": "syscall",
  5345. "syscall.IPPROTO_ICMP": "syscall",
  5346. "syscall.IPPROTO_ICMPV6": "syscall",
  5347. "syscall.IPPROTO_IDP": "syscall",
  5348. "syscall.IPPROTO_IDPR": "syscall",
  5349. "syscall.IPPROTO_IDRP": "syscall",
  5350. "syscall.IPPROTO_IGMP": "syscall",
  5351. "syscall.IPPROTO_IGP": "syscall",
  5352. "syscall.IPPROTO_IGRP": "syscall",
  5353. "syscall.IPPROTO_IL": "syscall",
  5354. "syscall.IPPROTO_INLSP": "syscall",
  5355. "syscall.IPPROTO_INP": "syscall",
  5356. "syscall.IPPROTO_IP": "syscall",
  5357. "syscall.IPPROTO_IPCOMP": "syscall",
  5358. "syscall.IPPROTO_IPCV": "syscall",
  5359. "syscall.IPPROTO_IPEIP": "syscall",
  5360. "syscall.IPPROTO_IPIP": "syscall",
  5361. "syscall.IPPROTO_IPPC": "syscall",
  5362. "syscall.IPPROTO_IPV4": "syscall",
  5363. "syscall.IPPROTO_IPV6": "syscall",
  5364. "syscall.IPPROTO_IPV6_ICMP": "syscall",
  5365. "syscall.IPPROTO_IRTP": "syscall",
  5366. "syscall.IPPROTO_KRYPTOLAN": "syscall",
  5367. "syscall.IPPROTO_LARP": "syscall",
  5368. "syscall.IPPROTO_LEAF1": "syscall",
  5369. "syscall.IPPROTO_LEAF2": "syscall",
  5370. "syscall.IPPROTO_MAX": "syscall",
  5371. "syscall.IPPROTO_MAXID": "syscall",
  5372. "syscall.IPPROTO_MEAS": "syscall",
  5373. "syscall.IPPROTO_MH": "syscall",
  5374. "syscall.IPPROTO_MHRP": "syscall",
  5375. "syscall.IPPROTO_MICP": "syscall",
  5376. "syscall.IPPROTO_MOBILE": "syscall",
  5377. "syscall.IPPROTO_MPLS": "syscall",
  5378. "syscall.IPPROTO_MTP": "syscall",
  5379. "syscall.IPPROTO_MUX": "syscall",
  5380. "syscall.IPPROTO_ND": "syscall",
  5381. "syscall.IPPROTO_NHRP": "syscall",
  5382. "syscall.IPPROTO_NONE": "syscall",
  5383. "syscall.IPPROTO_NSP": "syscall",
  5384. "syscall.IPPROTO_NVPII": "syscall",
  5385. "syscall.IPPROTO_OLD_DIVERT": "syscall",
  5386. "syscall.IPPROTO_OSPFIGP": "syscall",
  5387. "syscall.IPPROTO_PFSYNC": "syscall",
  5388. "syscall.IPPROTO_PGM": "syscall",
  5389. "syscall.IPPROTO_PIGP": "syscall",
  5390. "syscall.IPPROTO_PIM": "syscall",
  5391. "syscall.IPPROTO_PRM": "syscall",
  5392. "syscall.IPPROTO_PUP": "syscall",
  5393. "syscall.IPPROTO_PVP": "syscall",
  5394. "syscall.IPPROTO_RAW": "syscall",
  5395. "syscall.IPPROTO_RCCMON": "syscall",
  5396. "syscall.IPPROTO_RDP": "syscall",
  5397. "syscall.IPPROTO_ROUTING": "syscall",
  5398. "syscall.IPPROTO_RSVP": "syscall",
  5399. "syscall.IPPROTO_RVD": "syscall",
  5400. "syscall.IPPROTO_SATEXPAK": "syscall",
  5401. "syscall.IPPROTO_SATMON": "syscall",
  5402. "syscall.IPPROTO_SCCSP": "syscall",
  5403. "syscall.IPPROTO_SCTP": "syscall",
  5404. "syscall.IPPROTO_SDRP": "syscall",
  5405. "syscall.IPPROTO_SEND": "syscall",
  5406. "syscall.IPPROTO_SEP": "syscall",
  5407. "syscall.IPPROTO_SKIP": "syscall",
  5408. "syscall.IPPROTO_SPACER": "syscall",
  5409. "syscall.IPPROTO_SRPC": "syscall",
  5410. "syscall.IPPROTO_ST": "syscall",
  5411. "syscall.IPPROTO_SVMTP": "syscall",
  5412. "syscall.IPPROTO_SWIPE": "syscall",
  5413. "syscall.IPPROTO_TCF": "syscall",
  5414. "syscall.IPPROTO_TCP": "syscall",
  5415. "syscall.IPPROTO_TLSP": "syscall",
  5416. "syscall.IPPROTO_TP": "syscall",
  5417. "syscall.IPPROTO_TPXX": "syscall",
  5418. "syscall.IPPROTO_TRUNK1": "syscall",
  5419. "syscall.IPPROTO_TRUNK2": "syscall",
  5420. "syscall.IPPROTO_TTP": "syscall",
  5421. "syscall.IPPROTO_UDP": "syscall",
  5422. "syscall.IPPROTO_UDPLITE": "syscall",
  5423. "syscall.IPPROTO_VINES": "syscall",
  5424. "syscall.IPPROTO_VISA": "syscall",
  5425. "syscall.IPPROTO_VMTP": "syscall",
  5426. "syscall.IPPROTO_VRRP": "syscall",
  5427. "syscall.IPPROTO_WBEXPAK": "syscall",
  5428. "syscall.IPPROTO_WBMON": "syscall",
  5429. "syscall.IPPROTO_WSN": "syscall",
  5430. "syscall.IPPROTO_XNET": "syscall",
  5431. "syscall.IPPROTO_XTP": "syscall",
  5432. "syscall.IPV6_2292DSTOPTS": "syscall",
  5433. "syscall.IPV6_2292HOPLIMIT": "syscall",
  5434. "syscall.IPV6_2292HOPOPTS": "syscall",
  5435. "syscall.IPV6_2292NEXTHOP": "syscall",
  5436. "syscall.IPV6_2292PKTINFO": "syscall",
  5437. "syscall.IPV6_2292PKTOPTIONS": "syscall",
  5438. "syscall.IPV6_2292RTHDR": "syscall",
  5439. "syscall.IPV6_ADDRFORM": "syscall",
  5440. "syscall.IPV6_ADD_MEMBERSHIP": "syscall",
  5441. "syscall.IPV6_AUTHHDR": "syscall",
  5442. "syscall.IPV6_AUTH_LEVEL": "syscall",
  5443. "syscall.IPV6_AUTOFLOWLABEL": "syscall",
  5444. "syscall.IPV6_BINDANY": "syscall",
  5445. "syscall.IPV6_BINDV6ONLY": "syscall",
  5446. "syscall.IPV6_BOUND_IF": "syscall",
  5447. "syscall.IPV6_CHECKSUM": "syscall",
  5448. "syscall.IPV6_DEFAULT_MULTICAST_HOPS": "syscall",
  5449. "syscall.IPV6_DEFAULT_MULTICAST_LOOP": "syscall",
  5450. "syscall.IPV6_DEFHLIM": "syscall",
  5451. "syscall.IPV6_DONTFRAG": "syscall",
  5452. "syscall.IPV6_DROP_MEMBERSHIP": "syscall",
  5453. "syscall.IPV6_DSTOPTS": "syscall",
  5454. "syscall.IPV6_ESP_NETWORK_LEVEL": "syscall",
  5455. "syscall.IPV6_ESP_TRANS_LEVEL": "syscall",
  5456. "syscall.IPV6_FAITH": "syscall",
  5457. "syscall.IPV6_FLOWINFO_MASK": "syscall",
  5458. "syscall.IPV6_FLOWLABEL_MASK": "syscall",
  5459. "syscall.IPV6_FRAGTTL": "syscall",
  5460. "syscall.IPV6_FW_ADD": "syscall",
  5461. "syscall.IPV6_FW_DEL": "syscall",
  5462. "syscall.IPV6_FW_FLUSH": "syscall",
  5463. "syscall.IPV6_FW_GET": "syscall",
  5464. "syscall.IPV6_FW_ZERO": "syscall",
  5465. "syscall.IPV6_HLIMDEC": "syscall",
  5466. "syscall.IPV6_HOPLIMIT": "syscall",
  5467. "syscall.IPV6_HOPOPTS": "syscall",
  5468. "syscall.IPV6_IPCOMP_LEVEL": "syscall",
  5469. "syscall.IPV6_IPSEC_POLICY": "syscall",
  5470. "syscall.IPV6_JOIN_ANYCAST": "syscall",
  5471. "syscall.IPV6_JOIN_GROUP": "syscall",
  5472. "syscall.IPV6_LEAVE_ANYCAST": "syscall",
  5473. "syscall.IPV6_LEAVE_GROUP": "syscall",
  5474. "syscall.IPV6_MAXHLIM": "syscall",
  5475. "syscall.IPV6_MAXOPTHDR": "syscall",
  5476. "syscall.IPV6_MAXPACKET": "syscall",
  5477. "syscall.IPV6_MAX_GROUP_SRC_FILTER": "syscall",
  5478. "syscall.IPV6_MAX_MEMBERSHIPS": "syscall",
  5479. "syscall.IPV6_MAX_SOCK_SRC_FILTER": "syscall",
  5480. "syscall.IPV6_MIN_MEMBERSHIPS": "syscall",
  5481. "syscall.IPV6_MMTU": "syscall",
  5482. "syscall.IPV6_MSFILTER": "syscall",
  5483. "syscall.IPV6_MTU": "syscall",
  5484. "syscall.IPV6_MTU_DISCOVER": "syscall",
  5485. "syscall.IPV6_MULTICAST_HOPS": "syscall",
  5486. "syscall.IPV6_MULTICAST_IF": "syscall",
  5487. "syscall.IPV6_MULTICAST_LOOP": "syscall",
  5488. "syscall.IPV6_NEXTHOP": "syscall",
  5489. "syscall.IPV6_OPTIONS": "syscall",
  5490. "syscall.IPV6_PATHMTU": "syscall",
  5491. "syscall.IPV6_PIPEX": "syscall",
  5492. "syscall.IPV6_PKTINFO": "syscall",
  5493. "syscall.IPV6_PMTUDISC_DO": "syscall",
  5494. "syscall.IPV6_PMTUDISC_DONT": "syscall",
  5495. "syscall.IPV6_PMTUDISC_PROBE": "syscall",
  5496. "syscall.IPV6_PMTUDISC_WANT": "syscall",
  5497. "syscall.IPV6_PORTRANGE": "syscall",
  5498. "syscall.IPV6_PORTRANGE_DEFAULT": "syscall",
  5499. "syscall.IPV6_PORTRANGE_HIGH": "syscall",
  5500. "syscall.IPV6_PORTRANGE_LOW": "syscall",
  5501. "syscall.IPV6_PREFER_TEMPADDR": "syscall",
  5502. "syscall.IPV6_RECVDSTOPTS": "syscall",
  5503. "syscall.IPV6_RECVDSTPORT": "syscall",
  5504. "syscall.IPV6_RECVERR": "syscall",
  5505. "syscall.IPV6_RECVHOPLIMIT": "syscall",
  5506. "syscall.IPV6_RECVHOPOPTS": "syscall",
  5507. "syscall.IPV6_RECVPATHMTU": "syscall",
  5508. "syscall.IPV6_RECVPKTINFO": "syscall",
  5509. "syscall.IPV6_RECVRTHDR": "syscall",
  5510. "syscall.IPV6_RECVTCLASS": "syscall",
  5511. "syscall.IPV6_ROUTER_ALERT": "syscall",
  5512. "syscall.IPV6_RTABLE": "syscall",
  5513. "syscall.IPV6_RTHDR": "syscall",
  5514. "syscall.IPV6_RTHDRDSTOPTS": "syscall",
  5515. "syscall.IPV6_RTHDR_LOOSE": "syscall",
  5516. "syscall.IPV6_RTHDR_STRICT": "syscall",
  5517. "syscall.IPV6_RTHDR_TYPE_0": "syscall",
  5518. "syscall.IPV6_RXDSTOPTS": "syscall",
  5519. "syscall.IPV6_RXHOPOPTS": "syscall",
  5520. "syscall.IPV6_SOCKOPT_RESERVED1": "syscall",
  5521. "syscall.IPV6_TCLASS": "syscall",
  5522. "syscall.IPV6_UNICAST_HOPS": "syscall",
  5523. "syscall.IPV6_USE_MIN_MTU": "syscall",
  5524. "syscall.IPV6_V6ONLY": "syscall",
  5525. "syscall.IPV6_VERSION": "syscall",
  5526. "syscall.IPV6_VERSION_MASK": "syscall",
  5527. "syscall.IPV6_XFRM_POLICY": "syscall",
  5528. "syscall.IP_ADD_MEMBERSHIP": "syscall",
  5529. "syscall.IP_ADD_SOURCE_MEMBERSHIP": "syscall",
  5530. "syscall.IP_AUTH_LEVEL": "syscall",
  5531. "syscall.IP_BINDANY": "syscall",
  5532. "syscall.IP_BLOCK_SOURCE": "syscall",
  5533. "syscall.IP_BOUND_IF": "syscall",
  5534. "syscall.IP_DEFAULT_MULTICAST_LOOP": "syscall",
  5535. "syscall.IP_DEFAULT_MULTICAST_TTL": "syscall",
  5536. "syscall.IP_DF": "syscall",
  5537. "syscall.IP_DIVERTFL": "syscall",
  5538. "syscall.IP_DONTFRAG": "syscall",
  5539. "syscall.IP_DROP_MEMBERSHIP": "syscall",
  5540. "syscall.IP_DROP_SOURCE_MEMBERSHIP": "syscall",
  5541. "syscall.IP_DUMMYNET3": "syscall",
  5542. "syscall.IP_DUMMYNET_CONFIGURE": "syscall",
  5543. "syscall.IP_DUMMYNET_DEL": "syscall",
  5544. "syscall.IP_DUMMYNET_FLUSH": "syscall",
  5545. "syscall.IP_DUMMYNET_GET": "syscall",
  5546. "syscall.IP_EF": "syscall",
  5547. "syscall.IP_ERRORMTU": "syscall",
  5548. "syscall.IP_ESP_NETWORK_LEVEL": "syscall",
  5549. "syscall.IP_ESP_TRANS_LEVEL": "syscall",
  5550. "syscall.IP_FAITH": "syscall",
  5551. "syscall.IP_FREEBIND": "syscall",
  5552. "syscall.IP_FW3": "syscall",
  5553. "syscall.IP_FW_ADD": "syscall",
  5554. "syscall.IP_FW_DEL": "syscall",
  5555. "syscall.IP_FW_FLUSH": "syscall",
  5556. "syscall.IP_FW_GET": "syscall",
  5557. "syscall.IP_FW_NAT_CFG": "syscall",
  5558. "syscall.IP_FW_NAT_DEL": "syscall",
  5559. "syscall.IP_FW_NAT_GET_CONFIG": "syscall",
  5560. "syscall.IP_FW_NAT_GET_LOG": "syscall",
  5561. "syscall.IP_FW_RESETLOG": "syscall",
  5562. "syscall.IP_FW_TABLE_ADD": "syscall",
  5563. "syscall.IP_FW_TABLE_DEL": "syscall",
  5564. "syscall.IP_FW_TABLE_FLUSH": "syscall",
  5565. "syscall.IP_FW_TABLE_GETSIZE": "syscall",
  5566. "syscall.IP_FW_TABLE_LIST": "syscall",
  5567. "syscall.IP_FW_ZERO": "syscall",
  5568. "syscall.IP_HDRINCL": "syscall",
  5569. "syscall.IP_IPCOMP_LEVEL": "syscall",
  5570. "syscall.IP_IPSECFLOWINFO": "syscall",
  5571. "syscall.IP_IPSEC_LOCAL_AUTH": "syscall",
  5572. "syscall.IP_IPSEC_LOCAL_CRED": "syscall",
  5573. "syscall.IP_IPSEC_LOCAL_ID": "syscall",
  5574. "syscall.IP_IPSEC_POLICY": "syscall",
  5575. "syscall.IP_IPSEC_REMOTE_AUTH": "syscall",
  5576. "syscall.IP_IPSEC_REMOTE_CRED": "syscall",
  5577. "syscall.IP_IPSEC_REMOTE_ID": "syscall",
  5578. "syscall.IP_MAXPACKET": "syscall",
  5579. "syscall.IP_MAX_GROUP_SRC_FILTER": "syscall",
  5580. "syscall.IP_MAX_MEMBERSHIPS": "syscall",
  5581. "syscall.IP_MAX_SOCK_MUTE_FILTER": "syscall",
  5582. "syscall.IP_MAX_SOCK_SRC_FILTER": "syscall",
  5583. "syscall.IP_MAX_SOURCE_FILTER": "syscall",
  5584. "syscall.IP_MF": "syscall",
  5585. "syscall.IP_MINFRAGSIZE": "syscall",
  5586. "syscall.IP_MINTTL": "syscall",
  5587. "syscall.IP_MIN_MEMBERSHIPS": "syscall",
  5588. "syscall.IP_MSFILTER": "syscall",
  5589. "syscall.IP_MSS": "syscall",
  5590. "syscall.IP_MTU": "syscall",
  5591. "syscall.IP_MTU_DISCOVER": "syscall",
  5592. "syscall.IP_MULTICAST_IF": "syscall",
  5593. "syscall.IP_MULTICAST_IFINDEX": "syscall",
  5594. "syscall.IP_MULTICAST_LOOP": "syscall",
  5595. "syscall.IP_MULTICAST_TTL": "syscall",
  5596. "syscall.IP_MULTICAST_VIF": "syscall",
  5597. "syscall.IP_NAT__XXX": "syscall",
  5598. "syscall.IP_OFFMASK": "syscall",
  5599. "syscall.IP_OLD_FW_ADD": "syscall",
  5600. "syscall.IP_OLD_FW_DEL": "syscall",
  5601. "syscall.IP_OLD_FW_FLUSH": "syscall",
  5602. "syscall.IP_OLD_FW_GET": "syscall",
  5603. "syscall.IP_OLD_FW_RESETLOG": "syscall",
  5604. "syscall.IP_OLD_FW_ZERO": "syscall",
  5605. "syscall.IP_ONESBCAST": "syscall",
  5606. "syscall.IP_OPTIONS": "syscall",
  5607. "syscall.IP_ORIGDSTADDR": "syscall",
  5608. "syscall.IP_PASSSEC": "syscall",
  5609. "syscall.IP_PIPEX": "syscall",
  5610. "syscall.IP_PKTINFO": "syscall",
  5611. "syscall.IP_PKTOPTIONS": "syscall",
  5612. "syscall.IP_PMTUDISC": "syscall",
  5613. "syscall.IP_PMTUDISC_DO": "syscall",
  5614. "syscall.IP_PMTUDISC_DONT": "syscall",
  5615. "syscall.IP_PMTUDISC_PROBE": "syscall",
  5616. "syscall.IP_PMTUDISC_WANT": "syscall",
  5617. "syscall.IP_PORTRANGE": "syscall",
  5618. "syscall.IP_PORTRANGE_DEFAULT": "syscall",
  5619. "syscall.IP_PORTRANGE_HIGH": "syscall",
  5620. "syscall.IP_PORTRANGE_LOW": "syscall",
  5621. "syscall.IP_RECVDSTADDR": "syscall",
  5622. "syscall.IP_RECVDSTPORT": "syscall",
  5623. "syscall.IP_RECVERR": "syscall",
  5624. "syscall.IP_RECVIF": "syscall",
  5625. "syscall.IP_RECVOPTS": "syscall",
  5626. "syscall.IP_RECVORIGDSTADDR": "syscall",
  5627. "syscall.IP_RECVPKTINFO": "syscall",
  5628. "syscall.IP_RECVRETOPTS": "syscall",
  5629. "syscall.IP_RECVRTABLE": "syscall",
  5630. "syscall.IP_RECVTOS": "syscall",
  5631. "syscall.IP_RECVTTL": "syscall",
  5632. "syscall.IP_RETOPTS": "syscall",
  5633. "syscall.IP_RF": "syscall",
  5634. "syscall.IP_ROUTER_ALERT": "syscall",
  5635. "syscall.IP_RSVP_OFF": "syscall",
  5636. "syscall.IP_RSVP_ON": "syscall",
  5637. "syscall.IP_RSVP_VIF_OFF": "syscall",
  5638. "syscall.IP_RSVP_VIF_ON": "syscall",
  5639. "syscall.IP_RTABLE": "syscall",
  5640. "syscall.IP_SENDSRCADDR": "syscall",
  5641. "syscall.IP_STRIPHDR": "syscall",
  5642. "syscall.IP_TOS": "syscall",
  5643. "syscall.IP_TRAFFIC_MGT_BACKGROUND": "syscall",
  5644. "syscall.IP_TRANSPARENT": "syscall",
  5645. "syscall.IP_TTL": "syscall",
  5646. "syscall.IP_UNBLOCK_SOURCE": "syscall",
  5647. "syscall.IP_XFRM_POLICY": "syscall",
  5648. "syscall.IPv6MTUInfo": "syscall",
  5649. "syscall.IPv6Mreq": "syscall",
  5650. "syscall.ISIG": "syscall",
  5651. "syscall.ISTRIP": "syscall",
  5652. "syscall.IUCLC": "syscall",
  5653. "syscall.IUTF8": "syscall",
  5654. "syscall.IXANY": "syscall",
  5655. "syscall.IXOFF": "syscall",
  5656. "syscall.IXON": "syscall",
  5657. "syscall.IfAddrmsg": "syscall",
  5658. "syscall.IfAnnounceMsghdr": "syscall",
  5659. "syscall.IfData": "syscall",
  5660. "syscall.IfInfomsg": "syscall",
  5661. "syscall.IfMsghdr": "syscall",
  5662. "syscall.IfaMsghdr": "syscall",
  5663. "syscall.IfmaMsghdr": "syscall",
  5664. "syscall.IfmaMsghdr2": "syscall",
  5665. "syscall.ImplementsGetwd": "syscall",
  5666. "syscall.Inet4Pktinfo": "syscall",
  5667. "syscall.Inet6Pktinfo": "syscall",
  5668. "syscall.InotifyAddWatch": "syscall",
  5669. "syscall.InotifyEvent": "syscall",
  5670. "syscall.InotifyInit": "syscall",
  5671. "syscall.InotifyInit1": "syscall",
  5672. "syscall.InotifyRmWatch": "syscall",
  5673. "syscall.InterfaceAddrMessage": "syscall",
  5674. "syscall.InterfaceAnnounceMessage": "syscall",
  5675. "syscall.InterfaceInfo": "syscall",
  5676. "syscall.InterfaceMessage": "syscall",
  5677. "syscall.InterfaceMulticastAddrMessage": "syscall",
  5678. "syscall.InvalidHandle": "syscall",
  5679. "syscall.Ioperm": "syscall",
  5680. "syscall.Iopl": "syscall",
  5681. "syscall.Iovec": "syscall",
  5682. "syscall.IpAdapterInfo": "syscall",
  5683. "syscall.IpAddrString": "syscall",
  5684. "syscall.IpAddressString": "syscall",
  5685. "syscall.IpMaskString": "syscall",
  5686. "syscall.Issetugid": "syscall",
  5687. "syscall.KEY_ALL_ACCESS": "syscall",
  5688. "syscall.KEY_CREATE_LINK": "syscall",
  5689. "syscall.KEY_CREATE_SUB_KEY": "syscall",
  5690. "syscall.KEY_ENUMERATE_SUB_KEYS": "syscall",
  5691. "syscall.KEY_EXECUTE": "syscall",
  5692. "syscall.KEY_NOTIFY": "syscall",
  5693. "syscall.KEY_QUERY_VALUE": "syscall",
  5694. "syscall.KEY_READ": "syscall",
  5695. "syscall.KEY_SET_VALUE": "syscall",
  5696. "syscall.KEY_WOW64_32KEY": "syscall",
  5697. "syscall.KEY_WOW64_64KEY": "syscall",
  5698. "syscall.KEY_WRITE": "syscall",
  5699. "syscall.Kevent": "syscall",
  5700. "syscall.Kevent_t": "syscall",
  5701. "syscall.Kill": "syscall",
  5702. "syscall.Klogctl": "syscall",
  5703. "syscall.Kqueue": "syscall",
  5704. "syscall.LANG_ENGLISH": "syscall",
  5705. "syscall.LAYERED_PROTOCOL": "syscall",
  5706. "syscall.LCNT_OVERLOAD_FLUSH": "syscall",
  5707. "syscall.LINUX_REBOOT_CMD_CAD_OFF": "syscall",
  5708. "syscall.LINUX_REBOOT_CMD_CAD_ON": "syscall",
  5709. "syscall.LINUX_REBOOT_CMD_HALT": "syscall",
  5710. "syscall.LINUX_REBOOT_CMD_KEXEC": "syscall",
  5711. "syscall.LINUX_REBOOT_CMD_POWER_OFF": "syscall",
  5712. "syscall.LINUX_REBOOT_CMD_RESTART": "syscall",
  5713. "syscall.LINUX_REBOOT_CMD_RESTART2": "syscall",
  5714. "syscall.LINUX_REBOOT_CMD_SW_SUSPEND": "syscall",
  5715. "syscall.LINUX_REBOOT_MAGIC1": "syscall",
  5716. "syscall.LINUX_REBOOT_MAGIC2": "syscall",
  5717. "syscall.LOCK_EX": "syscall",
  5718. "syscall.LOCK_NB": "syscall",
  5719. "syscall.LOCK_SH": "syscall",
  5720. "syscall.LOCK_UN": "syscall",
  5721. "syscall.LazyDLL": "syscall",
  5722. "syscall.LazyProc": "syscall",
  5723. "syscall.Lchown": "syscall",
  5724. "syscall.Linger": "syscall",
  5725. "syscall.Link": "syscall",
  5726. "syscall.Listen": "syscall",
  5727. "syscall.Listxattr": "syscall",
  5728. "syscall.LoadCancelIoEx": "syscall",
  5729. "syscall.LoadConnectEx": "syscall",
  5730. "syscall.LoadCreateSymbolicLink": "syscall",
  5731. "syscall.LoadDLL": "syscall",
  5732. "syscall.LoadGetAddrInfo": "syscall",
  5733. "syscall.LoadLibrary": "syscall",
  5734. "syscall.LoadSetFileCompletionNotificationModes": "syscall",
  5735. "syscall.LocalFree": "syscall",
  5736. "syscall.Log2phys_t": "syscall",
  5737. "syscall.LookupAccountName": "syscall",
  5738. "syscall.LookupAccountSid": "syscall",
  5739. "syscall.LookupSID": "syscall",
  5740. "syscall.LsfJump": "syscall",
  5741. "syscall.LsfSocket": "syscall",
  5742. "syscall.LsfStmt": "syscall",
  5743. "syscall.Lstat": "syscall",
  5744. "syscall.MADV_AUTOSYNC": "syscall",
  5745. "syscall.MADV_CAN_REUSE": "syscall",
  5746. "syscall.MADV_CORE": "syscall",
  5747. "syscall.MADV_DOFORK": "syscall",
  5748. "syscall.MADV_DONTFORK": "syscall",
  5749. "syscall.MADV_DONTNEED": "syscall",
  5750. "syscall.MADV_FREE": "syscall",
  5751. "syscall.MADV_FREE_REUSABLE": "syscall",
  5752. "syscall.MADV_FREE_REUSE": "syscall",
  5753. "syscall.MADV_HUGEPAGE": "syscall",
  5754. "syscall.MADV_HWPOISON": "syscall",
  5755. "syscall.MADV_MERGEABLE": "syscall",
  5756. "syscall.MADV_NOCORE": "syscall",
  5757. "syscall.MADV_NOHUGEPAGE": "syscall",
  5758. "syscall.MADV_NORMAL": "syscall",
  5759. "syscall.MADV_NOSYNC": "syscall",
  5760. "syscall.MADV_PROTECT": "syscall",
  5761. "syscall.MADV_RANDOM": "syscall",
  5762. "syscall.MADV_REMOVE": "syscall",
  5763. "syscall.MADV_SEQUENTIAL": "syscall",
  5764. "syscall.MADV_SPACEAVAIL": "syscall",
  5765. "syscall.MADV_UNMERGEABLE": "syscall",
  5766. "syscall.MADV_WILLNEED": "syscall",
  5767. "syscall.MADV_ZERO_WIRED_PAGES": "syscall",
  5768. "syscall.MAP_32BIT": "syscall",
  5769. "syscall.MAP_ALIGNED_SUPER": "syscall",
  5770. "syscall.MAP_ALIGNMENT_16MB": "syscall",
  5771. "syscall.MAP_ALIGNMENT_1TB": "syscall",
  5772. "syscall.MAP_ALIGNMENT_256TB": "syscall",
  5773. "syscall.MAP_ALIGNMENT_4GB": "syscall",
  5774. "syscall.MAP_ALIGNMENT_64KB": "syscall",
  5775. "syscall.MAP_ALIGNMENT_64PB": "syscall",
  5776. "syscall.MAP_ALIGNMENT_MASK": "syscall",
  5777. "syscall.MAP_ALIGNMENT_SHIFT": "syscall",
  5778. "syscall.MAP_ANON": "syscall",
  5779. "syscall.MAP_ANONYMOUS": "syscall",
  5780. "syscall.MAP_COPY": "syscall",
  5781. "syscall.MAP_DENYWRITE": "syscall",
  5782. "syscall.MAP_EXECUTABLE": "syscall",
  5783. "syscall.MAP_FILE": "syscall",
  5784. "syscall.MAP_FIXED": "syscall",
  5785. "syscall.MAP_FLAGMASK": "syscall",
  5786. "syscall.MAP_GROWSDOWN": "syscall",
  5787. "syscall.MAP_HASSEMAPHORE": "syscall",
  5788. "syscall.MAP_HUGETLB": "syscall",
  5789. "syscall.MAP_INHERIT": "syscall",
  5790. "syscall.MAP_INHERIT_COPY": "syscall",
  5791. "syscall.MAP_INHERIT_DEFAULT": "syscall",
  5792. "syscall.MAP_INHERIT_DONATE_COPY": "syscall",
  5793. "syscall.MAP_INHERIT_NONE": "syscall",
  5794. "syscall.MAP_INHERIT_SHARE": "syscall",
  5795. "syscall.MAP_JIT": "syscall",
  5796. "syscall.MAP_LOCKED": "syscall",
  5797. "syscall.MAP_NOCACHE": "syscall",
  5798. "syscall.MAP_NOCORE": "syscall",
  5799. "syscall.MAP_NOEXTEND": "syscall",
  5800. "syscall.MAP_NONBLOCK": "syscall",
  5801. "syscall.MAP_NORESERVE": "syscall",
  5802. "syscall.MAP_NOSYNC": "syscall",
  5803. "syscall.MAP_POPULATE": "syscall",
  5804. "syscall.MAP_PREFAULT_READ": "syscall",
  5805. "syscall.MAP_PRIVATE": "syscall",
  5806. "syscall.MAP_RENAME": "syscall",
  5807. "syscall.MAP_RESERVED0080": "syscall",
  5808. "syscall.MAP_RESERVED0100": "syscall",
  5809. "syscall.MAP_SHARED": "syscall",
  5810. "syscall.MAP_STACK": "syscall",
  5811. "syscall.MAP_TRYFIXED": "syscall",
  5812. "syscall.MAP_TYPE": "syscall",
  5813. "syscall.MAP_WIRED": "syscall",
  5814. "syscall.MAXIMUM_REPARSE_DATA_BUFFER_SIZE": "syscall",
  5815. "syscall.MAXLEN_IFDESCR": "syscall",
  5816. "syscall.MAXLEN_PHYSADDR": "syscall",
  5817. "syscall.MAX_ADAPTER_ADDRESS_LENGTH": "syscall",
  5818. "syscall.MAX_ADAPTER_DESCRIPTION_LENGTH": "syscall",
  5819. "syscall.MAX_ADAPTER_NAME_LENGTH": "syscall",
  5820. "syscall.MAX_COMPUTERNAME_LENGTH": "syscall",
  5821. "syscall.MAX_INTERFACE_NAME_LEN": "syscall",
  5822. "syscall.MAX_LONG_PATH": "syscall",
  5823. "syscall.MAX_PATH": "syscall",
  5824. "syscall.MAX_PROTOCOL_CHAIN": "syscall",
  5825. "syscall.MCL_CURRENT": "syscall",
  5826. "syscall.MCL_FUTURE": "syscall",
  5827. "syscall.MNT_DETACH": "syscall",
  5828. "syscall.MNT_EXPIRE": "syscall",
  5829. "syscall.MNT_FORCE": "syscall",
  5830. "syscall.MSG_BCAST": "syscall",
  5831. "syscall.MSG_CMSG_CLOEXEC": "syscall",
  5832. "syscall.MSG_COMPAT": "syscall",
  5833. "syscall.MSG_CONFIRM": "syscall",
  5834. "syscall.MSG_CONTROLMBUF": "syscall",
  5835. "syscall.MSG_CTRUNC": "syscall",
  5836. "syscall.MSG_DONTROUTE": "syscall",
  5837. "syscall.MSG_DONTWAIT": "syscall",
  5838. "syscall.MSG_EOF": "syscall",
  5839. "syscall.MSG_EOR": "syscall",
  5840. "syscall.MSG_ERRQUEUE": "syscall",
  5841. "syscall.MSG_FASTOPEN": "syscall",
  5842. "syscall.MSG_FIN": "syscall",
  5843. "syscall.MSG_FLUSH": "syscall",
  5844. "syscall.MSG_HAVEMORE": "syscall",
  5845. "syscall.MSG_HOLD": "syscall",
  5846. "syscall.MSG_IOVUSRSPACE": "syscall",
  5847. "syscall.MSG_LENUSRSPACE": "syscall",
  5848. "syscall.MSG_MCAST": "syscall",
  5849. "syscall.MSG_MORE": "syscall",
  5850. "syscall.MSG_NAMEMBUF": "syscall",
  5851. "syscall.MSG_NBIO": "syscall",
  5852. "syscall.MSG_NEEDSA": "syscall",
  5853. "syscall.MSG_NOSIGNAL": "syscall",
  5854. "syscall.MSG_NOTIFICATION": "syscall",
  5855. "syscall.MSG_OOB": "syscall",
  5856. "syscall.MSG_PEEK": "syscall",
  5857. "syscall.MSG_PROXY": "syscall",
  5858. "syscall.MSG_RCVMORE": "syscall",
  5859. "syscall.MSG_RST": "syscall",
  5860. "syscall.MSG_SEND": "syscall",
  5861. "syscall.MSG_SYN": "syscall",
  5862. "syscall.MSG_TRUNC": "syscall",
  5863. "syscall.MSG_TRYHARD": "syscall",
  5864. "syscall.MSG_USERFLAGS": "syscall",
  5865. "syscall.MSG_WAITALL": "syscall",
  5866. "syscall.MSG_WAITFORONE": "syscall",
  5867. "syscall.MSG_WAITSTREAM": "syscall",
  5868. "syscall.MS_ACTIVE": "syscall",
  5869. "syscall.MS_ASYNC": "syscall",
  5870. "syscall.MS_BIND": "syscall",
  5871. "syscall.MS_DEACTIVATE": "syscall",
  5872. "syscall.MS_DIRSYNC": "syscall",
  5873. "syscall.MS_INVALIDATE": "syscall",
  5874. "syscall.MS_I_VERSION": "syscall",
  5875. "syscall.MS_KERNMOUNT": "syscall",
  5876. "syscall.MS_KILLPAGES": "syscall",
  5877. "syscall.MS_MANDLOCK": "syscall",
  5878. "syscall.MS_MGC_MSK": "syscall",
  5879. "syscall.MS_MGC_VAL": "syscall",
  5880. "syscall.MS_MOVE": "syscall",
  5881. "syscall.MS_NOATIME": "syscall",
  5882. "syscall.MS_NODEV": "syscall",
  5883. "syscall.MS_NODIRATIME": "syscall",
  5884. "syscall.MS_NOEXEC": "syscall",
  5885. "syscall.MS_NOSUID": "syscall",
  5886. "syscall.MS_NOUSER": "syscall",
  5887. "syscall.MS_POSIXACL": "syscall",
  5888. "syscall.MS_PRIVATE": "syscall",
  5889. "syscall.MS_RDONLY": "syscall",
  5890. "syscall.MS_REC": "syscall",
  5891. "syscall.MS_RELATIME": "syscall",
  5892. "syscall.MS_REMOUNT": "syscall",
  5893. "syscall.MS_RMT_MASK": "syscall",
  5894. "syscall.MS_SHARED": "syscall",
  5895. "syscall.MS_SILENT": "syscall",
  5896. "syscall.MS_SLAVE": "syscall",
  5897. "syscall.MS_STRICTATIME": "syscall",
  5898. "syscall.MS_SYNC": "syscall",
  5899. "syscall.MS_SYNCHRONOUS": "syscall",
  5900. "syscall.MS_UNBINDABLE": "syscall",
  5901. "syscall.Madvise": "syscall",
  5902. "syscall.MapViewOfFile": "syscall",
  5903. "syscall.MaxTokenInfoClass": "syscall",
  5904. "syscall.Mclpool": "syscall",
  5905. "syscall.MibIfRow": "syscall",
  5906. "syscall.Mkdir": "syscall",
  5907. "syscall.Mkdirat": "syscall",
  5908. "syscall.Mkfifo": "syscall",
  5909. "syscall.Mknod": "syscall",
  5910. "syscall.Mknodat": "syscall",
  5911. "syscall.Mlock": "syscall",
  5912. "syscall.Mlockall": "syscall",
  5913. "syscall.Mmap": "syscall",
  5914. "syscall.Mount": "syscall",
  5915. "syscall.MoveFile": "syscall",
  5916. "syscall.Mprotect": "syscall",
  5917. "syscall.Msghdr": "syscall",
  5918. "syscall.Munlock": "syscall",
  5919. "syscall.Munlockall": "syscall",
  5920. "syscall.Munmap": "syscall",
  5921. "syscall.MustLoadDLL": "syscall",
  5922. "syscall.NAME_MAX": "syscall",
  5923. "syscall.NETLINK_ADD_MEMBERSHIP": "syscall",
  5924. "syscall.NETLINK_AUDIT": "syscall",
  5925. "syscall.NETLINK_BROADCAST_ERROR": "syscall",
  5926. "syscall.NETLINK_CONNECTOR": "syscall",
  5927. "syscall.NETLINK_DNRTMSG": "syscall",
  5928. "syscall.NETLINK_DROP_MEMBERSHIP": "syscall",
  5929. "syscall.NETLINK_ECRYPTFS": "syscall",
  5930. "syscall.NETLINK_FIB_LOOKUP": "syscall",
  5931. "syscall.NETLINK_FIREWALL": "syscall",
  5932. "syscall.NETLINK_GENERIC": "syscall",
  5933. "syscall.NETLINK_INET_DIAG": "syscall",
  5934. "syscall.NETLINK_IP6_FW": "syscall",
  5935. "syscall.NETLINK_ISCSI": "syscall",
  5936. "syscall.NETLINK_KOBJECT_UEVENT": "syscall",
  5937. "syscall.NETLINK_NETFILTER": "syscall",
  5938. "syscall.NETLINK_NFLOG": "syscall",
  5939. "syscall.NETLINK_NO_ENOBUFS": "syscall",
  5940. "syscall.NETLINK_PKTINFO": "syscall",
  5941. "syscall.NETLINK_RDMA": "syscall",
  5942. "syscall.NETLINK_ROUTE": "syscall",
  5943. "syscall.NETLINK_SCSITRANSPORT": "syscall",
  5944. "syscall.NETLINK_SELINUX": "syscall",
  5945. "syscall.NETLINK_UNUSED": "syscall",
  5946. "syscall.NETLINK_USERSOCK": "syscall",
  5947. "syscall.NETLINK_XFRM": "syscall",
  5948. "syscall.NET_RT_DUMP": "syscall",
  5949. "syscall.NET_RT_DUMP2": "syscall",
  5950. "syscall.NET_RT_FLAGS": "syscall",
  5951. "syscall.NET_RT_IFLIST": "syscall",
  5952. "syscall.NET_RT_IFLIST2": "syscall",
  5953. "syscall.NET_RT_IFLISTL": "syscall",
  5954. "syscall.NET_RT_IFMALIST": "syscall",
  5955. "syscall.NET_RT_MAXID": "syscall",
  5956. "syscall.NET_RT_OIFLIST": "syscall",
  5957. "syscall.NET_RT_OOIFLIST": "syscall",
  5958. "syscall.NET_RT_STAT": "syscall",
  5959. "syscall.NET_RT_STATS": "syscall",
  5960. "syscall.NET_RT_TABLE": "syscall",
  5961. "syscall.NET_RT_TRASH": "syscall",
  5962. "syscall.NLA_ALIGNTO": "syscall",
  5963. "syscall.NLA_F_NESTED": "syscall",
  5964. "syscall.NLA_F_NET_BYTEORDER": "syscall",
  5965. "syscall.NLA_HDRLEN": "syscall",
  5966. "syscall.NLMSG_ALIGNTO": "syscall",
  5967. "syscall.NLMSG_DONE": "syscall",
  5968. "syscall.NLMSG_ERROR": "syscall",
  5969. "syscall.NLMSG_HDRLEN": "syscall",
  5970. "syscall.NLMSG_MIN_TYPE": "syscall",
  5971. "syscall.NLMSG_NOOP": "syscall",
  5972. "syscall.NLMSG_OVERRUN": "syscall",
  5973. "syscall.NLM_F_ACK": "syscall",
  5974. "syscall.NLM_F_APPEND": "syscall",
  5975. "syscall.NLM_F_ATOMIC": "syscall",
  5976. "syscall.NLM_F_CREATE": "syscall",
  5977. "syscall.NLM_F_DUMP": "syscall",
  5978. "syscall.NLM_F_ECHO": "syscall",
  5979. "syscall.NLM_F_EXCL": "syscall",
  5980. "syscall.NLM_F_MATCH": "syscall",
  5981. "syscall.NLM_F_MULTI": "syscall",
  5982. "syscall.NLM_F_REPLACE": "syscall",
  5983. "syscall.NLM_F_REQUEST": "syscall",
  5984. "syscall.NLM_F_ROOT": "syscall",
  5985. "syscall.NOFLSH": "syscall",
  5986. "syscall.NOTE_ABSOLUTE": "syscall",
  5987. "syscall.NOTE_ATTRIB": "syscall",
  5988. "syscall.NOTE_CHILD": "syscall",
  5989. "syscall.NOTE_DELETE": "syscall",
  5990. "syscall.NOTE_EOF": "syscall",
  5991. "syscall.NOTE_EXEC": "syscall",
  5992. "syscall.NOTE_EXIT": "syscall",
  5993. "syscall.NOTE_EXITSTATUS": "syscall",
  5994. "syscall.NOTE_EXTEND": "syscall",
  5995. "syscall.NOTE_FFAND": "syscall",
  5996. "syscall.NOTE_FFCOPY": "syscall",
  5997. "syscall.NOTE_FFCTRLMASK": "syscall",
  5998. "syscall.NOTE_FFLAGSMASK": "syscall",
  5999. "syscall.NOTE_FFNOP": "syscall",
  6000. "syscall.NOTE_FFOR": "syscall",
  6001. "syscall.NOTE_FORK": "syscall",
  6002. "syscall.NOTE_LINK": "syscall",
  6003. "syscall.NOTE_LOWAT": "syscall",
  6004. "syscall.NOTE_NONE": "syscall",
  6005. "syscall.NOTE_NSECONDS": "syscall",
  6006. "syscall.NOTE_PCTRLMASK": "syscall",
  6007. "syscall.NOTE_PDATAMASK": "syscall",
  6008. "syscall.NOTE_REAP": "syscall",
  6009. "syscall.NOTE_RENAME": "syscall",
  6010. "syscall.NOTE_RESOURCEEND": "syscall",
  6011. "syscall.NOTE_REVOKE": "syscall",
  6012. "syscall.NOTE_SECONDS": "syscall",
  6013. "syscall.NOTE_SIGNAL": "syscall",
  6014. "syscall.NOTE_TRACK": "syscall",
  6015. "syscall.NOTE_TRACKERR": "syscall",
  6016. "syscall.NOTE_TRIGGER": "syscall",
  6017. "syscall.NOTE_TRUNCATE": "syscall",
  6018. "syscall.NOTE_USECONDS": "syscall",
  6019. "syscall.NOTE_VM_ERROR": "syscall",
  6020. "syscall.NOTE_VM_PRESSURE": "syscall",
  6021. "syscall.NOTE_VM_PRESSURE_SUDDEN_TERMINATE": "syscall",
  6022. "syscall.NOTE_VM_PRESSURE_TERMINATE": "syscall",
  6023. "syscall.NOTE_WRITE": "syscall",
  6024. "syscall.NameCanonical": "syscall",
  6025. "syscall.NameCanonicalEx": "syscall",
  6026. "syscall.NameDisplay": "syscall",
  6027. "syscall.NameDnsDomain": "syscall",
  6028. "syscall.NameFullyQualifiedDN": "syscall",
  6029. "syscall.NameSamCompatible": "syscall",
  6030. "syscall.NameServicePrincipal": "syscall",
  6031. "syscall.NameUniqueId": "syscall",
  6032. "syscall.NameUnknown": "syscall",
  6033. "syscall.NameUserPrincipal": "syscall",
  6034. "syscall.Nanosleep": "syscall",
  6035. "syscall.NetApiBufferFree": "syscall",
  6036. "syscall.NetGetJoinInformation": "syscall",
  6037. "syscall.NetSetupDomainName": "syscall",
  6038. "syscall.NetSetupUnjoined": "syscall",
  6039. "syscall.NetSetupUnknownStatus": "syscall",
  6040. "syscall.NetSetupWorkgroupName": "syscall",
  6041. "syscall.NetUserGetInfo": "syscall",
  6042. "syscall.NetlinkMessage": "syscall",
  6043. "syscall.NetlinkRIB": "syscall",
  6044. "syscall.NetlinkRouteAttr": "syscall",
  6045. "syscall.NetlinkRouteRequest": "syscall",
  6046. "syscall.NewCallback": "syscall",
  6047. "syscall.NewCallbackCDecl": "syscall",
  6048. "syscall.NewLazyDLL": "syscall",
  6049. "syscall.NlAttr": "syscall",
  6050. "syscall.NlMsgerr": "syscall",
  6051. "syscall.NlMsghdr": "syscall",
  6052. "syscall.NsecToFiletime": "syscall",
  6053. "syscall.NsecToTimespec": "syscall",
  6054. "syscall.NsecToTimeval": "syscall",
  6055. "syscall.Ntohs": "syscall",
  6056. "syscall.OCRNL": "syscall",
  6057. "syscall.OFDEL": "syscall",
  6058. "syscall.OFILL": "syscall",
  6059. "syscall.OFIOGETBMAP": "syscall",
  6060. "syscall.OID_PKIX_KP_SERVER_AUTH": "syscall",
  6061. "syscall.OID_SERVER_GATED_CRYPTO": "syscall",
  6062. "syscall.OID_SGC_NETSCAPE": "syscall",
  6063. "syscall.OLCUC": "syscall",
  6064. "syscall.ONLCR": "syscall",
  6065. "syscall.ONLRET": "syscall",
  6066. "syscall.ONOCR": "syscall",
  6067. "syscall.ONOEOT": "syscall",
  6068. "syscall.OPEN_ALWAYS": "syscall",
  6069. "syscall.OPEN_EXISTING": "syscall",
  6070. "syscall.OPOST": "syscall",
  6071. "syscall.O_ACCMODE": "syscall",
  6072. "syscall.O_ALERT": "syscall",
  6073. "syscall.O_ALT_IO": "syscall",
  6074. "syscall.O_APPEND": "syscall",
  6075. "syscall.O_ASYNC": "syscall",
  6076. "syscall.O_CLOEXEC": "syscall",
  6077. "syscall.O_CREAT": "syscall",
  6078. "syscall.O_DIRECT": "syscall",
  6079. "syscall.O_DIRECTORY": "syscall",
  6080. "syscall.O_DSYNC": "syscall",
  6081. "syscall.O_EVTONLY": "syscall",
  6082. "syscall.O_EXCL": "syscall",
  6083. "syscall.O_EXEC": "syscall",
  6084. "syscall.O_EXLOCK": "syscall",
  6085. "syscall.O_FSYNC": "syscall",
  6086. "syscall.O_LARGEFILE": "syscall",
  6087. "syscall.O_NDELAY": "syscall",
  6088. "syscall.O_NOATIME": "syscall",
  6089. "syscall.O_NOCTTY": "syscall",
  6090. "syscall.O_NOFOLLOW": "syscall",
  6091. "syscall.O_NONBLOCK": "syscall",
  6092. "syscall.O_NOSIGPIPE": "syscall",
  6093. "syscall.O_POPUP": "syscall",
  6094. "syscall.O_RDONLY": "syscall",
  6095. "syscall.O_RDWR": "syscall",
  6096. "syscall.O_RSYNC": "syscall",
  6097. "syscall.O_SHLOCK": "syscall",
  6098. "syscall.O_SYMLINK": "syscall",
  6099. "syscall.O_SYNC": "syscall",
  6100. "syscall.O_TRUNC": "syscall",
  6101. "syscall.O_TTY_INIT": "syscall",
  6102. "syscall.O_WRONLY": "syscall",
  6103. "syscall.Open": "syscall",
  6104. "syscall.OpenCurrentProcessToken": "syscall",
  6105. "syscall.OpenProcess": "syscall",
  6106. "syscall.OpenProcessToken": "syscall",
  6107. "syscall.Openat": "syscall",
  6108. "syscall.Overlapped": "syscall",
  6109. "syscall.PACKET_ADD_MEMBERSHIP": "syscall",
  6110. "syscall.PACKET_BROADCAST": "syscall",
  6111. "syscall.PACKET_DROP_MEMBERSHIP": "syscall",
  6112. "syscall.PACKET_FASTROUTE": "syscall",
  6113. "syscall.PACKET_HOST": "syscall",
  6114. "syscall.PACKET_LOOPBACK": "syscall",
  6115. "syscall.PACKET_MR_ALLMULTI": "syscall",
  6116. "syscall.PACKET_MR_MULTICAST": "syscall",
  6117. "syscall.PACKET_MR_PROMISC": "syscall",
  6118. "syscall.PACKET_MULTICAST": "syscall",
  6119. "syscall.PACKET_OTHERHOST": "syscall",
  6120. "syscall.PACKET_OUTGOING": "syscall",
  6121. "syscall.PACKET_RECV_OUTPUT": "syscall",
  6122. "syscall.PACKET_RX_RING": "syscall",
  6123. "syscall.PACKET_STATISTICS": "syscall",
  6124. "syscall.PAGE_EXECUTE_READ": "syscall",
  6125. "syscall.PAGE_EXECUTE_READWRITE": "syscall",
  6126. "syscall.PAGE_EXECUTE_WRITECOPY": "syscall",
  6127. "syscall.PAGE_READONLY": "syscall",
  6128. "syscall.PAGE_READWRITE": "syscall",
  6129. "syscall.PAGE_WRITECOPY": "syscall",
  6130. "syscall.PARENB": "syscall",
  6131. "syscall.PARMRK": "syscall",
  6132. "syscall.PARODD": "syscall",
  6133. "syscall.PENDIN": "syscall",
  6134. "syscall.PFL_HIDDEN": "syscall",
  6135. "syscall.PFL_MATCHES_PROTOCOL_ZERO": "syscall",
  6136. "syscall.PFL_MULTIPLE_PROTO_ENTRIES": "syscall",
  6137. "syscall.PFL_NETWORKDIRECT_PROVIDER": "syscall",
  6138. "syscall.PFL_RECOMMENDED_PROTO_ENTRY": "syscall",
  6139. "syscall.PF_FLUSH": "syscall",
  6140. "syscall.PKCS_7_ASN_ENCODING": "syscall",
  6141. "syscall.PMC5_PIPELINE_FLUSH": "syscall",
  6142. "syscall.PRIO_PGRP": "syscall",
  6143. "syscall.PRIO_PROCESS": "syscall",
  6144. "syscall.PRIO_USER": "syscall",
  6145. "syscall.PRI_IOFLUSH": "syscall",
  6146. "syscall.PROCESS_QUERY_INFORMATION": "syscall",
  6147. "syscall.PROCESS_TERMINATE": "syscall",
  6148. "syscall.PROT_EXEC": "syscall",
  6149. "syscall.PROT_GROWSDOWN": "syscall",
  6150. "syscall.PROT_GROWSUP": "syscall",
  6151. "syscall.PROT_NONE": "syscall",
  6152. "syscall.PROT_READ": "syscall",
  6153. "syscall.PROT_WRITE": "syscall",
  6154. "syscall.PROV_DH_SCHANNEL": "syscall",
  6155. "syscall.PROV_DSS": "syscall",
  6156. "syscall.PROV_DSS_DH": "syscall",
  6157. "syscall.PROV_EC_ECDSA_FULL": "syscall",
  6158. "syscall.PROV_EC_ECDSA_SIG": "syscall",
  6159. "syscall.PROV_EC_ECNRA_FULL": "syscall",
  6160. "syscall.PROV_EC_ECNRA_SIG": "syscall",
  6161. "syscall.PROV_FORTEZZA": "syscall",
  6162. "syscall.PROV_INTEL_SEC": "syscall",
  6163. "syscall.PROV_MS_EXCHANGE": "syscall",
  6164. "syscall.PROV_REPLACE_OWF": "syscall",
  6165. "syscall.PROV_RNG": "syscall",
  6166. "syscall.PROV_RSA_AES": "syscall",
  6167. "syscall.PROV_RSA_FULL": "syscall",
  6168. "syscall.PROV_RSA_SCHANNEL": "syscall",
  6169. "syscall.PROV_RSA_SIG": "syscall",
  6170. "syscall.PROV_SPYRUS_LYNKS": "syscall",
  6171. "syscall.PROV_SSL": "syscall",
  6172. "syscall.PR_CAPBSET_DROP": "syscall",
  6173. "syscall.PR_CAPBSET_READ": "syscall",
  6174. "syscall.PR_CLEAR_SECCOMP_FILTER": "syscall",
  6175. "syscall.PR_ENDIAN_BIG": "syscall",
  6176. "syscall.PR_ENDIAN_LITTLE": "syscall",
  6177. "syscall.PR_ENDIAN_PPC_LITTLE": "syscall",
  6178. "syscall.PR_FPEMU_NOPRINT": "syscall",
  6179. "syscall.PR_FPEMU_SIGFPE": "syscall",
  6180. "syscall.PR_FP_EXC_ASYNC": "syscall",
  6181. "syscall.PR_FP_EXC_DISABLED": "syscall",
  6182. "syscall.PR_FP_EXC_DIV": "syscall",
  6183. "syscall.PR_FP_EXC_INV": "syscall",
  6184. "syscall.PR_FP_EXC_NONRECOV": "syscall",
  6185. "syscall.PR_FP_EXC_OVF": "syscall",
  6186. "syscall.PR_FP_EXC_PRECISE": "syscall",
  6187. "syscall.PR_FP_EXC_RES": "syscall",
  6188. "syscall.PR_FP_EXC_SW_ENABLE": "syscall",
  6189. "syscall.PR_FP_EXC_UND": "syscall",
  6190. "syscall.PR_GET_DUMPABLE": "syscall",
  6191. "syscall.PR_GET_ENDIAN": "syscall",
  6192. "syscall.PR_GET_FPEMU": "syscall",
  6193. "syscall.PR_GET_FPEXC": "syscall",
  6194. "syscall.PR_GET_KEEPCAPS": "syscall",
  6195. "syscall.PR_GET_NAME": "syscall",
  6196. "syscall.PR_GET_PDEATHSIG": "syscall",
  6197. "syscall.PR_GET_SECCOMP": "syscall",
  6198. "syscall.PR_GET_SECCOMP_FILTER": "syscall",
  6199. "syscall.PR_GET_SECUREBITS": "syscall",
  6200. "syscall.PR_GET_TIMERSLACK": "syscall",
  6201. "syscall.PR_GET_TIMING": "syscall",
  6202. "syscall.PR_GET_TSC": "syscall",
  6203. "syscall.PR_GET_UNALIGN": "syscall",
  6204. "syscall.PR_MCE_KILL": "syscall",
  6205. "syscall.PR_MCE_KILL_CLEAR": "syscall",
  6206. "syscall.PR_MCE_KILL_DEFAULT": "syscall",
  6207. "syscall.PR_MCE_KILL_EARLY": "syscall",
  6208. "syscall.PR_MCE_KILL_GET": "syscall",
  6209. "syscall.PR_MCE_KILL_LATE": "syscall",
  6210. "syscall.PR_MCE_KILL_SET": "syscall",
  6211. "syscall.PR_SECCOMP_FILTER_EVENT": "syscall",
  6212. "syscall.PR_SECCOMP_FILTER_SYSCALL": "syscall",
  6213. "syscall.PR_SET_DUMPABLE": "syscall",
  6214. "syscall.PR_SET_ENDIAN": "syscall",
  6215. "syscall.PR_SET_FPEMU": "syscall",
  6216. "syscall.PR_SET_FPEXC": "syscall",
  6217. "syscall.PR_SET_KEEPCAPS": "syscall",
  6218. "syscall.PR_SET_NAME": "syscall",
  6219. "syscall.PR_SET_PDEATHSIG": "syscall",
  6220. "syscall.PR_SET_PTRACER": "syscall",
  6221. "syscall.PR_SET_SECCOMP": "syscall",
  6222. "syscall.PR_SET_SECCOMP_FILTER": "syscall",
  6223. "syscall.PR_SET_SECUREBITS": "syscall",
  6224. "syscall.PR_SET_TIMERSLACK": "syscall",
  6225. "syscall.PR_SET_TIMING": "syscall",
  6226. "syscall.PR_SET_TSC": "syscall",
  6227. "syscall.PR_SET_UNALIGN": "syscall",
  6228. "syscall.PR_TASK_PERF_EVENTS_DISABLE": "syscall",
  6229. "syscall.PR_TASK_PERF_EVENTS_ENABLE": "syscall",
  6230. "syscall.PR_TIMING_STATISTICAL": "syscall",
  6231. "syscall.PR_TIMING_TIMESTAMP": "syscall",
  6232. "syscall.PR_TSC_ENABLE": "syscall",
  6233. "syscall.PR_TSC_SIGSEGV": "syscall",
  6234. "syscall.PR_UNALIGN_NOPRINT": "syscall",
  6235. "syscall.PR_UNALIGN_SIGBUS": "syscall",
  6236. "syscall.PTRACE_ARCH_PRCTL": "syscall",
  6237. "syscall.PTRACE_ATTACH": "syscall",
  6238. "syscall.PTRACE_CONT": "syscall",
  6239. "syscall.PTRACE_DETACH": "syscall",
  6240. "syscall.PTRACE_EVENT_CLONE": "syscall",
  6241. "syscall.PTRACE_EVENT_EXEC": "syscall",
  6242. "syscall.PTRACE_EVENT_EXIT": "syscall",
  6243. "syscall.PTRACE_EVENT_FORK": "syscall",
  6244. "syscall.PTRACE_EVENT_VFORK": "syscall",
  6245. "syscall.PTRACE_EVENT_VFORK_DONE": "syscall",
  6246. "syscall.PTRACE_GETCRUNCHREGS": "syscall",
  6247. "syscall.PTRACE_GETEVENTMSG": "syscall",
  6248. "syscall.PTRACE_GETFPREGS": "syscall",
  6249. "syscall.PTRACE_GETFPXREGS": "syscall",
  6250. "syscall.PTRACE_GETHBPREGS": "syscall",
  6251. "syscall.PTRACE_GETREGS": "syscall",
  6252. "syscall.PTRACE_GETREGSET": "syscall",
  6253. "syscall.PTRACE_GETSIGINFO": "syscall",
  6254. "syscall.PTRACE_GETVFPREGS": "syscall",
  6255. "syscall.PTRACE_GETWMMXREGS": "syscall",
  6256. "syscall.PTRACE_GET_THREAD_AREA": "syscall",
  6257. "syscall.PTRACE_KILL": "syscall",
  6258. "syscall.PTRACE_OLDSETOPTIONS": "syscall",
  6259. "syscall.PTRACE_O_MASK": "syscall",
  6260. "syscall.PTRACE_O_TRACECLONE": "syscall",
  6261. "syscall.PTRACE_O_TRACEEXEC": "syscall",
  6262. "syscall.PTRACE_O_TRACEEXIT": "syscall",
  6263. "syscall.PTRACE_O_TRACEFORK": "syscall",
  6264. "syscall.PTRACE_O_TRACESYSGOOD": "syscall",
  6265. "syscall.PTRACE_O_TRACEVFORK": "syscall",
  6266. "syscall.PTRACE_O_TRACEVFORKDONE": "syscall",
  6267. "syscall.PTRACE_PEEKDATA": "syscall",
  6268. "syscall.PTRACE_PEEKTEXT": "syscall",
  6269. "syscall.PTRACE_PEEKUSR": "syscall",
  6270. "syscall.PTRACE_POKEDATA": "syscall",
  6271. "syscall.PTRACE_POKETEXT": "syscall",
  6272. "syscall.PTRACE_POKEUSR": "syscall",
  6273. "syscall.PTRACE_SETCRUNCHREGS": "syscall",
  6274. "syscall.PTRACE_SETFPREGS": "syscall",
  6275. "syscall.PTRACE_SETFPXREGS": "syscall",
  6276. "syscall.PTRACE_SETHBPREGS": "syscall",
  6277. "syscall.PTRACE_SETOPTIONS": "syscall",
  6278. "syscall.PTRACE_SETREGS": "syscall",
  6279. "syscall.PTRACE_SETREGSET": "syscall",
  6280. "syscall.PTRACE_SETSIGINFO": "syscall",
  6281. "syscall.PTRACE_SETVFPREGS": "syscall",
  6282. "syscall.PTRACE_SETWMMXREGS": "syscall",
  6283. "syscall.PTRACE_SET_SYSCALL": "syscall",
  6284. "syscall.PTRACE_SET_THREAD_AREA": "syscall",
  6285. "syscall.PTRACE_SINGLEBLOCK": "syscall",
  6286. "syscall.PTRACE_SINGLESTEP": "syscall",
  6287. "syscall.PTRACE_SYSCALL": "syscall",
  6288. "syscall.PTRACE_SYSEMU": "syscall",
  6289. "syscall.PTRACE_SYSEMU_SINGLESTEP": "syscall",
  6290. "syscall.PTRACE_TRACEME": "syscall",
  6291. "syscall.PT_ATTACH": "syscall",
  6292. "syscall.PT_ATTACHEXC": "syscall",
  6293. "syscall.PT_CONTINUE": "syscall",
  6294. "syscall.PT_DATA_ADDR": "syscall",
  6295. "syscall.PT_DENY_ATTACH": "syscall",
  6296. "syscall.PT_DETACH": "syscall",
  6297. "syscall.PT_FIRSTMACH": "syscall",
  6298. "syscall.PT_FORCEQUOTA": "syscall",
  6299. "syscall.PT_KILL": "syscall",
  6300. "syscall.PT_MASK": "syscall",
  6301. "syscall.PT_READ_D": "syscall",
  6302. "syscall.PT_READ_I": "syscall",
  6303. "syscall.PT_READ_U": "syscall",
  6304. "syscall.PT_SIGEXC": "syscall",
  6305. "syscall.PT_STEP": "syscall",
  6306. "syscall.PT_TEXT_ADDR": "syscall",
  6307. "syscall.PT_TEXT_END_ADDR": "syscall",
  6308. "syscall.PT_THUPDATE": "syscall",
  6309. "syscall.PT_TRACE_ME": "syscall",
  6310. "syscall.PT_WRITE_D": "syscall",
  6311. "syscall.PT_WRITE_I": "syscall",
  6312. "syscall.PT_WRITE_U": "syscall",
  6313. "syscall.ParseDirent": "syscall",
  6314. "syscall.ParseNetlinkMessage": "syscall",
  6315. "syscall.ParseNetlinkRouteAttr": "syscall",
  6316. "syscall.ParseRoutingMessage": "syscall",
  6317. "syscall.ParseRoutingSockaddr": "syscall",
  6318. "syscall.ParseSocketControlMessage": "syscall",
  6319. "syscall.ParseUnixCredentials": "syscall",
  6320. "syscall.ParseUnixRights": "syscall",
  6321. "syscall.PathMax": "syscall",
  6322. "syscall.Pathconf": "syscall",
  6323. "syscall.Pause": "syscall",
  6324. "syscall.Pipe": "syscall",
  6325. "syscall.Pipe2": "syscall",
  6326. "syscall.PivotRoot": "syscall",
  6327. "syscall.PostQueuedCompletionStatus": "syscall",
  6328. "syscall.Pread": "syscall",
  6329. "syscall.Proc": "syscall",
  6330. "syscall.ProcAttr": "syscall",
  6331. "syscall.Process32First": "syscall",
  6332. "syscall.Process32Next": "syscall",
  6333. "syscall.ProcessEntry32": "syscall",
  6334. "syscall.ProcessInformation": "syscall",
  6335. "syscall.Protoent": "syscall",
  6336. "syscall.PtraceAttach": "syscall",
  6337. "syscall.PtraceCont": "syscall",
  6338. "syscall.PtraceDetach": "syscall",
  6339. "syscall.PtraceGetEventMsg": "syscall",
  6340. "syscall.PtraceGetRegs": "syscall",
  6341. "syscall.PtracePeekData": "syscall",
  6342. "syscall.PtracePeekText": "syscall",
  6343. "syscall.PtracePokeData": "syscall",
  6344. "syscall.PtracePokeText": "syscall",
  6345. "syscall.PtraceRegs": "syscall",
  6346. "syscall.PtraceSetOptions": "syscall",
  6347. "syscall.PtraceSetRegs": "syscall",
  6348. "syscall.PtraceSingleStep": "syscall",
  6349. "syscall.PtraceSyscall": "syscall",
  6350. "syscall.Pwrite": "syscall",
  6351. "syscall.REG_BINARY": "syscall",
  6352. "syscall.REG_DWORD": "syscall",
  6353. "syscall.REG_DWORD_BIG_ENDIAN": "syscall",
  6354. "syscall.REG_DWORD_LITTLE_ENDIAN": "syscall",
  6355. "syscall.REG_EXPAND_SZ": "syscall",
  6356. "syscall.REG_FULL_RESOURCE_DESCRIPTOR": "syscall",
  6357. "syscall.REG_LINK": "syscall",
  6358. "syscall.REG_MULTI_SZ": "syscall",
  6359. "syscall.REG_NONE": "syscall",
  6360. "syscall.REG_QWORD": "syscall",
  6361. "syscall.REG_QWORD_LITTLE_ENDIAN": "syscall",
  6362. "syscall.REG_RESOURCE_LIST": "syscall",
  6363. "syscall.REG_RESOURCE_REQUIREMENTS_LIST": "syscall",
  6364. "syscall.REG_SZ": "syscall",
  6365. "syscall.RLIMIT_AS": "syscall",
  6366. "syscall.RLIMIT_CORE": "syscall",
  6367. "syscall.RLIMIT_CPU": "syscall",
  6368. "syscall.RLIMIT_DATA": "syscall",
  6369. "syscall.RLIMIT_FSIZE": "syscall",
  6370. "syscall.RLIMIT_NOFILE": "syscall",
  6371. "syscall.RLIMIT_STACK": "syscall",
  6372. "syscall.RLIM_INFINITY": "syscall",
  6373. "syscall.RTAX_ADVMSS": "syscall",
  6374. "syscall.RTAX_AUTHOR": "syscall",
  6375. "syscall.RTAX_BRD": "syscall",
  6376. "syscall.RTAX_CWND": "syscall",
  6377. "syscall.RTAX_DST": "syscall",
  6378. "syscall.RTAX_FEATURES": "syscall",
  6379. "syscall.RTAX_FEATURE_ALLFRAG": "syscall",
  6380. "syscall.RTAX_FEATURE_ECN": "syscall",
  6381. "syscall.RTAX_FEATURE_SACK": "syscall",
  6382. "syscall.RTAX_FEATURE_TIMESTAMP": "syscall",
  6383. "syscall.RTAX_GATEWAY": "syscall",
  6384. "syscall.RTAX_GENMASK": "syscall",
  6385. "syscall.RTAX_HOPLIMIT": "syscall",
  6386. "syscall.RTAX_IFA": "syscall",
  6387. "syscall.RTAX_IFP": "syscall",
  6388. "syscall.RTAX_INITCWND": "syscall",
  6389. "syscall.RTAX_INITRWND": "syscall",
  6390. "syscall.RTAX_LABEL": "syscall",
  6391. "syscall.RTAX_LOCK": "syscall",
  6392. "syscall.RTAX_MAX": "syscall",
  6393. "syscall.RTAX_MTU": "syscall",
  6394. "syscall.RTAX_NETMASK": "syscall",
  6395. "syscall.RTAX_REORDERING": "syscall",
  6396. "syscall.RTAX_RTO_MIN": "syscall",
  6397. "syscall.RTAX_RTT": "syscall",
  6398. "syscall.RTAX_RTTVAR": "syscall",
  6399. "syscall.RTAX_SRC": "syscall",
  6400. "syscall.RTAX_SRCMASK": "syscall",
  6401. "syscall.RTAX_SSTHRESH": "syscall",
  6402. "syscall.RTAX_TAG": "syscall",
  6403. "syscall.RTAX_UNSPEC": "syscall",
  6404. "syscall.RTAX_WINDOW": "syscall",
  6405. "syscall.RTA_ALIGNTO": "syscall",
  6406. "syscall.RTA_AUTHOR": "syscall",
  6407. "syscall.RTA_BRD": "syscall",
  6408. "syscall.RTA_CACHEINFO": "syscall",
  6409. "syscall.RTA_DST": "syscall",
  6410. "syscall.RTA_FLOW": "syscall",
  6411. "syscall.RTA_GATEWAY": "syscall",
  6412. "syscall.RTA_GENMASK": "syscall",
  6413. "syscall.RTA_IFA": "syscall",
  6414. "syscall.RTA_IFP": "syscall",
  6415. "syscall.RTA_IIF": "syscall",
  6416. "syscall.RTA_LABEL": "syscall",
  6417. "syscall.RTA_MAX": "syscall",
  6418. "syscall.RTA_METRICS": "syscall",
  6419. "syscall.RTA_MULTIPATH": "syscall",
  6420. "syscall.RTA_NETMASK": "syscall",
  6421. "syscall.RTA_OIF": "syscall",
  6422. "syscall.RTA_PREFSRC": "syscall",
  6423. "syscall.RTA_PRIORITY": "syscall",
  6424. "syscall.RTA_SRC": "syscall",
  6425. "syscall.RTA_SRCMASK": "syscall",
  6426. "syscall.RTA_TABLE": "syscall",
  6427. "syscall.RTA_TAG": "syscall",
  6428. "syscall.RTA_UNSPEC": "syscall",
  6429. "syscall.RTCF_DIRECTSRC": "syscall",
  6430. "syscall.RTCF_DOREDIRECT": "syscall",
  6431. "syscall.RTCF_LOG": "syscall",
  6432. "syscall.RTCF_MASQ": "syscall",
  6433. "syscall.RTCF_NAT": "syscall",
  6434. "syscall.RTCF_VALVE": "syscall",
  6435. "syscall.RTF_ADDRCLASSMASK": "syscall",
  6436. "syscall.RTF_ADDRCONF": "syscall",
  6437. "syscall.RTF_ALLONLINK": "syscall",
  6438. "syscall.RTF_ANNOUNCE": "syscall",
  6439. "syscall.RTF_BLACKHOLE": "syscall",
  6440. "syscall.RTF_BROADCAST": "syscall",
  6441. "syscall.RTF_CACHE": "syscall",
  6442. "syscall.RTF_CLONED": "syscall",
  6443. "syscall.RTF_CLONING": "syscall",
  6444. "syscall.RTF_CONDEMNED": "syscall",
  6445. "syscall.RTF_DEFAULT": "syscall",
  6446. "syscall.RTF_DELCLONE": "syscall",
  6447. "syscall.RTF_DONE": "syscall",
  6448. "syscall.RTF_DYNAMIC": "syscall",
  6449. "syscall.RTF_FLOW": "syscall",
  6450. "syscall.RTF_FMASK": "syscall",
  6451. "syscall.RTF_GATEWAY": "syscall",
  6452. "syscall.RTF_GWFLAG_COMPAT": "syscall",
  6453. "syscall.RTF_HOST": "syscall",
  6454. "syscall.RTF_IFREF": "syscall",
  6455. "syscall.RTF_IFSCOPE": "syscall",
  6456. "syscall.RTF_INTERFACE": "syscall",
  6457. "syscall.RTF_IRTT": "syscall",
  6458. "syscall.RTF_LINKRT": "syscall",
  6459. "syscall.RTF_LLDATA": "syscall",
  6460. "syscall.RTF_LLINFO": "syscall",
  6461. "syscall.RTF_LOCAL": "syscall",
  6462. "syscall.RTF_MASK": "syscall",
  6463. "syscall.RTF_MODIFIED": "syscall",
  6464. "syscall.RTF_MPATH": "syscall",
  6465. "syscall.RTF_MPLS": "syscall",
  6466. "syscall.RTF_MSS": "syscall",
  6467. "syscall.RTF_MTU": "syscall",
  6468. "syscall.RTF_MULTICAST": "syscall",
  6469. "syscall.RTF_NAT": "syscall",
  6470. "syscall.RTF_NOFORWARD": "syscall",
  6471. "syscall.RTF_NONEXTHOP": "syscall",
  6472. "syscall.RTF_NOPMTUDISC": "syscall",
  6473. "syscall.RTF_PERMANENT_ARP": "syscall",
  6474. "syscall.RTF_PINNED": "syscall",
  6475. "syscall.RTF_POLICY": "syscall",
  6476. "syscall.RTF_PRCLONING": "syscall",
  6477. "syscall.RTF_PROTO1": "syscall",
  6478. "syscall.RTF_PROTO2": "syscall",
  6479. "syscall.RTF_PROTO3": "syscall",
  6480. "syscall.RTF_REINSTATE": "syscall",
  6481. "syscall.RTF_REJECT": "syscall",
  6482. "syscall.RTF_RNH_LOCKED": "syscall",
  6483. "syscall.RTF_SOURCE": "syscall",
  6484. "syscall.RTF_SRC": "syscall",
  6485. "syscall.RTF_STATIC": "syscall",
  6486. "syscall.RTF_STICKY": "syscall",
  6487. "syscall.RTF_THROW": "syscall",
  6488. "syscall.RTF_TUNNEL": "syscall",
  6489. "syscall.RTF_UP": "syscall",
  6490. "syscall.RTF_USETRAILERS": "syscall",
  6491. "syscall.RTF_WASCLONED": "syscall",
  6492. "syscall.RTF_WINDOW": "syscall",
  6493. "syscall.RTF_XRESOLVE": "syscall",
  6494. "syscall.RTM_ADD": "syscall",
  6495. "syscall.RTM_BASE": "syscall",
  6496. "syscall.RTM_CHANGE": "syscall",
  6497. "syscall.RTM_CHGADDR": "syscall",
  6498. "syscall.RTM_DELACTION": "syscall",
  6499. "syscall.RTM_DELADDR": "syscall",
  6500. "syscall.RTM_DELADDRLABEL": "syscall",
  6501. "syscall.RTM_DELETE": "syscall",
  6502. "syscall.RTM_DELLINK": "syscall",
  6503. "syscall.RTM_DELMADDR": "syscall",
  6504. "syscall.RTM_DELNEIGH": "syscall",
  6505. "syscall.RTM_DELQDISC": "syscall",
  6506. "syscall.RTM_DELROUTE": "syscall",
  6507. "syscall.RTM_DELRULE": "syscall",
  6508. "syscall.RTM_DELTCLASS": "syscall",
  6509. "syscall.RTM_DELTFILTER": "syscall",
  6510. "syscall.RTM_DESYNC": "syscall",
  6511. "syscall.RTM_F_CLONED": "syscall",
  6512. "syscall.RTM_F_EQUALIZE": "syscall",
  6513. "syscall.RTM_F_NOTIFY": "syscall",
  6514. "syscall.RTM_F_PREFIX": "syscall",
  6515. "syscall.RTM_GET": "syscall",
  6516. "syscall.RTM_GET2": "syscall",
  6517. "syscall.RTM_GETACTION": "syscall",
  6518. "syscall.RTM_GETADDR": "syscall",
  6519. "syscall.RTM_GETADDRLABEL": "syscall",
  6520. "syscall.RTM_GETANYCAST": "syscall",
  6521. "syscall.RTM_GETDCB": "syscall",
  6522. "syscall.RTM_GETLINK": "syscall",
  6523. "syscall.RTM_GETMULTICAST": "syscall",
  6524. "syscall.RTM_GETNEIGH": "syscall",
  6525. "syscall.RTM_GETNEIGHTBL": "syscall",
  6526. "syscall.RTM_GETQDISC": "syscall",
  6527. "syscall.RTM_GETROUTE": "syscall",
  6528. "syscall.RTM_GETRULE": "syscall",
  6529. "syscall.RTM_GETTCLASS": "syscall",
  6530. "syscall.RTM_GETTFILTER": "syscall",
  6531. "syscall.RTM_IEEE80211": "syscall",
  6532. "syscall.RTM_IFANNOUNCE": "syscall",
  6533. "syscall.RTM_IFINFO": "syscall",
  6534. "syscall.RTM_IFINFO2": "syscall",
  6535. "syscall.RTM_LLINFO_UPD": "syscall",
  6536. "syscall.RTM_LOCK": "syscall",
  6537. "syscall.RTM_LOSING": "syscall",
  6538. "syscall.RTM_MAX": "syscall",
  6539. "syscall.RTM_MAXSIZE": "syscall",
  6540. "syscall.RTM_MISS": "syscall",
  6541. "syscall.RTM_NEWACTION": "syscall",
  6542. "syscall.RTM_NEWADDR": "syscall",
  6543. "syscall.RTM_NEWADDRLABEL": "syscall",
  6544. "syscall.RTM_NEWLINK": "syscall",
  6545. "syscall.RTM_NEWMADDR": "syscall",
  6546. "syscall.RTM_NEWMADDR2": "syscall",
  6547. "syscall.RTM_NEWNDUSEROPT": "syscall",
  6548. "syscall.RTM_NEWNEIGH": "syscall",
  6549. "syscall.RTM_NEWNEIGHTBL": "syscall",
  6550. "syscall.RTM_NEWPREFIX": "syscall",
  6551. "syscall.RTM_NEWQDISC": "syscall",
  6552. "syscall.RTM_NEWROUTE": "syscall",
  6553. "syscall.RTM_NEWRULE": "syscall",
  6554. "syscall.RTM_NEWTCLASS": "syscall",
  6555. "syscall.RTM_NEWTFILTER": "syscall",
  6556. "syscall.RTM_NR_FAMILIES": "syscall",
  6557. "syscall.RTM_NR_MSGTYPES": "syscall",
  6558. "syscall.RTM_OIFINFO": "syscall",
  6559. "syscall.RTM_OLDADD": "syscall",
  6560. "syscall.RTM_OLDDEL": "syscall",
  6561. "syscall.RTM_OOIFINFO": "syscall",
  6562. "syscall.RTM_REDIRECT": "syscall",
  6563. "syscall.RTM_RESOLVE": "syscall",
  6564. "syscall.RTM_RTTUNIT": "syscall",
  6565. "syscall.RTM_SETDCB": "syscall",
  6566. "syscall.RTM_SETGATE": "syscall",
  6567. "syscall.RTM_SETLINK": "syscall",
  6568. "syscall.RTM_SETNEIGHTBL": "syscall",
  6569. "syscall.RTM_VERSION": "syscall",
  6570. "syscall.RTNH_ALIGNTO": "syscall",
  6571. "syscall.RTNH_F_DEAD": "syscall",
  6572. "syscall.RTNH_F_ONLINK": "syscall",
  6573. "syscall.RTNH_F_PERVASIVE": "syscall",
  6574. "syscall.RTNLGRP_IPV4_IFADDR": "syscall",
  6575. "syscall.RTNLGRP_IPV4_MROUTE": "syscall",
  6576. "syscall.RTNLGRP_IPV4_ROUTE": "syscall",
  6577. "syscall.RTNLGRP_IPV4_RULE": "syscall",
  6578. "syscall.RTNLGRP_IPV6_IFADDR": "syscall",
  6579. "syscall.RTNLGRP_IPV6_IFINFO": "syscall",
  6580. "syscall.RTNLGRP_IPV6_MROUTE": "syscall",
  6581. "syscall.RTNLGRP_IPV6_PREFIX": "syscall",
  6582. "syscall.RTNLGRP_IPV6_ROUTE": "syscall",
  6583. "syscall.RTNLGRP_IPV6_RULE": "syscall",
  6584. "syscall.RTNLGRP_LINK": "syscall",
  6585. "syscall.RTNLGRP_ND_USEROPT": "syscall",
  6586. "syscall.RTNLGRP_NEIGH": "syscall",
  6587. "syscall.RTNLGRP_NONE": "syscall",
  6588. "syscall.RTNLGRP_NOTIFY": "syscall",
  6589. "syscall.RTNLGRP_TC": "syscall",
  6590. "syscall.RTN_ANYCAST": "syscall",
  6591. "syscall.RTN_BLACKHOLE": "syscall",
  6592. "syscall.RTN_BROADCAST": "syscall",
  6593. "syscall.RTN_LOCAL": "syscall",
  6594. "syscall.RTN_MAX": "syscall",
  6595. "syscall.RTN_MULTICAST": "syscall",
  6596. "syscall.RTN_NAT": "syscall",
  6597. "syscall.RTN_PROHIBIT": "syscall",
  6598. "syscall.RTN_THROW": "syscall",
  6599. "syscall.RTN_UNICAST": "syscall",
  6600. "syscall.RTN_UNREACHABLE": "syscall",
  6601. "syscall.RTN_UNSPEC": "syscall",
  6602. "syscall.RTN_XRESOLVE": "syscall",
  6603. "syscall.RTPROT_BIRD": "syscall",
  6604. "syscall.RTPROT_BOOT": "syscall",
  6605. "syscall.RTPROT_DHCP": "syscall",
  6606. "syscall.RTPROT_DNROUTED": "syscall",
  6607. "syscall.RTPROT_GATED": "syscall",
  6608. "syscall.RTPROT_KERNEL": "syscall",
  6609. "syscall.RTPROT_MRT": "syscall",
  6610. "syscall.RTPROT_NTK": "syscall",
  6611. "syscall.RTPROT_RA": "syscall",
  6612. "syscall.RTPROT_REDIRECT": "syscall",
  6613. "syscall.RTPROT_STATIC": "syscall",
  6614. "syscall.RTPROT_UNSPEC": "syscall",
  6615. "syscall.RTPROT_XORP": "syscall",
  6616. "syscall.RTPROT_ZEBRA": "syscall",
  6617. "syscall.RTV_EXPIRE": "syscall",
  6618. "syscall.RTV_HOPCOUNT": "syscall",
  6619. "syscall.RTV_MTU": "syscall",
  6620. "syscall.RTV_RPIPE": "syscall",
  6621. "syscall.RTV_RTT": "syscall",
  6622. "syscall.RTV_RTTVAR": "syscall",
  6623. "syscall.RTV_SPIPE": "syscall",
  6624. "syscall.RTV_SSTHRESH": "syscall",
  6625. "syscall.RTV_WEIGHT": "syscall",
  6626. "syscall.RT_CACHING_CONTEXT": "syscall",
  6627. "syscall.RT_CLASS_DEFAULT": "syscall",
  6628. "syscall.RT_CLASS_LOCAL": "syscall",
  6629. "syscall.RT_CLASS_MAIN": "syscall",
  6630. "syscall.RT_CLASS_MAX": "syscall",
  6631. "syscall.RT_CLASS_UNSPEC": "syscall",
  6632. "syscall.RT_DEFAULT_FIB": "syscall",
  6633. "syscall.RT_NORTREF": "syscall",
  6634. "syscall.RT_SCOPE_HOST": "syscall",
  6635. "syscall.RT_SCOPE_LINK": "syscall",
  6636. "syscall.RT_SCOPE_NOWHERE": "syscall",
  6637. "syscall.RT_SCOPE_SITE": "syscall",
  6638. "syscall.RT_SCOPE_UNIVERSE": "syscall",
  6639. "syscall.RT_TABLEID_MAX": "syscall",
  6640. "syscall.RT_TABLE_COMPAT": "syscall",
  6641. "syscall.RT_TABLE_DEFAULT": "syscall",
  6642. "syscall.RT_TABLE_LOCAL": "syscall",
  6643. "syscall.RT_TABLE_MAIN": "syscall",
  6644. "syscall.RT_TABLE_MAX": "syscall",
  6645. "syscall.RT_TABLE_UNSPEC": "syscall",
  6646. "syscall.RUSAGE_CHILDREN": "syscall",
  6647. "syscall.RUSAGE_SELF": "syscall",
  6648. "syscall.RUSAGE_THREAD": "syscall",
  6649. "syscall.Radvisory_t": "syscall",
  6650. "syscall.RawConn": "syscall",
  6651. "syscall.RawSockaddr": "syscall",
  6652. "syscall.RawSockaddrAny": "syscall",
  6653. "syscall.RawSockaddrDatalink": "syscall",
  6654. "syscall.RawSockaddrInet4": "syscall",
  6655. "syscall.RawSockaddrInet6": "syscall",
  6656. "syscall.RawSockaddrLinklayer": "syscall",
  6657. "syscall.RawSockaddrNetlink": "syscall",
  6658. "syscall.RawSockaddrUnix": "syscall",
  6659. "syscall.RawSyscall": "syscall",
  6660. "syscall.RawSyscall6": "syscall",
  6661. "syscall.Read": "syscall",
  6662. "syscall.ReadConsole": "syscall",
  6663. "syscall.ReadDirectoryChanges": "syscall",
  6664. "syscall.ReadDirent": "syscall",
  6665. "syscall.ReadFile": "syscall",
  6666. "syscall.Readlink": "syscall",
  6667. "syscall.Reboot": "syscall",
  6668. "syscall.Recvfrom": "syscall",
  6669. "syscall.Recvmsg": "syscall",
  6670. "syscall.RegCloseKey": "syscall",
  6671. "syscall.RegEnumKeyEx": "syscall",
  6672. "syscall.RegOpenKeyEx": "syscall",
  6673. "syscall.RegQueryInfoKey": "syscall",
  6674. "syscall.RegQueryValueEx": "syscall",
  6675. "syscall.RemoveDirectory": "syscall",
  6676. "syscall.Removexattr": "syscall",
  6677. "syscall.Rename": "syscall",
  6678. "syscall.Renameat": "syscall",
  6679. "syscall.Revoke": "syscall",
  6680. "syscall.Rlimit": "syscall",
  6681. "syscall.Rmdir": "syscall",
  6682. "syscall.RouteMessage": "syscall",
  6683. "syscall.RouteRIB": "syscall",
  6684. "syscall.RtAttr": "syscall",
  6685. "syscall.RtGenmsg": "syscall",
  6686. "syscall.RtMetrics": "syscall",
  6687. "syscall.RtMsg": "syscall",
  6688. "syscall.RtMsghdr": "syscall",
  6689. "syscall.RtNexthop": "syscall",
  6690. "syscall.Rusage": "syscall",
  6691. "syscall.SCM_BINTIME": "syscall",
  6692. "syscall.SCM_CREDENTIALS": "syscall",
  6693. "syscall.SCM_CREDS": "syscall",
  6694. "syscall.SCM_RIGHTS": "syscall",
  6695. "syscall.SCM_TIMESTAMP": "syscall",
  6696. "syscall.SCM_TIMESTAMPING": "syscall",
  6697. "syscall.SCM_TIMESTAMPNS": "syscall",
  6698. "syscall.SCM_TIMESTAMP_MONOTONIC": "syscall",
  6699. "syscall.SHUT_RD": "syscall",
  6700. "syscall.SHUT_RDWR": "syscall",
  6701. "syscall.SHUT_WR": "syscall",
  6702. "syscall.SID": "syscall",
  6703. "syscall.SIDAndAttributes": "syscall",
  6704. "syscall.SIGABRT": "syscall",
  6705. "syscall.SIGALRM": "syscall",
  6706. "syscall.SIGBUS": "syscall",
  6707. "syscall.SIGCHLD": "syscall",
  6708. "syscall.SIGCLD": "syscall",
  6709. "syscall.SIGCONT": "syscall",
  6710. "syscall.SIGEMT": "syscall",
  6711. "syscall.SIGFPE": "syscall",
  6712. "syscall.SIGHUP": "syscall",
  6713. "syscall.SIGILL": "syscall",
  6714. "syscall.SIGINFO": "syscall",
  6715. "syscall.SIGINT": "syscall",
  6716. "syscall.SIGIO": "syscall",
  6717. "syscall.SIGIOT": "syscall",
  6718. "syscall.SIGKILL": "syscall",
  6719. "syscall.SIGLIBRT": "syscall",
  6720. "syscall.SIGLWP": "syscall",
  6721. "syscall.SIGPIPE": "syscall",
  6722. "syscall.SIGPOLL": "syscall",
  6723. "syscall.SIGPROF": "syscall",
  6724. "syscall.SIGPWR": "syscall",
  6725. "syscall.SIGQUIT": "syscall",
  6726. "syscall.SIGSEGV": "syscall",
  6727. "syscall.SIGSTKFLT": "syscall",
  6728. "syscall.SIGSTOP": "syscall",
  6729. "syscall.SIGSYS": "syscall",
  6730. "syscall.SIGTERM": "syscall",
  6731. "syscall.SIGTHR": "syscall",
  6732. "syscall.SIGTRAP": "syscall",
  6733. "syscall.SIGTSTP": "syscall",
  6734. "syscall.SIGTTIN": "syscall",
  6735. "syscall.SIGTTOU": "syscall",
  6736. "syscall.SIGUNUSED": "syscall",
  6737. "syscall.SIGURG": "syscall",
  6738. "syscall.SIGUSR1": "syscall",
  6739. "syscall.SIGUSR2": "syscall",
  6740. "syscall.SIGVTALRM": "syscall",
  6741. "syscall.SIGWINCH": "syscall",
  6742. "syscall.SIGXCPU": "syscall",
  6743. "syscall.SIGXFSZ": "syscall",
  6744. "syscall.SIOCADDDLCI": "syscall",
  6745. "syscall.SIOCADDMULTI": "syscall",
  6746. "syscall.SIOCADDRT": "syscall",
  6747. "syscall.SIOCAIFADDR": "syscall",
  6748. "syscall.SIOCAIFGROUP": "syscall",
  6749. "syscall.SIOCALIFADDR": "syscall",
  6750. "syscall.SIOCARPIPLL": "syscall",
  6751. "syscall.SIOCATMARK": "syscall",
  6752. "syscall.SIOCAUTOADDR": "syscall",
  6753. "syscall.SIOCAUTONETMASK": "syscall",
  6754. "syscall.SIOCBRDGADD": "syscall",
  6755. "syscall.SIOCBRDGADDS": "syscall",
  6756. "syscall.SIOCBRDGARL": "syscall",
  6757. "syscall.SIOCBRDGDADDR": "syscall",
  6758. "syscall.SIOCBRDGDEL": "syscall",
  6759. "syscall.SIOCBRDGDELS": "syscall",
  6760. "syscall.SIOCBRDGFLUSH": "syscall",
  6761. "syscall.SIOCBRDGFRL": "syscall",
  6762. "syscall.SIOCBRDGGCACHE": "syscall",
  6763. "syscall.SIOCBRDGGFD": "syscall",
  6764. "syscall.SIOCBRDGGHT": "syscall",
  6765. "syscall.SIOCBRDGGIFFLGS": "syscall",
  6766. "syscall.SIOCBRDGGMA": "syscall",
  6767. "syscall.SIOCBRDGGPARAM": "syscall",
  6768. "syscall.SIOCBRDGGPRI": "syscall",
  6769. "syscall.SIOCBRDGGRL": "syscall",
  6770. "syscall.SIOCBRDGGSIFS": "syscall",
  6771. "syscall.SIOCBRDGGTO": "syscall",
  6772. "syscall.SIOCBRDGIFS": "syscall",
  6773. "syscall.SIOCBRDGRTS": "syscall",
  6774. "syscall.SIOCBRDGSADDR": "syscall",
  6775. "syscall.SIOCBRDGSCACHE": "syscall",
  6776. "syscall.SIOCBRDGSFD": "syscall",
  6777. "syscall.SIOCBRDGSHT": "syscall",
  6778. "syscall.SIOCBRDGSIFCOST": "syscall",
  6779. "syscall.SIOCBRDGSIFFLGS": "syscall",
  6780. "syscall.SIOCBRDGSIFPRIO": "syscall",
  6781. "syscall.SIOCBRDGSMA": "syscall",
  6782. "syscall.SIOCBRDGSPRI": "syscall",
  6783. "syscall.SIOCBRDGSPROTO": "syscall",
  6784. "syscall.SIOCBRDGSTO": "syscall",
  6785. "syscall.SIOCBRDGSTXHC": "syscall",
  6786. "syscall.SIOCDARP": "syscall",
  6787. "syscall.SIOCDELDLCI": "syscall",
  6788. "syscall.SIOCDELMULTI": "syscall",
  6789. "syscall.SIOCDELRT": "syscall",
  6790. "syscall.SIOCDEVPRIVATE": "syscall",
  6791. "syscall.SIOCDIFADDR": "syscall",
  6792. "syscall.SIOCDIFGROUP": "syscall",
  6793. "syscall.SIOCDIFPHYADDR": "syscall",
  6794. "syscall.SIOCDLIFADDR": "syscall",
  6795. "syscall.SIOCDRARP": "syscall",
  6796. "syscall.SIOCGARP": "syscall",
  6797. "syscall.SIOCGDRVSPEC": "syscall",
  6798. "syscall.SIOCGETKALIVE": "syscall",
  6799. "syscall.SIOCGETLABEL": "syscall",
  6800. "syscall.SIOCGETPFLOW": "syscall",
  6801. "syscall.SIOCGETPFSYNC": "syscall",
  6802. "syscall.SIOCGETSGCNT": "syscall",
  6803. "syscall.SIOCGETVIFCNT": "syscall",
  6804. "syscall.SIOCGETVLAN": "syscall",
  6805. "syscall.SIOCGHIWAT": "syscall",
  6806. "syscall.SIOCGIFADDR": "syscall",
  6807. "syscall.SIOCGIFADDRPREF": "syscall",
  6808. "syscall.SIOCGIFALIAS": "syscall",
  6809. "syscall.SIOCGIFALTMTU": "syscall",
  6810. "syscall.SIOCGIFASYNCMAP": "syscall",
  6811. "syscall.SIOCGIFBOND": "syscall",
  6812. "syscall.SIOCGIFBR": "syscall",
  6813. "syscall.SIOCGIFBRDADDR": "syscall",
  6814. "syscall.SIOCGIFCAP": "syscall",
  6815. "syscall.SIOCGIFCONF": "syscall",
  6816. "syscall.SIOCGIFCOUNT": "syscall",
  6817. "syscall.SIOCGIFDATA": "syscall",
  6818. "syscall.SIOCGIFDESCR": "syscall",
  6819. "syscall.SIOCGIFDEVMTU": "syscall",
  6820. "syscall.SIOCGIFDLT": "syscall",
  6821. "syscall.SIOCGIFDSTADDR": "syscall",
  6822. "syscall.SIOCGIFENCAP": "syscall",
  6823. "syscall.SIOCGIFFIB": "syscall",
  6824. "syscall.SIOCGIFFLAGS": "syscall",
  6825. "syscall.SIOCGIFGATTR": "syscall",
  6826. "syscall.SIOCGIFGENERIC": "syscall",
  6827. "syscall.SIOCGIFGMEMB": "syscall",
  6828. "syscall.SIOCGIFGROUP": "syscall",
  6829. "syscall.SIOCGIFHARDMTU": "syscall",
  6830. "syscall.SIOCGIFHWADDR": "syscall",
  6831. "syscall.SIOCGIFINDEX": "syscall",
  6832. "syscall.SIOCGIFKPI": "syscall",
  6833. "syscall.SIOCGIFMAC": "syscall",
  6834. "syscall.SIOCGIFMAP": "syscall",
  6835. "syscall.SIOCGIFMEDIA": "syscall",
  6836. "syscall.SIOCGIFMEM": "syscall",
  6837. "syscall.SIOCGIFMETRIC": "syscall",
  6838. "syscall.SIOCGIFMTU": "syscall",
  6839. "syscall.SIOCGIFNAME": "syscall",
  6840. "syscall.SIOCGIFNETMASK": "syscall",
  6841. "syscall.SIOCGIFPDSTADDR": "syscall",
  6842. "syscall.SIOCGIFPFLAGS": "syscall",
  6843. "syscall.SIOCGIFPHYS": "syscall",
  6844. "syscall.SIOCGIFPRIORITY": "syscall",
  6845. "syscall.SIOCGIFPSRCADDR": "syscall",
  6846. "syscall.SIOCGIFRDOMAIN": "syscall",
  6847. "syscall.SIOCGIFRTLABEL": "syscall",
  6848. "syscall.SIOCGIFSLAVE": "syscall",
  6849. "syscall.SIOCGIFSTATUS": "syscall",
  6850. "syscall.SIOCGIFTIMESLOT": "syscall",
  6851. "syscall.SIOCGIFTXQLEN": "syscall",
  6852. "syscall.SIOCGIFVLAN": "syscall",
  6853. "syscall.SIOCGIFWAKEFLAGS": "syscall",
  6854. "syscall.SIOCGIFXFLAGS": "syscall",
  6855. "syscall.SIOCGLIFADDR": "syscall",
  6856. "syscall.SIOCGLIFPHYADDR": "syscall",
  6857. "syscall.SIOCGLIFPHYRTABLE": "syscall",
  6858. "syscall.SIOCGLIFPHYTTL": "syscall",
  6859. "syscall.SIOCGLINKSTR": "syscall",
  6860. "syscall.SIOCGLOWAT": "syscall",
  6861. "syscall.SIOCGPGRP": "syscall",
  6862. "syscall.SIOCGPRIVATE_0": "syscall",
  6863. "syscall.SIOCGPRIVATE_1": "syscall",
  6864. "syscall.SIOCGRARP": "syscall",
  6865. "syscall.SIOCGSPPPPARAMS": "syscall",
  6866. "syscall.SIOCGSTAMP": "syscall",
  6867. "syscall.SIOCGSTAMPNS": "syscall",
  6868. "syscall.SIOCGVH": "syscall",
  6869. "syscall.SIOCGVNETID": "syscall",
  6870. "syscall.SIOCIFCREATE": "syscall",
  6871. "syscall.SIOCIFCREATE2": "syscall",
  6872. "syscall.SIOCIFDESTROY": "syscall",
  6873. "syscall.SIOCIFGCLONERS": "syscall",
  6874. "syscall.SIOCINITIFADDR": "syscall",
  6875. "syscall.SIOCPROTOPRIVATE": "syscall",
  6876. "syscall.SIOCRSLVMULTI": "syscall",
  6877. "syscall.SIOCRTMSG": "syscall",
  6878. "syscall.SIOCSARP": "syscall",
  6879. "syscall.SIOCSDRVSPEC": "syscall",
  6880. "syscall.SIOCSETKALIVE": "syscall",
  6881. "syscall.SIOCSETLABEL": "syscall",
  6882. "syscall.SIOCSETPFLOW": "syscall",
  6883. "syscall.SIOCSETPFSYNC": "syscall",
  6884. "syscall.SIOCSETVLAN": "syscall",
  6885. "syscall.SIOCSHIWAT": "syscall",
  6886. "syscall.SIOCSIFADDR": "syscall",
  6887. "syscall.SIOCSIFADDRPREF": "syscall",
  6888. "syscall.SIOCSIFALTMTU": "syscall",
  6889. "syscall.SIOCSIFASYNCMAP": "syscall",
  6890. "syscall.SIOCSIFBOND": "syscall",
  6891. "syscall.SIOCSIFBR": "syscall",
  6892. "syscall.SIOCSIFBRDADDR": "syscall",
  6893. "syscall.SIOCSIFCAP": "syscall",
  6894. "syscall.SIOCSIFDESCR": "syscall",
  6895. "syscall.SIOCSIFDSTADDR": "syscall",
  6896. "syscall.SIOCSIFENCAP": "syscall",
  6897. "syscall.SIOCSIFFIB": "syscall",
  6898. "syscall.SIOCSIFFLAGS": "syscall",
  6899. "syscall.SIOCSIFGATTR": "syscall",
  6900. "syscall.SIOCSIFGENERIC": "syscall",
  6901. "syscall.SIOCSIFHWADDR": "syscall",
  6902. "syscall.SIOCSIFHWBROADCAST": "syscall",
  6903. "syscall.SIOCSIFKPI": "syscall",
  6904. "syscall.SIOCSIFLINK": "syscall",
  6905. "syscall.SIOCSIFLLADDR": "syscall",
  6906. "syscall.SIOCSIFMAC": "syscall",
  6907. "syscall.SIOCSIFMAP": "syscall",
  6908. "syscall.SIOCSIFMEDIA": "syscall",
  6909. "syscall.SIOCSIFMEM": "syscall",
  6910. "syscall.SIOCSIFMETRIC": "syscall",
  6911. "syscall.SIOCSIFMTU": "syscall",
  6912. "syscall.SIOCSIFNAME": "syscall",
  6913. "syscall.SIOCSIFNETMASK": "syscall",
  6914. "syscall.SIOCSIFPFLAGS": "syscall",
  6915. "syscall.SIOCSIFPHYADDR": "syscall",
  6916. "syscall.SIOCSIFPHYS": "syscall",
  6917. "syscall.SIOCSIFPRIORITY": "syscall",
  6918. "syscall.SIOCSIFRDOMAIN": "syscall",
  6919. "syscall.SIOCSIFRTLABEL": "syscall",
  6920. "syscall.SIOCSIFRVNET": "syscall",
  6921. "syscall.SIOCSIFSLAVE": "syscall",
  6922. "syscall.SIOCSIFTIMESLOT": "syscall",
  6923. "syscall.SIOCSIFTXQLEN": "syscall",
  6924. "syscall.SIOCSIFVLAN": "syscall",
  6925. "syscall.SIOCSIFVNET": "syscall",
  6926. "syscall.SIOCSIFXFLAGS": "syscall",
  6927. "syscall.SIOCSLIFPHYADDR": "syscall",
  6928. "syscall.SIOCSLIFPHYRTABLE": "syscall",
  6929. "syscall.SIOCSLIFPHYTTL": "syscall",
  6930. "syscall.SIOCSLINKSTR": "syscall",
  6931. "syscall.SIOCSLOWAT": "syscall",
  6932. "syscall.SIOCSPGRP": "syscall",
  6933. "syscall.SIOCSRARP": "syscall",
  6934. "syscall.SIOCSSPPPPARAMS": "syscall",
  6935. "syscall.SIOCSVH": "syscall",
  6936. "syscall.SIOCSVNETID": "syscall",
  6937. "syscall.SIOCZIFDATA": "syscall",
  6938. "syscall.SIO_GET_EXTENSION_FUNCTION_POINTER": "syscall",
  6939. "syscall.SIO_GET_INTERFACE_LIST": "syscall",
  6940. "syscall.SIO_KEEPALIVE_VALS": "syscall",
  6941. "syscall.SIO_UDP_CONNRESET": "syscall",
  6942. "syscall.SOCK_CLOEXEC": "syscall",
  6943. "syscall.SOCK_DCCP": "syscall",
  6944. "syscall.SOCK_DGRAM": "syscall",
  6945. "syscall.SOCK_FLAGS_MASK": "syscall",
  6946. "syscall.SOCK_MAXADDRLEN": "syscall",
  6947. "syscall.SOCK_NONBLOCK": "syscall",
  6948. "syscall.SOCK_NOSIGPIPE": "syscall",
  6949. "syscall.SOCK_PACKET": "syscall",
  6950. "syscall.SOCK_RAW": "syscall",
  6951. "syscall.SOCK_RDM": "syscall",
  6952. "syscall.SOCK_SEQPACKET": "syscall",
  6953. "syscall.SOCK_STREAM": "syscall",
  6954. "syscall.SOL_AAL": "syscall",
  6955. "syscall.SOL_ATM": "syscall",
  6956. "syscall.SOL_DECNET": "syscall",
  6957. "syscall.SOL_ICMPV6": "syscall",
  6958. "syscall.SOL_IP": "syscall",
  6959. "syscall.SOL_IPV6": "syscall",
  6960. "syscall.SOL_IRDA": "syscall",
  6961. "syscall.SOL_PACKET": "syscall",
  6962. "syscall.SOL_RAW": "syscall",
  6963. "syscall.SOL_SOCKET": "syscall",
  6964. "syscall.SOL_TCP": "syscall",
  6965. "syscall.SOL_X25": "syscall",
  6966. "syscall.SOMAXCONN": "syscall",
  6967. "syscall.SO_ACCEPTCONN": "syscall",
  6968. "syscall.SO_ACCEPTFILTER": "syscall",
  6969. "syscall.SO_ATTACH_FILTER": "syscall",
  6970. "syscall.SO_BINDANY": "syscall",
  6971. "syscall.SO_BINDTODEVICE": "syscall",
  6972. "syscall.SO_BINTIME": "syscall",
  6973. "syscall.SO_BROADCAST": "syscall",
  6974. "syscall.SO_BSDCOMPAT": "syscall",
  6975. "syscall.SO_DEBUG": "syscall",
  6976. "syscall.SO_DETACH_FILTER": "syscall",
  6977. "syscall.SO_DOMAIN": "syscall",
  6978. "syscall.SO_DONTROUTE": "syscall",
  6979. "syscall.SO_DONTTRUNC": "syscall",
  6980. "syscall.SO_ERROR": "syscall",
  6981. "syscall.SO_KEEPALIVE": "syscall",
  6982. "syscall.SO_LABEL": "syscall",
  6983. "syscall.SO_LINGER": "syscall",
  6984. "syscall.SO_LINGER_SEC": "syscall",
  6985. "syscall.SO_LISTENINCQLEN": "syscall",
  6986. "syscall.SO_LISTENQLEN": "syscall",
  6987. "syscall.SO_LISTENQLIMIT": "syscall",
  6988. "syscall.SO_MARK": "syscall",
  6989. "syscall.SO_NETPROC": "syscall",
  6990. "syscall.SO_NKE": "syscall",
  6991. "syscall.SO_NOADDRERR": "syscall",
  6992. "syscall.SO_NOHEADER": "syscall",
  6993. "syscall.SO_NOSIGPIPE": "syscall",
  6994. "syscall.SO_NOTIFYCONFLICT": "syscall",
  6995. "syscall.SO_NO_CHECK": "syscall",
  6996. "syscall.SO_NO_DDP": "syscall",
  6997. "syscall.SO_NO_OFFLOAD": "syscall",
  6998. "syscall.SO_NP_EXTENSIONS": "syscall",
  6999. "syscall.SO_NREAD": "syscall",
  7000. "syscall.SO_NWRITE": "syscall",
  7001. "syscall.SO_OOBINLINE": "syscall",
  7002. "syscall.SO_OVERFLOWED": "syscall",
  7003. "syscall.SO_PASSCRED": "syscall",
  7004. "syscall.SO_PASSSEC": "syscall",
  7005. "syscall.SO_PEERCRED": "syscall",
  7006. "syscall.SO_PEERLABEL": "syscall",
  7007. "syscall.SO_PEERNAME": "syscall",
  7008. "syscall.SO_PEERSEC": "syscall",
  7009. "syscall.SO_PRIORITY": "syscall",
  7010. "syscall.SO_PROTOCOL": "syscall",
  7011. "syscall.SO_PROTOTYPE": "syscall",
  7012. "syscall.SO_RANDOMPORT": "syscall",
  7013. "syscall.SO_RCVBUF": "syscall",
  7014. "syscall.SO_RCVBUFFORCE": "syscall",
  7015. "syscall.SO_RCVLOWAT": "syscall",
  7016. "syscall.SO_RCVTIMEO": "syscall",
  7017. "syscall.SO_RESTRICTIONS": "syscall",
  7018. "syscall.SO_RESTRICT_DENYIN": "syscall",
  7019. "syscall.SO_RESTRICT_DENYOUT": "syscall",
  7020. "syscall.SO_RESTRICT_DENYSET": "syscall",
  7021. "syscall.SO_REUSEADDR": "syscall",
  7022. "syscall.SO_REUSEPORT": "syscall",
  7023. "syscall.SO_REUSESHAREUID": "syscall",
  7024. "syscall.SO_RTABLE": "syscall",
  7025. "syscall.SO_RXQ_OVFL": "syscall",
  7026. "syscall.SO_SECURITY_AUTHENTICATION": "syscall",
  7027. "syscall.SO_SECURITY_ENCRYPTION_NETWORK": "syscall",
  7028. "syscall.SO_SECURITY_ENCRYPTION_TRANSPORT": "syscall",
  7029. "syscall.SO_SETFIB": "syscall",
  7030. "syscall.SO_SNDBUF": "syscall",
  7031. "syscall.SO_SNDBUFFORCE": "syscall",
  7032. "syscall.SO_SNDLOWAT": "syscall",
  7033. "syscall.SO_SNDTIMEO": "syscall",
  7034. "syscall.SO_SPLICE": "syscall",
  7035. "syscall.SO_TIMESTAMP": "syscall",
  7036. "syscall.SO_TIMESTAMPING": "syscall",
  7037. "syscall.SO_TIMESTAMPNS": "syscall",
  7038. "syscall.SO_TIMESTAMP_MONOTONIC": "syscall",
  7039. "syscall.SO_TYPE": "syscall",
  7040. "syscall.SO_UPCALLCLOSEWAIT": "syscall",
  7041. "syscall.SO_UPDATE_ACCEPT_CONTEXT": "syscall",
  7042. "syscall.SO_UPDATE_CONNECT_CONTEXT": "syscall",
  7043. "syscall.SO_USELOOPBACK": "syscall",
  7044. "syscall.SO_USER_COOKIE": "syscall",
  7045. "syscall.SO_VENDOR": "syscall",
  7046. "syscall.SO_WANTMORE": "syscall",
  7047. "syscall.SO_WANTOOBFLAG": "syscall",
  7048. "syscall.SSLExtraCertChainPolicyPara": "syscall",
  7049. "syscall.STANDARD_RIGHTS_ALL": "syscall",
  7050. "syscall.STANDARD_RIGHTS_EXECUTE": "syscall",
  7051. "syscall.STANDARD_RIGHTS_READ": "syscall",
  7052. "syscall.STANDARD_RIGHTS_REQUIRED": "syscall",
  7053. "syscall.STANDARD_RIGHTS_WRITE": "syscall",
  7054. "syscall.STARTF_USESHOWWINDOW": "syscall",
  7055. "syscall.STARTF_USESTDHANDLES": "syscall",
  7056. "syscall.STD_ERROR_HANDLE": "syscall",
  7057. "syscall.STD_INPUT_HANDLE": "syscall",
  7058. "syscall.STD_OUTPUT_HANDLE": "syscall",
  7059. "syscall.SUBLANG_ENGLISH_US": "syscall",
  7060. "syscall.SW_FORCEMINIMIZE": "syscall",
  7061. "syscall.SW_HIDE": "syscall",
  7062. "syscall.SW_MAXIMIZE": "syscall",
  7063. "syscall.SW_MINIMIZE": "syscall",
  7064. "syscall.SW_NORMAL": "syscall",
  7065. "syscall.SW_RESTORE": "syscall",
  7066. "syscall.SW_SHOW": "syscall",
  7067. "syscall.SW_SHOWDEFAULT": "syscall",
  7068. "syscall.SW_SHOWMAXIMIZED": "syscall",
  7069. "syscall.SW_SHOWMINIMIZED": "syscall",
  7070. "syscall.SW_SHOWMINNOACTIVE": "syscall",
  7071. "syscall.SW_SHOWNA": "syscall",
  7072. "syscall.SW_SHOWNOACTIVATE": "syscall",
  7073. "syscall.SW_SHOWNORMAL": "syscall",
  7074. "syscall.SYMBOLIC_LINK_FLAG_DIRECTORY": "syscall",
  7075. "syscall.SYNCHRONIZE": "syscall",
  7076. "syscall.SYSCTL_VERSION": "syscall",
  7077. "syscall.SYSCTL_VERS_0": "syscall",
  7078. "syscall.SYSCTL_VERS_1": "syscall",
  7079. "syscall.SYSCTL_VERS_MASK": "syscall",
  7080. "syscall.SYS_ABORT2": "syscall",
  7081. "syscall.SYS_ACCEPT": "syscall",
  7082. "syscall.SYS_ACCEPT4": "syscall",
  7083. "syscall.SYS_ACCEPT_NOCANCEL": "syscall",
  7084. "syscall.SYS_ACCESS": "syscall",
  7085. "syscall.SYS_ACCESS_EXTENDED": "syscall",
  7086. "syscall.SYS_ACCT": "syscall",
  7087. "syscall.SYS_ADD_KEY": "syscall",
  7088. "syscall.SYS_ADD_PROFIL": "syscall",
  7089. "syscall.SYS_ADJFREQ": "syscall",
  7090. "syscall.SYS_ADJTIME": "syscall",
  7091. "syscall.SYS_ADJTIMEX": "syscall",
  7092. "syscall.SYS_AFS_SYSCALL": "syscall",
  7093. "syscall.SYS_AIO_CANCEL": "syscall",
  7094. "syscall.SYS_AIO_ERROR": "syscall",
  7095. "syscall.SYS_AIO_FSYNC": "syscall",
  7096. "syscall.SYS_AIO_READ": "syscall",
  7097. "syscall.SYS_AIO_RETURN": "syscall",
  7098. "syscall.SYS_AIO_SUSPEND": "syscall",
  7099. "syscall.SYS_AIO_SUSPEND_NOCANCEL": "syscall",
  7100. "syscall.SYS_AIO_WRITE": "syscall",
  7101. "syscall.SYS_ALARM": "syscall",
  7102. "syscall.SYS_ARCH_PRCTL": "syscall",
  7103. "syscall.SYS_ARM_FADVISE64_64": "syscall",
  7104. "syscall.SYS_ARM_SYNC_FILE_RANGE": "syscall",
  7105. "syscall.SYS_ATGETMSG": "syscall",
  7106. "syscall.SYS_ATPGETREQ": "syscall",
  7107. "syscall.SYS_ATPGETRSP": "syscall",
  7108. "syscall.SYS_ATPSNDREQ": "syscall",
  7109. "syscall.SYS_ATPSNDRSP": "syscall",
  7110. "syscall.SYS_ATPUTMSG": "syscall",
  7111. "syscall.SYS_ATSOCKET": "syscall",
  7112. "syscall.SYS_AUDIT": "syscall",
  7113. "syscall.SYS_AUDITCTL": "syscall",
  7114. "syscall.SYS_AUDITON": "syscall",
  7115. "syscall.SYS_AUDIT_SESSION_JOIN": "syscall",
  7116. "syscall.SYS_AUDIT_SESSION_PORT": "syscall",
  7117. "syscall.SYS_AUDIT_SESSION_SELF": "syscall",
  7118. "syscall.SYS_BDFLUSH": "syscall",
  7119. "syscall.SYS_BIND": "syscall",
  7120. "syscall.SYS_BINDAT": "syscall",
  7121. "syscall.SYS_BREAK": "syscall",
  7122. "syscall.SYS_BRK": "syscall",
  7123. "syscall.SYS_BSDTHREAD_CREATE": "syscall",
  7124. "syscall.SYS_BSDTHREAD_REGISTER": "syscall",
  7125. "syscall.SYS_BSDTHREAD_TERMINATE": "syscall",
  7126. "syscall.SYS_CAPGET": "syscall",
  7127. "syscall.SYS_CAPSET": "syscall",
  7128. "syscall.SYS_CAP_ENTER": "syscall",
  7129. "syscall.SYS_CAP_FCNTLS_GET": "syscall",
  7130. "syscall.SYS_CAP_FCNTLS_LIMIT": "syscall",
  7131. "syscall.SYS_CAP_GETMODE": "syscall",
  7132. "syscall.SYS_CAP_GETRIGHTS": "syscall",
  7133. "syscall.SYS_CAP_IOCTLS_GET": "syscall",
  7134. "syscall.SYS_CAP_IOCTLS_LIMIT": "syscall",
  7135. "syscall.SYS_CAP_NEW": "syscall",
  7136. "syscall.SYS_CAP_RIGHTS_GET": "syscall",
  7137. "syscall.SYS_CAP_RIGHTS_LIMIT": "syscall",
  7138. "syscall.SYS_CHDIR": "syscall",
  7139. "syscall.SYS_CHFLAGS": "syscall",
  7140. "syscall.SYS_CHFLAGSAT": "syscall",
  7141. "syscall.SYS_CHMOD": "syscall",
  7142. "syscall.SYS_CHMOD_EXTENDED": "syscall",
  7143. "syscall.SYS_CHOWN": "syscall",
  7144. "syscall.SYS_CHOWN32": "syscall",
  7145. "syscall.SYS_CHROOT": "syscall",
  7146. "syscall.SYS_CHUD": "syscall",
  7147. "syscall.SYS_CLOCK_ADJTIME": "syscall",
  7148. "syscall.SYS_CLOCK_GETCPUCLOCKID2": "syscall",
  7149. "syscall.SYS_CLOCK_GETRES": "syscall",
  7150. "syscall.SYS_CLOCK_GETTIME": "syscall",
  7151. "syscall.SYS_CLOCK_NANOSLEEP": "syscall",
  7152. "syscall.SYS_CLOCK_SETTIME": "syscall",
  7153. "syscall.SYS_CLONE": "syscall",
  7154. "syscall.SYS_CLOSE": "syscall",
  7155. "syscall.SYS_CLOSEFROM": "syscall",
  7156. "syscall.SYS_CLOSE_NOCANCEL": "syscall",
  7157. "syscall.SYS_CONNECT": "syscall",
  7158. "syscall.SYS_CONNECTAT": "syscall",
  7159. "syscall.SYS_CONNECT_NOCANCEL": "syscall",
  7160. "syscall.SYS_COPYFILE": "syscall",
  7161. "syscall.SYS_CPUSET": "syscall",
  7162. "syscall.SYS_CPUSET_GETAFFINITY": "syscall",
  7163. "syscall.SYS_CPUSET_GETID": "syscall",
  7164. "syscall.SYS_CPUSET_SETAFFINITY": "syscall",
  7165. "syscall.SYS_CPUSET_SETID": "syscall",
  7166. "syscall.SYS_CREAT": "syscall",
  7167. "syscall.SYS_CREATE_MODULE": "syscall",
  7168. "syscall.SYS_CSOPS": "syscall",
  7169. "syscall.SYS_DELETE": "syscall",
  7170. "syscall.SYS_DELETE_MODULE": "syscall",
  7171. "syscall.SYS_DUP": "syscall",
  7172. "syscall.SYS_DUP2": "syscall",
  7173. "syscall.SYS_DUP3": "syscall",
  7174. "syscall.SYS_EACCESS": "syscall",
  7175. "syscall.SYS_EPOLL_CREATE": "syscall",
  7176. "syscall.SYS_EPOLL_CREATE1": "syscall",
  7177. "syscall.SYS_EPOLL_CTL": "syscall",
  7178. "syscall.SYS_EPOLL_CTL_OLD": "syscall",
  7179. "syscall.SYS_EPOLL_PWAIT": "syscall",
  7180. "syscall.SYS_EPOLL_WAIT": "syscall",
  7181. "syscall.SYS_EPOLL_WAIT_OLD": "syscall",
  7182. "syscall.SYS_EVENTFD": "syscall",
  7183. "syscall.SYS_EVENTFD2": "syscall",
  7184. "syscall.SYS_EXCHANGEDATA": "syscall",
  7185. "syscall.SYS_EXECVE": "syscall",
  7186. "syscall.SYS_EXIT": "syscall",
  7187. "syscall.SYS_EXIT_GROUP": "syscall",
  7188. "syscall.SYS_EXTATTRCTL": "syscall",
  7189. "syscall.SYS_EXTATTR_DELETE_FD": "syscall",
  7190. "syscall.SYS_EXTATTR_DELETE_FILE": "syscall",
  7191. "syscall.SYS_EXTATTR_DELETE_LINK": "syscall",
  7192. "syscall.SYS_EXTATTR_GET_FD": "syscall",
  7193. "syscall.SYS_EXTATTR_GET_FILE": "syscall",
  7194. "syscall.SYS_EXTATTR_GET_LINK": "syscall",
  7195. "syscall.SYS_EXTATTR_LIST_FD": "syscall",
  7196. "syscall.SYS_EXTATTR_LIST_FILE": "syscall",
  7197. "syscall.SYS_EXTATTR_LIST_LINK": "syscall",
  7198. "syscall.SYS_EXTATTR_SET_FD": "syscall",
  7199. "syscall.SYS_EXTATTR_SET_FILE": "syscall",
  7200. "syscall.SYS_EXTATTR_SET_LINK": "syscall",
  7201. "syscall.SYS_FACCESSAT": "syscall",
  7202. "syscall.SYS_FADVISE64": "syscall",
  7203. "syscall.SYS_FADVISE64_64": "syscall",
  7204. "syscall.SYS_FALLOCATE": "syscall",
  7205. "syscall.SYS_FANOTIFY_INIT": "syscall",
  7206. "syscall.SYS_FANOTIFY_MARK": "syscall",
  7207. "syscall.SYS_FCHDIR": "syscall",
  7208. "syscall.SYS_FCHFLAGS": "syscall",
  7209. "syscall.SYS_FCHMOD": "syscall",
  7210. "syscall.SYS_FCHMODAT": "syscall",
  7211. "syscall.SYS_FCHMOD_EXTENDED": "syscall",
  7212. "syscall.SYS_FCHOWN": "syscall",
  7213. "syscall.SYS_FCHOWN32": "syscall",
  7214. "syscall.SYS_FCHOWNAT": "syscall",
  7215. "syscall.SYS_FCHROOT": "syscall",
  7216. "syscall.SYS_FCNTL": "syscall",
  7217. "syscall.SYS_FCNTL64": "syscall",
  7218. "syscall.SYS_FCNTL_NOCANCEL": "syscall",
  7219. "syscall.SYS_FDATASYNC": "syscall",
  7220. "syscall.SYS_FEXECVE": "syscall",
  7221. "syscall.SYS_FFCLOCK_GETCOUNTER": "syscall",
  7222. "syscall.SYS_FFCLOCK_GETESTIMATE": "syscall",
  7223. "syscall.SYS_FFCLOCK_SETESTIMATE": "syscall",
  7224. "syscall.SYS_FFSCTL": "syscall",
  7225. "syscall.SYS_FGETATTRLIST": "syscall",
  7226. "syscall.SYS_FGETXATTR": "syscall",
  7227. "syscall.SYS_FHOPEN": "syscall",
  7228. "syscall.SYS_FHSTAT": "syscall",
  7229. "syscall.SYS_FHSTATFS": "syscall",
  7230. "syscall.SYS_FILEPORT_MAKEFD": "syscall",
  7231. "syscall.SYS_FILEPORT_MAKEPORT": "syscall",
  7232. "syscall.SYS_FKTRACE": "syscall",
  7233. "syscall.SYS_FLISTXATTR": "syscall",
  7234. "syscall.SYS_FLOCK": "syscall",
  7235. "syscall.SYS_FORK": "syscall",
  7236. "syscall.SYS_FPATHCONF": "syscall",
  7237. "syscall.SYS_FREEBSD6_FTRUNCATE": "syscall",
  7238. "syscall.SYS_FREEBSD6_LSEEK": "syscall",
  7239. "syscall.SYS_FREEBSD6_MMAP": "syscall",
  7240. "syscall.SYS_FREEBSD6_PREAD": "syscall",
  7241. "syscall.SYS_FREEBSD6_PWRITE": "syscall",
  7242. "syscall.SYS_FREEBSD6_TRUNCATE": "syscall",
  7243. "syscall.SYS_FREMOVEXATTR": "syscall",
  7244. "syscall.SYS_FSCTL": "syscall",
  7245. "syscall.SYS_FSETATTRLIST": "syscall",
  7246. "syscall.SYS_FSETXATTR": "syscall",
  7247. "syscall.SYS_FSGETPATH": "syscall",
  7248. "syscall.SYS_FSTAT": "syscall",
  7249. "syscall.SYS_FSTAT64": "syscall",
  7250. "syscall.SYS_FSTAT64_EXTENDED": "syscall",
  7251. "syscall.SYS_FSTATAT": "syscall",
  7252. "syscall.SYS_FSTATAT64": "syscall",
  7253. "syscall.SYS_FSTATFS": "syscall",
  7254. "syscall.SYS_FSTATFS64": "syscall",
  7255. "syscall.SYS_FSTATV": "syscall",
  7256. "syscall.SYS_FSTATVFS1": "syscall",
  7257. "syscall.SYS_FSTAT_EXTENDED": "syscall",
  7258. "syscall.SYS_FSYNC": "syscall",
  7259. "syscall.SYS_FSYNC_NOCANCEL": "syscall",
  7260. "syscall.SYS_FSYNC_RANGE": "syscall",
  7261. "syscall.SYS_FTIME": "syscall",
  7262. "syscall.SYS_FTRUNCATE": "syscall",
  7263. "syscall.SYS_FTRUNCATE64": "syscall",
  7264. "syscall.SYS_FUTEX": "syscall",
  7265. "syscall.SYS_FUTIMENS": "syscall",
  7266. "syscall.SYS_FUTIMES": "syscall",
  7267. "syscall.SYS_FUTIMESAT": "syscall",
  7268. "syscall.SYS_GETATTRLIST": "syscall",
  7269. "syscall.SYS_GETAUDIT": "syscall",
  7270. "syscall.SYS_GETAUDIT_ADDR": "syscall",
  7271. "syscall.SYS_GETAUID": "syscall",
  7272. "syscall.SYS_GETCONTEXT": "syscall",
  7273. "syscall.SYS_GETCPU": "syscall",
  7274. "syscall.SYS_GETCWD": "syscall",
  7275. "syscall.SYS_GETDENTS": "syscall",
  7276. "syscall.SYS_GETDENTS64": "syscall",
  7277. "syscall.SYS_GETDIRENTRIES": "syscall",
  7278. "syscall.SYS_GETDIRENTRIES64": "syscall",
  7279. "syscall.SYS_GETDIRENTRIESATTR": "syscall",
  7280. "syscall.SYS_GETDTABLECOUNT": "syscall",
  7281. "syscall.SYS_GETDTABLESIZE": "syscall",
  7282. "syscall.SYS_GETEGID": "syscall",
  7283. "syscall.SYS_GETEGID32": "syscall",
  7284. "syscall.SYS_GETEUID": "syscall",
  7285. "syscall.SYS_GETEUID32": "syscall",
  7286. "syscall.SYS_GETFH": "syscall",
  7287. "syscall.SYS_GETFSSTAT": "syscall",
  7288. "syscall.SYS_GETFSSTAT64": "syscall",
  7289. "syscall.SYS_GETGID": "syscall",
  7290. "syscall.SYS_GETGID32": "syscall",
  7291. "syscall.SYS_GETGROUPS": "syscall",
  7292. "syscall.SYS_GETGROUPS32": "syscall",
  7293. "syscall.SYS_GETHOSTUUID": "syscall",
  7294. "syscall.SYS_GETITIMER": "syscall",
  7295. "syscall.SYS_GETLCID": "syscall",
  7296. "syscall.SYS_GETLOGIN": "syscall",
  7297. "syscall.SYS_GETLOGINCLASS": "syscall",
  7298. "syscall.SYS_GETPEERNAME": "syscall",
  7299. "syscall.SYS_GETPGID": "syscall",
  7300. "syscall.SYS_GETPGRP": "syscall",
  7301. "syscall.SYS_GETPID": "syscall",
  7302. "syscall.SYS_GETPMSG": "syscall",
  7303. "syscall.SYS_GETPPID": "syscall",
  7304. "syscall.SYS_GETPRIORITY": "syscall",
  7305. "syscall.SYS_GETRESGID": "syscall",
  7306. "syscall.SYS_GETRESGID32": "syscall",
  7307. "syscall.SYS_GETRESUID": "syscall",
  7308. "syscall.SYS_GETRESUID32": "syscall",
  7309. "syscall.SYS_GETRLIMIT": "syscall",
  7310. "syscall.SYS_GETRTABLE": "syscall",
  7311. "syscall.SYS_GETRUSAGE": "syscall",
  7312. "syscall.SYS_GETSGROUPS": "syscall",
  7313. "syscall.SYS_GETSID": "syscall",
  7314. "syscall.SYS_GETSOCKNAME": "syscall",
  7315. "syscall.SYS_GETSOCKOPT": "syscall",
  7316. "syscall.SYS_GETTHRID": "syscall",
  7317. "syscall.SYS_GETTID": "syscall",
  7318. "syscall.SYS_GETTIMEOFDAY": "syscall",
  7319. "syscall.SYS_GETUID": "syscall",
  7320. "syscall.SYS_GETUID32": "syscall",
  7321. "syscall.SYS_GETVFSSTAT": "syscall",
  7322. "syscall.SYS_GETWGROUPS": "syscall",
  7323. "syscall.SYS_GETXATTR": "syscall",
  7324. "syscall.SYS_GET_KERNEL_SYMS": "syscall",
  7325. "syscall.SYS_GET_MEMPOLICY": "syscall",
  7326. "syscall.SYS_GET_ROBUST_LIST": "syscall",
  7327. "syscall.SYS_GET_THREAD_AREA": "syscall",
  7328. "syscall.SYS_GTTY": "syscall",
  7329. "syscall.SYS_IDENTITYSVC": "syscall",
  7330. "syscall.SYS_IDLE": "syscall",
  7331. "syscall.SYS_INITGROUPS": "syscall",
  7332. "syscall.SYS_INIT_MODULE": "syscall",
  7333. "syscall.SYS_INOTIFY_ADD_WATCH": "syscall",
  7334. "syscall.SYS_INOTIFY_INIT": "syscall",
  7335. "syscall.SYS_INOTIFY_INIT1": "syscall",
  7336. "syscall.SYS_INOTIFY_RM_WATCH": "syscall",
  7337. "syscall.SYS_IOCTL": "syscall",
  7338. "syscall.SYS_IOPERM": "syscall",
  7339. "syscall.SYS_IOPL": "syscall",
  7340. "syscall.SYS_IOPOLICYSYS": "syscall",
  7341. "syscall.SYS_IOPRIO_GET": "syscall",
  7342. "syscall.SYS_IOPRIO_SET": "syscall",
  7343. "syscall.SYS_IO_CANCEL": "syscall",
  7344. "syscall.SYS_IO_DESTROY": "syscall",
  7345. "syscall.SYS_IO_GETEVENTS": "syscall",
  7346. "syscall.SYS_IO_SETUP": "syscall",
  7347. "syscall.SYS_IO_SUBMIT": "syscall",
  7348. "syscall.SYS_IPC": "syscall",
  7349. "syscall.SYS_ISSETUGID": "syscall",
  7350. "syscall.SYS_JAIL": "syscall",
  7351. "syscall.SYS_JAIL_ATTACH": "syscall",
  7352. "syscall.SYS_JAIL_GET": "syscall",
  7353. "syscall.SYS_JAIL_REMOVE": "syscall",
  7354. "syscall.SYS_JAIL_SET": "syscall",
  7355. "syscall.SYS_KDEBUG_TRACE": "syscall",
  7356. "syscall.SYS_KENV": "syscall",
  7357. "syscall.SYS_KEVENT": "syscall",
  7358. "syscall.SYS_KEVENT64": "syscall",
  7359. "syscall.SYS_KEXEC_LOAD": "syscall",
  7360. "syscall.SYS_KEYCTL": "syscall",
  7361. "syscall.SYS_KILL": "syscall",
  7362. "syscall.SYS_KLDFIND": "syscall",
  7363. "syscall.SYS_KLDFIRSTMOD": "syscall",
  7364. "syscall.SYS_KLDLOAD": "syscall",
  7365. "syscall.SYS_KLDNEXT": "syscall",
  7366. "syscall.SYS_KLDSTAT": "syscall",
  7367. "syscall.SYS_KLDSYM": "syscall",
  7368. "syscall.SYS_KLDUNLOAD": "syscall",
  7369. "syscall.SYS_KLDUNLOADF": "syscall",
  7370. "syscall.SYS_KQUEUE": "syscall",
  7371. "syscall.SYS_KQUEUE1": "syscall",
  7372. "syscall.SYS_KTIMER_CREATE": "syscall",
  7373. "syscall.SYS_KTIMER_DELETE": "syscall",
  7374. "syscall.SYS_KTIMER_GETOVERRUN": "syscall",
  7375. "syscall.SYS_KTIMER_GETTIME": "syscall",
  7376. "syscall.SYS_KTIMER_SETTIME": "syscall",
  7377. "syscall.SYS_KTRACE": "syscall",
  7378. "syscall.SYS_LCHFLAGS": "syscall",
  7379. "syscall.SYS_LCHMOD": "syscall",
  7380. "syscall.SYS_LCHOWN": "syscall",
  7381. "syscall.SYS_LCHOWN32": "syscall",
  7382. "syscall.SYS_LGETFH": "syscall",
  7383. "syscall.SYS_LGETXATTR": "syscall",
  7384. "syscall.SYS_LINK": "syscall",
  7385. "syscall.SYS_LINKAT": "syscall",
  7386. "syscall.SYS_LIO_LISTIO": "syscall",
  7387. "syscall.SYS_LISTEN": "syscall",
  7388. "syscall.SYS_LISTXATTR": "syscall",
  7389. "syscall.SYS_LLISTXATTR": "syscall",
  7390. "syscall.SYS_LOCK": "syscall",
  7391. "syscall.SYS_LOOKUP_DCOOKIE": "syscall",
  7392. "syscall.SYS_LPATHCONF": "syscall",
  7393. "syscall.SYS_LREMOVEXATTR": "syscall",
  7394. "syscall.SYS_LSEEK": "syscall",
  7395. "syscall.SYS_LSETXATTR": "syscall",
  7396. "syscall.SYS_LSTAT": "syscall",
  7397. "syscall.SYS_LSTAT64": "syscall",
  7398. "syscall.SYS_LSTAT64_EXTENDED": "syscall",
  7399. "syscall.SYS_LSTATV": "syscall",
  7400. "syscall.SYS_LSTAT_EXTENDED": "syscall",
  7401. "syscall.SYS_LUTIMES": "syscall",
  7402. "syscall.SYS_MAC_SYSCALL": "syscall",
  7403. "syscall.SYS_MADVISE": "syscall",
  7404. "syscall.SYS_MADVISE1": "syscall",
  7405. "syscall.SYS_MAXSYSCALL": "syscall",
  7406. "syscall.SYS_MBIND": "syscall",
  7407. "syscall.SYS_MIGRATE_PAGES": "syscall",
  7408. "syscall.SYS_MINCORE": "syscall",
  7409. "syscall.SYS_MINHERIT": "syscall",
  7410. "syscall.SYS_MKCOMPLEX": "syscall",
  7411. "syscall.SYS_MKDIR": "syscall",
  7412. "syscall.SYS_MKDIRAT": "syscall",
  7413. "syscall.SYS_MKDIR_EXTENDED": "syscall",
  7414. "syscall.SYS_MKFIFO": "syscall",
  7415. "syscall.SYS_MKFIFOAT": "syscall",
  7416. "syscall.SYS_MKFIFO_EXTENDED": "syscall",
  7417. "syscall.SYS_MKNOD": "syscall",
  7418. "syscall.SYS_MKNODAT": "syscall",
  7419. "syscall.SYS_MLOCK": "syscall",
  7420. "syscall.SYS_MLOCKALL": "syscall",
  7421. "syscall.SYS_MMAP": "syscall",
  7422. "syscall.SYS_MMAP2": "syscall",
  7423. "syscall.SYS_MODCTL": "syscall",
  7424. "syscall.SYS_MODFIND": "syscall",
  7425. "syscall.SYS_MODFNEXT": "syscall",
  7426. "syscall.SYS_MODIFY_LDT": "syscall",
  7427. "syscall.SYS_MODNEXT": "syscall",
  7428. "syscall.SYS_MODSTAT": "syscall",
  7429. "syscall.SYS_MODWATCH": "syscall",
  7430. "syscall.SYS_MOUNT": "syscall",
  7431. "syscall.SYS_MOVE_PAGES": "syscall",
  7432. "syscall.SYS_MPROTECT": "syscall",
  7433. "syscall.SYS_MPX": "syscall",
  7434. "syscall.SYS_MQUERY": "syscall",
  7435. "syscall.SYS_MQ_GETSETATTR": "syscall",
  7436. "syscall.SYS_MQ_NOTIFY": "syscall",
  7437. "syscall.SYS_MQ_OPEN": "syscall",
  7438. "syscall.SYS_MQ_TIMEDRECEIVE": "syscall",
  7439. "syscall.SYS_MQ_TIMEDSEND": "syscall",
  7440. "syscall.SYS_MQ_UNLINK": "syscall",
  7441. "syscall.SYS_MREMAP": "syscall",
  7442. "syscall.SYS_MSGCTL": "syscall",
  7443. "syscall.SYS_MSGGET": "syscall",
  7444. "syscall.SYS_MSGRCV": "syscall",
  7445. "syscall.SYS_MSGRCV_NOCANCEL": "syscall",
  7446. "syscall.SYS_MSGSND": "syscall",
  7447. "syscall.SYS_MSGSND_NOCANCEL": "syscall",
  7448. "syscall.SYS_MSGSYS": "syscall",
  7449. "syscall.SYS_MSYNC": "syscall",
  7450. "syscall.SYS_MSYNC_NOCANCEL": "syscall",
  7451. "syscall.SYS_MUNLOCK": "syscall",
  7452. "syscall.SYS_MUNLOCKALL": "syscall",
  7453. "syscall.SYS_MUNMAP": "syscall",
  7454. "syscall.SYS_NAME_TO_HANDLE_AT": "syscall",
  7455. "syscall.SYS_NANOSLEEP": "syscall",
  7456. "syscall.SYS_NEWFSTATAT": "syscall",
  7457. "syscall.SYS_NFSCLNT": "syscall",
  7458. "syscall.SYS_NFSSERVCTL": "syscall",
  7459. "syscall.SYS_NFSSVC": "syscall",
  7460. "syscall.SYS_NFSTAT": "syscall",
  7461. "syscall.SYS_NICE": "syscall",
  7462. "syscall.SYS_NLSTAT": "syscall",
  7463. "syscall.SYS_NMOUNT": "syscall",
  7464. "syscall.SYS_NSTAT": "syscall",
  7465. "syscall.SYS_NTP_ADJTIME": "syscall",
  7466. "syscall.SYS_NTP_GETTIME": "syscall",
  7467. "syscall.SYS_OABI_SYSCALL_BASE": "syscall",
  7468. "syscall.SYS_OBREAK": "syscall",
  7469. "syscall.SYS_OLDFSTAT": "syscall",
  7470. "syscall.SYS_OLDLSTAT": "syscall",
  7471. "syscall.SYS_OLDOLDUNAME": "syscall",
  7472. "syscall.SYS_OLDSTAT": "syscall",
  7473. "syscall.SYS_OLDUNAME": "syscall",
  7474. "syscall.SYS_OPEN": "syscall",
  7475. "syscall.SYS_OPENAT": "syscall",
  7476. "syscall.SYS_OPENBSD_POLL": "syscall",
  7477. "syscall.SYS_OPEN_BY_HANDLE_AT": "syscall",
  7478. "syscall.SYS_OPEN_EXTENDED": "syscall",
  7479. "syscall.SYS_OPEN_NOCANCEL": "syscall",
  7480. "syscall.SYS_OVADVISE": "syscall",
  7481. "syscall.SYS_PACCEPT": "syscall",
  7482. "syscall.SYS_PATHCONF": "syscall",
  7483. "syscall.SYS_PAUSE": "syscall",
  7484. "syscall.SYS_PCICONFIG_IOBASE": "syscall",
  7485. "syscall.SYS_PCICONFIG_READ": "syscall",
  7486. "syscall.SYS_PCICONFIG_WRITE": "syscall",
  7487. "syscall.SYS_PDFORK": "syscall",
  7488. "syscall.SYS_PDGETPID": "syscall",
  7489. "syscall.SYS_PDKILL": "syscall",
  7490. "syscall.SYS_PERF_EVENT_OPEN": "syscall",
  7491. "syscall.SYS_PERSONALITY": "syscall",
  7492. "syscall.SYS_PID_HIBERNATE": "syscall",
  7493. "syscall.SYS_PID_RESUME": "syscall",
  7494. "syscall.SYS_PID_SHUTDOWN_SOCKETS": "syscall",
  7495. "syscall.SYS_PID_SUSPEND": "syscall",
  7496. "syscall.SYS_PIPE": "syscall",
  7497. "syscall.SYS_PIPE2": "syscall",
  7498. "syscall.SYS_PIVOT_ROOT": "syscall",
  7499. "syscall.SYS_PMC_CONTROL": "syscall",
  7500. "syscall.SYS_PMC_GET_INFO": "syscall",
  7501. "syscall.SYS_POLL": "syscall",
  7502. "syscall.SYS_POLLTS": "syscall",
  7503. "syscall.SYS_POLL_NOCANCEL": "syscall",
  7504. "syscall.SYS_POSIX_FADVISE": "syscall",
  7505. "syscall.SYS_POSIX_FALLOCATE": "syscall",
  7506. "syscall.SYS_POSIX_OPENPT": "syscall",
  7507. "syscall.SYS_POSIX_SPAWN": "syscall",
  7508. "syscall.SYS_PPOLL": "syscall",
  7509. "syscall.SYS_PRCTL": "syscall",
  7510. "syscall.SYS_PREAD": "syscall",
  7511. "syscall.SYS_PREAD64": "syscall",
  7512. "syscall.SYS_PREADV": "syscall",
  7513. "syscall.SYS_PREAD_NOCANCEL": "syscall",
  7514. "syscall.SYS_PRLIMIT64": "syscall",
  7515. "syscall.SYS_PROCCTL": "syscall",
  7516. "syscall.SYS_PROCESS_POLICY": "syscall",
  7517. "syscall.SYS_PROCESS_VM_READV": "syscall",
  7518. "syscall.SYS_PROCESS_VM_WRITEV": "syscall",
  7519. "syscall.SYS_PROC_INFO": "syscall",
  7520. "syscall.SYS_PROF": "syscall",
  7521. "syscall.SYS_PROFIL": "syscall",
  7522. "syscall.SYS_PSELECT": "syscall",
  7523. "syscall.SYS_PSELECT6": "syscall",
  7524. "syscall.SYS_PSET_ASSIGN": "syscall",
  7525. "syscall.SYS_PSET_CREATE": "syscall",
  7526. "syscall.SYS_PSET_DESTROY": "syscall",
  7527. "syscall.SYS_PSYNCH_CVBROAD": "syscall",
  7528. "syscall.SYS_PSYNCH_CVCLRPREPOST": "syscall",
  7529. "syscall.SYS_PSYNCH_CVSIGNAL": "syscall",
  7530. "syscall.SYS_PSYNCH_CVWAIT": "syscall",
  7531. "syscall.SYS_PSYNCH_MUTEXDROP": "syscall",
  7532. "syscall.SYS_PSYNCH_MUTEXWAIT": "syscall",
  7533. "syscall.SYS_PSYNCH_RW_DOWNGRADE": "syscall",
  7534. "syscall.SYS_PSYNCH_RW_LONGRDLOCK": "syscall",
  7535. "syscall.SYS_PSYNCH_RW_RDLOCK": "syscall",
  7536. "syscall.SYS_PSYNCH_RW_UNLOCK": "syscall",
  7537. "syscall.SYS_PSYNCH_RW_UNLOCK2": "syscall",
  7538. "syscall.SYS_PSYNCH_RW_UPGRADE": "syscall",
  7539. "syscall.SYS_PSYNCH_RW_WRLOCK": "syscall",
  7540. "syscall.SYS_PSYNCH_RW_YIELDWRLOCK": "syscall",
  7541. "syscall.SYS_PTRACE": "syscall",
  7542. "syscall.SYS_PUTPMSG": "syscall",
  7543. "syscall.SYS_PWRITE": "syscall",
  7544. "syscall.SYS_PWRITE64": "syscall",
  7545. "syscall.SYS_PWRITEV": "syscall",
  7546. "syscall.SYS_PWRITE_NOCANCEL": "syscall",
  7547. "syscall.SYS_QUERY_MODULE": "syscall",
  7548. "syscall.SYS_QUOTACTL": "syscall",
  7549. "syscall.SYS_RASCTL": "syscall",
  7550. "syscall.SYS_RCTL_ADD_RULE": "syscall",
  7551. "syscall.SYS_RCTL_GET_LIMITS": "syscall",
  7552. "syscall.SYS_RCTL_GET_RACCT": "syscall",
  7553. "syscall.SYS_RCTL_GET_RULES": "syscall",
  7554. "syscall.SYS_RCTL_REMOVE_RULE": "syscall",
  7555. "syscall.SYS_READ": "syscall",
  7556. "syscall.SYS_READAHEAD": "syscall",
  7557. "syscall.SYS_READDIR": "syscall",
  7558. "syscall.SYS_READLINK": "syscall",
  7559. "syscall.SYS_READLINKAT": "syscall",
  7560. "syscall.SYS_READV": "syscall",
  7561. "syscall.SYS_READV_NOCANCEL": "syscall",
  7562. "syscall.SYS_READ_NOCANCEL": "syscall",
  7563. "syscall.SYS_REBOOT": "syscall",
  7564. "syscall.SYS_RECV": "syscall",
  7565. "syscall.SYS_RECVFROM": "syscall",
  7566. "syscall.SYS_RECVFROM_NOCANCEL": "syscall",
  7567. "syscall.SYS_RECVMMSG": "syscall",
  7568. "syscall.SYS_RECVMSG": "syscall",
  7569. "syscall.SYS_RECVMSG_NOCANCEL": "syscall",
  7570. "syscall.SYS_REMAP_FILE_PAGES": "syscall",
  7571. "syscall.SYS_REMOVEXATTR": "syscall",
  7572. "syscall.SYS_RENAME": "syscall",
  7573. "syscall.SYS_RENAMEAT": "syscall",
  7574. "syscall.SYS_REQUEST_KEY": "syscall",
  7575. "syscall.SYS_RESTART_SYSCALL": "syscall",
  7576. "syscall.SYS_REVOKE": "syscall",
  7577. "syscall.SYS_RFORK": "syscall",
  7578. "syscall.SYS_RMDIR": "syscall",
  7579. "syscall.SYS_RTPRIO": "syscall",
  7580. "syscall.SYS_RTPRIO_THREAD": "syscall",
  7581. "syscall.SYS_RT_SIGACTION": "syscall",
  7582. "syscall.SYS_RT_SIGPENDING": "syscall",
  7583. "syscall.SYS_RT_SIGPROCMASK": "syscall",
  7584. "syscall.SYS_RT_SIGQUEUEINFO": "syscall",
  7585. "syscall.SYS_RT_SIGRETURN": "syscall",
  7586. "syscall.SYS_RT_SIGSUSPEND": "syscall",
  7587. "syscall.SYS_RT_SIGTIMEDWAIT": "syscall",
  7588. "syscall.SYS_RT_TGSIGQUEUEINFO": "syscall",
  7589. "syscall.SYS_SBRK": "syscall",
  7590. "syscall.SYS_SCHED_GETAFFINITY": "syscall",
  7591. "syscall.SYS_SCHED_GETPARAM": "syscall",
  7592. "syscall.SYS_SCHED_GETSCHEDULER": "syscall",
  7593. "syscall.SYS_SCHED_GET_PRIORITY_MAX": "syscall",
  7594. "syscall.SYS_SCHED_GET_PRIORITY_MIN": "syscall",
  7595. "syscall.SYS_SCHED_RR_GET_INTERVAL": "syscall",
  7596. "syscall.SYS_SCHED_SETAFFINITY": "syscall",
  7597. "syscall.SYS_SCHED_SETPARAM": "syscall",
  7598. "syscall.SYS_SCHED_SETSCHEDULER": "syscall",
  7599. "syscall.SYS_SCHED_YIELD": "syscall",
  7600. "syscall.SYS_SCTP_GENERIC_RECVMSG": "syscall",
  7601. "syscall.SYS_SCTP_GENERIC_SENDMSG": "syscall",
  7602. "syscall.SYS_SCTP_GENERIC_SENDMSG_IOV": "syscall",
  7603. "syscall.SYS_SCTP_PEELOFF": "syscall",
  7604. "syscall.SYS_SEARCHFS": "syscall",
  7605. "syscall.SYS_SECURITY": "syscall",
  7606. "syscall.SYS_SELECT": "syscall",
  7607. "syscall.SYS_SELECT_NOCANCEL": "syscall",
  7608. "syscall.SYS_SEMCONFIG": "syscall",
  7609. "syscall.SYS_SEMCTL": "syscall",
  7610. "syscall.SYS_SEMGET": "syscall",
  7611. "syscall.SYS_SEMOP": "syscall",
  7612. "syscall.SYS_SEMSYS": "syscall",
  7613. "syscall.SYS_SEMTIMEDOP": "syscall",
  7614. "syscall.SYS_SEM_CLOSE": "syscall",
  7615. "syscall.SYS_SEM_DESTROY": "syscall",
  7616. "syscall.SYS_SEM_GETVALUE": "syscall",
  7617. "syscall.SYS_SEM_INIT": "syscall",
  7618. "syscall.SYS_SEM_OPEN": "syscall",
  7619. "syscall.SYS_SEM_POST": "syscall",
  7620. "syscall.SYS_SEM_TRYWAIT": "syscall",
  7621. "syscall.SYS_SEM_UNLINK": "syscall",
  7622. "syscall.SYS_SEM_WAIT": "syscall",
  7623. "syscall.SYS_SEM_WAIT_NOCANCEL": "syscall",
  7624. "syscall.SYS_SEND": "syscall",
  7625. "syscall.SYS_SENDFILE": "syscall",
  7626. "syscall.SYS_SENDFILE64": "syscall",
  7627. "syscall.SYS_SENDMMSG": "syscall",
  7628. "syscall.SYS_SENDMSG": "syscall",
  7629. "syscall.SYS_SENDMSG_NOCANCEL": "syscall",
  7630. "syscall.SYS_SENDTO": "syscall",
  7631. "syscall.SYS_SENDTO_NOCANCEL": "syscall",
  7632. "syscall.SYS_SETATTRLIST": "syscall",
  7633. "syscall.SYS_SETAUDIT": "syscall",
  7634. "syscall.SYS_SETAUDIT_ADDR": "syscall",
  7635. "syscall.SYS_SETAUID": "syscall",
  7636. "syscall.SYS_SETCONTEXT": "syscall",
  7637. "syscall.SYS_SETDOMAINNAME": "syscall",
  7638. "syscall.SYS_SETEGID": "syscall",
  7639. "syscall.SYS_SETEUID": "syscall",
  7640. "syscall.SYS_SETFIB": "syscall",
  7641. "syscall.SYS_SETFSGID": "syscall",
  7642. "syscall.SYS_SETFSGID32": "syscall",
  7643. "syscall.SYS_SETFSUID": "syscall",
  7644. "syscall.SYS_SETFSUID32": "syscall",
  7645. "syscall.SYS_SETGID": "syscall",
  7646. "syscall.SYS_SETGID32": "syscall",
  7647. "syscall.SYS_SETGROUPS": "syscall",
  7648. "syscall.SYS_SETGROUPS32": "syscall",
  7649. "syscall.SYS_SETHOSTNAME": "syscall",
  7650. "syscall.SYS_SETITIMER": "syscall",
  7651. "syscall.SYS_SETLCID": "syscall",
  7652. "syscall.SYS_SETLOGIN": "syscall",
  7653. "syscall.SYS_SETLOGINCLASS": "syscall",
  7654. "syscall.SYS_SETNS": "syscall",
  7655. "syscall.SYS_SETPGID": "syscall",
  7656. "syscall.SYS_SETPRIORITY": "syscall",
  7657. "syscall.SYS_SETPRIVEXEC": "syscall",
  7658. "syscall.SYS_SETREGID": "syscall",
  7659. "syscall.SYS_SETREGID32": "syscall",
  7660. "syscall.SYS_SETRESGID": "syscall",
  7661. "syscall.SYS_SETRESGID32": "syscall",
  7662. "syscall.SYS_SETRESUID": "syscall",
  7663. "syscall.SYS_SETRESUID32": "syscall",
  7664. "syscall.SYS_SETREUID": "syscall",
  7665. "syscall.SYS_SETREUID32": "syscall",
  7666. "syscall.SYS_SETRLIMIT": "syscall",
  7667. "syscall.SYS_SETRTABLE": "syscall",
  7668. "syscall.SYS_SETSGROUPS": "syscall",
  7669. "syscall.SYS_SETSID": "syscall",
  7670. "syscall.SYS_SETSOCKOPT": "syscall",
  7671. "syscall.SYS_SETTID": "syscall",
  7672. "syscall.SYS_SETTID_WITH_PID": "syscall",
  7673. "syscall.SYS_SETTIMEOFDAY": "syscall",
  7674. "syscall.SYS_SETUID": "syscall",
  7675. "syscall.SYS_SETUID32": "syscall",
  7676. "syscall.SYS_SETWGROUPS": "syscall",
  7677. "syscall.SYS_SETXATTR": "syscall",
  7678. "syscall.SYS_SET_MEMPOLICY": "syscall",
  7679. "syscall.SYS_SET_ROBUST_LIST": "syscall",
  7680. "syscall.SYS_SET_THREAD_AREA": "syscall",
  7681. "syscall.SYS_SET_TID_ADDRESS": "syscall",
  7682. "syscall.SYS_SGETMASK": "syscall",
  7683. "syscall.SYS_SHARED_REGION_CHECK_NP": "syscall",
  7684. "syscall.SYS_SHARED_REGION_MAP_AND_SLIDE_NP": "syscall",
  7685. "syscall.SYS_SHMAT": "syscall",
  7686. "syscall.SYS_SHMCTL": "syscall",
  7687. "syscall.SYS_SHMDT": "syscall",
  7688. "syscall.SYS_SHMGET": "syscall",
  7689. "syscall.SYS_SHMSYS": "syscall",
  7690. "syscall.SYS_SHM_OPEN": "syscall",
  7691. "syscall.SYS_SHM_UNLINK": "syscall",
  7692. "syscall.SYS_SHUTDOWN": "syscall",
  7693. "syscall.SYS_SIGACTION": "syscall",
  7694. "syscall.SYS_SIGALTSTACK": "syscall",
  7695. "syscall.SYS_SIGNAL": "syscall",
  7696. "syscall.SYS_SIGNALFD": "syscall",
  7697. "syscall.SYS_SIGNALFD4": "syscall",
  7698. "syscall.SYS_SIGPENDING": "syscall",
  7699. "syscall.SYS_SIGPROCMASK": "syscall",
  7700. "syscall.SYS_SIGQUEUE": "syscall",
  7701. "syscall.SYS_SIGQUEUEINFO": "syscall",
  7702. "syscall.SYS_SIGRETURN": "syscall",
  7703. "syscall.SYS_SIGSUSPEND": "syscall",
  7704. "syscall.SYS_SIGSUSPEND_NOCANCEL": "syscall",
  7705. "syscall.SYS_SIGTIMEDWAIT": "syscall",
  7706. "syscall.SYS_SIGWAIT": "syscall",
  7707. "syscall.SYS_SIGWAITINFO": "syscall",
  7708. "syscall.SYS_SOCKET": "syscall",
  7709. "syscall.SYS_SOCKETCALL": "syscall",
  7710. "syscall.SYS_SOCKETPAIR": "syscall",
  7711. "syscall.SYS_SPLICE": "syscall",
  7712. "syscall.SYS_SSETMASK": "syscall",
  7713. "syscall.SYS_SSTK": "syscall",
  7714. "syscall.SYS_STACK_SNAPSHOT": "syscall",
  7715. "syscall.SYS_STAT": "syscall",
  7716. "syscall.SYS_STAT64": "syscall",
  7717. "syscall.SYS_STAT64_EXTENDED": "syscall",
  7718. "syscall.SYS_STATFS": "syscall",
  7719. "syscall.SYS_STATFS64": "syscall",
  7720. "syscall.SYS_STATV": "syscall",
  7721. "syscall.SYS_STATVFS1": "syscall",
  7722. "syscall.SYS_STAT_EXTENDED": "syscall",
  7723. "syscall.SYS_STIME": "syscall",
  7724. "syscall.SYS_STTY": "syscall",
  7725. "syscall.SYS_SWAPCONTEXT": "syscall",
  7726. "syscall.SYS_SWAPCTL": "syscall",
  7727. "syscall.SYS_SWAPOFF": "syscall",
  7728. "syscall.SYS_SWAPON": "syscall",
  7729. "syscall.SYS_SYMLINK": "syscall",
  7730. "syscall.SYS_SYMLINKAT": "syscall",
  7731. "syscall.SYS_SYNC": "syscall",
  7732. "syscall.SYS_SYNCFS": "syscall",
  7733. "syscall.SYS_SYNC_FILE_RANGE": "syscall",
  7734. "syscall.SYS_SYSARCH": "syscall",
  7735. "syscall.SYS_SYSCALL": "syscall",
  7736. "syscall.SYS_SYSCALL_BASE": "syscall",
  7737. "syscall.SYS_SYSFS": "syscall",
  7738. "syscall.SYS_SYSINFO": "syscall",
  7739. "syscall.SYS_SYSLOG": "syscall",
  7740. "syscall.SYS_TEE": "syscall",
  7741. "syscall.SYS_TGKILL": "syscall",
  7742. "syscall.SYS_THREAD_SELFID": "syscall",
  7743. "syscall.SYS_THR_CREATE": "syscall",
  7744. "syscall.SYS_THR_EXIT": "syscall",
  7745. "syscall.SYS_THR_KILL": "syscall",
  7746. "syscall.SYS_THR_KILL2": "syscall",
  7747. "syscall.SYS_THR_NEW": "syscall",
  7748. "syscall.SYS_THR_SELF": "syscall",
  7749. "syscall.SYS_THR_SET_NAME": "syscall",
  7750. "syscall.SYS_THR_SUSPEND": "syscall",
  7751. "syscall.SYS_THR_WAKE": "syscall",
  7752. "syscall.SYS_TIME": "syscall",
  7753. "syscall.SYS_TIMERFD_CREATE": "syscall",
  7754. "syscall.SYS_TIMERFD_GETTIME": "syscall",
  7755. "syscall.SYS_TIMERFD_SETTIME": "syscall",
  7756. "syscall.SYS_TIMER_CREATE": "syscall",
  7757. "syscall.SYS_TIMER_DELETE": "syscall",
  7758. "syscall.SYS_TIMER_GETOVERRUN": "syscall",
  7759. "syscall.SYS_TIMER_GETTIME": "syscall",
  7760. "syscall.SYS_TIMER_SETTIME": "syscall",
  7761. "syscall.SYS_TIMES": "syscall",
  7762. "syscall.SYS_TKILL": "syscall",
  7763. "syscall.SYS_TRUNCATE": "syscall",
  7764. "syscall.SYS_TRUNCATE64": "syscall",
  7765. "syscall.SYS_TUXCALL": "syscall",
  7766. "syscall.SYS_UGETRLIMIT": "syscall",
  7767. "syscall.SYS_ULIMIT": "syscall",
  7768. "syscall.SYS_UMASK": "syscall",
  7769. "syscall.SYS_UMASK_EXTENDED": "syscall",
  7770. "syscall.SYS_UMOUNT": "syscall",
  7771. "syscall.SYS_UMOUNT2": "syscall",
  7772. "syscall.SYS_UNAME": "syscall",
  7773. "syscall.SYS_UNDELETE": "syscall",
  7774. "syscall.SYS_UNLINK": "syscall",
  7775. "syscall.SYS_UNLINKAT": "syscall",
  7776. "syscall.SYS_UNMOUNT": "syscall",
  7777. "syscall.SYS_UNSHARE": "syscall",
  7778. "syscall.SYS_USELIB": "syscall",
  7779. "syscall.SYS_USTAT": "syscall",
  7780. "syscall.SYS_UTIME": "syscall",
  7781. "syscall.SYS_UTIMENSAT": "syscall",
  7782. "syscall.SYS_UTIMES": "syscall",
  7783. "syscall.SYS_UTRACE": "syscall",
  7784. "syscall.SYS_UUIDGEN": "syscall",
  7785. "syscall.SYS_VADVISE": "syscall",
  7786. "syscall.SYS_VFORK": "syscall",
  7787. "syscall.SYS_VHANGUP": "syscall",
  7788. "syscall.SYS_VM86": "syscall",
  7789. "syscall.SYS_VM86OLD": "syscall",
  7790. "syscall.SYS_VMSPLICE": "syscall",
  7791. "syscall.SYS_VM_PRESSURE_MONITOR": "syscall",
  7792. "syscall.SYS_VSERVER": "syscall",
  7793. "syscall.SYS_WAIT4": "syscall",
  7794. "syscall.SYS_WAIT4_NOCANCEL": "syscall",
  7795. "syscall.SYS_WAIT6": "syscall",
  7796. "syscall.SYS_WAITEVENT": "syscall",
  7797. "syscall.SYS_WAITID": "syscall",
  7798. "syscall.SYS_WAITID_NOCANCEL": "syscall",
  7799. "syscall.SYS_WAITPID": "syscall",
  7800. "syscall.SYS_WATCHEVENT": "syscall",
  7801. "syscall.SYS_WORKQ_KERNRETURN": "syscall",
  7802. "syscall.SYS_WORKQ_OPEN": "syscall",
  7803. "syscall.SYS_WRITE": "syscall",
  7804. "syscall.SYS_WRITEV": "syscall",
  7805. "syscall.SYS_WRITEV_NOCANCEL": "syscall",
  7806. "syscall.SYS_WRITE_NOCANCEL": "syscall",
  7807. "syscall.SYS_YIELD": "syscall",
  7808. "syscall.SYS__LLSEEK": "syscall",
  7809. "syscall.SYS__LWP_CONTINUE": "syscall",
  7810. "syscall.SYS__LWP_CREATE": "syscall",
  7811. "syscall.SYS__LWP_CTL": "syscall",
  7812. "syscall.SYS__LWP_DETACH": "syscall",
  7813. "syscall.SYS__LWP_EXIT": "syscall",
  7814. "syscall.SYS__LWP_GETNAME": "syscall",
  7815. "syscall.SYS__LWP_GETPRIVATE": "syscall",
  7816. "syscall.SYS__LWP_KILL": "syscall",
  7817. "syscall.SYS__LWP_PARK": "syscall",
  7818. "syscall.SYS__LWP_SELF": "syscall",
  7819. "syscall.SYS__LWP_SETNAME": "syscall",
  7820. "syscall.SYS__LWP_SETPRIVATE": "syscall",
  7821. "syscall.SYS__LWP_SUSPEND": "syscall",
  7822. "syscall.SYS__LWP_UNPARK": "syscall",
  7823. "syscall.SYS__LWP_UNPARK_ALL": "syscall",
  7824. "syscall.SYS__LWP_WAIT": "syscall",
  7825. "syscall.SYS__LWP_WAKEUP": "syscall",
  7826. "syscall.SYS__NEWSELECT": "syscall",
  7827. "syscall.SYS__PSET_BIND": "syscall",
  7828. "syscall.SYS__SCHED_GETAFFINITY": "syscall",
  7829. "syscall.SYS__SCHED_GETPARAM": "syscall",
  7830. "syscall.SYS__SCHED_SETAFFINITY": "syscall",
  7831. "syscall.SYS__SCHED_SETPARAM": "syscall",
  7832. "syscall.SYS__SYSCTL": "syscall",
  7833. "syscall.SYS__UMTX_LOCK": "syscall",
  7834. "syscall.SYS__UMTX_OP": "syscall",
  7835. "syscall.SYS__UMTX_UNLOCK": "syscall",
  7836. "syscall.SYS___ACL_ACLCHECK_FD": "syscall",
  7837. "syscall.SYS___ACL_ACLCHECK_FILE": "syscall",
  7838. "syscall.SYS___ACL_ACLCHECK_LINK": "syscall",
  7839. "syscall.SYS___ACL_DELETE_FD": "syscall",
  7840. "syscall.SYS___ACL_DELETE_FILE": "syscall",
  7841. "syscall.SYS___ACL_DELETE_LINK": "syscall",
  7842. "syscall.SYS___ACL_GET_FD": "syscall",
  7843. "syscall.SYS___ACL_GET_FILE": "syscall",
  7844. "syscall.SYS___ACL_GET_LINK": "syscall",
  7845. "syscall.SYS___ACL_SET_FD": "syscall",
  7846. "syscall.SYS___ACL_SET_FILE": "syscall",
  7847. "syscall.SYS___ACL_SET_LINK": "syscall",
  7848. "syscall.SYS___CLONE": "syscall",
  7849. "syscall.SYS___DISABLE_THREADSIGNAL": "syscall",
  7850. "syscall.SYS___GETCWD": "syscall",
  7851. "syscall.SYS___GETLOGIN": "syscall",
  7852. "syscall.SYS___GET_TCB": "syscall",
  7853. "syscall.SYS___MAC_EXECVE": "syscall",
  7854. "syscall.SYS___MAC_GETFSSTAT": "syscall",
  7855. "syscall.SYS___MAC_GET_FD": "syscall",
  7856. "syscall.SYS___MAC_GET_FILE": "syscall",
  7857. "syscall.SYS___MAC_GET_LCID": "syscall",
  7858. "syscall.SYS___MAC_GET_LCTX": "syscall",
  7859. "syscall.SYS___MAC_GET_LINK": "syscall",
  7860. "syscall.SYS___MAC_GET_MOUNT": "syscall",
  7861. "syscall.SYS___MAC_GET_PID": "syscall",
  7862. "syscall.SYS___MAC_GET_PROC": "syscall",
  7863. "syscall.SYS___MAC_MOUNT": "syscall",
  7864. "syscall.SYS___MAC_SET_FD": "syscall",
  7865. "syscall.SYS___MAC_SET_FILE": "syscall",
  7866. "syscall.SYS___MAC_SET_LCTX": "syscall",
  7867. "syscall.SYS___MAC_SET_LINK": "syscall",
  7868. "syscall.SYS___MAC_SET_PROC": "syscall",
  7869. "syscall.SYS___MAC_SYSCALL": "syscall",
  7870. "syscall.SYS___OLD_SEMWAIT_SIGNAL": "syscall",
  7871. "syscall.SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL": "syscall",
  7872. "syscall.SYS___POSIX_CHOWN": "syscall",
  7873. "syscall.SYS___POSIX_FCHOWN": "syscall",
  7874. "syscall.SYS___POSIX_LCHOWN": "syscall",
  7875. "syscall.SYS___POSIX_RENAME": "syscall",
  7876. "syscall.SYS___PTHREAD_CANCELED": "syscall",
  7877. "syscall.SYS___PTHREAD_CHDIR": "syscall",
  7878. "syscall.SYS___PTHREAD_FCHDIR": "syscall",
  7879. "syscall.SYS___PTHREAD_KILL": "syscall",
  7880. "syscall.SYS___PTHREAD_MARKCANCEL": "syscall",
  7881. "syscall.SYS___PTHREAD_SIGMASK": "syscall",
  7882. "syscall.SYS___QUOTACTL": "syscall",
  7883. "syscall.SYS___SEMCTL": "syscall",
  7884. "syscall.SYS___SEMWAIT_SIGNAL": "syscall",
  7885. "syscall.SYS___SEMWAIT_SIGNAL_NOCANCEL": "syscall",
  7886. "syscall.SYS___SETLOGIN": "syscall",
  7887. "syscall.SYS___SETUGID": "syscall",
  7888. "syscall.SYS___SET_TCB": "syscall",
  7889. "syscall.SYS___SIGACTION_SIGTRAMP": "syscall",
  7890. "syscall.SYS___SIGTIMEDWAIT": "syscall",
  7891. "syscall.SYS___SIGWAIT": "syscall",
  7892. "syscall.SYS___SIGWAIT_NOCANCEL": "syscall",
  7893. "syscall.SYS___SYSCTL": "syscall",
  7894. "syscall.SYS___TFORK": "syscall",
  7895. "syscall.SYS___THREXIT": "syscall",
  7896. "syscall.SYS___THRSIGDIVERT": "syscall",
  7897. "syscall.SYS___THRSLEEP": "syscall",
  7898. "syscall.SYS___THRWAKEUP": "syscall",
  7899. "syscall.S_ARCH1": "syscall",
  7900. "syscall.S_ARCH2": "syscall",
  7901. "syscall.S_BLKSIZE": "syscall",
  7902. "syscall.S_IEXEC": "syscall",
  7903. "syscall.S_IFBLK": "syscall",
  7904. "syscall.S_IFCHR": "syscall",
  7905. "syscall.S_IFDIR": "syscall",
  7906. "syscall.S_IFIFO": "syscall",
  7907. "syscall.S_IFLNK": "syscall",
  7908. "syscall.S_IFMT": "syscall",
  7909. "syscall.S_IFREG": "syscall",
  7910. "syscall.S_IFSOCK": "syscall",
  7911. "syscall.S_IFWHT": "syscall",
  7912. "syscall.S_IREAD": "syscall",
  7913. "syscall.S_IRGRP": "syscall",
  7914. "syscall.S_IROTH": "syscall",
  7915. "syscall.S_IRUSR": "syscall",
  7916. "syscall.S_IRWXG": "syscall",
  7917. "syscall.S_IRWXO": "syscall",
  7918. "syscall.S_IRWXU": "syscall",
  7919. "syscall.S_ISGID": "syscall",
  7920. "syscall.S_ISTXT": "syscall",
  7921. "syscall.S_ISUID": "syscall",
  7922. "syscall.S_ISVTX": "syscall",
  7923. "syscall.S_IWGRP": "syscall",
  7924. "syscall.S_IWOTH": "syscall",
  7925. "syscall.S_IWRITE": "syscall",
  7926. "syscall.S_IWUSR": "syscall",
  7927. "syscall.S_IXGRP": "syscall",
  7928. "syscall.S_IXOTH": "syscall",
  7929. "syscall.S_IXUSR": "syscall",
  7930. "syscall.S_LOGIN_SET": "syscall",
  7931. "syscall.SecurityAttributes": "syscall",
  7932. "syscall.Seek": "syscall",
  7933. "syscall.Select": "syscall",
  7934. "syscall.Sendfile": "syscall",
  7935. "syscall.Sendmsg": "syscall",
  7936. "syscall.SendmsgN": "syscall",
  7937. "syscall.Sendto": "syscall",
  7938. "syscall.Servent": "syscall",
  7939. "syscall.SetBpf": "syscall",
  7940. "syscall.SetBpfBuflen": "syscall",
  7941. "syscall.SetBpfDatalink": "syscall",
  7942. "syscall.SetBpfHeadercmpl": "syscall",
  7943. "syscall.SetBpfImmediate": "syscall",
  7944. "syscall.SetBpfInterface": "syscall",
  7945. "syscall.SetBpfPromisc": "syscall",
  7946. "syscall.SetBpfTimeout": "syscall",
  7947. "syscall.SetCurrentDirectory": "syscall",
  7948. "syscall.SetEndOfFile": "syscall",
  7949. "syscall.SetEnvironmentVariable": "syscall",
  7950. "syscall.SetFileAttributes": "syscall",
  7951. "syscall.SetFileCompletionNotificationModes": "syscall",
  7952. "syscall.SetFilePointer": "syscall",
  7953. "syscall.SetFileTime": "syscall",
  7954. "syscall.SetHandleInformation": "syscall",
  7955. "syscall.SetKevent": "syscall",
  7956. "syscall.SetLsfPromisc": "syscall",
  7957. "syscall.SetNonblock": "syscall",
  7958. "syscall.Setdomainname": "syscall",
  7959. "syscall.Setegid": "syscall",
  7960. "syscall.Setenv": "syscall",
  7961. "syscall.Seteuid": "syscall",
  7962. "syscall.Setfsgid": "syscall",
  7963. "syscall.Setfsuid": "syscall",
  7964. "syscall.Setgid": "syscall",
  7965. "syscall.Setgroups": "syscall",
  7966. "syscall.Sethostname": "syscall",
  7967. "syscall.Setlogin": "syscall",
  7968. "syscall.Setpgid": "syscall",
  7969. "syscall.Setpriority": "syscall",
  7970. "syscall.Setprivexec": "syscall",
  7971. "syscall.Setregid": "syscall",
  7972. "syscall.Setresgid": "syscall",
  7973. "syscall.Setresuid": "syscall",
  7974. "syscall.Setreuid": "syscall",
  7975. "syscall.Setrlimit": "syscall",
  7976. "syscall.Setsid": "syscall",
  7977. "syscall.Setsockopt": "syscall",
  7978. "syscall.SetsockoptByte": "syscall",
  7979. "syscall.SetsockoptICMPv6Filter": "syscall",
  7980. "syscall.SetsockoptIPMreq": "syscall",
  7981. "syscall.SetsockoptIPMreqn": "syscall",
  7982. "syscall.SetsockoptIPv6Mreq": "syscall",
  7983. "syscall.SetsockoptInet4Addr": "syscall",
  7984. "syscall.SetsockoptInt": "syscall",
  7985. "syscall.SetsockoptLinger": "syscall",
  7986. "syscall.SetsockoptString": "syscall",
  7987. "syscall.SetsockoptTimeval": "syscall",
  7988. "syscall.Settimeofday": "syscall",
  7989. "syscall.Setuid": "syscall",
  7990. "syscall.Setxattr": "syscall",
  7991. "syscall.Shutdown": "syscall",
  7992. "syscall.SidTypeAlias": "syscall",
  7993. "syscall.SidTypeComputer": "syscall",
  7994. "syscall.SidTypeDeletedAccount": "syscall",
  7995. "syscall.SidTypeDomain": "syscall",
  7996. "syscall.SidTypeGroup": "syscall",
  7997. "syscall.SidTypeInvalid": "syscall",
  7998. "syscall.SidTypeLabel": "syscall",
  7999. "syscall.SidTypeUnknown": "syscall",
  8000. "syscall.SidTypeUser": "syscall",
  8001. "syscall.SidTypeWellKnownGroup": "syscall",
  8002. "syscall.Signal": "syscall",
  8003. "syscall.SizeofBpfHdr": "syscall",
  8004. "syscall.SizeofBpfInsn": "syscall",
  8005. "syscall.SizeofBpfProgram": "syscall",
  8006. "syscall.SizeofBpfStat": "syscall",
  8007. "syscall.SizeofBpfVersion": "syscall",
  8008. "syscall.SizeofBpfZbuf": "syscall",
  8009. "syscall.SizeofBpfZbufHeader": "syscall",
  8010. "syscall.SizeofCmsghdr": "syscall",
  8011. "syscall.SizeofICMPv6Filter": "syscall",
  8012. "syscall.SizeofIPMreq": "syscall",
  8013. "syscall.SizeofIPMreqn": "syscall",
  8014. "syscall.SizeofIPv6MTUInfo": "syscall",
  8015. "syscall.SizeofIPv6Mreq": "syscall",
  8016. "syscall.SizeofIfAddrmsg": "syscall",
  8017. "syscall.SizeofIfAnnounceMsghdr": "syscall",
  8018. "syscall.SizeofIfData": "syscall",
  8019. "syscall.SizeofIfInfomsg": "syscall",
  8020. "syscall.SizeofIfMsghdr": "syscall",
  8021. "syscall.SizeofIfaMsghdr": "syscall",
  8022. "syscall.SizeofIfmaMsghdr": "syscall",
  8023. "syscall.SizeofIfmaMsghdr2": "syscall",
  8024. "syscall.SizeofInet4Pktinfo": "syscall",
  8025. "syscall.SizeofInet6Pktinfo": "syscall",
  8026. "syscall.SizeofInotifyEvent": "syscall",
  8027. "syscall.SizeofLinger": "syscall",
  8028. "syscall.SizeofMsghdr": "syscall",
  8029. "syscall.SizeofNlAttr": "syscall",
  8030. "syscall.SizeofNlMsgerr": "syscall",
  8031. "syscall.SizeofNlMsghdr": "syscall",
  8032. "syscall.SizeofRtAttr": "syscall",
  8033. "syscall.SizeofRtGenmsg": "syscall",
  8034. "syscall.SizeofRtMetrics": "syscall",
  8035. "syscall.SizeofRtMsg": "syscall",
  8036. "syscall.SizeofRtMsghdr": "syscall",
  8037. "syscall.SizeofRtNexthop": "syscall",
  8038. "syscall.SizeofSockFilter": "syscall",
  8039. "syscall.SizeofSockFprog": "syscall",
  8040. "syscall.SizeofSockaddrAny": "syscall",
  8041. "syscall.SizeofSockaddrDatalink": "syscall",
  8042. "syscall.SizeofSockaddrInet4": "syscall",
  8043. "syscall.SizeofSockaddrInet6": "syscall",
  8044. "syscall.SizeofSockaddrLinklayer": "syscall",
  8045. "syscall.SizeofSockaddrNetlink": "syscall",
  8046. "syscall.SizeofSockaddrUnix": "syscall",
  8047. "syscall.SizeofTCPInfo": "syscall",
  8048. "syscall.SizeofUcred": "syscall",
  8049. "syscall.SlicePtrFromStrings": "syscall",
  8050. "syscall.SockFilter": "syscall",
  8051. "syscall.SockFprog": "syscall",
  8052. "syscall.SockaddrDatalink": "syscall",
  8053. "syscall.SockaddrGen": "syscall",
  8054. "syscall.SockaddrInet4": "syscall",
  8055. "syscall.SockaddrInet6": "syscall",
  8056. "syscall.SockaddrLinklayer": "syscall",
  8057. "syscall.SockaddrNetlink": "syscall",
  8058. "syscall.SockaddrUnix": "syscall",
  8059. "syscall.Socket": "syscall",
  8060. "syscall.SocketControlMessage": "syscall",
  8061. "syscall.SocketDisableIPv6": "syscall",
  8062. "syscall.Socketpair": "syscall",
  8063. "syscall.Splice": "syscall",
  8064. "syscall.StartProcess": "syscall",
  8065. "syscall.StartupInfo": "syscall",
  8066. "syscall.Stat": "syscall",
  8067. "syscall.Stat_t": "syscall",
  8068. "syscall.Statfs": "syscall",
  8069. "syscall.Statfs_t": "syscall",
  8070. "syscall.Stderr": "syscall",
  8071. "syscall.Stdin": "syscall",
  8072. "syscall.Stdout": "syscall",
  8073. "syscall.StringBytePtr": "syscall",
  8074. "syscall.StringByteSlice": "syscall",
  8075. "syscall.StringSlicePtr": "syscall",
  8076. "syscall.StringToSid": "syscall",
  8077. "syscall.StringToUTF16": "syscall",
  8078. "syscall.StringToUTF16Ptr": "syscall",
  8079. "syscall.Symlink": "syscall",
  8080. "syscall.Sync": "syscall",
  8081. "syscall.SyncFileRange": "syscall",
  8082. "syscall.SysProcAttr": "syscall",
  8083. "syscall.SysProcIDMap": "syscall",
  8084. "syscall.Syscall": "syscall",
  8085. "syscall.Syscall12": "syscall",
  8086. "syscall.Syscall15": "syscall",
  8087. "syscall.Syscall6": "syscall",
  8088. "syscall.Syscall9": "syscall",
  8089. "syscall.Sysctl": "syscall",
  8090. "syscall.SysctlUint32": "syscall",
  8091. "syscall.Sysctlnode": "syscall",
  8092. "syscall.Sysinfo": "syscall",
  8093. "syscall.Sysinfo_t": "syscall",
  8094. "syscall.Systemtime": "syscall",
  8095. "syscall.TCGETS": "syscall",
  8096. "syscall.TCIFLUSH": "syscall",
  8097. "syscall.TCIOFLUSH": "syscall",
  8098. "syscall.TCOFLUSH": "syscall",
  8099. "syscall.TCPInfo": "syscall",
  8100. "syscall.TCPKeepalive": "syscall",
  8101. "syscall.TCP_CA_NAME_MAX": "syscall",
  8102. "syscall.TCP_CONGCTL": "syscall",
  8103. "syscall.TCP_CONGESTION": "syscall",
  8104. "syscall.TCP_CONNECTIONTIMEOUT": "syscall",
  8105. "syscall.TCP_CORK": "syscall",
  8106. "syscall.TCP_DEFER_ACCEPT": "syscall",
  8107. "syscall.TCP_INFO": "syscall",
  8108. "syscall.TCP_KEEPALIVE": "syscall",
  8109. "syscall.TCP_KEEPCNT": "syscall",
  8110. "syscall.TCP_KEEPIDLE": "syscall",
  8111. "syscall.TCP_KEEPINIT": "syscall",
  8112. "syscall.TCP_KEEPINTVL": "syscall",
  8113. "syscall.TCP_LINGER2": "syscall",
  8114. "syscall.TCP_MAXBURST": "syscall",
  8115. "syscall.TCP_MAXHLEN": "syscall",
  8116. "syscall.TCP_MAXOLEN": "syscall",
  8117. "syscall.TCP_MAXSEG": "syscall",
  8118. "syscall.TCP_MAXWIN": "syscall",
  8119. "syscall.TCP_MAX_SACK": "syscall",
  8120. "syscall.TCP_MAX_WINSHIFT": "syscall",
  8121. "syscall.TCP_MD5SIG": "syscall",
  8122. "syscall.TCP_MD5SIG_MAXKEYLEN": "syscall",
  8123. "syscall.TCP_MINMSS": "syscall",
  8124. "syscall.TCP_MINMSSOVERLOAD": "syscall",
  8125. "syscall.TCP_MSS": "syscall",
  8126. "syscall.TCP_NODELAY": "syscall",
  8127. "syscall.TCP_NOOPT": "syscall",
  8128. "syscall.TCP_NOPUSH": "syscall",
  8129. "syscall.TCP_NSTATES": "syscall",
  8130. "syscall.TCP_QUICKACK": "syscall",
  8131. "syscall.TCP_RXT_CONNDROPTIME": "syscall",
  8132. "syscall.TCP_RXT_FINDROP": "syscall",
  8133. "syscall.TCP_SACK_ENABLE": "syscall",
  8134. "syscall.TCP_SYNCNT": "syscall",
  8135. "syscall.TCP_VENDOR": "syscall",
  8136. "syscall.TCP_WINDOW_CLAMP": "syscall",
  8137. "syscall.TCSAFLUSH": "syscall",
  8138. "syscall.TCSETS": "syscall",
  8139. "syscall.TF_DISCONNECT": "syscall",
  8140. "syscall.TF_REUSE_SOCKET": "syscall",
  8141. "syscall.TF_USE_DEFAULT_WORKER": "syscall",
  8142. "syscall.TF_USE_KERNEL_APC": "syscall",
  8143. "syscall.TF_USE_SYSTEM_THREAD": "syscall",
  8144. "syscall.TF_WRITE_BEHIND": "syscall",
  8145. "syscall.TH32CS_INHERIT": "syscall",
  8146. "syscall.TH32CS_SNAPALL": "syscall",
  8147. "syscall.TH32CS_SNAPHEAPLIST": "syscall",
  8148. "syscall.TH32CS_SNAPMODULE": "syscall",
  8149. "syscall.TH32CS_SNAPMODULE32": "syscall",
  8150. "syscall.TH32CS_SNAPPROCESS": "syscall",
  8151. "syscall.TH32CS_SNAPTHREAD": "syscall",
  8152. "syscall.TIME_ZONE_ID_DAYLIGHT": "syscall",
  8153. "syscall.TIME_ZONE_ID_STANDARD": "syscall",
  8154. "syscall.TIME_ZONE_ID_UNKNOWN": "syscall",
  8155. "syscall.TIOCCBRK": "syscall",
  8156. "syscall.TIOCCDTR": "syscall",
  8157. "syscall.TIOCCONS": "syscall",
  8158. "syscall.TIOCDCDTIMESTAMP": "syscall",
  8159. "syscall.TIOCDRAIN": "syscall",
  8160. "syscall.TIOCDSIMICROCODE": "syscall",
  8161. "syscall.TIOCEXCL": "syscall",
  8162. "syscall.TIOCEXT": "syscall",
  8163. "syscall.TIOCFLAG_CDTRCTS": "syscall",
  8164. "syscall.TIOCFLAG_CLOCAL": "syscall",
  8165. "syscall.TIOCFLAG_CRTSCTS": "syscall",
  8166. "syscall.TIOCFLAG_MDMBUF": "syscall",
  8167. "syscall.TIOCFLAG_PPS": "syscall",
  8168. "syscall.TIOCFLAG_SOFTCAR": "syscall",
  8169. "syscall.TIOCFLUSH": "syscall",
  8170. "syscall.TIOCGDEV": "syscall",
  8171. "syscall.TIOCGDRAINWAIT": "syscall",
  8172. "syscall.TIOCGETA": "syscall",
  8173. "syscall.TIOCGETD": "syscall",
  8174. "syscall.TIOCGFLAGS": "syscall",
  8175. "syscall.TIOCGICOUNT": "syscall",
  8176. "syscall.TIOCGLCKTRMIOS": "syscall",
  8177. "syscall.TIOCGLINED": "syscall",
  8178. "syscall.TIOCGPGRP": "syscall",
  8179. "syscall.TIOCGPTN": "syscall",
  8180. "syscall.TIOCGQSIZE": "syscall",
  8181. "syscall.TIOCGRANTPT": "syscall",
  8182. "syscall.TIOCGRS485": "syscall",
  8183. "syscall.TIOCGSERIAL": "syscall",
  8184. "syscall.TIOCGSID": "syscall",
  8185. "syscall.TIOCGSIZE": "syscall",
  8186. "syscall.TIOCGSOFTCAR": "syscall",
  8187. "syscall.TIOCGTSTAMP": "syscall",
  8188. "syscall.TIOCGWINSZ": "syscall",
  8189. "syscall.TIOCINQ": "syscall",
  8190. "syscall.TIOCIXOFF": "syscall",
  8191. "syscall.TIOCIXON": "syscall",
  8192. "syscall.TIOCLINUX": "syscall",
  8193. "syscall.TIOCMBIC": "syscall",
  8194. "syscall.TIOCMBIS": "syscall",
  8195. "syscall.TIOCMGDTRWAIT": "syscall",
  8196. "syscall.TIOCMGET": "syscall",
  8197. "syscall.TIOCMIWAIT": "syscall",
  8198. "syscall.TIOCMODG": "syscall",
  8199. "syscall.TIOCMODS": "syscall",
  8200. "syscall.TIOCMSDTRWAIT": "syscall",
  8201. "syscall.TIOCMSET": "syscall",
  8202. "syscall.TIOCM_CAR": "syscall",
  8203. "syscall.TIOCM_CD": "syscall",
  8204. "syscall.TIOCM_CTS": "syscall",
  8205. "syscall.TIOCM_DCD": "syscall",
  8206. "syscall.TIOCM_DSR": "syscall",
  8207. "syscall.TIOCM_DTR": "syscall",
  8208. "syscall.TIOCM_LE": "syscall",
  8209. "syscall.TIOCM_RI": "syscall",
  8210. "syscall.TIOCM_RNG": "syscall",
  8211. "syscall.TIOCM_RTS": "syscall",
  8212. "syscall.TIOCM_SR": "syscall",
  8213. "syscall.TIOCM_ST": "syscall",
  8214. "syscall.TIOCNOTTY": "syscall",
  8215. "syscall.TIOCNXCL": "syscall",
  8216. "syscall.TIOCOUTQ": "syscall",
  8217. "syscall.TIOCPKT": "syscall",
  8218. "syscall.TIOCPKT_DATA": "syscall",
  8219. "syscall.TIOCPKT_DOSTOP": "syscall",
  8220. "syscall.TIOCPKT_FLUSHREAD": "syscall",
  8221. "syscall.TIOCPKT_FLUSHWRITE": "syscall",
  8222. "syscall.TIOCPKT_IOCTL": "syscall",
  8223. "syscall.TIOCPKT_NOSTOP": "syscall",
  8224. "syscall.TIOCPKT_START": "syscall",
  8225. "syscall.TIOCPKT_STOP": "syscall",
  8226. "syscall.TIOCPTMASTER": "syscall",
  8227. "syscall.TIOCPTMGET": "syscall",
  8228. "syscall.TIOCPTSNAME": "syscall",
  8229. "syscall.TIOCPTYGNAME": "syscall",
  8230. "syscall.TIOCPTYGRANT": "syscall",
  8231. "syscall.TIOCPTYUNLK": "syscall",
  8232. "syscall.TIOCRCVFRAME": "syscall",
  8233. "syscall.TIOCREMOTE": "syscall",
  8234. "syscall.TIOCSBRK": "syscall",
  8235. "syscall.TIOCSCONS": "syscall",
  8236. "syscall.TIOCSCTTY": "syscall",
  8237. "syscall.TIOCSDRAINWAIT": "syscall",
  8238. "syscall.TIOCSDTR": "syscall",
  8239. "syscall.TIOCSERCONFIG": "syscall",
  8240. "syscall.TIOCSERGETLSR": "syscall",
  8241. "syscall.TIOCSERGETMULTI": "syscall",
  8242. "syscall.TIOCSERGSTRUCT": "syscall",
  8243. "syscall.TIOCSERGWILD": "syscall",
  8244. "syscall.TIOCSERSETMULTI": "syscall",
  8245. "syscall.TIOCSERSWILD": "syscall",
  8246. "syscall.TIOCSER_TEMT": "syscall",
  8247. "syscall.TIOCSETA": "syscall",
  8248. "syscall.TIOCSETAF": "syscall",
  8249. "syscall.TIOCSETAW": "syscall",
  8250. "syscall.TIOCSETD": "syscall",
  8251. "syscall.TIOCSFLAGS": "syscall",
  8252. "syscall.TIOCSIG": "syscall",
  8253. "syscall.TIOCSLCKTRMIOS": "syscall",
  8254. "syscall.TIOCSLINED": "syscall",
  8255. "syscall.TIOCSPGRP": "syscall",
  8256. "syscall.TIOCSPTLCK": "syscall",
  8257. "syscall.TIOCSQSIZE": "syscall",
  8258. "syscall.TIOCSRS485": "syscall",
  8259. "syscall.TIOCSSERIAL": "syscall",
  8260. "syscall.TIOCSSIZE": "syscall",
  8261. "syscall.TIOCSSOFTCAR": "syscall",
  8262. "syscall.TIOCSTART": "syscall",
  8263. "syscall.TIOCSTAT": "syscall",
  8264. "syscall.TIOCSTI": "syscall",
  8265. "syscall.TIOCSTOP": "syscall",
  8266. "syscall.TIOCSTSTAMP": "syscall",
  8267. "syscall.TIOCSWINSZ": "syscall",
  8268. "syscall.TIOCTIMESTAMP": "syscall",
  8269. "syscall.TIOCUCNTL": "syscall",
  8270. "syscall.TIOCVHANGUP": "syscall",
  8271. "syscall.TIOCXMTFRAME": "syscall",
  8272. "syscall.TOKEN_ADJUST_DEFAULT": "syscall",
  8273. "syscall.TOKEN_ADJUST_GROUPS": "syscall",
  8274. "syscall.TOKEN_ADJUST_PRIVILEGES": "syscall",
  8275. "syscall.TOKEN_ALL_ACCESS": "syscall",
  8276. "syscall.TOKEN_ASSIGN_PRIMARY": "syscall",
  8277. "syscall.TOKEN_DUPLICATE": "syscall",
  8278. "syscall.TOKEN_EXECUTE": "syscall",
  8279. "syscall.TOKEN_IMPERSONATE": "syscall",
  8280. "syscall.TOKEN_QUERY": "syscall",
  8281. "syscall.TOKEN_QUERY_SOURCE": "syscall",
  8282. "syscall.TOKEN_READ": "syscall",
  8283. "syscall.TOKEN_WRITE": "syscall",
  8284. "syscall.TOSTOP": "syscall",
  8285. "syscall.TRUNCATE_EXISTING": "syscall",
  8286. "syscall.TUNATTACHFILTER": "syscall",
  8287. "syscall.TUNDETACHFILTER": "syscall",
  8288. "syscall.TUNGETFEATURES": "syscall",
  8289. "syscall.TUNGETIFF": "syscall",
  8290. "syscall.TUNGETSNDBUF": "syscall",
  8291. "syscall.TUNGETVNETHDRSZ": "syscall",
  8292. "syscall.TUNSETDEBUG": "syscall",
  8293. "syscall.TUNSETGROUP": "syscall",
  8294. "syscall.TUNSETIFF": "syscall",
  8295. "syscall.TUNSETLINK": "syscall",
  8296. "syscall.TUNSETNOCSUM": "syscall",
  8297. "syscall.TUNSETOFFLOAD": "syscall",
  8298. "syscall.TUNSETOWNER": "syscall",
  8299. "syscall.TUNSETPERSIST": "syscall",
  8300. "syscall.TUNSETSNDBUF": "syscall",
  8301. "syscall.TUNSETTXFILTER": "syscall",
  8302. "syscall.TUNSETVNETHDRSZ": "syscall",
  8303. "syscall.Tee": "syscall",
  8304. "syscall.TerminateProcess": "syscall",
  8305. "syscall.Termios": "syscall",
  8306. "syscall.Tgkill": "syscall",
  8307. "syscall.Time": "syscall",
  8308. "syscall.Time_t": "syscall",
  8309. "syscall.Times": "syscall",
  8310. "syscall.Timespec": "syscall",
  8311. "syscall.TimespecToNsec": "syscall",
  8312. "syscall.Timeval": "syscall",
  8313. "syscall.Timeval32": "syscall",
  8314. "syscall.TimevalToNsec": "syscall",
  8315. "syscall.Timex": "syscall",
  8316. "syscall.Timezoneinformation": "syscall",
  8317. "syscall.Tms": "syscall",
  8318. "syscall.Token": "syscall",
  8319. "syscall.TokenAccessInformation": "syscall",
  8320. "syscall.TokenAuditPolicy": "syscall",
  8321. "syscall.TokenDefaultDacl": "syscall",
  8322. "syscall.TokenElevation": "syscall",
  8323. "syscall.TokenElevationType": "syscall",
  8324. "syscall.TokenGroups": "syscall",
  8325. "syscall.TokenGroupsAndPrivileges": "syscall",
  8326. "syscall.TokenHasRestrictions": "syscall",
  8327. "syscall.TokenImpersonationLevel": "syscall",
  8328. "syscall.TokenIntegrityLevel": "syscall",
  8329. "syscall.TokenLinkedToken": "syscall",
  8330. "syscall.TokenLogonSid": "syscall",
  8331. "syscall.TokenMandatoryPolicy": "syscall",
  8332. "syscall.TokenOrigin": "syscall",
  8333. "syscall.TokenOwner": "syscall",
  8334. "syscall.TokenPrimaryGroup": "syscall",
  8335. "syscall.TokenPrivileges": "syscall",
  8336. "syscall.TokenRestrictedSids": "syscall",
  8337. "syscall.TokenSandBoxInert": "syscall",
  8338. "syscall.TokenSessionId": "syscall",
  8339. "syscall.TokenSessionReference": "syscall",
  8340. "syscall.TokenSource": "syscall",
  8341. "syscall.TokenStatistics": "syscall",
  8342. "syscall.TokenType": "syscall",
  8343. "syscall.TokenUIAccess": "syscall",
  8344. "syscall.TokenUser": "syscall",
  8345. "syscall.TokenVirtualizationAllowed": "syscall",
  8346. "syscall.TokenVirtualizationEnabled": "syscall",
  8347. "syscall.Tokenprimarygroup": "syscall",
  8348. "syscall.Tokenuser": "syscall",
  8349. "syscall.TranslateAccountName": "syscall",
  8350. "syscall.TranslateName": "syscall",
  8351. "syscall.TransmitFile": "syscall",
  8352. "syscall.TransmitFileBuffers": "syscall",
  8353. "syscall.Truncate": "syscall",
  8354. "syscall.USAGE_MATCH_TYPE_AND": "syscall",
  8355. "syscall.USAGE_MATCH_TYPE_OR": "syscall",
  8356. "syscall.UTF16FromString": "syscall",
  8357. "syscall.UTF16PtrFromString": "syscall",
  8358. "syscall.UTF16ToString": "syscall",
  8359. "syscall.Ucred": "syscall",
  8360. "syscall.Umask": "syscall",
  8361. "syscall.Uname": "syscall",
  8362. "syscall.Undelete": "syscall",
  8363. "syscall.UnixCredentials": "syscall",
  8364. "syscall.UnixRights": "syscall",
  8365. "syscall.Unlink": "syscall",
  8366. "syscall.Unlinkat": "syscall",
  8367. "syscall.UnmapViewOfFile": "syscall",
  8368. "syscall.Unmount": "syscall",
  8369. "syscall.Unsetenv": "syscall",
  8370. "syscall.Unshare": "syscall",
  8371. "syscall.UserInfo10": "syscall",
  8372. "syscall.Ustat": "syscall",
  8373. "syscall.Ustat_t": "syscall",
  8374. "syscall.Utimbuf": "syscall",
  8375. "syscall.Utime": "syscall",
  8376. "syscall.Utimes": "syscall",
  8377. "syscall.UtimesNano": "syscall",
  8378. "syscall.Utsname": "syscall",
  8379. "syscall.VDISCARD": "syscall",
  8380. "syscall.VDSUSP": "syscall",
  8381. "syscall.VEOF": "syscall",
  8382. "syscall.VEOL": "syscall",
  8383. "syscall.VEOL2": "syscall",
  8384. "syscall.VERASE": "syscall",
  8385. "syscall.VERASE2": "syscall",
  8386. "syscall.VINTR": "syscall",
  8387. "syscall.VKILL": "syscall",
  8388. "syscall.VLNEXT": "syscall",
  8389. "syscall.VMIN": "syscall",
  8390. "syscall.VQUIT": "syscall",
  8391. "syscall.VREPRINT": "syscall",
  8392. "syscall.VSTART": "syscall",
  8393. "syscall.VSTATUS": "syscall",
  8394. "syscall.VSTOP": "syscall",
  8395. "syscall.VSUSP": "syscall",
  8396. "syscall.VSWTC": "syscall",
  8397. "syscall.VT0": "syscall",
  8398. "syscall.VT1": "syscall",
  8399. "syscall.VTDLY": "syscall",
  8400. "syscall.VTIME": "syscall",
  8401. "syscall.VWERASE": "syscall",
  8402. "syscall.VirtualLock": "syscall",
  8403. "syscall.VirtualUnlock": "syscall",
  8404. "syscall.WAIT_ABANDONED": "syscall",
  8405. "syscall.WAIT_FAILED": "syscall",
  8406. "syscall.WAIT_OBJECT_0": "syscall",
  8407. "syscall.WAIT_TIMEOUT": "syscall",
  8408. "syscall.WALL": "syscall",
  8409. "syscall.WALLSIG": "syscall",
  8410. "syscall.WALTSIG": "syscall",
  8411. "syscall.WCLONE": "syscall",
  8412. "syscall.WCONTINUED": "syscall",
  8413. "syscall.WCOREFLAG": "syscall",
  8414. "syscall.WEXITED": "syscall",
  8415. "syscall.WLINUXCLONE": "syscall",
  8416. "syscall.WNOHANG": "syscall",
  8417. "syscall.WNOTHREAD": "syscall",
  8418. "syscall.WNOWAIT": "syscall",
  8419. "syscall.WNOZOMBIE": "syscall",
  8420. "syscall.WOPTSCHECKED": "syscall",
  8421. "syscall.WORDSIZE": "syscall",
  8422. "syscall.WSABuf": "syscall",
  8423. "syscall.WSACleanup": "syscall",
  8424. "syscall.WSADESCRIPTION_LEN": "syscall",
  8425. "syscall.WSAData": "syscall",
  8426. "syscall.WSAEACCES": "syscall",
  8427. "syscall.WSAECONNABORTED": "syscall",
  8428. "syscall.WSAECONNRESET": "syscall",
  8429. "syscall.WSAEnumProtocols": "syscall",
  8430. "syscall.WSAID_CONNECTEX": "syscall",
  8431. "syscall.WSAIoctl": "syscall",
  8432. "syscall.WSAPROTOCOL_LEN": "syscall",
  8433. "syscall.WSAProtocolChain": "syscall",
  8434. "syscall.WSAProtocolInfo": "syscall",
  8435. "syscall.WSARecv": "syscall",
  8436. "syscall.WSARecvFrom": "syscall",
  8437. "syscall.WSASYS_STATUS_LEN": "syscall",
  8438. "syscall.WSASend": "syscall",
  8439. "syscall.WSASendTo": "syscall",
  8440. "syscall.WSASendto": "syscall",
  8441. "syscall.WSAStartup": "syscall",
  8442. "syscall.WSTOPPED": "syscall",
  8443. "syscall.WTRAPPED": "syscall",
  8444. "syscall.WUNTRACED": "syscall",
  8445. "syscall.Wait4": "syscall",
  8446. "syscall.WaitForSingleObject": "syscall",
  8447. "syscall.WaitStatus": "syscall",
  8448. "syscall.Win32FileAttributeData": "syscall",
  8449. "syscall.Win32finddata": "syscall",
  8450. "syscall.Write": "syscall",
  8451. "syscall.WriteConsole": "syscall",
  8452. "syscall.WriteFile": "syscall",
  8453. "syscall.X509_ASN_ENCODING": "syscall",
  8454. "syscall.XCASE": "syscall",
  8455. "syscall.XP1_CONNECTIONLESS": "syscall",
  8456. "syscall.XP1_CONNECT_DATA": "syscall",
  8457. "syscall.XP1_DISCONNECT_DATA": "syscall",
  8458. "syscall.XP1_EXPEDITED_DATA": "syscall",
  8459. "syscall.XP1_GRACEFUL_CLOSE": "syscall",
  8460. "syscall.XP1_GUARANTEED_DELIVERY": "syscall",
  8461. "syscall.XP1_GUARANTEED_ORDER": "syscall",
  8462. "syscall.XP1_IFS_HANDLES": "syscall",
  8463. "syscall.XP1_MESSAGE_ORIENTED": "syscall",
  8464. "syscall.XP1_MULTIPOINT_CONTROL_PLANE": "syscall",
  8465. "syscall.XP1_MULTIPOINT_DATA_PLANE": "syscall",
  8466. "syscall.XP1_PARTIAL_MESSAGE": "syscall",
  8467. "syscall.XP1_PSEUDO_STREAM": "syscall",
  8468. "syscall.XP1_QOS_SUPPORTED": "syscall",
  8469. "syscall.XP1_SAN_SUPPORT_SDP": "syscall",
  8470. "syscall.XP1_SUPPORT_BROADCAST": "syscall",
  8471. "syscall.XP1_SUPPORT_MULTIPOINT": "syscall",
  8472. "syscall.XP1_UNI_RECV": "syscall",
  8473. "syscall.XP1_UNI_SEND": "syscall",
  8474. "syslog.Dial": "log/syslog",
  8475. "syslog.LOG_ALERT": "log/syslog",
  8476. "syslog.LOG_AUTH": "log/syslog",
  8477. "syslog.LOG_AUTHPRIV": "log/syslog",
  8478. "syslog.LOG_CRIT": "log/syslog",
  8479. "syslog.LOG_CRON": "log/syslog",
  8480. "syslog.LOG_DAEMON": "log/syslog",
  8481. "syslog.LOG_DEBUG": "log/syslog",
  8482. "syslog.LOG_EMERG": "log/syslog",
  8483. "syslog.LOG_ERR": "log/syslog",
  8484. "syslog.LOG_FTP": "log/syslog",
  8485. "syslog.LOG_INFO": "log/syslog",
  8486. "syslog.LOG_KERN": "log/syslog",
  8487. "syslog.LOG_LOCAL0": "log/syslog",
  8488. "syslog.LOG_LOCAL1": "log/syslog",
  8489. "syslog.LOG_LOCAL2": "log/syslog",
  8490. "syslog.LOG_LOCAL3": "log/syslog",
  8491. "syslog.LOG_LOCAL4": "log/syslog",
  8492. "syslog.LOG_LOCAL5": "log/syslog",
  8493. "syslog.LOG_LOCAL6": "log/syslog",
  8494. "syslog.LOG_LOCAL7": "log/syslog",
  8495. "syslog.LOG_LPR": "log/syslog",
  8496. "syslog.LOG_MAIL": "log/syslog",
  8497. "syslog.LOG_NEWS": "log/syslog",
  8498. "syslog.LOG_NOTICE": "log/syslog",
  8499. "syslog.LOG_SYSLOG": "log/syslog",
  8500. "syslog.LOG_USER": "log/syslog",
  8501. "syslog.LOG_UUCP": "log/syslog",
  8502. "syslog.LOG_WARNING": "log/syslog",
  8503. "syslog.New": "log/syslog",
  8504. "syslog.NewLogger": "log/syslog",
  8505. "syslog.Priority": "log/syslog",
  8506. "syslog.Writer": "log/syslog",
  8507. "tabwriter.AlignRight": "text/tabwriter",
  8508. "tabwriter.Debug": "text/tabwriter",
  8509. "tabwriter.DiscardEmptyColumns": "text/tabwriter",
  8510. "tabwriter.Escape": "text/tabwriter",
  8511. "tabwriter.FilterHTML": "text/tabwriter",
  8512. "tabwriter.NewWriter": "text/tabwriter",
  8513. "tabwriter.StripEscape": "text/tabwriter",
  8514. "tabwriter.TabIndent": "text/tabwriter",
  8515. "tabwriter.Writer": "text/tabwriter",
  8516. "tar.ErrFieldTooLong": "archive/tar",
  8517. "tar.ErrHeader": "archive/tar",
  8518. "tar.ErrWriteAfterClose": "archive/tar",
  8519. "tar.ErrWriteTooLong": "archive/tar",
  8520. "tar.FileInfoHeader": "archive/tar",
  8521. "tar.Header": "archive/tar",
  8522. "tar.NewReader": "archive/tar",
  8523. "tar.NewWriter": "archive/tar",
  8524. "tar.Reader": "archive/tar",
  8525. "tar.TypeBlock": "archive/tar",
  8526. "tar.TypeChar": "archive/tar",
  8527. "tar.TypeCont": "archive/tar",
  8528. "tar.TypeDir": "archive/tar",
  8529. "tar.TypeFifo": "archive/tar",
  8530. "tar.TypeGNULongLink": "archive/tar",
  8531. "tar.TypeGNULongName": "archive/tar",
  8532. "tar.TypeGNUSparse": "archive/tar",
  8533. "tar.TypeLink": "archive/tar",
  8534. "tar.TypeReg": "archive/tar",
  8535. "tar.TypeRegA": "archive/tar",
  8536. "tar.TypeSymlink": "archive/tar",
  8537. "tar.TypeXGlobalHeader": "archive/tar",
  8538. "tar.TypeXHeader": "archive/tar",
  8539. "tar.Writer": "archive/tar",
  8540. "template.CSS": "html/template",
  8541. "template.ErrAmbigContext": "html/template",
  8542. "template.ErrBadHTML": "html/template",
  8543. "template.ErrBranchEnd": "html/template",
  8544. "template.ErrEndContext": "html/template",
  8545. "template.ErrNoSuchTemplate": "html/template",
  8546. "template.ErrOutputContext": "html/template",
  8547. "template.ErrPartialCharset": "html/template",
  8548. "template.ErrPartialEscape": "html/template",
  8549. "template.ErrPredefinedEscaper": "html/template",
  8550. "template.ErrRangeLoopReentry": "html/template",
  8551. "template.ErrSlashAmbig": "html/template",
  8552. "template.Error": "html/template",
  8553. "template.ErrorCode": "html/template",
  8554. "template.ExecError": "text/template",
  8555. // "template.FuncMap" is ambiguous
  8556. "template.HTML": "html/template",
  8557. "template.HTMLAttr": "html/template",
  8558. // "template.HTMLEscape" is ambiguous
  8559. // "template.HTMLEscapeString" is ambiguous
  8560. // "template.HTMLEscaper" is ambiguous
  8561. // "template.IsTrue" is ambiguous
  8562. "template.JS": "html/template",
  8563. // "template.JSEscape" is ambiguous
  8564. // "template.JSEscapeString" is ambiguous
  8565. // "template.JSEscaper" is ambiguous
  8566. "template.JSStr": "html/template",
  8567. // "template.Must" is ambiguous
  8568. // "template.New" is ambiguous
  8569. "template.OK": "html/template",
  8570. // "template.ParseFiles" is ambiguous
  8571. // "template.ParseGlob" is ambiguous
  8572. // "template.Template" is ambiguous
  8573. "template.URL": "html/template",
  8574. // "template.URLQueryEscaper" is ambiguous
  8575. "testing.AllocsPerRun": "testing",
  8576. "testing.B": "testing",
  8577. "testing.Benchmark": "testing",
  8578. "testing.BenchmarkResult": "testing",
  8579. "testing.Cover": "testing",
  8580. "testing.CoverBlock": "testing",
  8581. "testing.CoverMode": "testing",
  8582. "testing.Coverage": "testing",
  8583. "testing.InternalBenchmark": "testing",
  8584. "testing.InternalExample": "testing",
  8585. "testing.InternalTest": "testing",
  8586. "testing.M": "testing",
  8587. "testing.Main": "testing",
  8588. "testing.MainStart": "testing",
  8589. "testing.PB": "testing",
  8590. "testing.RegisterCover": "testing",
  8591. "testing.RunBenchmarks": "testing",
  8592. "testing.RunExamples": "testing",
  8593. "testing.RunTests": "testing",
  8594. "testing.Short": "testing",
  8595. "testing.T": "testing",
  8596. "testing.Verbose": "testing",
  8597. "textproto.CanonicalMIMEHeaderKey": "net/textproto",
  8598. "textproto.Conn": "net/textproto",
  8599. "textproto.Dial": "net/textproto",
  8600. "textproto.Error": "net/textproto",
  8601. "textproto.MIMEHeader": "net/textproto",
  8602. "textproto.NewConn": "net/textproto",
  8603. "textproto.NewReader": "net/textproto",
  8604. "textproto.NewWriter": "net/textproto",
  8605. "textproto.Pipeline": "net/textproto",
  8606. "textproto.ProtocolError": "net/textproto",
  8607. "textproto.Reader": "net/textproto",
  8608. "textproto.TrimBytes": "net/textproto",
  8609. "textproto.TrimString": "net/textproto",
  8610. "textproto.Writer": "net/textproto",
  8611. "time.ANSIC": "time",
  8612. "time.After": "time",
  8613. "time.AfterFunc": "time",
  8614. "time.April": "time",
  8615. "time.August": "time",
  8616. "time.Date": "time",
  8617. "time.December": "time",
  8618. "time.Duration": "time",
  8619. "time.February": "time",
  8620. "time.FixedZone": "time",
  8621. "time.Friday": "time",
  8622. "time.Hour": "time",
  8623. "time.January": "time",
  8624. "time.July": "time",
  8625. "time.June": "time",
  8626. "time.Kitchen": "time",
  8627. "time.LoadLocation": "time",
  8628. "time.Local": "time",
  8629. "time.Location": "time",
  8630. "time.March": "time",
  8631. "time.May": "time",
  8632. "time.Microsecond": "time",
  8633. "time.Millisecond": "time",
  8634. "time.Minute": "time",
  8635. "time.Monday": "time",
  8636. "time.Month": "time",
  8637. "time.Nanosecond": "time",
  8638. "time.NewTicker": "time",
  8639. "time.NewTimer": "time",
  8640. "time.November": "time",
  8641. "time.Now": "time",
  8642. "time.October": "time",
  8643. "time.Parse": "time",
  8644. "time.ParseDuration": "time",
  8645. "time.ParseError": "time",
  8646. "time.ParseInLocation": "time",
  8647. "time.RFC1123": "time",
  8648. "time.RFC1123Z": "time",
  8649. "time.RFC3339": "time",
  8650. "time.RFC3339Nano": "time",
  8651. "time.RFC822": "time",
  8652. "time.RFC822Z": "time",
  8653. "time.RFC850": "time",
  8654. "time.RubyDate": "time",
  8655. "time.Saturday": "time",
  8656. "time.Second": "time",
  8657. "time.September": "time",
  8658. "time.Since": "time",
  8659. "time.Sleep": "time",
  8660. "time.Stamp": "time",
  8661. "time.StampMicro": "time",
  8662. "time.StampMilli": "time",
  8663. "time.StampNano": "time",
  8664. "time.Sunday": "time",
  8665. "time.Thursday": "time",
  8666. "time.Tick": "time",
  8667. "time.Ticker": "time",
  8668. "time.Time": "time",
  8669. "time.Timer": "time",
  8670. "time.Tuesday": "time",
  8671. "time.UTC": "time",
  8672. "time.Unix": "time",
  8673. "time.UnixDate": "time",
  8674. "time.Until": "time",
  8675. "time.Wednesday": "time",
  8676. "time.Weekday": "time",
  8677. "tls.Certificate": "crypto/tls",
  8678. "tls.CertificateRequestInfo": "crypto/tls",
  8679. "tls.Client": "crypto/tls",
  8680. "tls.ClientAuthType": "crypto/tls",
  8681. "tls.ClientHelloInfo": "crypto/tls",
  8682. "tls.ClientSessionCache": "crypto/tls",
  8683. "tls.ClientSessionState": "crypto/tls",
  8684. "tls.Config": "crypto/tls",
  8685. "tls.Conn": "crypto/tls",
  8686. "tls.ConnectionState": "crypto/tls",
  8687. "tls.CurveID": "crypto/tls",
  8688. "tls.CurveP256": "crypto/tls",
  8689. "tls.CurveP384": "crypto/tls",
  8690. "tls.CurveP521": "crypto/tls",
  8691. "tls.Dial": "crypto/tls",
  8692. "tls.DialWithDialer": "crypto/tls",
  8693. "tls.ECDSAWithP256AndSHA256": "crypto/tls",
  8694. "tls.ECDSAWithP384AndSHA384": "crypto/tls",
  8695. "tls.ECDSAWithP521AndSHA512": "crypto/tls",
  8696. "tls.Listen": "crypto/tls",
  8697. "tls.LoadX509KeyPair": "crypto/tls",
  8698. "tls.NewLRUClientSessionCache": "crypto/tls",
  8699. "tls.NewListener": "crypto/tls",
  8700. "tls.NoClientCert": "crypto/tls",
  8701. "tls.PKCS1WithSHA1": "crypto/tls",
  8702. "tls.PKCS1WithSHA256": "crypto/tls",
  8703. "tls.PKCS1WithSHA384": "crypto/tls",
  8704. "tls.PKCS1WithSHA512": "crypto/tls",
  8705. "tls.PSSWithSHA256": "crypto/tls",
  8706. "tls.PSSWithSHA384": "crypto/tls",
  8707. "tls.PSSWithSHA512": "crypto/tls",
  8708. "tls.RecordHeaderError": "crypto/tls",
  8709. "tls.RenegotiateFreelyAsClient": "crypto/tls",
  8710. "tls.RenegotiateNever": "crypto/tls",
  8711. "tls.RenegotiateOnceAsClient": "crypto/tls",
  8712. "tls.RenegotiationSupport": "crypto/tls",
  8713. "tls.RequestClientCert": "crypto/tls",
  8714. "tls.RequireAndVerifyClientCert": "crypto/tls",
  8715. "tls.RequireAnyClientCert": "crypto/tls",
  8716. "tls.Server": "crypto/tls",
  8717. "tls.SignatureScheme": "crypto/tls",
  8718. "tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA": "crypto/tls",
  8719. "tls.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256": "crypto/tls",
  8720. "tls.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": "crypto/tls",
  8721. "tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA": "crypto/tls",
  8722. "tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384": "crypto/tls",
  8723. "tls.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305": "crypto/tls",
  8724. "tls.TLS_ECDHE_ECDSA_WITH_RC4_128_SHA": "crypto/tls",
  8725. "tls.TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA": "crypto/tls",
  8726. "tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": "crypto/tls",
  8727. "tls.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256": "crypto/tls",
  8728. "tls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": "crypto/tls",
  8729. "tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": "crypto/tls",
  8730. "tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384": "crypto/tls",
  8731. "tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305": "crypto/tls",
  8732. "tls.TLS_ECDHE_RSA_WITH_RC4_128_SHA": "crypto/tls",
  8733. "tls.TLS_FALLBACK_SCSV": "crypto/tls",
  8734. "tls.TLS_RSA_WITH_3DES_EDE_CBC_SHA": "crypto/tls",
  8735. "tls.TLS_RSA_WITH_AES_128_CBC_SHA": "crypto/tls",
  8736. "tls.TLS_RSA_WITH_AES_128_CBC_SHA256": "crypto/tls",
  8737. "tls.TLS_RSA_WITH_AES_128_GCM_SHA256": "crypto/tls",
  8738. "tls.TLS_RSA_WITH_AES_256_CBC_SHA": "crypto/tls",
  8739. "tls.TLS_RSA_WITH_AES_256_GCM_SHA384": "crypto/tls",
  8740. "tls.TLS_RSA_WITH_RC4_128_SHA": "crypto/tls",
  8741. "tls.VerifyClientCertIfGiven": "crypto/tls",
  8742. "tls.VersionSSL30": "crypto/tls",
  8743. "tls.VersionTLS10": "crypto/tls",
  8744. "tls.VersionTLS11": "crypto/tls",
  8745. "tls.VersionTLS12": "crypto/tls",
  8746. "tls.X25519": "crypto/tls",
  8747. "tls.X509KeyPair": "crypto/tls",
  8748. "token.ADD": "go/token",
  8749. "token.ADD_ASSIGN": "go/token",
  8750. "token.AND": "go/token",
  8751. "token.AND_ASSIGN": "go/token",
  8752. "token.AND_NOT": "go/token",
  8753. "token.AND_NOT_ASSIGN": "go/token",
  8754. "token.ARROW": "go/token",
  8755. "token.ASSIGN": "go/token",
  8756. "token.BREAK": "go/token",
  8757. "token.CASE": "go/token",
  8758. "token.CHAN": "go/token",
  8759. "token.CHAR": "go/token",
  8760. "token.COLON": "go/token",
  8761. "token.COMMA": "go/token",
  8762. "token.COMMENT": "go/token",
  8763. "token.CONST": "go/token",
  8764. "token.CONTINUE": "go/token",
  8765. "token.DEC": "go/token",
  8766. "token.DEFAULT": "go/token",
  8767. "token.DEFER": "go/token",
  8768. "token.DEFINE": "go/token",
  8769. "token.ELLIPSIS": "go/token",
  8770. "token.ELSE": "go/token",
  8771. "token.EOF": "go/token",
  8772. "token.EQL": "go/token",
  8773. "token.FALLTHROUGH": "go/token",
  8774. "token.FLOAT": "go/token",
  8775. "token.FOR": "go/token",
  8776. "token.FUNC": "go/token",
  8777. "token.File": "go/token",
  8778. "token.FileSet": "go/token",
  8779. "token.GEQ": "go/token",
  8780. "token.GO": "go/token",
  8781. "token.GOTO": "go/token",
  8782. "token.GTR": "go/token",
  8783. "token.HighestPrec": "go/token",
  8784. "token.IDENT": "go/token",
  8785. "token.IF": "go/token",
  8786. "token.ILLEGAL": "go/token",
  8787. "token.IMAG": "go/token",
  8788. "token.IMPORT": "go/token",
  8789. "token.INC": "go/token",
  8790. "token.INT": "go/token",
  8791. "token.INTERFACE": "go/token",
  8792. "token.LAND": "go/token",
  8793. "token.LBRACE": "go/token",
  8794. "token.LBRACK": "go/token",
  8795. "token.LEQ": "go/token",
  8796. "token.LOR": "go/token",
  8797. "token.LPAREN": "go/token",
  8798. "token.LSS": "go/token",
  8799. "token.Lookup": "go/token",
  8800. "token.LowestPrec": "go/token",
  8801. "token.MAP": "go/token",
  8802. "token.MUL": "go/token",
  8803. "token.MUL_ASSIGN": "go/token",
  8804. "token.NEQ": "go/token",
  8805. "token.NOT": "go/token",
  8806. "token.NewFileSet": "go/token",
  8807. "token.NoPos": "go/token",
  8808. "token.OR": "go/token",
  8809. "token.OR_ASSIGN": "go/token",
  8810. "token.PACKAGE": "go/token",
  8811. "token.PERIOD": "go/token",
  8812. "token.Pos": "go/token",
  8813. "token.Position": "go/token",
  8814. "token.QUO": "go/token",
  8815. "token.QUO_ASSIGN": "go/token",
  8816. "token.RANGE": "go/token",
  8817. "token.RBRACE": "go/token",
  8818. "token.RBRACK": "go/token",
  8819. "token.REM": "go/token",
  8820. "token.REM_ASSIGN": "go/token",
  8821. "token.RETURN": "go/token",
  8822. "token.RPAREN": "go/token",
  8823. "token.SELECT": "go/token",
  8824. "token.SEMICOLON": "go/token",
  8825. "token.SHL": "go/token",
  8826. "token.SHL_ASSIGN": "go/token",
  8827. "token.SHR": "go/token",
  8828. "token.SHR_ASSIGN": "go/token",
  8829. "token.STRING": "go/token",
  8830. "token.STRUCT": "go/token",
  8831. "token.SUB": "go/token",
  8832. "token.SUB_ASSIGN": "go/token",
  8833. "token.SWITCH": "go/token",
  8834. "token.TYPE": "go/token",
  8835. "token.Token": "go/token",
  8836. "token.UnaryPrec": "go/token",
  8837. "token.VAR": "go/token",
  8838. "token.XOR": "go/token",
  8839. "token.XOR_ASSIGN": "go/token",
  8840. "trace.Start": "runtime/trace",
  8841. "trace.Stop": "runtime/trace",
  8842. "types.Array": "go/types",
  8843. "types.AssertableTo": "go/types",
  8844. "types.AssignableTo": "go/types",
  8845. "types.Basic": "go/types",
  8846. "types.BasicInfo": "go/types",
  8847. "types.BasicKind": "go/types",
  8848. "types.Bool": "go/types",
  8849. "types.Builtin": "go/types",
  8850. "types.Byte": "go/types",
  8851. "types.Chan": "go/types",
  8852. "types.ChanDir": "go/types",
  8853. "types.Checker": "go/types",
  8854. "types.Comparable": "go/types",
  8855. "types.Complex128": "go/types",
  8856. "types.Complex64": "go/types",
  8857. "types.Config": "go/types",
  8858. "types.Const": "go/types",
  8859. "types.ConvertibleTo": "go/types",
  8860. "types.DefPredeclaredTestFuncs": "go/types",
  8861. "types.Default": "go/types",
  8862. "types.Error": "go/types",
  8863. "types.Eval": "go/types",
  8864. "types.ExprString": "go/types",
  8865. "types.FieldVal": "go/types",
  8866. "types.Float32": "go/types",
  8867. "types.Float64": "go/types",
  8868. "types.Func": "go/types",
  8869. "types.Id": "go/types",
  8870. "types.Identical": "go/types",
  8871. "types.IdenticalIgnoreTags": "go/types",
  8872. "types.Implements": "go/types",
  8873. "types.ImportMode": "go/types",
  8874. "types.Importer": "go/types",
  8875. "types.ImporterFrom": "go/types",
  8876. "types.Info": "go/types",
  8877. "types.Initializer": "go/types",
  8878. "types.Int": "go/types",
  8879. "types.Int16": "go/types",
  8880. "types.Int32": "go/types",
  8881. "types.Int64": "go/types",
  8882. "types.Int8": "go/types",
  8883. "types.Interface": "go/types",
  8884. "types.Invalid": "go/types",
  8885. "types.IsBoolean": "go/types",
  8886. "types.IsComplex": "go/types",
  8887. "types.IsConstType": "go/types",
  8888. "types.IsFloat": "go/types",
  8889. "types.IsInteger": "go/types",
  8890. "types.IsInterface": "go/types",
  8891. "types.IsNumeric": "go/types",
  8892. "types.IsOrdered": "go/types",
  8893. "types.IsString": "go/types",
  8894. "types.IsUnsigned": "go/types",
  8895. "types.IsUntyped": "go/types",
  8896. "types.Label": "go/types",
  8897. "types.LookupFieldOrMethod": "go/types",
  8898. "types.Map": "go/types",
  8899. "types.MethodExpr": "go/types",
  8900. "types.MethodSet": "go/types",
  8901. "types.MethodVal": "go/types",
  8902. "types.MissingMethod": "go/types",
  8903. "types.Named": "go/types",
  8904. "types.NewArray": "go/types",
  8905. "types.NewChan": "go/types",
  8906. "types.NewChecker": "go/types",
  8907. "types.NewConst": "go/types",
  8908. "types.NewField": "go/types",
  8909. "types.NewFunc": "go/types",
  8910. "types.NewInterface": "go/types",
  8911. "types.NewLabel": "go/types",
  8912. "types.NewMap": "go/types",
  8913. "types.NewMethodSet": "go/types",
  8914. "types.NewNamed": "go/types",
  8915. "types.NewPackage": "go/types",
  8916. "types.NewParam": "go/types",
  8917. "types.NewPkgName": "go/types",
  8918. "types.NewPointer": "go/types",
  8919. "types.NewScope": "go/types",
  8920. "types.NewSignature": "go/types",
  8921. "types.NewSlice": "go/types",
  8922. "types.NewStruct": "go/types",
  8923. "types.NewTuple": "go/types",
  8924. "types.NewTypeName": "go/types",
  8925. "types.NewVar": "go/types",
  8926. "types.Nil": "go/types",
  8927. "types.ObjectString": "go/types",
  8928. "types.Package": "go/types",
  8929. "types.PkgName": "go/types",
  8930. "types.Pointer": "go/types",
  8931. "types.Qualifier": "go/types",
  8932. "types.RecvOnly": "go/types",
  8933. "types.RelativeTo": "go/types",
  8934. "types.Rune": "go/types",
  8935. "types.Scope": "go/types",
  8936. "types.Selection": "go/types",
  8937. "types.SelectionKind": "go/types",
  8938. "types.SelectionString": "go/types",
  8939. "types.SendOnly": "go/types",
  8940. "types.SendRecv": "go/types",
  8941. "types.Signature": "go/types",
  8942. "types.Sizes": "go/types",
  8943. "types.SizesFor": "go/types",
  8944. "types.Slice": "go/types",
  8945. "types.StdSizes": "go/types",
  8946. "types.String": "go/types",
  8947. "types.Struct": "go/types",
  8948. "types.Tuple": "go/types",
  8949. "types.Typ": "go/types",
  8950. "types.Type": "go/types",
  8951. "types.TypeAndValue": "go/types",
  8952. "types.TypeName": "go/types",
  8953. "types.TypeString": "go/types",
  8954. "types.Uint": "go/types",
  8955. "types.Uint16": "go/types",
  8956. "types.Uint32": "go/types",
  8957. "types.Uint64": "go/types",
  8958. "types.Uint8": "go/types",
  8959. "types.Uintptr": "go/types",
  8960. "types.Universe": "go/types",
  8961. "types.Unsafe": "go/types",
  8962. "types.UnsafePointer": "go/types",
  8963. "types.UntypedBool": "go/types",
  8964. "types.UntypedComplex": "go/types",
  8965. "types.UntypedFloat": "go/types",
  8966. "types.UntypedInt": "go/types",
  8967. "types.UntypedNil": "go/types",
  8968. "types.UntypedRune": "go/types",
  8969. "types.UntypedString": "go/types",
  8970. "types.Var": "go/types",
  8971. "types.WriteExpr": "go/types",
  8972. "types.WriteSignature": "go/types",
  8973. "types.WriteType": "go/types",
  8974. "unicode.ASCII_Hex_Digit": "unicode",
  8975. "unicode.Adlam": "unicode",
  8976. "unicode.Ahom": "unicode",
  8977. "unicode.Anatolian_Hieroglyphs": "unicode",
  8978. "unicode.Arabic": "unicode",
  8979. "unicode.Armenian": "unicode",
  8980. "unicode.Avestan": "unicode",
  8981. "unicode.AzeriCase": "unicode",
  8982. "unicode.Balinese": "unicode",
  8983. "unicode.Bamum": "unicode",
  8984. "unicode.Bassa_Vah": "unicode",
  8985. "unicode.Batak": "unicode",
  8986. "unicode.Bengali": "unicode",
  8987. "unicode.Bhaiksuki": "unicode",
  8988. "unicode.Bidi_Control": "unicode",
  8989. "unicode.Bopomofo": "unicode",
  8990. "unicode.Brahmi": "unicode",
  8991. "unicode.Braille": "unicode",
  8992. "unicode.Buginese": "unicode",
  8993. "unicode.Buhid": "unicode",
  8994. "unicode.C": "unicode",
  8995. "unicode.Canadian_Aboriginal": "unicode",
  8996. "unicode.Carian": "unicode",
  8997. "unicode.CaseRange": "unicode",
  8998. "unicode.CaseRanges": "unicode",
  8999. "unicode.Categories": "unicode",
  9000. "unicode.Caucasian_Albanian": "unicode",
  9001. "unicode.Cc": "unicode",
  9002. "unicode.Cf": "unicode",
  9003. "unicode.Chakma": "unicode",
  9004. "unicode.Cham": "unicode",
  9005. "unicode.Cherokee": "unicode",
  9006. "unicode.Co": "unicode",
  9007. "unicode.Common": "unicode",
  9008. "unicode.Coptic": "unicode",
  9009. "unicode.Cs": "unicode",
  9010. "unicode.Cuneiform": "unicode",
  9011. "unicode.Cypriot": "unicode",
  9012. "unicode.Cyrillic": "unicode",
  9013. "unicode.Dash": "unicode",
  9014. "unicode.Deprecated": "unicode",
  9015. "unicode.Deseret": "unicode",
  9016. "unicode.Devanagari": "unicode",
  9017. "unicode.Diacritic": "unicode",
  9018. "unicode.Digit": "unicode",
  9019. "unicode.Duployan": "unicode",
  9020. "unicode.Egyptian_Hieroglyphs": "unicode",
  9021. "unicode.Elbasan": "unicode",
  9022. "unicode.Ethiopic": "unicode",
  9023. "unicode.Extender": "unicode",
  9024. "unicode.FoldCategory": "unicode",
  9025. "unicode.FoldScript": "unicode",
  9026. "unicode.Georgian": "unicode",
  9027. "unicode.Glagolitic": "unicode",
  9028. "unicode.Gothic": "unicode",
  9029. "unicode.Grantha": "unicode",
  9030. "unicode.GraphicRanges": "unicode",
  9031. "unicode.Greek": "unicode",
  9032. "unicode.Gujarati": "unicode",
  9033. "unicode.Gurmukhi": "unicode",
  9034. "unicode.Han": "unicode",
  9035. "unicode.Hangul": "unicode",
  9036. "unicode.Hanunoo": "unicode",
  9037. "unicode.Hatran": "unicode",
  9038. "unicode.Hebrew": "unicode",
  9039. "unicode.Hex_Digit": "unicode",
  9040. "unicode.Hiragana": "unicode",
  9041. "unicode.Hyphen": "unicode",
  9042. "unicode.IDS_Binary_Operator": "unicode",
  9043. "unicode.IDS_Trinary_Operator": "unicode",
  9044. "unicode.Ideographic": "unicode",
  9045. "unicode.Imperial_Aramaic": "unicode",
  9046. "unicode.In": "unicode",
  9047. "unicode.Inherited": "unicode",
  9048. "unicode.Inscriptional_Pahlavi": "unicode",
  9049. "unicode.Inscriptional_Parthian": "unicode",
  9050. "unicode.Is": "unicode",
  9051. "unicode.IsControl": "unicode",
  9052. "unicode.IsDigit": "unicode",
  9053. "unicode.IsGraphic": "unicode",
  9054. "unicode.IsLetter": "unicode",
  9055. "unicode.IsLower": "unicode",
  9056. "unicode.IsMark": "unicode",
  9057. "unicode.IsNumber": "unicode",
  9058. "unicode.IsOneOf": "unicode",
  9059. "unicode.IsPrint": "unicode",
  9060. "unicode.IsPunct": "unicode",
  9061. "unicode.IsSpace": "unicode",
  9062. "unicode.IsSymbol": "unicode",
  9063. "unicode.IsTitle": "unicode",
  9064. "unicode.IsUpper": "unicode",
  9065. "unicode.Javanese": "unicode",
  9066. "unicode.Join_Control": "unicode",
  9067. "unicode.Kaithi": "unicode",
  9068. "unicode.Kannada": "unicode",
  9069. "unicode.Katakana": "unicode",
  9070. "unicode.Kayah_Li": "unicode",
  9071. "unicode.Kharoshthi": "unicode",
  9072. "unicode.Khmer": "unicode",
  9073. "unicode.Khojki": "unicode",
  9074. "unicode.Khudawadi": "unicode",
  9075. "unicode.L": "unicode",
  9076. "unicode.Lao": "unicode",
  9077. "unicode.Latin": "unicode",
  9078. "unicode.Lepcha": "unicode",
  9079. "unicode.Letter": "unicode",
  9080. "unicode.Limbu": "unicode",
  9081. "unicode.Linear_A": "unicode",
  9082. "unicode.Linear_B": "unicode",
  9083. "unicode.Lisu": "unicode",
  9084. "unicode.Ll": "unicode",
  9085. "unicode.Lm": "unicode",
  9086. "unicode.Lo": "unicode",
  9087. "unicode.Logical_Order_Exception": "unicode",
  9088. "unicode.Lower": "unicode",
  9089. "unicode.LowerCase": "unicode",
  9090. "unicode.Lt": "unicode",
  9091. "unicode.Lu": "unicode",
  9092. "unicode.Lycian": "unicode",
  9093. "unicode.Lydian": "unicode",
  9094. "unicode.M": "unicode",
  9095. "unicode.Mahajani": "unicode",
  9096. "unicode.Malayalam": "unicode",
  9097. "unicode.Mandaic": "unicode",
  9098. "unicode.Manichaean": "unicode",
  9099. "unicode.Marchen": "unicode",
  9100. "unicode.Mark": "unicode",
  9101. "unicode.MaxASCII": "unicode",
  9102. "unicode.MaxCase": "unicode",
  9103. "unicode.MaxLatin1": "unicode",
  9104. "unicode.MaxRune": "unicode",
  9105. "unicode.Mc": "unicode",
  9106. "unicode.Me": "unicode",
  9107. "unicode.Meetei_Mayek": "unicode",
  9108. "unicode.Mende_Kikakui": "unicode",
  9109. "unicode.Meroitic_Cursive": "unicode",
  9110. "unicode.Meroitic_Hieroglyphs": "unicode",
  9111. "unicode.Miao": "unicode",
  9112. "unicode.Mn": "unicode",
  9113. "unicode.Modi": "unicode",
  9114. "unicode.Mongolian": "unicode",
  9115. "unicode.Mro": "unicode",
  9116. "unicode.Multani": "unicode",
  9117. "unicode.Myanmar": "unicode",
  9118. "unicode.N": "unicode",
  9119. "unicode.Nabataean": "unicode",
  9120. "unicode.Nd": "unicode",
  9121. "unicode.New_Tai_Lue": "unicode",
  9122. "unicode.Newa": "unicode",
  9123. "unicode.Nko": "unicode",
  9124. "unicode.Nl": "unicode",
  9125. "unicode.No": "unicode",
  9126. "unicode.Noncharacter_Code_Point": "unicode",
  9127. "unicode.Number": "unicode",
  9128. "unicode.Ogham": "unicode",
  9129. "unicode.Ol_Chiki": "unicode",
  9130. "unicode.Old_Hungarian": "unicode",
  9131. "unicode.Old_Italic": "unicode",
  9132. "unicode.Old_North_Arabian": "unicode",
  9133. "unicode.Old_Permic": "unicode",
  9134. "unicode.Old_Persian": "unicode",
  9135. "unicode.Old_South_Arabian": "unicode",
  9136. "unicode.Old_Turkic": "unicode",
  9137. "unicode.Oriya": "unicode",
  9138. "unicode.Osage": "unicode",
  9139. "unicode.Osmanya": "unicode",
  9140. "unicode.Other": "unicode",
  9141. "unicode.Other_Alphabetic": "unicode",
  9142. "unicode.Other_Default_Ignorable_Code_Point": "unicode",
  9143. "unicode.Other_Grapheme_Extend": "unicode",
  9144. "unicode.Other_ID_Continue": "unicode",
  9145. "unicode.Other_ID_Start": "unicode",
  9146. "unicode.Other_Lowercase": "unicode",
  9147. "unicode.Other_Math": "unicode",
  9148. "unicode.Other_Uppercase": "unicode",
  9149. "unicode.P": "unicode",
  9150. "unicode.Pahawh_Hmong": "unicode",
  9151. "unicode.Palmyrene": "unicode",
  9152. "unicode.Pattern_Syntax": "unicode",
  9153. "unicode.Pattern_White_Space": "unicode",
  9154. "unicode.Pau_Cin_Hau": "unicode",
  9155. "unicode.Pc": "unicode",
  9156. "unicode.Pd": "unicode",
  9157. "unicode.Pe": "unicode",
  9158. "unicode.Pf": "unicode",
  9159. "unicode.Phags_Pa": "unicode",
  9160. "unicode.Phoenician": "unicode",
  9161. "unicode.Pi": "unicode",
  9162. "unicode.Po": "unicode",
  9163. "unicode.Prepended_Concatenation_Mark": "unicode",
  9164. "unicode.PrintRanges": "unicode",
  9165. "unicode.Properties": "unicode",
  9166. "unicode.Ps": "unicode",
  9167. "unicode.Psalter_Pahlavi": "unicode",
  9168. "unicode.Punct": "unicode",
  9169. "unicode.Quotation_Mark": "unicode",
  9170. "unicode.Radical": "unicode",
  9171. "unicode.Range16": "unicode",
  9172. "unicode.Range32": "unicode",
  9173. "unicode.RangeTable": "unicode",
  9174. "unicode.Rejang": "unicode",
  9175. "unicode.ReplacementChar": "unicode",
  9176. "unicode.Runic": "unicode",
  9177. "unicode.S": "unicode",
  9178. "unicode.STerm": "unicode",
  9179. "unicode.Samaritan": "unicode",
  9180. "unicode.Saurashtra": "unicode",
  9181. "unicode.Sc": "unicode",
  9182. "unicode.Scripts": "unicode",
  9183. "unicode.Sentence_Terminal": "unicode",
  9184. "unicode.Sharada": "unicode",
  9185. "unicode.Shavian": "unicode",
  9186. "unicode.Siddham": "unicode",
  9187. "unicode.SignWriting": "unicode",
  9188. "unicode.SimpleFold": "unicode",
  9189. "unicode.Sinhala": "unicode",
  9190. "unicode.Sk": "unicode",
  9191. "unicode.Sm": "unicode",
  9192. "unicode.So": "unicode",
  9193. "unicode.Soft_Dotted": "unicode",
  9194. "unicode.Sora_Sompeng": "unicode",
  9195. "unicode.Space": "unicode",
  9196. "unicode.SpecialCase": "unicode",
  9197. "unicode.Sundanese": "unicode",
  9198. "unicode.Syloti_Nagri": "unicode",
  9199. "unicode.Symbol": "unicode",
  9200. "unicode.Syriac": "unicode",
  9201. "unicode.Tagalog": "unicode",
  9202. "unicode.Tagbanwa": "unicode",
  9203. "unicode.Tai_Le": "unicode",
  9204. "unicode.Tai_Tham": "unicode",
  9205. "unicode.Tai_Viet": "unicode",
  9206. "unicode.Takri": "unicode",
  9207. "unicode.Tamil": "unicode",
  9208. "unicode.Tangut": "unicode",
  9209. "unicode.Telugu": "unicode",
  9210. "unicode.Terminal_Punctuation": "unicode",
  9211. "unicode.Thaana": "unicode",
  9212. "unicode.Thai": "unicode",
  9213. "unicode.Tibetan": "unicode",
  9214. "unicode.Tifinagh": "unicode",
  9215. "unicode.Tirhuta": "unicode",
  9216. "unicode.Title": "unicode",
  9217. "unicode.TitleCase": "unicode",
  9218. "unicode.To": "unicode",
  9219. "unicode.ToLower": "unicode",
  9220. "unicode.ToTitle": "unicode",
  9221. "unicode.ToUpper": "unicode",
  9222. "unicode.TurkishCase": "unicode",
  9223. "unicode.Ugaritic": "unicode",
  9224. "unicode.Unified_Ideograph": "unicode",
  9225. "unicode.Upper": "unicode",
  9226. "unicode.UpperCase": "unicode",
  9227. "unicode.UpperLower": "unicode",
  9228. "unicode.Vai": "unicode",
  9229. "unicode.Variation_Selector": "unicode",
  9230. "unicode.Version": "unicode",
  9231. "unicode.Warang_Citi": "unicode",
  9232. "unicode.White_Space": "unicode",
  9233. "unicode.Yi": "unicode",
  9234. "unicode.Z": "unicode",
  9235. "unicode.Zl": "unicode",
  9236. "unicode.Zp": "unicode",
  9237. "unicode.Zs": "unicode",
  9238. "url.Error": "net/url",
  9239. "url.EscapeError": "net/url",
  9240. "url.InvalidHostError": "net/url",
  9241. "url.Parse": "net/url",
  9242. "url.ParseQuery": "net/url",
  9243. "url.ParseRequestURI": "net/url",
  9244. "url.PathEscape": "net/url",
  9245. "url.PathUnescape": "net/url",
  9246. "url.QueryEscape": "net/url",
  9247. "url.QueryUnescape": "net/url",
  9248. "url.URL": "net/url",
  9249. "url.User": "net/url",
  9250. "url.UserPassword": "net/url",
  9251. "url.Userinfo": "net/url",
  9252. "url.Values": "net/url",
  9253. "user.Current": "os/user",
  9254. "user.Group": "os/user",
  9255. "user.Lookup": "os/user",
  9256. "user.LookupGroup": "os/user",
  9257. "user.LookupGroupId": "os/user",
  9258. "user.LookupId": "os/user",
  9259. "user.UnknownGroupError": "os/user",
  9260. "user.UnknownGroupIdError": "os/user",
  9261. "user.UnknownUserError": "os/user",
  9262. "user.UnknownUserIdError": "os/user",
  9263. "user.User": "os/user",
  9264. "utf16.Decode": "unicode/utf16",
  9265. "utf16.DecodeRune": "unicode/utf16",
  9266. "utf16.Encode": "unicode/utf16",
  9267. "utf16.EncodeRune": "unicode/utf16",
  9268. "utf16.IsSurrogate": "unicode/utf16",
  9269. "utf8.DecodeLastRune": "unicode/utf8",
  9270. "utf8.DecodeLastRuneInString": "unicode/utf8",
  9271. "utf8.DecodeRune": "unicode/utf8",
  9272. "utf8.DecodeRuneInString": "unicode/utf8",
  9273. "utf8.EncodeRune": "unicode/utf8",
  9274. "utf8.FullRune": "unicode/utf8",
  9275. "utf8.FullRuneInString": "unicode/utf8",
  9276. "utf8.MaxRune": "unicode/utf8",
  9277. "utf8.RuneCount": "unicode/utf8",
  9278. "utf8.RuneCountInString": "unicode/utf8",
  9279. "utf8.RuneError": "unicode/utf8",
  9280. "utf8.RuneLen": "unicode/utf8",
  9281. "utf8.RuneSelf": "unicode/utf8",
  9282. "utf8.RuneStart": "unicode/utf8",
  9283. "utf8.UTFMax": "unicode/utf8",
  9284. "utf8.Valid": "unicode/utf8",
  9285. "utf8.ValidRune": "unicode/utf8",
  9286. "utf8.ValidString": "unicode/utf8",
  9287. "x509.CANotAuthorizedForThisName": "crypto/x509",
  9288. "x509.CertPool": "crypto/x509",
  9289. "x509.Certificate": "crypto/x509",
  9290. "x509.CertificateInvalidError": "crypto/x509",
  9291. "x509.CertificateRequest": "crypto/x509",
  9292. "x509.ConstraintViolationError": "crypto/x509",
  9293. "x509.CreateCertificate": "crypto/x509",
  9294. "x509.CreateCertificateRequest": "crypto/x509",
  9295. "x509.DSA": "crypto/x509",
  9296. "x509.DSAWithSHA1": "crypto/x509",
  9297. "x509.DSAWithSHA256": "crypto/x509",
  9298. "x509.DecryptPEMBlock": "crypto/x509",
  9299. "x509.ECDSA": "crypto/x509",
  9300. "x509.ECDSAWithSHA1": "crypto/x509",
  9301. "x509.ECDSAWithSHA256": "crypto/x509",
  9302. "x509.ECDSAWithSHA384": "crypto/x509",
  9303. "x509.ECDSAWithSHA512": "crypto/x509",
  9304. "x509.EncryptPEMBlock": "crypto/x509",
  9305. "x509.ErrUnsupportedAlgorithm": "crypto/x509",
  9306. "x509.Expired": "crypto/x509",
  9307. "x509.ExtKeyUsage": "crypto/x509",
  9308. "x509.ExtKeyUsageAny": "crypto/x509",
  9309. "x509.ExtKeyUsageClientAuth": "crypto/x509",
  9310. "x509.ExtKeyUsageCodeSigning": "crypto/x509",
  9311. "x509.ExtKeyUsageEmailProtection": "crypto/x509",
  9312. "x509.ExtKeyUsageIPSECEndSystem": "crypto/x509",
  9313. "x509.ExtKeyUsageIPSECTunnel": "crypto/x509",
  9314. "x509.ExtKeyUsageIPSECUser": "crypto/x509",
  9315. "x509.ExtKeyUsageMicrosoftServerGatedCrypto": "crypto/x509",
  9316. "x509.ExtKeyUsageNetscapeServerGatedCrypto": "crypto/x509",
  9317. "x509.ExtKeyUsageOCSPSigning": "crypto/x509",
  9318. "x509.ExtKeyUsageServerAuth": "crypto/x509",
  9319. "x509.ExtKeyUsageTimeStamping": "crypto/x509",
  9320. "x509.HostnameError": "crypto/x509",
  9321. "x509.IncompatibleUsage": "crypto/x509",
  9322. "x509.IncorrectPasswordError": "crypto/x509",
  9323. "x509.InsecureAlgorithmError": "crypto/x509",
  9324. "x509.InvalidReason": "crypto/x509",
  9325. "x509.IsEncryptedPEMBlock": "crypto/x509",
  9326. "x509.KeyUsage": "crypto/x509",
  9327. "x509.KeyUsageCRLSign": "crypto/x509",
  9328. "x509.KeyUsageCertSign": "crypto/x509",
  9329. "x509.KeyUsageContentCommitment": "crypto/x509",
  9330. "x509.KeyUsageDataEncipherment": "crypto/x509",
  9331. "x509.KeyUsageDecipherOnly": "crypto/x509",
  9332. "x509.KeyUsageDigitalSignature": "crypto/x509",
  9333. "x509.KeyUsageEncipherOnly": "crypto/x509",
  9334. "x509.KeyUsageKeyAgreement": "crypto/x509",
  9335. "x509.KeyUsageKeyEncipherment": "crypto/x509",
  9336. "x509.MD2WithRSA": "crypto/x509",
  9337. "x509.MD5WithRSA": "crypto/x509",
  9338. "x509.MarshalECPrivateKey": "crypto/x509",
  9339. "x509.MarshalPKCS1PrivateKey": "crypto/x509",
  9340. "x509.MarshalPKIXPublicKey": "crypto/x509",
  9341. "x509.NameMismatch": "crypto/x509",
  9342. "x509.NewCertPool": "crypto/x509",
  9343. "x509.NotAuthorizedToSign": "crypto/x509",
  9344. "x509.PEMCipher": "crypto/x509",
  9345. "x509.PEMCipher3DES": "crypto/x509",
  9346. "x509.PEMCipherAES128": "crypto/x509",
  9347. "x509.PEMCipherAES192": "crypto/x509",
  9348. "x509.PEMCipherAES256": "crypto/x509",
  9349. "x509.PEMCipherDES": "crypto/x509",
  9350. "x509.ParseCRL": "crypto/x509",
  9351. "x509.ParseCertificate": "crypto/x509",
  9352. "x509.ParseCertificateRequest": "crypto/x509",
  9353. "x509.ParseCertificates": "crypto/x509",
  9354. "x509.ParseDERCRL": "crypto/x509",
  9355. "x509.ParseECPrivateKey": "crypto/x509",
  9356. "x509.ParsePKCS1PrivateKey": "crypto/x509",
  9357. "x509.ParsePKCS8PrivateKey": "crypto/x509",
  9358. "x509.ParsePKIXPublicKey": "crypto/x509",
  9359. "x509.PublicKeyAlgorithm": "crypto/x509",
  9360. "x509.RSA": "crypto/x509",
  9361. "x509.SHA1WithRSA": "crypto/x509",
  9362. "x509.SHA256WithRSA": "crypto/x509",
  9363. "x509.SHA256WithRSAPSS": "crypto/x509",
  9364. "x509.SHA384WithRSA": "crypto/x509",
  9365. "x509.SHA384WithRSAPSS": "crypto/x509",
  9366. "x509.SHA512WithRSA": "crypto/x509",
  9367. "x509.SHA512WithRSAPSS": "crypto/x509",
  9368. "x509.SignatureAlgorithm": "crypto/x509",
  9369. "x509.SystemCertPool": "crypto/x509",
  9370. "x509.SystemRootsError": "crypto/x509",
  9371. "x509.TooManyIntermediates": "crypto/x509",
  9372. "x509.UnhandledCriticalExtension": "crypto/x509",
  9373. "x509.UnknownAuthorityError": "crypto/x509",
  9374. "x509.UnknownPublicKeyAlgorithm": "crypto/x509",
  9375. "x509.UnknownSignatureAlgorithm": "crypto/x509",
  9376. "x509.VerifyOptions": "crypto/x509",
  9377. "xml.Attr": "encoding/xml",
  9378. "xml.CharData": "encoding/xml",
  9379. "xml.Comment": "encoding/xml",
  9380. "xml.CopyToken": "encoding/xml",
  9381. "xml.Decoder": "encoding/xml",
  9382. "xml.Directive": "encoding/xml",
  9383. "xml.Encoder": "encoding/xml",
  9384. "xml.EndElement": "encoding/xml",
  9385. "xml.Escape": "encoding/xml",
  9386. "xml.EscapeText": "encoding/xml",
  9387. "xml.HTMLAutoClose": "encoding/xml",
  9388. "xml.HTMLEntity": "encoding/xml",
  9389. "xml.Header": "encoding/xml",
  9390. "xml.Marshal": "encoding/xml",
  9391. "xml.MarshalIndent": "encoding/xml",
  9392. "xml.Marshaler": "encoding/xml",
  9393. "xml.MarshalerAttr": "encoding/xml",
  9394. "xml.Name": "encoding/xml",
  9395. "xml.NewDecoder": "encoding/xml",
  9396. "xml.NewEncoder": "encoding/xml",
  9397. "xml.ProcInst": "encoding/xml",
  9398. "xml.StartElement": "encoding/xml",
  9399. "xml.SyntaxError": "encoding/xml",
  9400. "xml.TagPathError": "encoding/xml",
  9401. "xml.Token": "encoding/xml",
  9402. "xml.Unmarshal": "encoding/xml",
  9403. "xml.UnmarshalError": "encoding/xml",
  9404. "xml.Unmarshaler": "encoding/xml",
  9405. "xml.UnmarshalerAttr": "encoding/xml",
  9406. "xml.UnsupportedTypeError": "encoding/xml",
  9407. "zip.Compressor": "archive/zip",
  9408. "zip.Decompressor": "archive/zip",
  9409. "zip.Deflate": "archive/zip",
  9410. "zip.ErrAlgorithm": "archive/zip",
  9411. "zip.ErrChecksum": "archive/zip",
  9412. "zip.ErrFormat": "archive/zip",
  9413. "zip.File": "archive/zip",
  9414. "zip.FileHeader": "archive/zip",
  9415. "zip.FileInfoHeader": "archive/zip",
  9416. "zip.NewReader": "archive/zip",
  9417. "zip.NewWriter": "archive/zip",
  9418. "zip.OpenReader": "archive/zip",
  9419. "zip.ReadCloser": "archive/zip",
  9420. "zip.Reader": "archive/zip",
  9421. "zip.RegisterCompressor": "archive/zip",
  9422. "zip.RegisterDecompressor": "archive/zip",
  9423. "zip.Store": "archive/zip",
  9424. "zip.Writer": "archive/zip",
  9425. "zlib.BestCompression": "compress/zlib",
  9426. "zlib.BestSpeed": "compress/zlib",
  9427. "zlib.DefaultCompression": "compress/zlib",
  9428. "zlib.ErrChecksum": "compress/zlib",
  9429. "zlib.ErrDictionary": "compress/zlib",
  9430. "zlib.ErrHeader": "compress/zlib",
  9431. "zlib.HuffmanOnly": "compress/zlib",
  9432. "zlib.NewReader": "compress/zlib",
  9433. "zlib.NewReaderDict": "compress/zlib",
  9434. "zlib.NewWriter": "compress/zlib",
  9435. "zlib.NewWriterLevel": "compress/zlib",
  9436. "zlib.NewWriterLevelDict": "compress/zlib",
  9437. "zlib.NoCompression": "compress/zlib",
  9438. "zlib.Resetter": "compress/zlib",
  9439. "zlib.Writer": "compress/zlib",
  9440. "unsafe.Alignof": "unsafe",
  9441. "unsafe.ArbitraryType": "unsafe",
  9442. "unsafe.Offsetof": "unsafe",
  9443. "unsafe.Pointer": "unsafe",
  9444. "unsafe.Sizeof": "unsafe",
  9445. }