1
2
3
4
5
6
7 package stdlib
8
9 var PackageSymbols = map[string][]Symbol{
10 "archive/tar": {
11 {"(*Header).FileInfo", Method, 1, ""},
12 {"(*Reader).Next", Method, 0, ""},
13 {"(*Reader).Read", Method, 0, ""},
14 {"(*Writer).AddFS", Method, 22, ""},
15 {"(*Writer).Close", Method, 0, ""},
16 {"(*Writer).Flush", Method, 0, ""},
17 {"(*Writer).Write", Method, 0, ""},
18 {"(*Writer).WriteHeader", Method, 0, ""},
19 {"(FileInfoNames).Gname", Method, 23, ""},
20 {"(FileInfoNames).IsDir", Method, 23, ""},
21 {"(FileInfoNames).ModTime", Method, 23, ""},
22 {"(FileInfoNames).Mode", Method, 23, ""},
23 {"(FileInfoNames).Name", Method, 23, ""},
24 {"(FileInfoNames).Size", Method, 23, ""},
25 {"(FileInfoNames).Sys", Method, 23, ""},
26 {"(FileInfoNames).Uname", Method, 23, ""},
27 {"(Format).String", Method, 10, ""},
28 {"ErrFieldTooLong", Var, 0, ""},
29 {"ErrHeader", Var, 0, ""},
30 {"ErrInsecurePath", Var, 20, ""},
31 {"ErrWriteAfterClose", Var, 0, ""},
32 {"ErrWriteTooLong", Var, 0, ""},
33 {"FileInfoHeader", Func, 1, "func(fi fs.FileInfo, link string) (*Header, error)"},
34 {"FileInfoNames", Type, 23, ""},
35 {"Format", Type, 10, ""},
36 {"FormatGNU", Const, 10, ""},
37 {"FormatPAX", Const, 10, ""},
38 {"FormatUSTAR", Const, 10, ""},
39 {"FormatUnknown", Const, 10, ""},
40 {"Header", Type, 0, ""},
41 {"Header.AccessTime", Field, 0, ""},
42 {"Header.ChangeTime", Field, 0, ""},
43 {"Header.Devmajor", Field, 0, ""},
44 {"Header.Devminor", Field, 0, ""},
45 {"Header.Format", Field, 10, ""},
46 {"Header.Gid", Field, 0, ""},
47 {"Header.Gname", Field, 0, ""},
48 {"Header.Linkname", Field, 0, ""},
49 {"Header.ModTime", Field, 0, ""},
50 {"Header.Mode", Field, 0, ""},
51 {"Header.Name", Field, 0, ""},
52 {"Header.PAXRecords", Field, 10, ""},
53 {"Header.Size", Field, 0, ""},
54 {"Header.Typeflag", Field, 0, ""},
55 {"Header.Uid", Field, 0, ""},
56 {"Header.Uname", Field, 0, ""},
57 {"Header.Xattrs", Field, 3, ""},
58 {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
59 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
60 {"Reader", Type, 0, ""},
61 {"TypeBlock", Const, 0, ""},
62 {"TypeChar", Const, 0, ""},
63 {"TypeCont", Const, 0, ""},
64 {"TypeDir", Const, 0, ""},
65 {"TypeFifo", Const, 0, ""},
66 {"TypeGNULongLink", Const, 1, ""},
67 {"TypeGNULongName", Const, 1, ""},
68 {"TypeGNUSparse", Const, 3, ""},
69 {"TypeLink", Const, 0, ""},
70 {"TypeReg", Const, 0, ""},
71 {"TypeRegA", Const, 0, ""},
72 {"TypeSymlink", Const, 0, ""},
73 {"TypeXGlobalHeader", Const, 0, ""},
74 {"TypeXHeader", Const, 0, ""},
75 {"Writer", Type, 0, ""},
76 },
77 "archive/zip": {
78 {"(*File).DataOffset", Method, 2, ""},
79 {"(*File).FileInfo", Method, 0, ""},
80 {"(*File).ModTime", Method, 0, ""},
81 {"(*File).Mode", Method, 0, ""},
82 {"(*File).Open", Method, 0, ""},
83 {"(*File).OpenRaw", Method, 17, ""},
84 {"(*File).SetModTime", Method, 0, ""},
85 {"(*File).SetMode", Method, 0, ""},
86 {"(*FileHeader).FileInfo", Method, 0, ""},
87 {"(*FileHeader).ModTime", Method, 0, ""},
88 {"(*FileHeader).Mode", Method, 0, ""},
89 {"(*FileHeader).SetModTime", Method, 0, ""},
90 {"(*FileHeader).SetMode", Method, 0, ""},
91 {"(*ReadCloser).Close", Method, 0, ""},
92 {"(*ReadCloser).Open", Method, 16, ""},
93 {"(*ReadCloser).RegisterDecompressor", Method, 6, ""},
94 {"(*Reader).Open", Method, 16, ""},
95 {"(*Reader).RegisterDecompressor", Method, 6, ""},
96 {"(*Writer).AddFS", Method, 22, ""},
97 {"(*Writer).Close", Method, 0, ""},
98 {"(*Writer).Copy", Method, 17, ""},
99 {"(*Writer).Create", Method, 0, ""},
100 {"(*Writer).CreateHeader", Method, 0, ""},
101 {"(*Writer).CreateRaw", Method, 17, ""},
102 {"(*Writer).Flush", Method, 4, ""},
103 {"(*Writer).RegisterCompressor", Method, 6, ""},
104 {"(*Writer).SetComment", Method, 10, ""},
105 {"(*Writer).SetOffset", Method, 5, ""},
106 {"Compressor", Type, 2, ""},
107 {"Decompressor", Type, 2, ""},
108 {"Deflate", Const, 0, ""},
109 {"ErrAlgorithm", Var, 0, ""},
110 {"ErrChecksum", Var, 0, ""},
111 {"ErrFormat", Var, 0, ""},
112 {"ErrInsecurePath", Var, 20, ""},
113 {"File", Type, 0, ""},
114 {"File.FileHeader", Field, 0, ""},
115 {"FileHeader", Type, 0, ""},
116 {"FileHeader.CRC32", Field, 0, ""},
117 {"FileHeader.Comment", Field, 0, ""},
118 {"FileHeader.CompressedSize", Field, 0, ""},
119 {"FileHeader.CompressedSize64", Field, 1, ""},
120 {"FileHeader.CreatorVersion", Field, 0, ""},
121 {"FileHeader.ExternalAttrs", Field, 0, ""},
122 {"FileHeader.Extra", Field, 0, ""},
123 {"FileHeader.Flags", Field, 0, ""},
124 {"FileHeader.Method", Field, 0, ""},
125 {"FileHeader.Modified", Field, 10, ""},
126 {"FileHeader.ModifiedDate", Field, 0, ""},
127 {"FileHeader.ModifiedTime", Field, 0, ""},
128 {"FileHeader.Name", Field, 0, ""},
129 {"FileHeader.NonUTF8", Field, 10, ""},
130 {"FileHeader.ReaderVersion", Field, 0, ""},
131 {"FileHeader.UncompressedSize", Field, 0, ""},
132 {"FileHeader.UncompressedSize64", Field, 1, ""},
133 {"FileInfoHeader", Func, 0, "func(fi fs.FileInfo) (*FileHeader, error)"},
134 {"NewReader", Func, 0, "func(r io.ReaderAt, size int64) (*Reader, error)"},
135 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
136 {"OpenReader", Func, 0, "func(name string) (*ReadCloser, error)"},
137 {"ReadCloser", Type, 0, ""},
138 {"ReadCloser.Reader", Field, 0, ""},
139 {"Reader", Type, 0, ""},
140 {"Reader.Comment", Field, 0, ""},
141 {"Reader.File", Field, 0, ""},
142 {"RegisterCompressor", Func, 2, "func(method uint16, comp Compressor)"},
143 {"RegisterDecompressor", Func, 2, "func(method uint16, dcomp Decompressor)"},
144 {"Store", Const, 0, ""},
145 {"Writer", Type, 0, ""},
146 },
147 "bufio": {
148 {"(*Reader).Buffered", Method, 0, ""},
149 {"(*Reader).Discard", Method, 5, ""},
150 {"(*Reader).Peek", Method, 0, ""},
151 {"(*Reader).Read", Method, 0, ""},
152 {"(*Reader).ReadByte", Method, 0, ""},
153 {"(*Reader).ReadBytes", Method, 0, ""},
154 {"(*Reader).ReadLine", Method, 0, ""},
155 {"(*Reader).ReadRune", Method, 0, ""},
156 {"(*Reader).ReadSlice", Method, 0, ""},
157 {"(*Reader).ReadString", Method, 0, ""},
158 {"(*Reader).Reset", Method, 2, ""},
159 {"(*Reader).Size", Method, 10, ""},
160 {"(*Reader).UnreadByte", Method, 0, ""},
161 {"(*Reader).UnreadRune", Method, 0, ""},
162 {"(*Reader).WriteTo", Method, 1, ""},
163 {"(*Scanner).Buffer", Method, 6, ""},
164 {"(*Scanner).Bytes", Method, 1, ""},
165 {"(*Scanner).Err", Method, 1, ""},
166 {"(*Scanner).Scan", Method, 1, ""},
167 {"(*Scanner).Split", Method, 1, ""},
168 {"(*Scanner).Text", Method, 1, ""},
169 {"(*Writer).Available", Method, 0, ""},
170 {"(*Writer).AvailableBuffer", Method, 18, ""},
171 {"(*Writer).Buffered", Method, 0, ""},
172 {"(*Writer).Flush", Method, 0, ""},
173 {"(*Writer).ReadFrom", Method, 1, ""},
174 {"(*Writer).Reset", Method, 2, ""},
175 {"(*Writer).Size", Method, 10, ""},
176 {"(*Writer).Write", Method, 0, ""},
177 {"(*Writer).WriteByte", Method, 0, ""},
178 {"(*Writer).WriteRune", Method, 0, ""},
179 {"(*Writer).WriteString", Method, 0, ""},
180 {"(ReadWriter).Available", Method, 0, ""},
181 {"(ReadWriter).AvailableBuffer", Method, 18, ""},
182 {"(ReadWriter).Discard", Method, 5, ""},
183 {"(ReadWriter).Flush", Method, 0, ""},
184 {"(ReadWriter).Peek", Method, 0, ""},
185 {"(ReadWriter).Read", Method, 0, ""},
186 {"(ReadWriter).ReadByte", Method, 0, ""},
187 {"(ReadWriter).ReadBytes", Method, 0, ""},
188 {"(ReadWriter).ReadFrom", Method, 1, ""},
189 {"(ReadWriter).ReadLine", Method, 0, ""},
190 {"(ReadWriter).ReadRune", Method, 0, ""},
191 {"(ReadWriter).ReadSlice", Method, 0, ""},
192 {"(ReadWriter).ReadString", Method, 0, ""},
193 {"(ReadWriter).UnreadByte", Method, 0, ""},
194 {"(ReadWriter).UnreadRune", Method, 0, ""},
195 {"(ReadWriter).Write", Method, 0, ""},
196 {"(ReadWriter).WriteByte", Method, 0, ""},
197 {"(ReadWriter).WriteRune", Method, 0, ""},
198 {"(ReadWriter).WriteString", Method, 0, ""},
199 {"(ReadWriter).WriteTo", Method, 1, ""},
200 {"ErrAdvanceTooFar", Var, 1, ""},
201 {"ErrBadReadCount", Var, 15, ""},
202 {"ErrBufferFull", Var, 0, ""},
203 {"ErrFinalToken", Var, 6, ""},
204 {"ErrInvalidUnreadByte", Var, 0, ""},
205 {"ErrInvalidUnreadRune", Var, 0, ""},
206 {"ErrNegativeAdvance", Var, 1, ""},
207 {"ErrNegativeCount", Var, 0, ""},
208 {"ErrTooLong", Var, 1, ""},
209 {"MaxScanTokenSize", Const, 1, ""},
210 {"NewReadWriter", Func, 0, "func(r *Reader, w *Writer) *ReadWriter"},
211 {"NewReader", Func, 0, "func(rd io.Reader) *Reader"},
212 {"NewReaderSize", Func, 0, "func(rd io.Reader, size int) *Reader"},
213 {"NewScanner", Func, 1, "func(r io.Reader) *Scanner"},
214 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
215 {"NewWriterSize", Func, 0, "func(w io.Writer, size int) *Writer"},
216 {"ReadWriter", Type, 0, ""},
217 {"ReadWriter.Reader", Field, 0, ""},
218 {"ReadWriter.Writer", Field, 0, ""},
219 {"Reader", Type, 0, ""},
220 {"ScanBytes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
221 {"ScanLines", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
222 {"ScanRunes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
223 {"ScanWords", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
224 {"Scanner", Type, 1, ""},
225 {"SplitFunc", Type, 1, ""},
226 {"Writer", Type, 0, ""},
227 },
228 "bytes": {
229 {"(*Buffer).Available", Method, 21, ""},
230 {"(*Buffer).AvailableBuffer", Method, 21, ""},
231 {"(*Buffer).Bytes", Method, 0, ""},
232 {"(*Buffer).Cap", Method, 5, ""},
233 {"(*Buffer).Grow", Method, 1, ""},
234 {"(*Buffer).Len", Method, 0, ""},
235 {"(*Buffer).Next", Method, 0, ""},
236 {"(*Buffer).Peek", Method, 26, ""},
237 {"(*Buffer).Read", Method, 0, ""},
238 {"(*Buffer).ReadByte", Method, 0, ""},
239 {"(*Buffer).ReadBytes", Method, 0, ""},
240 {"(*Buffer).ReadFrom", Method, 0, ""},
241 {"(*Buffer).ReadRune", Method, 0, ""},
242 {"(*Buffer).ReadString", Method, 0, ""},
243 {"(*Buffer).Reset", Method, 0, ""},
244 {"(*Buffer).String", Method, 0, ""},
245 {"(*Buffer).Truncate", Method, 0, ""},
246 {"(*Buffer).UnreadByte", Method, 0, ""},
247 {"(*Buffer).UnreadRune", Method, 0, ""},
248 {"(*Buffer).Write", Method, 0, ""},
249 {"(*Buffer).WriteByte", Method, 0, ""},
250 {"(*Buffer).WriteRune", Method, 0, ""},
251 {"(*Buffer).WriteString", Method, 0, ""},
252 {"(*Buffer).WriteTo", Method, 0, ""},
253 {"(*Reader).Len", Method, 0, ""},
254 {"(*Reader).Read", Method, 0, ""},
255 {"(*Reader).ReadAt", Method, 0, ""},
256 {"(*Reader).ReadByte", Method, 0, ""},
257 {"(*Reader).ReadRune", Method, 0, ""},
258 {"(*Reader).Reset", Method, 7, ""},
259 {"(*Reader).Seek", Method, 0, ""},
260 {"(*Reader).Size", Method, 5, ""},
261 {"(*Reader).UnreadByte", Method, 0, ""},
262 {"(*Reader).UnreadRune", Method, 0, ""},
263 {"(*Reader).WriteTo", Method, 1, ""},
264 {"Buffer", Type, 0, ""},
265 {"Clone", Func, 20, "func(b []byte) []byte"},
266 {"Compare", Func, 0, "func(a []byte, b []byte) int"},
267 {"Contains", Func, 0, "func(b []byte, subslice []byte) bool"},
268 {"ContainsAny", Func, 7, "func(b []byte, chars string) bool"},
269 {"ContainsFunc", Func, 21, "func(b []byte, f func(rune) bool) bool"},
270 {"ContainsRune", Func, 7, "func(b []byte, r rune) bool"},
271 {"Count", Func, 0, "func(s []byte, sep []byte) int"},
272 {"Cut", Func, 18, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
273 {"CutLast", Func, 27, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
274 {"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
275 {"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
276 {"Equal", Func, 0, "func(a []byte, b []byte) bool"},
277 {"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
278 {"ErrTooLarge", Var, 0, ""},
279 {"Fields", Func, 0, "func(s []byte) [][]byte"},
280 {"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
281 {"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
282 {"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
283 {"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
284 {"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
285 {"Index", Func, 0, "func(s []byte, sep []byte) int"},
286 {"IndexAny", Func, 0, "func(s []byte, chars string) int"},
287 {"IndexByte", Func, 0, "func(b []byte, c byte) int"},
288 {"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
289 {"IndexRune", Func, 0, "func(s []byte, r rune) int"},
290 {"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
291 {"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
292 {"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
293 {"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
294 {"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
295 {"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
296 {"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
297 {"MinRead", Const, 0, ""},
298 {"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
299 {"NewBufferString", Func, 0, "func(s string) *Buffer"},
300 {"NewReader", Func, 0, "func(b []byte) *Reader"},
301 {"Reader", Type, 0, ""},
302 {"Repeat", Func, 0, "func(b []byte, count int) []byte"},
303 {"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
304 {"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
305 {"Runes", Func, 0, "func(s []byte) []rune"},
306 {"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
307 {"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
308 {"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
309 {"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
310 {"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
311 {"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
312 {"Title", Func, 0, "func(s []byte) []byte"},
313 {"ToLower", Func, 0, "func(s []byte) []byte"},
314 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
315 {"ToTitle", Func, 0, "func(s []byte) []byte"},
316 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
317 {"ToUpper", Func, 0, "func(s []byte) []byte"},
318 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
319 {"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
320 {"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
321 {"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
322 {"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
323 {"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
324 {"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
325 {"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
326 {"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
327 {"TrimSpace", Func, 0, "func(s []byte) []byte"},
328 {"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
329 },
330 "cmp": {
331 {"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
332 {"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
333 {"Or", Func, 22, "func[T comparable](vals ...T) T"},
334 {"Ordered", Type, 21, ""},
335 },
336 "compress/bzip2": {
337 {"(StructuralError).Error", Method, 0, ""},
338 {"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
339 {"StructuralError", Type, 0, ""},
340 },
341 "compress/flate": {
342 {"(*ReadError).Error", Method, 0, ""},
343 {"(*WriteError).Error", Method, 0, ""},
344 {"(*Writer).Close", Method, 0, ""},
345 {"(*Writer).Flush", Method, 0, ""},
346 {"(*Writer).Reset", Method, 2, ""},
347 {"(*Writer).Write", Method, 0, ""},
348 {"(CorruptInputError).Error", Method, 0, ""},
349 {"(InternalError).Error", Method, 0, ""},
350 {"(Reader).Read", Method, 0, ""},
351 {"(Reader).ReadByte", Method, 0, ""},
352 {"(Resetter).Reset", Method, 4, ""},
353 {"BestCompression", Const, 0, ""},
354 {"BestSpeed", Const, 0, ""},
355 {"CorruptInputError", Type, 0, ""},
356 {"DefaultCompression", Const, 0, ""},
357 {"HuffmanOnly", Const, 7, ""},
358 {"InternalError", Type, 0, ""},
359 {"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
360 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
361 {"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
362 {"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
363 {"NoCompression", Const, 0, ""},
364 {"ReadError", Type, 0, ""},
365 {"ReadError.Err", Field, 0, ""},
366 {"ReadError.Offset", Field, 0, ""},
367 {"Reader", Type, 0, ""},
368 {"Resetter", Type, 4, ""},
369 {"WriteError", Type, 0, ""},
370 {"WriteError.Err", Field, 0, ""},
371 {"WriteError.Offset", Field, 0, ""},
372 {"Writer", Type, 0, ""},
373 },
374 "compress/gzip": {
375 {"(*Reader).Close", Method, 0, ""},
376 {"(*Reader).Multistream", Method, 4, ""},
377 {"(*Reader).Read", Method, 0, ""},
378 {"(*Reader).Reset", Method, 3, ""},
379 {"(*Writer).Close", Method, 0, ""},
380 {"(*Writer).Flush", Method, 1, ""},
381 {"(*Writer).Reset", Method, 2, ""},
382 {"(*Writer).Write", Method, 0, ""},
383 {"BestCompression", Const, 0, ""},
384 {"BestSpeed", Const, 0, ""},
385 {"DefaultCompression", Const, 0, ""},
386 {"ErrChecksum", Var, 0, ""},
387 {"ErrHeader", Var, 0, ""},
388 {"Header", Type, 0, ""},
389 {"Header.Comment", Field, 0, ""},
390 {"Header.Extra", Field, 0, ""},
391 {"Header.ModTime", Field, 0, ""},
392 {"Header.Name", Field, 0, ""},
393 {"Header.OS", Field, 0, ""},
394 {"HuffmanOnly", Const, 8, ""},
395 {"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
396 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
397 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
398 {"NoCompression", Const, 0, ""},
399 {"Reader", Type, 0, ""},
400 {"Reader.Header", Field, 0, ""},
401 {"Writer", Type, 0, ""},
402 {"Writer.Header", Field, 0, ""},
403 },
404 "compress/lzw": {
405 {"(*Reader).Close", Method, 17, ""},
406 {"(*Reader).Read", Method, 17, ""},
407 {"(*Reader).Reset", Method, 17, ""},
408 {"(*Writer).Close", Method, 17, ""},
409 {"(*Writer).Reset", Method, 17, ""},
410 {"(*Writer).Write", Method, 17, ""},
411 {"LSB", Const, 0, ""},
412 {"MSB", Const, 0, ""},
413 {"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
414 {"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
415 {"Order", Type, 0, ""},
416 {"Reader", Type, 17, ""},
417 {"Writer", Type, 17, ""},
418 },
419 "compress/zlib": {
420 {"(*Writer).Close", Method, 0, ""},
421 {"(*Writer).Flush", Method, 0, ""},
422 {"(*Writer).Reset", Method, 2, ""},
423 {"(*Writer).Write", Method, 0, ""},
424 {"(Resetter).Reset", Method, 4, ""},
425 {"BestCompression", Const, 0, ""},
426 {"BestSpeed", Const, 0, ""},
427 {"DefaultCompression", Const, 0, ""},
428 {"ErrChecksum", Var, 0, ""},
429 {"ErrDictionary", Var, 0, ""},
430 {"ErrHeader", Var, 0, ""},
431 {"HuffmanOnly", Const, 8, ""},
432 {"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
433 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
434 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
435 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
436 {"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
437 {"NoCompression", Const, 0, ""},
438 {"Resetter", Type, 4, ""},
439 {"Writer", Type, 0, ""},
440 },
441 "container/heap": {
442 {"(Interface).Len", Method, 0, ""},
443 {"(Interface).Less", Method, 0, ""},
444 {"(Interface).Pop", Method, 0, ""},
445 {"(Interface).Push", Method, 0, ""},
446 {"(Interface).Swap", Method, 0, ""},
447 {"Fix", Func, 2, "func(h Interface, i int)"},
448 {"Init", Func, 0, "func(h Interface)"},
449 {"Interface", Type, 0, ""},
450 {"Pop", Func, 0, "func(h Interface) any"},
451 {"Push", Func, 0, "func(h Interface, x any)"},
452 {"Remove", Func, 0, "func(h Interface, i int) any"},
453 },
454 "container/list": {
455 {"(*Element).Next", Method, 0, ""},
456 {"(*Element).Prev", Method, 0, ""},
457 {"(*List).Back", Method, 0, ""},
458 {"(*List).Front", Method, 0, ""},
459 {"(*List).Init", Method, 0, ""},
460 {"(*List).InsertAfter", Method, 0, ""},
461 {"(*List).InsertBefore", Method, 0, ""},
462 {"(*List).Len", Method, 0, ""},
463 {"(*List).MoveAfter", Method, 2, ""},
464 {"(*List).MoveBefore", Method, 2, ""},
465 {"(*List).MoveToBack", Method, 0, ""},
466 {"(*List).MoveToFront", Method, 0, ""},
467 {"(*List).PushBack", Method, 0, ""},
468 {"(*List).PushBackList", Method, 0, ""},
469 {"(*List).PushFront", Method, 0, ""},
470 {"(*List).PushFrontList", Method, 0, ""},
471 {"(*List).Remove", Method, 0, ""},
472 {"Element", Type, 0, ""},
473 {"Element.Value", Field, 0, ""},
474 {"List", Type, 0, ""},
475 {"New", Func, 0, "func() *List"},
476 },
477 "container/ring": {
478 {"(*Ring).Do", Method, 0, ""},
479 {"(*Ring).Len", Method, 0, ""},
480 {"(*Ring).Link", Method, 0, ""},
481 {"(*Ring).Move", Method, 0, ""},
482 {"(*Ring).Next", Method, 0, ""},
483 {"(*Ring).Prev", Method, 0, ""},
484 {"(*Ring).Unlink", Method, 0, ""},
485 {"New", Func, 0, "func(n int) *Ring"},
486 {"Ring", Type, 0, ""},
487 {"Ring.Value", Field, 0, ""},
488 },
489 "context": {
490 {"(Context).Deadline", Method, 7, ""},
491 {"(Context).Done", Method, 7, ""},
492 {"(Context).Err", Method, 7, ""},
493 {"(Context).Value", Method, 7, ""},
494 {"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
495 {"Background", Func, 7, "func() Context"},
496 {"CancelCauseFunc", Type, 20, ""},
497 {"CancelFunc", Type, 7, ""},
498 {"Canceled", Var, 7, ""},
499 {"Cause", Func, 20, "func(c Context) error"},
500 {"Context", Type, 7, ""},
501 {"DeadlineExceeded", Var, 7, ""},
502 {"TODO", Func, 7, "func() Context"},
503 {"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
504 {"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
505 {"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
506 {"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
507 {"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
508 {"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
509 {"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
510 {"WithoutCancel", Func, 21, "func(parent Context) Context"},
511 },
512 "crypto": {
513 {"(Decapsulator).Decapsulate", Method, 26, ""},
514 {"(Decapsulator).Encapsulator", Method, 26, ""},
515 {"(Decrypter).Decrypt", Method, 5, ""},
516 {"(Decrypter).Public", Method, 5, ""},
517 {"(Encapsulator).Bytes", Method, 26, ""},
518 {"(Encapsulator).Encapsulate", Method, 26, ""},
519 {"(Hash).Available", Method, 0, ""},
520 {"(Hash).HashFunc", Method, 4, ""},
521 {"(Hash).New", Method, 0, ""},
522 {"(Hash).Size", Method, 0, ""},
523 {"(Hash).String", Method, 15, ""},
524 {"(MessageSigner).Public", Method, 25, ""},
525 {"(MessageSigner).Sign", Method, 25, ""},
526 {"(MessageSigner).SignMessage", Method, 25, ""},
527 {"(Signer).Public", Method, 4, ""},
528 {"(Signer).Sign", Method, 4, ""},
529 {"(SignerOpts).HashFunc", Method, 4, ""},
530 {"BLAKE2b_256", Const, 9, ""},
531 {"BLAKE2b_384", Const, 9, ""},
532 {"BLAKE2b_512", Const, 9, ""},
533 {"BLAKE2s_256", Const, 9, ""},
534 {"Decapsulator", Type, 26, ""},
535 {"Decrypter", Type, 5, ""},
536 {"DecrypterOpts", Type, 5, ""},
537 {"Encapsulator", Type, 26, ""},
538 {"Hash", Type, 0, ""},
539 {"MD4", Const, 0, ""},
540 {"MD5", Const, 0, ""},
541 {"MD5SHA1", Const, 0, ""},
542 {"MLDSAMu", Const, 27, ""},
543 {"MessageSigner", Type, 25, ""},
544 {"PrivateKey", Type, 0, ""},
545 {"PublicKey", Type, 2, ""},
546 {"RIPEMD160", Const, 0, ""},
547 {"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
548 {"SHA1", Const, 0, ""},
549 {"SHA224", Const, 0, ""},
550 {"SHA256", Const, 0, ""},
551 {"SHA384", Const, 0, ""},
552 {"SHA3_224", Const, 4, ""},
553 {"SHA3_256", Const, 4, ""},
554 {"SHA3_384", Const, 4, ""},
555 {"SHA3_512", Const, 4, ""},
556 {"SHA512", Const, 0, ""},
557 {"SHA512_224", Const, 5, ""},
558 {"SHA512_256", Const, 5, ""},
559 {"SignMessage", Func, 25, "func(signer Signer, rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)"},
560 {"Signer", Type, 4, ""},
561 {"SignerOpts", Type, 4, ""},
562 },
563 "crypto/aes": {
564 {"(KeySizeError).Error", Method, 0, ""},
565 {"BlockSize", Const, 0, ""},
566 {"KeySizeError", Type, 0, ""},
567 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
568 },
569 "crypto/cipher": {
570 {"(AEAD).NonceSize", Method, 2, ""},
571 {"(AEAD).Open", Method, 2, ""},
572 {"(AEAD).Overhead", Method, 2, ""},
573 {"(AEAD).Seal", Method, 2, ""},
574 {"(Block).BlockSize", Method, 0, ""},
575 {"(Block).Decrypt", Method, 0, ""},
576 {"(Block).Encrypt", Method, 0, ""},
577 {"(BlockMode).BlockSize", Method, 0, ""},
578 {"(BlockMode).CryptBlocks", Method, 0, ""},
579 {"(Stream).XORKeyStream", Method, 0, ""},
580 {"(StreamReader).Read", Method, 0, ""},
581 {"(StreamWriter).Close", Method, 0, ""},
582 {"(StreamWriter).Write", Method, 0, ""},
583 {"AEAD", Type, 2, ""},
584 {"Block", Type, 0, ""},
585 {"BlockMode", Type, 0, ""},
586 {"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
587 {"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
588 {"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
589 {"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
590 {"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
591 {"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
592 {"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
593 {"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
594 {"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
595 {"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
596 {"Stream", Type, 0, ""},
597 {"StreamReader", Type, 0, ""},
598 {"StreamReader.R", Field, 0, ""},
599 {"StreamReader.S", Field, 0, ""},
600 {"StreamWriter", Type, 0, ""},
601 {"StreamWriter.Err", Field, 0, ""},
602 {"StreamWriter.S", Field, 0, ""},
603 {"StreamWriter.W", Field, 0, ""},
604 },
605 "crypto/des": {
606 {"(KeySizeError).Error", Method, 0, ""},
607 {"BlockSize", Const, 0, ""},
608 {"KeySizeError", Type, 0, ""},
609 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
610 {"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
611 },
612 "crypto/dsa": {
613 {"ErrInvalidPublicKey", Var, 0, ""},
614 {"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
615 {"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
616 {"L1024N160", Const, 0, ""},
617 {"L2048N224", Const, 0, ""},
618 {"L2048N256", Const, 0, ""},
619 {"L3072N256", Const, 0, ""},
620 {"ParameterSizes", Type, 0, ""},
621 {"Parameters", Type, 0, ""},
622 {"Parameters.G", Field, 0, ""},
623 {"Parameters.P", Field, 0, ""},
624 {"Parameters.Q", Field, 0, ""},
625 {"PrivateKey", Type, 0, ""},
626 {"PrivateKey.PublicKey", Field, 0, ""},
627 {"PrivateKey.X", Field, 0, ""},
628 {"PublicKey", Type, 0, ""},
629 {"PublicKey.Parameters", Field, 0, ""},
630 {"PublicKey.Y", Field, 0, ""},
631 {"Sign", Func, 0, "func(random io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
632 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
633 },
634 "crypto/ecdh": {
635 {"(*PrivateKey).Bytes", Method, 20, ""},
636 {"(*PrivateKey).Curve", Method, 20, ""},
637 {"(*PrivateKey).ECDH", Method, 20, ""},
638 {"(*PrivateKey).Equal", Method, 20, ""},
639 {"(*PrivateKey).Public", Method, 20, ""},
640 {"(*PrivateKey).PublicKey", Method, 20, ""},
641 {"(*PublicKey).Bytes", Method, 20, ""},
642 {"(*PublicKey).Curve", Method, 20, ""},
643 {"(*PublicKey).Equal", Method, 20, ""},
644 {"(Curve).GenerateKey", Method, 20, ""},
645 {"(Curve).NewPrivateKey", Method, 20, ""},
646 {"(Curve).NewPublicKey", Method, 20, ""},
647 {"(KeyExchanger).Curve", Method, 26, ""},
648 {"(KeyExchanger).ECDH", Method, 26, ""},
649 {"(KeyExchanger).PublicKey", Method, 26, ""},
650 {"KeyExchanger", Type, 26, ""},
651 {"P256", Func, 20, "func() Curve"},
652 {"P384", Func, 20, "func() Curve"},
653 {"P521", Func, 20, "func() Curve"},
654 {"PrivateKey", Type, 20, ""},
655 {"PublicKey", Type, 20, ""},
656 {"X25519", Func, 20, "func() Curve"},
657 },
658 "crypto/ecdsa": {
659 {"(*PrivateKey).Bytes", Method, 25, ""},
660 {"(*PrivateKey).ECDH", Method, 20, ""},
661 {"(*PrivateKey).Equal", Method, 15, ""},
662 {"(*PrivateKey).Public", Method, 4, ""},
663 {"(*PrivateKey).Sign", Method, 4, ""},
664 {"(*PublicKey).Bytes", Method, 25, ""},
665 {"(*PublicKey).ECDH", Method, 20, ""},
666 {"(*PublicKey).Equal", Method, 15, ""},
667 {"(PrivateKey).Add", Method, 0, ""},
668 {"(PrivateKey).Double", Method, 0, ""},
669 {"(PrivateKey).IsOnCurve", Method, 0, ""},
670 {"(PrivateKey).Params", Method, 0, ""},
671 {"(PrivateKey).ScalarBaseMult", Method, 0, ""},
672 {"(PrivateKey).ScalarMult", Method, 0, ""},
673 {"(PublicKey).Add", Method, 0, ""},
674 {"(PublicKey).Double", Method, 0, ""},
675 {"(PublicKey).IsOnCurve", Method, 0, ""},
676 {"(PublicKey).Params", Method, 0, ""},
677 {"(PublicKey).ScalarBaseMult", Method, 0, ""},
678 {"(PublicKey).ScalarMult", Method, 0, ""},
679 {"GenerateKey", Func, 0, "func(c elliptic.Curve, r io.Reader) (*PrivateKey, error)"},
680 {"ParseRawPrivateKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PrivateKey, error)"},
681 {"ParseUncompressedPublicKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PublicKey, error)"},
682 {"PrivateKey", Type, 0, ""},
683 {"PrivateKey.D", Field, 0, ""},
684 {"PrivateKey.PublicKey", Field, 0, ""},
685 {"PublicKey", Type, 0, ""},
686 {"PublicKey.Curve", Field, 0, ""},
687 {"PublicKey.X", Field, 0, ""},
688 {"PublicKey.Y", Field, 0, ""},
689 {"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
690 {"SignASN1", Func, 15, "func(r io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
691 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
692 {"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
693 },
694 "crypto/ed25519": {
695 {"(*Options).HashFunc", Method, 20, ""},
696 {"(PrivateKey).Equal", Method, 15, ""},
697 {"(PrivateKey).Public", Method, 13, ""},
698 {"(PrivateKey).Seed", Method, 13, ""},
699 {"(PrivateKey).Sign", Method, 13, ""},
700 {"(PublicKey).Equal", Method, 15, ""},
701 {"GenerateKey", Func, 13, "func(random io.Reader) (PublicKey, PrivateKey, error)"},
702 {"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
703 {"Options", Type, 20, ""},
704 {"Options.Context", Field, 20, ""},
705 {"Options.Hash", Field, 20, ""},
706 {"PrivateKey", Type, 13, ""},
707 {"PrivateKeySize", Const, 13, ""},
708 {"PublicKey", Type, 13, ""},
709 {"PublicKeySize", Const, 13, ""},
710 {"SeedSize", Const, 13, ""},
711 {"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
712 {"SignatureSize", Const, 13, ""},
713 {"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
714 {"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
715 },
716 "crypto/elliptic": {
717 {"(*CurveParams).Add", Method, 0, ""},
718 {"(*CurveParams).Double", Method, 0, ""},
719 {"(*CurveParams).IsOnCurve", Method, 0, ""},
720 {"(*CurveParams).Params", Method, 0, ""},
721 {"(*CurveParams).ScalarBaseMult", Method, 0, ""},
722 {"(*CurveParams).ScalarMult", Method, 0, ""},
723 {"(Curve).Add", Method, 0, ""},
724 {"(Curve).Double", Method, 0, ""},
725 {"(Curve).IsOnCurve", Method, 0, ""},
726 {"(Curve).Params", Method, 0, ""},
727 {"(Curve).ScalarBaseMult", Method, 0, ""},
728 {"(Curve).ScalarMult", Method, 0, ""},
729 {"Curve", Type, 0, ""},
730 {"CurveParams", Type, 0, ""},
731 {"CurveParams.B", Field, 0, ""},
732 {"CurveParams.BitSize", Field, 0, ""},
733 {"CurveParams.Gx", Field, 0, ""},
734 {"CurveParams.Gy", Field, 0, ""},
735 {"CurveParams.N", Field, 0, ""},
736 {"CurveParams.Name", Field, 5, ""},
737 {"CurveParams.P", Field, 0, ""},
738 {"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
739 {"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
740 {"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
741 {"P224", Func, 0, "func() Curve"},
742 {"P256", Func, 0, "func() Curve"},
743 {"P384", Func, 0, "func() Curve"},
744 {"P521", Func, 0, "func() Curve"},
745 {"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
746 {"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
747 },
748 "crypto/fips140": {
749 {"Enabled", Func, 24, "func() bool"},
750 {"Enforced", Func, 26, "func() bool"},
751 {"Version", Func, 26, "func() string"},
752 {"WithoutEnforcement", Func, 26, "func(f func())"},
753 },
754 "crypto/hkdf": {
755 {"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
756 {"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
757 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
758 },
759 "crypto/hmac": {
760 {"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
761 {"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
762 },
763 "crypto/hpke": {
764 {"(*Recipient).Export", Method, 26, ""},
765 {"(*Recipient).Open", Method, 26, ""},
766 {"(*Sender).Export", Method, 26, ""},
767 {"(*Sender).Seal", Method, 26, ""},
768 {"(AEAD).ID", Method, 26, ""},
769 {"(KDF).ID", Method, 26, ""},
770 {"(KEM).DeriveKeyPair", Method, 26, ""},
771 {"(KEM).GenerateKey", Method, 26, ""},
772 {"(KEM).ID", Method, 26, ""},
773 {"(KEM).NewPrivateKey", Method, 26, ""},
774 {"(KEM).NewPublicKey", Method, 26, ""},
775 {"(PrivateKey).Bytes", Method, 26, ""},
776 {"(PrivateKey).KEM", Method, 26, ""},
777 {"(PrivateKey).PublicKey", Method, 26, ""},
778 {"(PublicKey).Bytes", Method, 26, ""},
779 {"(PublicKey).KEM", Method, 26, ""},
780 {"AES128GCM", Func, 26, "func() AEAD"},
781 {"AES256GCM", Func, 26, "func() AEAD"},
782 {"ChaCha20Poly1305", Func, 26, "func() AEAD"},
783 {"DHKEM", Func, 26, "func(curve ecdh.Curve) KEM"},
784 {"ExportOnly", Func, 26, "func() AEAD"},
785 {"HKDFSHA256", Func, 26, "func() KDF"},
786 {"HKDFSHA384", Func, 26, "func() KDF"},
787 {"HKDFSHA512", Func, 26, "func() KDF"},
788 {"MLKEM1024", Func, 26, "func() KEM"},
789 {"MLKEM1024P384", Func, 26, "func() KEM"},
790 {"MLKEM768", Func, 26, "func() KEM"},
791 {"MLKEM768P256", Func, 26, "func() KEM"},
792 {"MLKEM768X25519", Func, 26, "func() KEM"},
793 {"NewAEAD", Func, 26, "func(id uint16) (AEAD, error)"},
794 {"NewDHKEMPrivateKey", Func, 26, "func(priv ecdh.KeyExchanger) (PrivateKey, error)"},
795 {"NewDHKEMPublicKey", Func, 26, "func(pub *ecdh.PublicKey) (PublicKey, error)"},
796 {"NewHybridPrivateKey", Func, 26, "func(pq crypto.Decapsulator, t ecdh.KeyExchanger) (PrivateKey, error)"},
797 {"NewHybridPublicKey", Func, 26, "func(pq crypto.Encapsulator, t *ecdh.PublicKey) (PublicKey, error)"},
798 {"NewKDF", Func, 26, "func(id uint16) (KDF, error)"},
799 {"NewKEM", Func, 26, "func(id uint16) (KEM, error)"},
800 {"NewMLKEMPrivateKey", Func, 26, "func(priv crypto.Decapsulator) (PrivateKey, error)"},
801 {"NewMLKEMPublicKey", Func, 26, "func(pub crypto.Encapsulator) (PublicKey, error)"},
802 {"NewRecipient", Func, 26, "func(enc []byte, k PrivateKey, kdf KDF, aead AEAD, info []byte) (*Recipient, error)"},
803 {"NewSender", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte) (enc []byte, s *Sender, err error)"},
804 {"Open", Func, 26, "func(k PrivateKey, kdf KDF, aead AEAD, info []byte, ciphertext []byte) ([]byte, error)"},
805 {"Recipient", Type, 26, ""},
806 {"SHAKE128", Func, 26, "func() KDF"},
807 {"SHAKE256", Func, 26, "func() KDF"},
808 {"Seal", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte, plaintext []byte) ([]byte, error)"},
809 {"Sender", Type, 26, ""},
810 },
811 "crypto/md5": {
812 {"BlockSize", Const, 0, ""},
813 {"New", Func, 0, "func() hash.Hash"},
814 {"Size", Const, 0, ""},
815 {"Sum", Func, 2, "func(data []byte) [16]byte"},
816 },
817 "crypto/mldsa": {
818 {"(*Options).HashFunc", Method, 27, ""},
819 {"(*PrivateKey).Bytes", Method, 27, ""},
820 {"(*PrivateKey).Equal", Method, 27, ""},
821 {"(*PrivateKey).Public", Method, 27, ""},
822 {"(*PrivateKey).PublicKey", Method, 27, ""},
823 {"(*PrivateKey).Sign", Method, 27, ""},
824 {"(*PrivateKey).SignDeterministic", Method, 27, ""},
825 {"(*PublicKey).Bytes", Method, 27, ""},
826 {"(*PublicKey).Equal", Method, 27, ""},
827 {"(*PublicKey).Parameters", Method, 27, ""},
828 {"(Parameters).PublicKeySize", Method, 27, ""},
829 {"(Parameters).SignatureSize", Method, 27, ""},
830 {"(Parameters).String", Method, 27, ""},
831 {"GenerateKey", Func, 27, "func(params Parameters) (*PrivateKey, error)"},
832 {"MLDSA44", Func, 27, "func() Parameters"},
833 {"MLDSA44PublicKeySize", Const, 27, ""},
834 {"MLDSA44SignatureSize", Const, 27, ""},
835 {"MLDSA65", Func, 27, "func() Parameters"},
836 {"MLDSA65PublicKeySize", Const, 27, ""},
837 {"MLDSA65SignatureSize", Const, 27, ""},
838 {"MLDSA87", Func, 27, "func() Parameters"},
839 {"MLDSA87PublicKeySize", Const, 27, ""},
840 {"MLDSA87SignatureSize", Const, 27, ""},
841 {"NewPrivateKey", Func, 27, "func(params Parameters, seed []byte) (*PrivateKey, error)"},
842 {"NewPublicKey", Func, 27, "func(params Parameters, encoding []byte) (*PublicKey, error)"},
843 {"Options", Type, 27, ""},
844 {"Options.Context", Field, 27, ""},
845 {"Parameters", Type, 27, ""},
846 {"PrivateKey", Type, 27, ""},
847 {"PrivateKeySize", Const, 27, ""},
848 {"PublicKey", Type, 27, ""},
849 {"Verify", Func, 27, "func(pk *PublicKey, message []byte, signature []byte, opts *Options) error"},
850 },
851 "crypto/mlkem": {
852 {"(*DecapsulationKey1024).Bytes", Method, 24, ""},
853 {"(*DecapsulationKey1024).Decapsulate", Method, 24, ""},
854 {"(*DecapsulationKey1024).EncapsulationKey", Method, 24, ""},
855 {"(*DecapsulationKey1024).Encapsulator", Method, 26, ""},
856 {"(*DecapsulationKey768).Bytes", Method, 24, ""},
857 {"(*DecapsulationKey768).Decapsulate", Method, 24, ""},
858 {"(*DecapsulationKey768).EncapsulationKey", Method, 24, ""},
859 {"(*DecapsulationKey768).Encapsulator", Method, 26, ""},
860 {"(*EncapsulationKey1024).Bytes", Method, 24, ""},
861 {"(*EncapsulationKey1024).Encapsulate", Method, 24, ""},
862 {"(*EncapsulationKey768).Bytes", Method, 24, ""},
863 {"(*EncapsulationKey768).Encapsulate", Method, 24, ""},
864 {"CiphertextSize1024", Const, 24, ""},
865 {"CiphertextSize768", Const, 24, ""},
866 {"DecapsulationKey1024", Type, 24, ""},
867 {"DecapsulationKey768", Type, 24, ""},
868 {"EncapsulationKey1024", Type, 24, ""},
869 {"EncapsulationKey768", Type, 24, ""},
870 {"EncapsulationKeySize1024", Const, 24, ""},
871 {"EncapsulationKeySize768", Const, 24, ""},
872 {"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
873 {"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
874 {"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
875 {"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
876 {"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
877 {"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
878 {"SeedSize", Const, 24, ""},
879 {"SharedKeySize", Const, 24, ""},
880 },
881 "crypto/mlkem/mlkemtest": {
882 {"Encapsulate1024", Func, 26, "func(ek *mlkem.EncapsulationKey1024, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
883 {"Encapsulate768", Func, 26, "func(ek *mlkem.EncapsulationKey768, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
884 },
885 "crypto/pbkdf2": {
886 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
887 },
888 "crypto/rand": {
889 {"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
890 {"Prime", Func, 0, "func(r io.Reader, bits int) (*big.Int, error)"},
891 {"Read", Func, 0, "func(b []byte) (n int, err error)"},
892 {"Reader", Var, 0, ""},
893 {"Text", Func, 24, "func() string"},
894 },
895 "crypto/rc4": {
896 {"(*Cipher).Reset", Method, 0, ""},
897 {"(*Cipher).XORKeyStream", Method, 0, ""},
898 {"(KeySizeError).Error", Method, 0, ""},
899 {"Cipher", Type, 0, ""},
900 {"KeySizeError", Type, 0, ""},
901 {"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
902 },
903 "crypto/rsa": {
904 {"(*PSSOptions).HashFunc", Method, 4, ""},
905 {"(*PrivateKey).Decrypt", Method, 5, ""},
906 {"(*PrivateKey).Equal", Method, 15, ""},
907 {"(*PrivateKey).Precompute", Method, 0, ""},
908 {"(*PrivateKey).Public", Method, 4, ""},
909 {"(*PrivateKey).Sign", Method, 4, ""},
910 {"(*PrivateKey).Size", Method, 11, ""},
911 {"(*PrivateKey).Validate", Method, 0, ""},
912 {"(*PublicKey).Equal", Method, 15, ""},
913 {"(*PublicKey).Size", Method, 11, ""},
914 {"CRTValue", Type, 0, ""},
915 {"CRTValue.Coeff", Field, 0, ""},
916 {"CRTValue.Exp", Field, 0, ""},
917 {"CRTValue.R", Field, 0, ""},
918 {"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
919 {"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
920 {"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
921 {"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
922 {"EncryptOAEPWithOptions", Func, 26, "func(random io.Reader, pub *PublicKey, msg []byte, opts *OAEPOptions) ([]byte, error)"},
923 {"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
924 {"ErrDecryption", Var, 0, ""},
925 {"ErrMessageTooLong", Var, 0, ""},
926 {"ErrVerification", Var, 0, ""},
927 {"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
928 {"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
929 {"OAEPOptions", Type, 5, ""},
930 {"OAEPOptions.Hash", Field, 5, ""},
931 {"OAEPOptions.Label", Field, 5, ""},
932 {"OAEPOptions.MGFHash", Field, 20, ""},
933 {"PKCS1v15DecryptOptions", Type, 5, ""},
934 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5, ""},
935 {"PSSOptions", Type, 2, ""},
936 {"PSSOptions.Hash", Field, 4, ""},
937 {"PSSOptions.SaltLength", Field, 2, ""},
938 {"PSSSaltLengthAuto", Const, 2, ""},
939 {"PSSSaltLengthEqualsHash", Const, 2, ""},
940 {"PrecomputedValues", Type, 0, ""},
941 {"PrecomputedValues.CRTValues", Field, 0, ""},
942 {"PrecomputedValues.Dp", Field, 0, ""},
943 {"PrecomputedValues.Dq", Field, 0, ""},
944 {"PrecomputedValues.Qinv", Field, 0, ""},
945 {"PrivateKey", Type, 0, ""},
946 {"PrivateKey.D", Field, 0, ""},
947 {"PrivateKey.Precomputed", Field, 0, ""},
948 {"PrivateKey.Primes", Field, 0, ""},
949 {"PrivateKey.PublicKey", Field, 0, ""},
950 {"PublicKey", Type, 0, ""},
951 {"PublicKey.E", Field, 0, ""},
952 {"PublicKey.N", Field, 0, ""},
953 {"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
954 {"SignPSS", Func, 2, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
955 {"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
956 {"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
957 },
958 "crypto/sha1": {
959 {"BlockSize", Const, 0, ""},
960 {"New", Func, 0, "func() hash.Hash"},
961 {"Size", Const, 0, ""},
962 {"Sum", Func, 2, "func(data []byte) [20]byte"},
963 },
964 "crypto/sha256": {
965 {"BlockSize", Const, 0, ""},
966 {"New", Func, 0, "func() hash.Hash"},
967 {"New224", Func, 0, "func() hash.Hash"},
968 {"Size", Const, 0, ""},
969 {"Size224", Const, 0, ""},
970 {"Sum224", Func, 2, "func(data []byte) [28]byte"},
971 {"Sum256", Func, 2, "func(data []byte) [32]byte"},
972 },
973 "crypto/sha3": {
974 {"(*SHA3).AppendBinary", Method, 24, ""},
975 {"(*SHA3).BlockSize", Method, 24, ""},
976 {"(*SHA3).Clone", Method, 25, ""},
977 {"(*SHA3).MarshalBinary", Method, 24, ""},
978 {"(*SHA3).Reset", Method, 24, ""},
979 {"(*SHA3).Size", Method, 24, ""},
980 {"(*SHA3).Sum", Method, 24, ""},
981 {"(*SHA3).UnmarshalBinary", Method, 24, ""},
982 {"(*SHA3).Write", Method, 24, ""},
983 {"(*SHAKE).AppendBinary", Method, 24, ""},
984 {"(*SHAKE).BlockSize", Method, 24, ""},
985 {"(*SHAKE).MarshalBinary", Method, 24, ""},
986 {"(*SHAKE).Read", Method, 24, ""},
987 {"(*SHAKE).Reset", Method, 24, ""},
988 {"(*SHAKE).UnmarshalBinary", Method, 24, ""},
989 {"(*SHAKE).Write", Method, 24, ""},
990 {"New224", Func, 24, "func() *SHA3"},
991 {"New256", Func, 24, "func() *SHA3"},
992 {"New384", Func, 24, "func() *SHA3"},
993 {"New512", Func, 24, "func() *SHA3"},
994 {"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
995 {"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
996 {"NewSHAKE128", Func, 24, "func() *SHAKE"},
997 {"NewSHAKE256", Func, 24, "func() *SHAKE"},
998 {"SHA3", Type, 24, ""},
999 {"SHAKE", Type, 24, ""},
1000 {"Sum224", Func, 24, "func(data []byte) [28]byte"},
1001 {"Sum256", Func, 24, "func(data []byte) [32]byte"},
1002 {"Sum384", Func, 24, "func(data []byte) [48]byte"},
1003 {"Sum512", Func, 24, "func(data []byte) [64]byte"},
1004 {"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
1005 {"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
1006 },
1007 "crypto/sha512": {
1008 {"BlockSize", Const, 0, ""},
1009 {"New", Func, 0, "func() hash.Hash"},
1010 {"New384", Func, 0, "func() hash.Hash"},
1011 {"New512_224", Func, 5, "func() hash.Hash"},
1012 {"New512_256", Func, 5, "func() hash.Hash"},
1013 {"Size", Const, 0, ""},
1014 {"Size224", Const, 5, ""},
1015 {"Size256", Const, 5, ""},
1016 {"Size384", Const, 0, ""},
1017 {"Sum384", Func, 2, "func(data []byte) [48]byte"},
1018 {"Sum512", Func, 2, "func(data []byte) [64]byte"},
1019 {"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
1020 {"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
1021 },
1022 "crypto/subtle": {
1023 {"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
1024 {"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
1025 {"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
1026 {"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
1027 {"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
1028 {"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
1029 {"WithDataIndependentTiming", Func, 24, "func(f func())"},
1030 {"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
1031 },
1032 "crypto/tls": {
1033 {"(*CertificateRequestInfo).Context", Method, 17, ""},
1034 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14, ""},
1035 {"(*CertificateVerificationError).Error", Method, 20, ""},
1036 {"(*CertificateVerificationError).Unwrap", Method, 20, ""},
1037 {"(*ClientHelloInfo).Context", Method, 17, ""},
1038 {"(*ClientHelloInfo).SupportsCertificate", Method, 14, ""},
1039 {"(*ClientSessionState).ResumptionState", Method, 21, ""},
1040 {"(*Config).BuildNameToCertificate", Method, 0, ""},
1041 {"(*Config).Clone", Method, 8, ""},
1042 {"(*Config).DecryptTicket", Method, 21, ""},
1043 {"(*Config).EncryptTicket", Method, 21, ""},
1044 {"(*Config).SetSessionTicketKeys", Method, 5, ""},
1045 {"(*Conn).Close", Method, 0, ""},
1046 {"(*Conn).CloseWrite", Method, 8, ""},
1047 {"(*Conn).ConnectionState", Method, 0, ""},
1048 {"(*Conn).Handshake", Method, 0, ""},
1049 {"(*Conn).HandshakeContext", Method, 17, ""},
1050 {"(*Conn).LocalAddr", Method, 0, ""},
1051 {"(*Conn).NetConn", Method, 18, ""},
1052 {"(*Conn).OCSPResponse", Method, 0, ""},
1053 {"(*Conn).Read", Method, 0, ""},
1054 {"(*Conn).RemoteAddr", Method, 0, ""},
1055 {"(*Conn).SetDeadline", Method, 0, ""},
1056 {"(*Conn).SetReadDeadline", Method, 0, ""},
1057 {"(*Conn).SetWriteDeadline", Method, 0, ""},
1058 {"(*Conn).VerifyHostname", Method, 0, ""},
1059 {"(*Conn).Write", Method, 0, ""},
1060 {"(*ConnectionState).ExportKeyingMaterial", Method, 11, ""},
1061 {"(*Dialer).Dial", Method, 15, ""},
1062 {"(*Dialer).DialContext", Method, 15, ""},
1063 {"(*ECHRejectionError).Error", Method, 23, ""},
1064 {"(*QUICConn).Close", Method, 21, ""},
1065 {"(*QUICConn).ConnectionState", Method, 21, ""},
1066 {"(*QUICConn).HandleData", Method, 21, ""},
1067 {"(*QUICConn).NextEvent", Method, 21, ""},
1068 {"(*QUICConn).SendSessionTicket", Method, 21, ""},
1069 {"(*QUICConn).SetTransportParameters", Method, 21, ""},
1070 {"(*QUICConn).Start", Method, 21, ""},
1071 {"(*QUICConn).StoreSession", Method, 23, ""},
1072 {"(*SessionState).Bytes", Method, 21, ""},
1073 {"(AlertError).Error", Method, 21, ""},
1074 {"(ClientAuthType).String", Method, 15, ""},
1075 {"(ClientSessionCache).Get", Method, 3, ""},
1076 {"(ClientSessionCache).Put", Method, 3, ""},
1077 {"(CurveID).String", Method, 15, ""},
1078 {"(QUICEncryptionLevel).String", Method, 21, ""},
1079 {"(RecordHeaderError).Error", Method, 6, ""},
1080 {"(SignatureScheme).String", Method, 15, ""},
1081 {"AlertError", Type, 21, ""},
1082 {"Certificate", Type, 0, ""},
1083 {"Certificate.Certificate", Field, 0, ""},
1084 {"Certificate.Leaf", Field, 0, ""},
1085 {"Certificate.OCSPStaple", Field, 0, ""},
1086 {"Certificate.PrivateKey", Field, 0, ""},
1087 {"Certificate.SignedCertificateTimestamps", Field, 5, ""},
1088 {"Certificate.SupportedSignatureAlgorithms", Field, 14, ""},
1089 {"CertificateRequestInfo", Type, 8, ""},
1090 {"CertificateRequestInfo.AcceptableCAs", Field, 8, ""},
1091 {"CertificateRequestInfo.SignatureSchemes", Field, 8, ""},
1092 {"CertificateRequestInfo.Version", Field, 14, ""},
1093 {"CertificateVerificationError", Type, 20, ""},
1094 {"CertificateVerificationError.Err", Field, 20, ""},
1095 {"CertificateVerificationError.UnverifiedCertificates", Field, 20, ""},
1096 {"CipherSuite", Type, 14, ""},
1097 {"CipherSuite.ID", Field, 14, ""},
1098 {"CipherSuite.Insecure", Field, 14, ""},
1099 {"CipherSuite.Name", Field, 14, ""},
1100 {"CipherSuite.SupportedVersions", Field, 14, ""},
1101 {"CipherSuiteName", Func, 14, "func(id uint16) string"},
1102 {"CipherSuites", Func, 14, "func() []*CipherSuite"},
1103 {"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1104 {"ClientAuthType", Type, 0, ""},
1105 {"ClientHelloInfo", Type, 4, ""},
1106 {"ClientHelloInfo.CipherSuites", Field, 4, ""},
1107 {"ClientHelloInfo.Conn", Field, 8, ""},
1108 {"ClientHelloInfo.Extensions", Field, 24, ""},
1109 {"ClientHelloInfo.HelloRetryRequest", Field, 26, ""},
1110 {"ClientHelloInfo.ServerName", Field, 4, ""},
1111 {"ClientHelloInfo.SignatureSchemes", Field, 8, ""},
1112 {"ClientHelloInfo.SupportedCurves", Field, 4, ""},
1113 {"ClientHelloInfo.SupportedPoints", Field, 4, ""},
1114 {"ClientHelloInfo.SupportedProtos", Field, 8, ""},
1115 {"ClientHelloInfo.SupportedVersions", Field, 8, ""},
1116 {"ClientSessionCache", Type, 3, ""},
1117 {"ClientSessionState", Type, 3, ""},
1118 {"Config", Type, 0, ""},
1119 {"Config.Certificates", Field, 0, ""},
1120 {"Config.CipherSuites", Field, 0, ""},
1121 {"Config.ClientAuth", Field, 0, ""},
1122 {"Config.ClientCAs", Field, 0, ""},
1123 {"Config.ClientSessionCache", Field, 3, ""},
1124 {"Config.CurvePreferences", Field, 3, ""},
1125 {"Config.DynamicRecordSizingDisabled", Field, 7, ""},
1126 {"Config.EncryptedClientHelloConfigList", Field, 23, ""},
1127 {"Config.EncryptedClientHelloKeys", Field, 24, ""},
1128 {"Config.EncryptedClientHelloRejectionVerify", Field, 23, ""},
1129 {"Config.GetCertificate", Field, 4, ""},
1130 {"Config.GetClientCertificate", Field, 8, ""},
1131 {"Config.GetConfigForClient", Field, 8, ""},
1132 {"Config.GetEncryptedClientHelloKeys", Field, 25, ""},
1133 {"Config.InsecureSkipVerify", Field, 0, ""},
1134 {"Config.KeyLogWriter", Field, 8, ""},
1135 {"Config.MaxVersion", Field, 2, ""},
1136 {"Config.MinVersion", Field, 2, ""},
1137 {"Config.NameToCertificate", Field, 0, ""},
1138 {"Config.NextProtos", Field, 0, ""},
1139 {"Config.PreferServerCipherSuites", Field, 1, ""},
1140 {"Config.Rand", Field, 0, ""},
1141 {"Config.Renegotiation", Field, 7, ""},
1142 {"Config.RootCAs", Field, 0, ""},
1143 {"Config.ServerName", Field, 0, ""},
1144 {"Config.SessionTicketKey", Field, 1, ""},
1145 {"Config.SessionTicketsDisabled", Field, 1, ""},
1146 {"Config.Time", Field, 0, ""},
1147 {"Config.UnwrapSession", Field, 21, ""},
1148 {"Config.VerifyConnection", Field, 15, ""},
1149 {"Config.VerifyPeerCertificate", Field, 8, ""},
1150 {"Config.WrapSession", Field, 21, ""},
1151 {"Conn", Type, 0, ""},
1152 {"ConnectionState", Type, 0, ""},
1153 {"ConnectionState.CipherSuite", Field, 0, ""},
1154 {"ConnectionState.CurveID", Field, 25, ""},
1155 {"ConnectionState.DidResume", Field, 1, ""},
1156 {"ConnectionState.ECHAccepted", Field, 23, ""},
1157 {"ConnectionState.HandshakeComplete", Field, 0, ""},
1158 {"ConnectionState.HelloRetryRequest", Field, 26, ""},
1159 {"ConnectionState.LocalCertificate", Field, 27, ""},
1160 {"ConnectionState.NegotiatedProtocol", Field, 0, ""},
1161 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0, ""},
1162 {"ConnectionState.OCSPResponse", Field, 5, ""},
1163 {"ConnectionState.PeerCertificates", Field, 0, ""},
1164 {"ConnectionState.ServerName", Field, 0, ""},
1165 {"ConnectionState.SignedCertificateTimestamps", Field, 5, ""},
1166 {"ConnectionState.TLSUnique", Field, 4, ""},
1167 {"ConnectionState.VerifiedChains", Field, 0, ""},
1168 {"ConnectionState.Version", Field, 3, ""},
1169 {"CurveID", Type, 3, ""},
1170 {"CurveP256", Const, 3, ""},
1171 {"CurveP384", Const, 3, ""},
1172 {"CurveP521", Const, 3, ""},
1173 {"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
1174 {"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
1175 {"Dialer", Type, 15, ""},
1176 {"Dialer.Config", Field, 15, ""},
1177 {"Dialer.NetDialer", Field, 15, ""},
1178 {"ECDSAWithP256AndSHA256", Const, 8, ""},
1179 {"ECDSAWithP384AndSHA384", Const, 8, ""},
1180 {"ECDSAWithP521AndSHA512", Const, 8, ""},
1181 {"ECDSAWithSHA1", Const, 10, ""},
1182 {"ECHRejectionError", Type, 23, ""},
1183 {"ECHRejectionError.RetryConfigList", Field, 23, ""},
1184 {"Ed25519", Const, 13, ""},
1185 {"EncryptedClientHelloKey", Type, 24, ""},
1186 {"EncryptedClientHelloKey.Config", Field, 24, ""},
1187 {"EncryptedClientHelloKey.PrivateKey", Field, 24, ""},
1188 {"EncryptedClientHelloKey.SendAsRetry", Field, 24, ""},
1189 {"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
1190 {"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
1191 {"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
1192 {"MLDSA44", Const, 27, ""},
1193 {"MLDSA65", Const, 27, ""},
1194 {"MLDSA87", Const, 27, ""},
1195 {"MLKEM1024", Const, 27, ""},
1196 {"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
1197 {"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
1198 {"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
1199 {"NoClientCert", Const, 0, ""},
1200 {"PKCS1WithSHA1", Const, 8, ""},
1201 {"PKCS1WithSHA256", Const, 8, ""},
1202 {"PKCS1WithSHA384", Const, 8, ""},
1203 {"PKCS1WithSHA512", Const, 8, ""},
1204 {"PSSWithSHA256", Const, 8, ""},
1205 {"PSSWithSHA384", Const, 8, ""},
1206 {"PSSWithSHA512", Const, 8, ""},
1207 {"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
1208 {"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
1209 {"QUICConfig", Type, 21, ""},
1210 {"QUICConfig.ClientHelloInfoConn", Field, 27, ""},
1211 {"QUICConfig.EnableSessionEvents", Field, 23, ""},
1212 {"QUICConfig.TLSConfig", Field, 21, ""},
1213 {"QUICConn", Type, 21, ""},
1214 {"QUICEncryptionLevel", Type, 21, ""},
1215 {"QUICEncryptionLevelApplication", Const, 21, ""},
1216 {"QUICEncryptionLevelEarly", Const, 21, ""},
1217 {"QUICEncryptionLevelHandshake", Const, 21, ""},
1218 {"QUICEncryptionLevelInitial", Const, 21, ""},
1219 {"QUICErrorEvent", Const, 26, ""},
1220 {"QUICEvent", Type, 21, ""},
1221 {"QUICEvent.Data", Field, 21, ""},
1222 {"QUICEvent.Err", Field, 26, ""},
1223 {"QUICEvent.Kind", Field, 21, ""},
1224 {"QUICEvent.Level", Field, 21, ""},
1225 {"QUICEvent.SessionState", Field, 23, ""},
1226 {"QUICEvent.Suite", Field, 21, ""},
1227 {"QUICEventKind", Type, 21, ""},
1228 {"QUICHandshakeDone", Const, 21, ""},
1229 {"QUICNoEvent", Const, 21, ""},
1230 {"QUICRejectedEarlyData", Const, 21, ""},
1231 {"QUICResumeSession", Const, 23, ""},
1232 {"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
1233 {"QUICSessionTicketOptions", Type, 21, ""},
1234 {"QUICSessionTicketOptions.EarlyData", Field, 21, ""},
1235 {"QUICSessionTicketOptions.Extra", Field, 23, ""},
1236 {"QUICSetReadSecret", Const, 21, ""},
1237 {"QUICSetWriteSecret", Const, 21, ""},
1238 {"QUICStoreSession", Const, 23, ""},
1239 {"QUICTransportParameters", Const, 21, ""},
1240 {"QUICTransportParametersRequired", Const, 21, ""},
1241 {"QUICWriteData", Const, 21, ""},
1242 {"RecordHeaderError", Type, 6, ""},
1243 {"RecordHeaderError.Conn", Field, 12, ""},
1244 {"RecordHeaderError.Msg", Field, 6, ""},
1245 {"RecordHeaderError.RecordHeader", Field, 6, ""},
1246 {"RenegotiateFreelyAsClient", Const, 7, ""},
1247 {"RenegotiateNever", Const, 7, ""},
1248 {"RenegotiateOnceAsClient", Const, 7, ""},
1249 {"RenegotiationSupport", Type, 7, ""},
1250 {"RequestClientCert", Const, 0, ""},
1251 {"RequireAndVerifyClientCert", Const, 0, ""},
1252 {"RequireAnyClientCert", Const, 0, ""},
1253 {"SecP256r1MLKEM768", Const, 26, ""},
1254 {"SecP384r1MLKEM1024", Const, 26, ""},
1255 {"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1256 {"SessionState", Type, 21, ""},
1257 {"SessionState.EarlyData", Field, 21, ""},
1258 {"SessionState.Extra", Field, 21, ""},
1259 {"SignatureScheme", Type, 8, ""},
1260 {"TLS_AES_128_GCM_SHA256", Const, 12, ""},
1261 {"TLS_AES_256_GCM_SHA384", Const, 12, ""},
1262 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12, ""},
1263 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2, ""},
1264 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1265 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1266 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2, ""},
1267 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1268 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1269 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1270 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2, ""},
1271 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1272 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1273 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1274 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1275 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1276 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1277 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1278 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1279 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1280 {"TLS_FALLBACK_SCSV", Const, 4, ""},
1281 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1282 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1283 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1284 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6, ""},
1285 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1286 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6, ""},
1287 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1288 {"VerifyClientCertIfGiven", Const, 0, ""},
1289 {"VersionName", Func, 21, "func(version uint16) string"},
1290 {"VersionSSL30", Const, 2, ""},
1291 {"VersionTLS10", Const, 2, ""},
1292 {"VersionTLS11", Const, 2, ""},
1293 {"VersionTLS12", Const, 2, ""},
1294 {"VersionTLS13", Const, 12, ""},
1295 {"X25519", Const, 8, ""},
1296 {"X25519MLKEM768", Const, 24, ""},
1297 {"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
1298 },
1299 "crypto/x509": {
1300 {"(*CertPool).AddCert", Method, 0, ""},
1301 {"(*CertPool).AddCertWithConstraint", Method, 22, ""},
1302 {"(*CertPool).AppendCertsFromPEM", Method, 0, ""},
1303 {"(*CertPool).Clone", Method, 19, ""},
1304 {"(*CertPool).Equal", Method, 19, ""},
1305 {"(*CertPool).Subjects", Method, 0, ""},
1306 {"(*Certificate).CheckCRLSignature", Method, 0, ""},
1307 {"(*Certificate).CheckSignature", Method, 0, ""},
1308 {"(*Certificate).CheckSignatureFrom", Method, 0, ""},
1309 {"(*Certificate).CreateCRL", Method, 0, ""},
1310 {"(*Certificate).Equal", Method, 0, ""},
1311 {"(*Certificate).Verify", Method, 0, ""},
1312 {"(*Certificate).VerifyHostname", Method, 0, ""},
1313 {"(*CertificateRequest).CheckSignature", Method, 5, ""},
1314 {"(*OID).UnmarshalBinary", Method, 23, ""},
1315 {"(*OID).UnmarshalText", Method, 23, ""},
1316 {"(*RevocationList).CheckSignatureFrom", Method, 19, ""},
1317 {"(CertificateInvalidError).Error", Method, 0, ""},
1318 {"(ConstraintViolationError).Error", Method, 0, ""},
1319 {"(ExtKeyUsage).OID", Method, 26, ""},
1320 {"(ExtKeyUsage).String", Method, 26, ""},
1321 {"(HostnameError).Error", Method, 0, ""},
1322 {"(InsecureAlgorithmError).Error", Method, 6, ""},
1323 {"(KeyUsage).String", Method, 26, ""},
1324 {"(OID).AppendBinary", Method, 24, ""},
1325 {"(OID).AppendText", Method, 24, ""},
1326 {"(OID).Equal", Method, 22, ""},
1327 {"(OID).EqualASN1OID", Method, 22, ""},
1328 {"(OID).MarshalBinary", Method, 23, ""},
1329 {"(OID).MarshalText", Method, 23, ""},
1330 {"(OID).String", Method, 22, ""},
1331 {"(PublicKeyAlgorithm).String", Method, 10, ""},
1332 {"(SignatureAlgorithm).String", Method, 6, ""},
1333 {"(SystemRootsError).Error", Method, 1, ""},
1334 {"(SystemRootsError).Unwrap", Method, 16, ""},
1335 {"(UnhandledCriticalExtension).Error", Method, 0, ""},
1336 {"(UnknownAuthorityError).Error", Method, 0, ""},
1337 {"CANotAuthorizedForExtKeyUsage", Const, 10, ""},
1338 {"CANotAuthorizedForThisName", Const, 0, ""},
1339 {"CertPool", Type, 0, ""},
1340 {"Certificate", Type, 0, ""},
1341 {"Certificate.AuthorityKeyId", Field, 0, ""},
1342 {"Certificate.BasicConstraintsValid", Field, 0, ""},
1343 {"Certificate.CRLDistributionPoints", Field, 2, ""},
1344 {"Certificate.DNSNames", Field, 0, ""},
1345 {"Certificate.EmailAddresses", Field, 0, ""},
1346 {"Certificate.ExcludedDNSDomains", Field, 9, ""},
1347 {"Certificate.ExcludedEmailAddresses", Field, 10, ""},
1348 {"Certificate.ExcludedIPRanges", Field, 10, ""},
1349 {"Certificate.ExcludedURIDomains", Field, 10, ""},
1350 {"Certificate.ExtKeyUsage", Field, 0, ""},
1351 {"Certificate.Extensions", Field, 2, ""},
1352 {"Certificate.ExtraExtensions", Field, 2, ""},
1353 {"Certificate.IPAddresses", Field, 1, ""},
1354 {"Certificate.InhibitAnyPolicy", Field, 24, ""},
1355 {"Certificate.InhibitAnyPolicyZero", Field, 24, ""},
1356 {"Certificate.InhibitPolicyMapping", Field, 24, ""},
1357 {"Certificate.InhibitPolicyMappingZero", Field, 24, ""},
1358 {"Certificate.IsCA", Field, 0, ""},
1359 {"Certificate.Issuer", Field, 0, ""},
1360 {"Certificate.IssuingCertificateURL", Field, 2, ""},
1361 {"Certificate.KeyUsage", Field, 0, ""},
1362 {"Certificate.MaxPathLen", Field, 0, ""},
1363 {"Certificate.MaxPathLenZero", Field, 4, ""},
1364 {"Certificate.NotAfter", Field, 0, ""},
1365 {"Certificate.NotBefore", Field, 0, ""},
1366 {"Certificate.OCSPServer", Field, 2, ""},
1367 {"Certificate.PermittedDNSDomains", Field, 0, ""},
1368 {"Certificate.PermittedDNSDomainsCritical", Field, 0, ""},
1369 {"Certificate.PermittedEmailAddresses", Field, 10, ""},
1370 {"Certificate.PermittedIPRanges", Field, 10, ""},
1371 {"Certificate.PermittedURIDomains", Field, 10, ""},
1372 {"Certificate.Policies", Field, 22, ""},
1373 {"Certificate.PolicyIdentifiers", Field, 0, ""},
1374 {"Certificate.PolicyMappings", Field, 24, ""},
1375 {"Certificate.PublicKey", Field, 0, ""},
1376 {"Certificate.PublicKeyAlgorithm", Field, 0, ""},
1377 {"Certificate.Raw", Field, 0, ""},
1378 {"Certificate.RawIssuer", Field, 0, ""},
1379 {"Certificate.RawSignatureAlgorithm", Field, 27, ""},
1380 {"Certificate.RawSubject", Field, 0, ""},
1381 {"Certificate.RawSubjectPublicKeyInfo", Field, 0, ""},
1382 {"Certificate.RawTBSCertificate", Field, 0, ""},
1383 {"Certificate.RequireExplicitPolicy", Field, 24, ""},
1384 {"Certificate.RequireExplicitPolicyZero", Field, 24, ""},
1385 {"Certificate.SerialNumber", Field, 0, ""},
1386 {"Certificate.Signature", Field, 0, ""},
1387 {"Certificate.SignatureAlgorithm", Field, 0, ""},
1388 {"Certificate.Subject", Field, 0, ""},
1389 {"Certificate.SubjectKeyId", Field, 0, ""},
1390 {"Certificate.URIs", Field, 10, ""},
1391 {"Certificate.UnhandledCriticalExtensions", Field, 5, ""},
1392 {"Certificate.UnknownExtKeyUsage", Field, 0, ""},
1393 {"Certificate.Version", Field, 0, ""},
1394 {"CertificateInvalidError", Type, 0, ""},
1395 {"CertificateInvalidError.Cert", Field, 0, ""},
1396 {"CertificateInvalidError.Detail", Field, 10, ""},
1397 {"CertificateInvalidError.Reason", Field, 0, ""},
1398 {"CertificateRequest", Type, 3, ""},
1399 {"CertificateRequest.Attributes", Field, 3, ""},
1400 {"CertificateRequest.DNSNames", Field, 3, ""},
1401 {"CertificateRequest.EmailAddresses", Field, 3, ""},
1402 {"CertificateRequest.Extensions", Field, 3, ""},
1403 {"CertificateRequest.ExtraExtensions", Field, 3, ""},
1404 {"CertificateRequest.IPAddresses", Field, 3, ""},
1405 {"CertificateRequest.PublicKey", Field, 3, ""},
1406 {"CertificateRequest.PublicKeyAlgorithm", Field, 3, ""},
1407 {"CertificateRequest.Raw", Field, 3, ""},
1408 {"CertificateRequest.RawSignatureAlgorithm", Field, 27, ""},
1409 {"CertificateRequest.RawSubject", Field, 3, ""},
1410 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3, ""},
1411 {"CertificateRequest.RawTBSCertificateRequest", Field, 3, ""},
1412 {"CertificateRequest.Signature", Field, 3, ""},
1413 {"CertificateRequest.SignatureAlgorithm", Field, 3, ""},
1414 {"CertificateRequest.Subject", Field, 3, ""},
1415 {"CertificateRequest.URIs", Field, 10, ""},
1416 {"CertificateRequest.Version", Field, 3, ""},
1417 {"ConstraintViolationError", Type, 0, ""},
1418 {"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
1419 {"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
1420 {"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
1421 {"DSA", Const, 0, ""},
1422 {"DSAWithSHA1", Const, 0, ""},
1423 {"DSAWithSHA256", Const, 0, ""},
1424 {"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
1425 {"ECDSA", Const, 1, ""},
1426 {"ECDSAWithSHA1", Const, 1, ""},
1427 {"ECDSAWithSHA256", Const, 1, ""},
1428 {"ECDSAWithSHA384", Const, 1, ""},
1429 {"ECDSAWithSHA512", Const, 1, ""},
1430 {"Ed25519", Const, 13, ""},
1431 {"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
1432 {"ErrUnsupportedAlgorithm", Var, 0, ""},
1433 {"Expired", Const, 0, ""},
1434 {"ExtKeyUsage", Type, 0, ""},
1435 {"ExtKeyUsageAny", Const, 0, ""},
1436 {"ExtKeyUsageClientAuth", Const, 0, ""},
1437 {"ExtKeyUsageCodeSigning", Const, 0, ""},
1438 {"ExtKeyUsageEmailProtection", Const, 0, ""},
1439 {"ExtKeyUsageIPSECEndSystem", Const, 1, ""},
1440 {"ExtKeyUsageIPSECTunnel", Const, 1, ""},
1441 {"ExtKeyUsageIPSECUser", Const, 1, ""},
1442 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10, ""},
1443 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10, ""},
1444 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1, ""},
1445 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1, ""},
1446 {"ExtKeyUsageOCSPSigning", Const, 0, ""},
1447 {"ExtKeyUsageServerAuth", Const, 0, ""},
1448 {"ExtKeyUsageTimeStamping", Const, 0, ""},
1449 {"HostnameError", Type, 0, ""},
1450 {"HostnameError.Certificate", Field, 0, ""},
1451 {"HostnameError.Host", Field, 0, ""},
1452 {"IncompatibleUsage", Const, 1, ""},
1453 {"IncorrectPasswordError", Var, 1, ""},
1454 {"InsecureAlgorithmError", Type, 6, ""},
1455 {"InvalidReason", Type, 0, ""},
1456 {"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
1457 {"KeyUsage", Type, 0, ""},
1458 {"KeyUsageCRLSign", Const, 0, ""},
1459 {"KeyUsageCertSign", Const, 0, ""},
1460 {"KeyUsageContentCommitment", Const, 0, ""},
1461 {"KeyUsageDataEncipherment", Const, 0, ""},
1462 {"KeyUsageDecipherOnly", Const, 0, ""},
1463 {"KeyUsageDigitalSignature", Const, 0, ""},
1464 {"KeyUsageEncipherOnly", Const, 0, ""},
1465 {"KeyUsageKeyAgreement", Const, 0, ""},
1466 {"KeyUsageKeyEncipherment", Const, 0, ""},
1467 {"MD2WithRSA", Const, 0, ""},
1468 {"MD5WithRSA", Const, 0, ""},
1469 {"MLDSA", Const, 27, ""},
1470 {"MLDSA44", Const, 27, ""},
1471 {"MLDSA65", Const, 27, ""},
1472 {"MLDSA87", Const, 27, ""},
1473 {"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
1474 {"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
1475 {"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
1476 {"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
1477 {"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
1478 {"NameConstraintsWithoutSANs", Const, 10, ""},
1479 {"NameMismatch", Const, 8, ""},
1480 {"NewCertPool", Func, 0, "func() *CertPool"},
1481 {"NoValidChains", Const, 24, ""},
1482 {"NotAuthorizedToSign", Const, 0, ""},
1483 {"OID", Type, 22, ""},
1484 {"OIDFromASN1OID", Func, 26, "func(asn1OID asn1.ObjectIdentifier) (OID, error)"},
1485 {"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
1486 {"PEMCipher", Type, 1, ""},
1487 {"PEMCipher3DES", Const, 1, ""},
1488 {"PEMCipherAES128", Const, 1, ""},
1489 {"PEMCipherAES192", Const, 1, ""},
1490 {"PEMCipherAES256", Const, 1, ""},
1491 {"PEMCipherDES", Const, 1, ""},
1492 {"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
1493 {"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
1494 {"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
1495 {"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
1496 {"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
1497 {"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
1498 {"ParseOID", Func, 23, "func(oid string) (OID, error)"},
1499 {"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
1500 {"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
1501 {"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
1502 {"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
1503 {"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
1504 {"PolicyMapping", Type, 24, ""},
1505 {"PolicyMapping.IssuerDomainPolicy", Field, 24, ""},
1506 {"PolicyMapping.SubjectDomainPolicy", Field, 24, ""},
1507 {"PublicKeyAlgorithm", Type, 0, ""},
1508 {"PureEd25519", Const, 13, ""},
1509 {"RSA", Const, 0, ""},
1510 {"RevocationList", Type, 15, ""},
1511 {"RevocationList.AuthorityKeyId", Field, 19, ""},
1512 {"RevocationList.Extensions", Field, 19, ""},
1513 {"RevocationList.ExtraExtensions", Field, 15, ""},
1514 {"RevocationList.Issuer", Field, 19, ""},
1515 {"RevocationList.NextUpdate", Field, 15, ""},
1516 {"RevocationList.Number", Field, 15, ""},
1517 {"RevocationList.Raw", Field, 19, ""},
1518 {"RevocationList.RawIssuer", Field, 19, ""},
1519 {"RevocationList.RawSignatureAlgorithm", Field, 27, ""},
1520 {"RevocationList.RawTBSRevocationList", Field, 19, ""},
1521 {"RevocationList.RevokedCertificateEntries", Field, 21, ""},
1522 {"RevocationList.RevokedCertificates", Field, 15, ""},
1523 {"RevocationList.Signature", Field, 19, ""},
1524 {"RevocationList.SignatureAlgorithm", Field, 15, ""},
1525 {"RevocationList.ThisUpdate", Field, 15, ""},
1526 {"RevocationListEntry", Type, 21, ""},
1527 {"RevocationListEntry.Extensions", Field, 21, ""},
1528 {"RevocationListEntry.ExtraExtensions", Field, 21, ""},
1529 {"RevocationListEntry.Raw", Field, 21, ""},
1530 {"RevocationListEntry.ReasonCode", Field, 21, ""},
1531 {"RevocationListEntry.RevocationTime", Field, 21, ""},
1532 {"RevocationListEntry.SerialNumber", Field, 21, ""},
1533 {"SHA1WithRSA", Const, 0, ""},
1534 {"SHA256WithRSA", Const, 0, ""},
1535 {"SHA256WithRSAPSS", Const, 8, ""},
1536 {"SHA384WithRSA", Const, 0, ""},
1537 {"SHA384WithRSAPSS", Const, 8, ""},
1538 {"SHA512WithRSA", Const, 0, ""},
1539 {"SHA512WithRSAPSS", Const, 8, ""},
1540 {"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
1541 {"SignatureAlgorithm", Type, 0, ""},
1542 {"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
1543 {"SystemRootsError", Type, 1, ""},
1544 {"SystemRootsError.Err", Field, 7, ""},
1545 {"TooManyConstraints", Const, 10, ""},
1546 {"TooManyIntermediates", Const, 0, ""},
1547 {"UnconstrainedName", Const, 10, ""},
1548 {"UnhandledCriticalExtension", Type, 0, ""},
1549 {"UnknownAuthorityError", Type, 0, ""},
1550 {"UnknownAuthorityError.Cert", Field, 8, ""},
1551 {"UnknownPublicKeyAlgorithm", Const, 0, ""},
1552 {"UnknownSignatureAlgorithm", Const, 0, ""},
1553 {"VerifyOptions", Type, 0, ""},
1554 {"VerifyOptions.CertificatePolicies", Field, 24, ""},
1555 {"VerifyOptions.CurrentTime", Field, 0, ""},
1556 {"VerifyOptions.DNSName", Field, 0, ""},
1557 {"VerifyOptions.Intermediates", Field, 0, ""},
1558 {"VerifyOptions.KeyUsages", Field, 1, ""},
1559 {"VerifyOptions.MaxConstraintComparisions", Field, 10, ""},
1560 {"VerifyOptions.Roots", Field, 0, ""},
1561 },
1562 "crypto/x509/pkix": {
1563 {"(*CertificateList).HasExpired", Method, 0, ""},
1564 {"(*Name).FillFromRDNSequence", Method, 0, ""},
1565 {"(Name).String", Method, 10, ""},
1566 {"(Name).ToRDNSequence", Method, 0, ""},
1567 {"(RDNSequence).String", Method, 10, ""},
1568 {"AlgorithmIdentifier", Type, 0, ""},
1569 {"AlgorithmIdentifier.Algorithm", Field, 0, ""},
1570 {"AlgorithmIdentifier.Parameters", Field, 0, ""},
1571 {"AttributeTypeAndValue", Type, 0, ""},
1572 {"AttributeTypeAndValue.Type", Field, 0, ""},
1573 {"AttributeTypeAndValue.Value", Field, 0, ""},
1574 {"AttributeTypeAndValueSET", Type, 3, ""},
1575 {"AttributeTypeAndValueSET.Type", Field, 3, ""},
1576 {"AttributeTypeAndValueSET.Value", Field, 3, ""},
1577 {"CertificateList", Type, 0, ""},
1578 {"CertificateList.SignatureAlgorithm", Field, 0, ""},
1579 {"CertificateList.SignatureValue", Field, 0, ""},
1580 {"CertificateList.TBSCertList", Field, 0, ""},
1581 {"Extension", Type, 0, ""},
1582 {"Extension.Critical", Field, 0, ""},
1583 {"Extension.Id", Field, 0, ""},
1584 {"Extension.Value", Field, 0, ""},
1585 {"Name", Type, 0, ""},
1586 {"Name.CommonName", Field, 0, ""},
1587 {"Name.Country", Field, 0, ""},
1588 {"Name.ExtraNames", Field, 5, ""},
1589 {"Name.Locality", Field, 0, ""},
1590 {"Name.Names", Field, 0, ""},
1591 {"Name.Organization", Field, 0, ""},
1592 {"Name.OrganizationalUnit", Field, 0, ""},
1593 {"Name.PostalCode", Field, 0, ""},
1594 {"Name.Province", Field, 0, ""},
1595 {"Name.SerialNumber", Field, 0, ""},
1596 {"Name.StreetAddress", Field, 0, ""},
1597 {"RDNSequence", Type, 0, ""},
1598 {"RelativeDistinguishedNameSET", Type, 0, ""},
1599 {"RevokedCertificate", Type, 0, ""},
1600 {"RevokedCertificate.Extensions", Field, 0, ""},
1601 {"RevokedCertificate.RevocationTime", Field, 0, ""},
1602 {"RevokedCertificate.SerialNumber", Field, 0, ""},
1603 {"TBSCertificateList", Type, 0, ""},
1604 {"TBSCertificateList.Extensions", Field, 0, ""},
1605 {"TBSCertificateList.Issuer", Field, 0, ""},
1606 {"TBSCertificateList.NextUpdate", Field, 0, ""},
1607 {"TBSCertificateList.Raw", Field, 0, ""},
1608 {"TBSCertificateList.RevokedCertificates", Field, 0, ""},
1609 {"TBSCertificateList.Signature", Field, 0, ""},
1610 {"TBSCertificateList.ThisUpdate", Field, 0, ""},
1611 {"TBSCertificateList.Version", Field, 0, ""},
1612 },
1613 "database/sql": {
1614 {"(*ColumnType).DatabaseTypeName", Method, 8, ""},
1615 {"(*ColumnType).DecimalSize", Method, 8, ""},
1616 {"(*ColumnType).Length", Method, 8, ""},
1617 {"(*ColumnType).Name", Method, 8, ""},
1618 {"(*ColumnType).Nullable", Method, 8, ""},
1619 {"(*ColumnType).ScanType", Method, 8, ""},
1620 {"(*Conn).BeginTx", Method, 9, ""},
1621 {"(*Conn).Close", Method, 9, ""},
1622 {"(*Conn).ExecContext", Method, 9, ""},
1623 {"(*Conn).PingContext", Method, 9, ""},
1624 {"(*Conn).PrepareContext", Method, 9, ""},
1625 {"(*Conn).QueryContext", Method, 9, ""},
1626 {"(*Conn).QueryRowContext", Method, 9, ""},
1627 {"(*Conn).Raw", Method, 13, ""},
1628 {"(*DB).Begin", Method, 0, ""},
1629 {"(*DB).BeginTx", Method, 8, ""},
1630 {"(*DB).Close", Method, 0, ""},
1631 {"(*DB).Conn", Method, 9, ""},
1632 {"(*DB).Driver", Method, 0, ""},
1633 {"(*DB).Exec", Method, 0, ""},
1634 {"(*DB).ExecContext", Method, 8, ""},
1635 {"(*DB).Ping", Method, 1, ""},
1636 {"(*DB).PingContext", Method, 8, ""},
1637 {"(*DB).Prepare", Method, 0, ""},
1638 {"(*DB).PrepareContext", Method, 8, ""},
1639 {"(*DB).Query", Method, 0, ""},
1640 {"(*DB).QueryContext", Method, 8, ""},
1641 {"(*DB).QueryRow", Method, 0, ""},
1642 {"(*DB).QueryRowContext", Method, 8, ""},
1643 {"(*DB).SetConnMaxIdleTime", Method, 15, ""},
1644 {"(*DB).SetConnMaxLifetime", Method, 6, ""},
1645 {"(*DB).SetMaxIdleConns", Method, 1, ""},
1646 {"(*DB).SetMaxOpenConns", Method, 2, ""},
1647 {"(*DB).Stats", Method, 5, ""},
1648 {"(*Null).Scan", Method, 22, ""},
1649 {"(*NullBool).Scan", Method, 0, ""},
1650 {"(*NullByte).Scan", Method, 17, ""},
1651 {"(*NullFloat64).Scan", Method, 0, ""},
1652 {"(*NullInt16).Scan", Method, 17, ""},
1653 {"(*NullInt32).Scan", Method, 13, ""},
1654 {"(*NullInt64).Scan", Method, 0, ""},
1655 {"(*NullString).Scan", Method, 0, ""},
1656 {"(*NullTime).Scan", Method, 13, ""},
1657 {"(*Row).Err", Method, 15, ""},
1658 {"(*Row).Scan", Method, 0, ""},
1659 {"(*Rows).Close", Method, 0, ""},
1660 {"(*Rows).ColumnTypes", Method, 8, ""},
1661 {"(*Rows).Columns", Method, 0, ""},
1662 {"(*Rows).Err", Method, 0, ""},
1663 {"(*Rows).Next", Method, 0, ""},
1664 {"(*Rows).NextResultSet", Method, 8, ""},
1665 {"(*Rows).Scan", Method, 0, ""},
1666 {"(*Stmt).Close", Method, 0, ""},
1667 {"(*Stmt).Exec", Method, 0, ""},
1668 {"(*Stmt).ExecContext", Method, 8, ""},
1669 {"(*Stmt).Query", Method, 0, ""},
1670 {"(*Stmt).QueryContext", Method, 8, ""},
1671 {"(*Stmt).QueryRow", Method, 0, ""},
1672 {"(*Stmt).QueryRowContext", Method, 8, ""},
1673 {"(*Tx).Commit", Method, 0, ""},
1674 {"(*Tx).Exec", Method, 0, ""},
1675 {"(*Tx).ExecContext", Method, 8, ""},
1676 {"(*Tx).Prepare", Method, 0, ""},
1677 {"(*Tx).PrepareContext", Method, 8, ""},
1678 {"(*Tx).Query", Method, 0, ""},
1679 {"(*Tx).QueryContext", Method, 8, ""},
1680 {"(*Tx).QueryRow", Method, 0, ""},
1681 {"(*Tx).QueryRowContext", Method, 8, ""},
1682 {"(*Tx).Rollback", Method, 0, ""},
1683 {"(*Tx).Stmt", Method, 0, ""},
1684 {"(*Tx).StmtContext", Method, 8, ""},
1685 {"(IsolationLevel).String", Method, 11, ""},
1686 {"(Null).Value", Method, 22, ""},
1687 {"(NullBool).Value", Method, 0, ""},
1688 {"(NullByte).Value", Method, 17, ""},
1689 {"(NullFloat64).Value", Method, 0, ""},
1690 {"(NullInt16).Value", Method, 17, ""},
1691 {"(NullInt32).Value", Method, 13, ""},
1692 {"(NullInt64).Value", Method, 0, ""},
1693 {"(NullString).Value", Method, 0, ""},
1694 {"(NullTime).Value", Method, 13, ""},
1695 {"(Result).LastInsertId", Method, 0, ""},
1696 {"(Result).RowsAffected", Method, 0, ""},
1697 {"(Scanner).Scan", Method, 0, ""},
1698 {"ColumnType", Type, 8, ""},
1699 {"Conn", Type, 9, ""},
1700 {"ConvertAssign", Func, 27, "func(scanCtx driver.ScanContext, dest any, src driver.Value) error"},
1701 {"DB", Type, 0, ""},
1702 {"DBStats", Type, 5, ""},
1703 {"DBStats.Idle", Field, 11, ""},
1704 {"DBStats.InUse", Field, 11, ""},
1705 {"DBStats.MaxIdleClosed", Field, 11, ""},
1706 {"DBStats.MaxIdleTimeClosed", Field, 15, ""},
1707 {"DBStats.MaxLifetimeClosed", Field, 11, ""},
1708 {"DBStats.MaxOpenConnections", Field, 11, ""},
1709 {"DBStats.OpenConnections", Field, 5, ""},
1710 {"DBStats.WaitCount", Field, 11, ""},
1711 {"DBStats.WaitDuration", Field, 11, ""},
1712 {"Drivers", Func, 4, "func() []string"},
1713 {"ErrConnDone", Var, 9, ""},
1714 {"ErrNoRows", Var, 0, ""},
1715 {"ErrTxDone", Var, 0, ""},
1716 {"IsolationLevel", Type, 8, ""},
1717 {"LevelDefault", Const, 8, ""},
1718 {"LevelLinearizable", Const, 8, ""},
1719 {"LevelReadCommitted", Const, 8, ""},
1720 {"LevelReadUncommitted", Const, 8, ""},
1721 {"LevelRepeatableRead", Const, 8, ""},
1722 {"LevelSerializable", Const, 8, ""},
1723 {"LevelSnapshot", Const, 8, ""},
1724 {"LevelWriteCommitted", Const, 8, ""},
1725 {"Named", Func, 8, "func(name string, value any) NamedArg"},
1726 {"NamedArg", Type, 8, ""},
1727 {"NamedArg.Name", Field, 8, ""},
1728 {"NamedArg.Value", Field, 8, ""},
1729 {"Null", Type, 22, ""},
1730 {"NullBool", Type, 0, ""},
1731 {"NullBool.Bool", Field, 0, ""},
1732 {"NullBool.Valid", Field, 0, ""},
1733 {"NullByte", Type, 17, ""},
1734 {"NullByte.Byte", Field, 17, ""},
1735 {"NullByte.Valid", Field, 17, ""},
1736 {"NullFloat64", Type, 0, ""},
1737 {"NullFloat64.Float64", Field, 0, ""},
1738 {"NullFloat64.Valid", Field, 0, ""},
1739 {"NullInt16", Type, 17, ""},
1740 {"NullInt16.Int16", Field, 17, ""},
1741 {"NullInt16.Valid", Field, 17, ""},
1742 {"NullInt32", Type, 13, ""},
1743 {"NullInt32.Int32", Field, 13, ""},
1744 {"NullInt32.Valid", Field, 13, ""},
1745 {"NullInt64", Type, 0, ""},
1746 {"NullInt64.Int64", Field, 0, ""},
1747 {"NullInt64.Valid", Field, 0, ""},
1748 {"NullString", Type, 0, ""},
1749 {"NullString.String", Field, 0, ""},
1750 {"NullString.Valid", Field, 0, ""},
1751 {"NullTime", Type, 13, ""},
1752 {"NullTime.Time", Field, 13, ""},
1753 {"NullTime.Valid", Field, 13, ""},
1754 {"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
1755 {"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
1756 {"Out", Type, 9, ""},
1757 {"Out.Dest", Field, 9, ""},
1758 {"Out.In", Field, 9, ""},
1759 {"RawBytes", Type, 0, ""},
1760 {"Register", Func, 0, "func(name string, driver driver.Driver)"},
1761 {"Result", Type, 0, ""},
1762 {"Row", Type, 0, ""},
1763 {"Rows", Type, 0, ""},
1764 {"Scanner", Type, 0, ""},
1765 {"Stmt", Type, 0, ""},
1766 {"Tx", Type, 0, ""},
1767 {"TxOptions", Type, 8, ""},
1768 {"TxOptions.Isolation", Field, 8, ""},
1769 {"TxOptions.ReadOnly", Field, 8, ""},
1770 },
1771 "database/sql/driver": {
1772 {"(ColumnConverter).ColumnConverter", Method, 0, ""},
1773 {"(Conn).Begin", Method, 0, ""},
1774 {"(Conn).Close", Method, 0, ""},
1775 {"(Conn).Prepare", Method, 0, ""},
1776 {"(ConnBeginTx).BeginTx", Method, 8, ""},
1777 {"(ConnPrepareContext).PrepareContext", Method, 8, ""},
1778 {"(Connector).Connect", Method, 10, ""},
1779 {"(Connector).Driver", Method, 10, ""},
1780 {"(Driver).Open", Method, 0, ""},
1781 {"(DriverContext).OpenConnector", Method, 10, ""},
1782 {"(Execer).Exec", Method, 0, ""},
1783 {"(ExecerContext).ExecContext", Method, 8, ""},
1784 {"(NamedValueChecker).CheckNamedValue", Method, 9, ""},
1785 {"(NotNull).ConvertValue", Method, 0, ""},
1786 {"(Null).ConvertValue", Method, 0, ""},
1787 {"(Pinger).Ping", Method, 8, ""},
1788 {"(Queryer).Query", Method, 1, ""},
1789 {"(QueryerContext).QueryContext", Method, 8, ""},
1790 {"(Result).LastInsertId", Method, 0, ""},
1791 {"(Result).RowsAffected", Method, 0, ""},
1792 {"(Rows).Close", Method, 0, ""},
1793 {"(Rows).Columns", Method, 0, ""},
1794 {"(Rows).Next", Method, 0, ""},
1795 {"(RowsAffected).LastInsertId", Method, 0, ""},
1796 {"(RowsAffected).RowsAffected", Method, 0, ""},
1797 {"(RowsColumnScanner).Close", Method, 27, ""},
1798 {"(RowsColumnScanner).Columns", Method, 27, ""},
1799 {"(RowsColumnScanner).Next", Method, 27, ""},
1800 {"(RowsColumnScanner).NextRow", Method, 27, ""},
1801 {"(RowsColumnScanner).ScanColumn", Method, 27, ""},
1802 {"(RowsColumnTypeDatabaseTypeName).Close", Method, 8, ""},
1803 {"(RowsColumnTypeDatabaseTypeName).ColumnTypeDatabaseTypeName", Method, 8, ""},
1804 {"(RowsColumnTypeDatabaseTypeName).Columns", Method, 8, ""},
1805 {"(RowsColumnTypeDatabaseTypeName).Next", Method, 8, ""},
1806 {"(RowsColumnTypeLength).Close", Method, 8, ""},
1807 {"(RowsColumnTypeLength).ColumnTypeLength", Method, 8, ""},
1808 {"(RowsColumnTypeLength).Columns", Method, 8, ""},
1809 {"(RowsColumnTypeLength).Next", Method, 8, ""},
1810 {"(RowsColumnTypeNullable).Close", Method, 8, ""},
1811 {"(RowsColumnTypeNullable).ColumnTypeNullable", Method, 8, ""},
1812 {"(RowsColumnTypeNullable).Columns", Method, 8, ""},
1813 {"(RowsColumnTypeNullable).Next", Method, 8, ""},
1814 {"(RowsColumnTypePrecisionScale).Close", Method, 8, ""},
1815 {"(RowsColumnTypePrecisionScale).ColumnTypePrecisionScale", Method, 8, ""},
1816 {"(RowsColumnTypePrecisionScale).Columns", Method, 8, ""},
1817 {"(RowsColumnTypePrecisionScale).Next", Method, 8, ""},
1818 {"(RowsColumnTypeScanType).Close", Method, 8, ""},
1819 {"(RowsColumnTypeScanType).ColumnTypeScanType", Method, 8, ""},
1820 {"(RowsColumnTypeScanType).Columns", Method, 8, ""},
1821 {"(RowsColumnTypeScanType).Next", Method, 8, ""},
1822 {"(RowsNextResultSet).Close", Method, 8, ""},
1823 {"(RowsNextResultSet).Columns", Method, 8, ""},
1824 {"(RowsNextResultSet).HasNextResultSet", Method, 8, ""},
1825 {"(RowsNextResultSet).Next", Method, 8, ""},
1826 {"(RowsNextResultSet).NextResultSet", Method, 8, ""},
1827 {"(SessionResetter).ResetSession", Method, 10, ""},
1828 {"(Stmt).Close", Method, 0, ""},
1829 {"(Stmt).Exec", Method, 0, ""},
1830 {"(Stmt).NumInput", Method, 0, ""},
1831 {"(Stmt).Query", Method, 0, ""},
1832 {"(StmtExecContext).ExecContext", Method, 8, ""},
1833 {"(StmtQueryContext).QueryContext", Method, 8, ""},
1834 {"(Tx).Commit", Method, 0, ""},
1835 {"(Tx).Rollback", Method, 0, ""},
1836 {"(Validator).IsValid", Method, 15, ""},
1837 {"(ValueConverter).ConvertValue", Method, 0, ""},
1838 {"(Valuer).Value", Method, 0, ""},
1839 {"Bool", Var, 0, ""},
1840 {"ColumnConverter", Type, 0, ""},
1841 {"Conn", Type, 0, ""},
1842 {"ConnBeginTx", Type, 8, ""},
1843 {"ConnPrepareContext", Type, 8, ""},
1844 {"Connector", Type, 10, ""},
1845 {"DefaultParameterConverter", Var, 0, ""},
1846 {"Driver", Type, 0, ""},
1847 {"DriverContext", Type, 10, ""},
1848 {"ErrBadConn", Var, 0, ""},
1849 {"ErrRemoveArgument", Var, 9, ""},
1850 {"ErrSkip", Var, 0, ""},
1851 {"Execer", Type, 0, ""},
1852 {"ExecerContext", Type, 8, ""},
1853 {"Int32", Var, 0, ""},
1854 {"IsScanValue", Func, 0, "func(v any) bool"},
1855 {"IsValue", Func, 0, "func(v any) bool"},
1856 {"IsolationLevel", Type, 8, ""},
1857 {"NamedValue", Type, 8, ""},
1858 {"NamedValue.Name", Field, 8, ""},
1859 {"NamedValue.Ordinal", Field, 8, ""},
1860 {"NamedValue.Value", Field, 8, ""},
1861 {"NamedValueChecker", Type, 9, ""},
1862 {"NotNull", Type, 0, ""},
1863 {"NotNull.Converter", Field, 0, ""},
1864 {"Null", Type, 0, ""},
1865 {"Null.Converter", Field, 0, ""},
1866 {"Pinger", Type, 8, ""},
1867 {"Queryer", Type, 1, ""},
1868 {"QueryerContext", Type, 8, ""},
1869 {"Result", Type, 0, ""},
1870 {"ResultNoRows", Var, 0, ""},
1871 {"Rows", Type, 0, ""},
1872 {"RowsAffected", Type, 0, ""},
1873 {"RowsColumnScanner", Type, 27, ""},
1874 {"RowsColumnTypeDatabaseTypeName", Type, 8, ""},
1875 {"RowsColumnTypeLength", Type, 8, ""},
1876 {"RowsColumnTypeNullable", Type, 8, ""},
1877 {"RowsColumnTypePrecisionScale", Type, 8, ""},
1878 {"RowsColumnTypeScanType", Type, 8, ""},
1879 {"RowsNextResultSet", Type, 8, ""},
1880 {"ScanContext", Type, 27, ""},
1881 {"SessionResetter", Type, 10, ""},
1882 {"Stmt", Type, 0, ""},
1883 {"StmtExecContext", Type, 8, ""},
1884 {"StmtQueryContext", Type, 8, ""},
1885 {"String", Var, 0, ""},
1886 {"Tx", Type, 0, ""},
1887 {"TxOptions", Type, 8, ""},
1888 {"TxOptions.Isolation", Field, 8, ""},
1889 {"TxOptions.ReadOnly", Field, 8, ""},
1890 {"Validator", Type, 15, ""},
1891 {"Value", Type, 0, ""},
1892 {"ValueConverter", Type, 0, ""},
1893 {"Valuer", Type, 0, ""},
1894 },
1895 "debug/buildinfo": {
1896 {"BuildInfo", Type, 18, ""},
1897 {"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
1898 {"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
1899 },
1900 "debug/dwarf": {
1901 {"(*AddrType).Basic", Method, 0, ""},
1902 {"(*AddrType).Common", Method, 0, ""},
1903 {"(*AddrType).Size", Method, 0, ""},
1904 {"(*AddrType).String", Method, 0, ""},
1905 {"(*ArrayType).Common", Method, 0, ""},
1906 {"(*ArrayType).Size", Method, 0, ""},
1907 {"(*ArrayType).String", Method, 0, ""},
1908 {"(*BasicType).Basic", Method, 0, ""},
1909 {"(*BasicType).Common", Method, 0, ""},
1910 {"(*BasicType).Size", Method, 0, ""},
1911 {"(*BasicType).String", Method, 0, ""},
1912 {"(*BoolType).Basic", Method, 0, ""},
1913 {"(*BoolType).Common", Method, 0, ""},
1914 {"(*BoolType).Size", Method, 0, ""},
1915 {"(*BoolType).String", Method, 0, ""},
1916 {"(*CharType).Basic", Method, 0, ""},
1917 {"(*CharType).Common", Method, 0, ""},
1918 {"(*CharType).Size", Method, 0, ""},
1919 {"(*CharType).String", Method, 0, ""},
1920 {"(*CommonType).Common", Method, 0, ""},
1921 {"(*CommonType).Size", Method, 0, ""},
1922 {"(*ComplexType).Basic", Method, 0, ""},
1923 {"(*ComplexType).Common", Method, 0, ""},
1924 {"(*ComplexType).Size", Method, 0, ""},
1925 {"(*ComplexType).String", Method, 0, ""},
1926 {"(*Data).AddSection", Method, 14, ""},
1927 {"(*Data).AddTypes", Method, 3, ""},
1928 {"(*Data).LineReader", Method, 5, ""},
1929 {"(*Data).Ranges", Method, 7, ""},
1930 {"(*Data).Reader", Method, 0, ""},
1931 {"(*Data).Type", Method, 0, ""},
1932 {"(*DotDotDotType).Common", Method, 0, ""},
1933 {"(*DotDotDotType).Size", Method, 0, ""},
1934 {"(*DotDotDotType).String", Method, 0, ""},
1935 {"(*Entry).AttrField", Method, 5, ""},
1936 {"(*Entry).Val", Method, 0, ""},
1937 {"(*EnumType).Common", Method, 0, ""},
1938 {"(*EnumType).Size", Method, 0, ""},
1939 {"(*EnumType).String", Method, 0, ""},
1940 {"(*FloatType).Basic", Method, 0, ""},
1941 {"(*FloatType).Common", Method, 0, ""},
1942 {"(*FloatType).Size", Method, 0, ""},
1943 {"(*FloatType).String", Method, 0, ""},
1944 {"(*FuncType).Common", Method, 0, ""},
1945 {"(*FuncType).Size", Method, 0, ""},
1946 {"(*FuncType).String", Method, 0, ""},
1947 {"(*IntType).Basic", Method, 0, ""},
1948 {"(*IntType).Common", Method, 0, ""},
1949 {"(*IntType).Size", Method, 0, ""},
1950 {"(*IntType).String", Method, 0, ""},
1951 {"(*LineReader).Files", Method, 14, ""},
1952 {"(*LineReader).Next", Method, 5, ""},
1953 {"(*LineReader).Reset", Method, 5, ""},
1954 {"(*LineReader).Seek", Method, 5, ""},
1955 {"(*LineReader).SeekPC", Method, 5, ""},
1956 {"(*LineReader).Tell", Method, 5, ""},
1957 {"(*PtrType).Common", Method, 0, ""},
1958 {"(*PtrType).Size", Method, 0, ""},
1959 {"(*PtrType).String", Method, 0, ""},
1960 {"(*QualType).Common", Method, 0, ""},
1961 {"(*QualType).Size", Method, 0, ""},
1962 {"(*QualType).String", Method, 0, ""},
1963 {"(*Reader).AddressSize", Method, 5, ""},
1964 {"(*Reader).ByteOrder", Method, 14, ""},
1965 {"(*Reader).Next", Method, 0, ""},
1966 {"(*Reader).Seek", Method, 0, ""},
1967 {"(*Reader).SeekPC", Method, 7, ""},
1968 {"(*Reader).SkipChildren", Method, 0, ""},
1969 {"(*StructType).Common", Method, 0, ""},
1970 {"(*StructType).Defn", Method, 0, ""},
1971 {"(*StructType).Size", Method, 0, ""},
1972 {"(*StructType).String", Method, 0, ""},
1973 {"(*TypedefType).Common", Method, 0, ""},
1974 {"(*TypedefType).Size", Method, 0, ""},
1975 {"(*TypedefType).String", Method, 0, ""},
1976 {"(*UcharType).Basic", Method, 0, ""},
1977 {"(*UcharType).Common", Method, 0, ""},
1978 {"(*UcharType).Size", Method, 0, ""},
1979 {"(*UcharType).String", Method, 0, ""},
1980 {"(*UintType).Basic", Method, 0, ""},
1981 {"(*UintType).Common", Method, 0, ""},
1982 {"(*UintType).Size", Method, 0, ""},
1983 {"(*UintType).String", Method, 0, ""},
1984 {"(*UnspecifiedType).Basic", Method, 4, ""},
1985 {"(*UnspecifiedType).Common", Method, 4, ""},
1986 {"(*UnspecifiedType).Size", Method, 4, ""},
1987 {"(*UnspecifiedType).String", Method, 4, ""},
1988 {"(*UnsupportedType).Common", Method, 13, ""},
1989 {"(*UnsupportedType).Size", Method, 13, ""},
1990 {"(*UnsupportedType).String", Method, 13, ""},
1991 {"(*VoidType).Common", Method, 0, ""},
1992 {"(*VoidType).Size", Method, 0, ""},
1993 {"(*VoidType).String", Method, 0, ""},
1994 {"(Attr).GoString", Method, 0, ""},
1995 {"(Attr).String", Method, 0, ""},
1996 {"(Class).GoString", Method, 5, ""},
1997 {"(Class).String", Method, 5, ""},
1998 {"(DecodeError).Error", Method, 0, ""},
1999 {"(Tag).GoString", Method, 0, ""},
2000 {"(Tag).String", Method, 0, ""},
2001 {"(Type).Common", Method, 0, ""},
2002 {"(Type).Size", Method, 0, ""},
2003 {"(Type).String", Method, 0, ""},
2004 {"AddrType", Type, 0, ""},
2005 {"AddrType.BasicType", Field, 0, ""},
2006 {"ArrayType", Type, 0, ""},
2007 {"ArrayType.CommonType", Field, 0, ""},
2008 {"ArrayType.Count", Field, 0, ""},
2009 {"ArrayType.StrideBitSize", Field, 0, ""},
2010 {"ArrayType.Type", Field, 0, ""},
2011 {"Attr", Type, 0, ""},
2012 {"AttrAbstractOrigin", Const, 0, ""},
2013 {"AttrAccessibility", Const, 0, ""},
2014 {"AttrAddrBase", Const, 14, ""},
2015 {"AttrAddrClass", Const, 0, ""},
2016 {"AttrAlignment", Const, 14, ""},
2017 {"AttrAllocated", Const, 0, ""},
2018 {"AttrArtificial", Const, 0, ""},
2019 {"AttrAssociated", Const, 0, ""},
2020 {"AttrBaseTypes", Const, 0, ""},
2021 {"AttrBinaryScale", Const, 14, ""},
2022 {"AttrBitOffset", Const, 0, ""},
2023 {"AttrBitSize", Const, 0, ""},
2024 {"AttrByteSize", Const, 0, ""},
2025 {"AttrCallAllCalls", Const, 14, ""},
2026 {"AttrCallAllSourceCalls", Const, 14, ""},
2027 {"AttrCallAllTailCalls", Const, 14, ""},
2028 {"AttrCallColumn", Const, 0, ""},
2029 {"AttrCallDataLocation", Const, 14, ""},
2030 {"AttrCallDataValue", Const, 14, ""},
2031 {"AttrCallFile", Const, 0, ""},
2032 {"AttrCallLine", Const, 0, ""},
2033 {"AttrCallOrigin", Const, 14, ""},
2034 {"AttrCallPC", Const, 14, ""},
2035 {"AttrCallParameter", Const, 14, ""},
2036 {"AttrCallReturnPC", Const, 14, ""},
2037 {"AttrCallTailCall", Const, 14, ""},
2038 {"AttrCallTarget", Const, 14, ""},
2039 {"AttrCallTargetClobbered", Const, 14, ""},
2040 {"AttrCallValue", Const, 14, ""},
2041 {"AttrCalling", Const, 0, ""},
2042 {"AttrCommonRef", Const, 0, ""},
2043 {"AttrCompDir", Const, 0, ""},
2044 {"AttrConstExpr", Const, 14, ""},
2045 {"AttrConstValue", Const, 0, ""},
2046 {"AttrContainingType", Const, 0, ""},
2047 {"AttrCount", Const, 0, ""},
2048 {"AttrDataBitOffset", Const, 14, ""},
2049 {"AttrDataLocation", Const, 0, ""},
2050 {"AttrDataMemberLoc", Const, 0, ""},
2051 {"AttrDecimalScale", Const, 14, ""},
2052 {"AttrDecimalSign", Const, 14, ""},
2053 {"AttrDeclColumn", Const, 0, ""},
2054 {"AttrDeclFile", Const, 0, ""},
2055 {"AttrDeclLine", Const, 0, ""},
2056 {"AttrDeclaration", Const, 0, ""},
2057 {"AttrDefaultValue", Const, 0, ""},
2058 {"AttrDefaulted", Const, 14, ""},
2059 {"AttrDeleted", Const, 14, ""},
2060 {"AttrDescription", Const, 0, ""},
2061 {"AttrDigitCount", Const, 14, ""},
2062 {"AttrDiscr", Const, 0, ""},
2063 {"AttrDiscrList", Const, 0, ""},
2064 {"AttrDiscrValue", Const, 0, ""},
2065 {"AttrDwoName", Const, 14, ""},
2066 {"AttrElemental", Const, 14, ""},
2067 {"AttrEncoding", Const, 0, ""},
2068 {"AttrEndianity", Const, 14, ""},
2069 {"AttrEntrypc", Const, 0, ""},
2070 {"AttrEnumClass", Const, 14, ""},
2071 {"AttrExplicit", Const, 14, ""},
2072 {"AttrExportSymbols", Const, 14, ""},
2073 {"AttrExtension", Const, 0, ""},
2074 {"AttrExternal", Const, 0, ""},
2075 {"AttrFrameBase", Const, 0, ""},
2076 {"AttrFriend", Const, 0, ""},
2077 {"AttrHighpc", Const, 0, ""},
2078 {"AttrIdentifierCase", Const, 0, ""},
2079 {"AttrImport", Const, 0, ""},
2080 {"AttrInline", Const, 0, ""},
2081 {"AttrIsOptional", Const, 0, ""},
2082 {"AttrLanguage", Const, 0, ""},
2083 {"AttrLinkageName", Const, 14, ""},
2084 {"AttrLocation", Const, 0, ""},
2085 {"AttrLoclistsBase", Const, 14, ""},
2086 {"AttrLowerBound", Const, 0, ""},
2087 {"AttrLowpc", Const, 0, ""},
2088 {"AttrMacroInfo", Const, 0, ""},
2089 {"AttrMacros", Const, 14, ""},
2090 {"AttrMainSubprogram", Const, 14, ""},
2091 {"AttrMutable", Const, 14, ""},
2092 {"AttrName", Const, 0, ""},
2093 {"AttrNamelistItem", Const, 0, ""},
2094 {"AttrNoreturn", Const, 14, ""},
2095 {"AttrObjectPointer", Const, 14, ""},
2096 {"AttrOrdering", Const, 0, ""},
2097 {"AttrPictureString", Const, 14, ""},
2098 {"AttrPriority", Const, 0, ""},
2099 {"AttrProducer", Const, 0, ""},
2100 {"AttrPrototyped", Const, 0, ""},
2101 {"AttrPure", Const, 14, ""},
2102 {"AttrRanges", Const, 0, ""},
2103 {"AttrRank", Const, 14, ""},
2104 {"AttrRecursive", Const, 14, ""},
2105 {"AttrReference", Const, 14, ""},
2106 {"AttrReturnAddr", Const, 0, ""},
2107 {"AttrRnglistsBase", Const, 14, ""},
2108 {"AttrRvalueReference", Const, 14, ""},
2109 {"AttrSegment", Const, 0, ""},
2110 {"AttrSibling", Const, 0, ""},
2111 {"AttrSignature", Const, 14, ""},
2112 {"AttrSmall", Const, 14, ""},
2113 {"AttrSpecification", Const, 0, ""},
2114 {"AttrStartScope", Const, 0, ""},
2115 {"AttrStaticLink", Const, 0, ""},
2116 {"AttrStmtList", Const, 0, ""},
2117 {"AttrStrOffsetsBase", Const, 14, ""},
2118 {"AttrStride", Const, 0, ""},
2119 {"AttrStrideSize", Const, 0, ""},
2120 {"AttrStringLength", Const, 0, ""},
2121 {"AttrStringLengthBitSize", Const, 14, ""},
2122 {"AttrStringLengthByteSize", Const, 14, ""},
2123 {"AttrThreadsScaled", Const, 14, ""},
2124 {"AttrTrampoline", Const, 0, ""},
2125 {"AttrType", Const, 0, ""},
2126 {"AttrUpperBound", Const, 0, ""},
2127 {"AttrUseLocation", Const, 0, ""},
2128 {"AttrUseUTF8", Const, 0, ""},
2129 {"AttrVarParam", Const, 0, ""},
2130 {"AttrVirtuality", Const, 0, ""},
2131 {"AttrVisibility", Const, 0, ""},
2132 {"AttrVtableElemLoc", Const, 0, ""},
2133 {"BasicType", Type, 0, ""},
2134 {"BasicType.BitOffset", Field, 0, ""},
2135 {"BasicType.BitSize", Field, 0, ""},
2136 {"BasicType.CommonType", Field, 0, ""},
2137 {"BasicType.DataBitOffset", Field, 18, ""},
2138 {"BoolType", Type, 0, ""},
2139 {"BoolType.BasicType", Field, 0, ""},
2140 {"CharType", Type, 0, ""},
2141 {"CharType.BasicType", Field, 0, ""},
2142 {"Class", Type, 5, ""},
2143 {"ClassAddrPtr", Const, 14, ""},
2144 {"ClassAddress", Const, 5, ""},
2145 {"ClassBlock", Const, 5, ""},
2146 {"ClassConstant", Const, 5, ""},
2147 {"ClassExprLoc", Const, 5, ""},
2148 {"ClassFlag", Const, 5, ""},
2149 {"ClassLinePtr", Const, 5, ""},
2150 {"ClassLocList", Const, 14, ""},
2151 {"ClassLocListPtr", Const, 5, ""},
2152 {"ClassMacPtr", Const, 5, ""},
2153 {"ClassRangeListPtr", Const, 5, ""},
2154 {"ClassReference", Const, 5, ""},
2155 {"ClassReferenceAlt", Const, 5, ""},
2156 {"ClassReferenceSig", Const, 5, ""},
2157 {"ClassRngList", Const, 14, ""},
2158 {"ClassRngListsPtr", Const, 14, ""},
2159 {"ClassStrOffsetsPtr", Const, 14, ""},
2160 {"ClassString", Const, 5, ""},
2161 {"ClassStringAlt", Const, 5, ""},
2162 {"ClassUnknown", Const, 6, ""},
2163 {"CommonType", Type, 0, ""},
2164 {"CommonType.ByteSize", Field, 0, ""},
2165 {"CommonType.Name", Field, 0, ""},
2166 {"ComplexType", Type, 0, ""},
2167 {"ComplexType.BasicType", Field, 0, ""},
2168 {"Data", Type, 0, ""},
2169 {"DecodeError", Type, 0, ""},
2170 {"DecodeError.Err", Field, 0, ""},
2171 {"DecodeError.Name", Field, 0, ""},
2172 {"DecodeError.Offset", Field, 0, ""},
2173 {"DotDotDotType", Type, 0, ""},
2174 {"DotDotDotType.CommonType", Field, 0, ""},
2175 {"Entry", Type, 0, ""},
2176 {"Entry.Children", Field, 0, ""},
2177 {"Entry.Field", Field, 0, ""},
2178 {"Entry.Offset", Field, 0, ""},
2179 {"Entry.Tag", Field, 0, ""},
2180 {"EnumType", Type, 0, ""},
2181 {"EnumType.CommonType", Field, 0, ""},
2182 {"EnumType.EnumName", Field, 0, ""},
2183 {"EnumType.Val", Field, 0, ""},
2184 {"EnumValue", Type, 0, ""},
2185 {"EnumValue.Name", Field, 0, ""},
2186 {"EnumValue.Val", Field, 0, ""},
2187 {"ErrUnknownPC", Var, 5, ""},
2188 {"Field", Type, 0, ""},
2189 {"Field.Attr", Field, 0, ""},
2190 {"Field.Class", Field, 5, ""},
2191 {"Field.Val", Field, 0, ""},
2192 {"FloatType", Type, 0, ""},
2193 {"FloatType.BasicType", Field, 0, ""},
2194 {"FuncType", Type, 0, ""},
2195 {"FuncType.CommonType", Field, 0, ""},
2196 {"FuncType.ParamType", Field, 0, ""},
2197 {"FuncType.ReturnType", Field, 0, ""},
2198 {"IntType", Type, 0, ""},
2199 {"IntType.BasicType", Field, 0, ""},
2200 {"LineEntry", Type, 5, ""},
2201 {"LineEntry.Address", Field, 5, ""},
2202 {"LineEntry.BasicBlock", Field, 5, ""},
2203 {"LineEntry.Column", Field, 5, ""},
2204 {"LineEntry.Discriminator", Field, 5, ""},
2205 {"LineEntry.EndSequence", Field, 5, ""},
2206 {"LineEntry.EpilogueBegin", Field, 5, ""},
2207 {"LineEntry.File", Field, 5, ""},
2208 {"LineEntry.ISA", Field, 5, ""},
2209 {"LineEntry.IsStmt", Field, 5, ""},
2210 {"LineEntry.Line", Field, 5, ""},
2211 {"LineEntry.OpIndex", Field, 5, ""},
2212 {"LineEntry.PrologueEnd", Field, 5, ""},
2213 {"LineFile", Type, 5, ""},
2214 {"LineFile.Length", Field, 5, ""},
2215 {"LineFile.Mtime", Field, 5, ""},
2216 {"LineFile.Name", Field, 5, ""},
2217 {"LineReader", Type, 5, ""},
2218 {"LineReaderPos", Type, 5, ""},
2219 {"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
2220 {"Offset", Type, 0, ""},
2221 {"PtrType", Type, 0, ""},
2222 {"PtrType.CommonType", Field, 0, ""},
2223 {"PtrType.Type", Field, 0, ""},
2224 {"QualType", Type, 0, ""},
2225 {"QualType.CommonType", Field, 0, ""},
2226 {"QualType.Qual", Field, 0, ""},
2227 {"QualType.Type", Field, 0, ""},
2228 {"Reader", Type, 0, ""},
2229 {"StructField", Type, 0, ""},
2230 {"StructField.BitOffset", Field, 0, ""},
2231 {"StructField.BitSize", Field, 0, ""},
2232 {"StructField.ByteOffset", Field, 0, ""},
2233 {"StructField.ByteSize", Field, 0, ""},
2234 {"StructField.DataBitOffset", Field, 18, ""},
2235 {"StructField.Name", Field, 0, ""},
2236 {"StructField.Type", Field, 0, ""},
2237 {"StructType", Type, 0, ""},
2238 {"StructType.CommonType", Field, 0, ""},
2239 {"StructType.Field", Field, 0, ""},
2240 {"StructType.Incomplete", Field, 0, ""},
2241 {"StructType.Kind", Field, 0, ""},
2242 {"StructType.StructName", Field, 0, ""},
2243 {"Tag", Type, 0, ""},
2244 {"TagAccessDeclaration", Const, 0, ""},
2245 {"TagArrayType", Const, 0, ""},
2246 {"TagAtomicType", Const, 14, ""},
2247 {"TagBaseType", Const, 0, ""},
2248 {"TagCallSite", Const, 14, ""},
2249 {"TagCallSiteParameter", Const, 14, ""},
2250 {"TagCatchDwarfBlock", Const, 0, ""},
2251 {"TagClassType", Const, 0, ""},
2252 {"TagCoarrayType", Const, 14, ""},
2253 {"TagCommonDwarfBlock", Const, 0, ""},
2254 {"TagCommonInclusion", Const, 0, ""},
2255 {"TagCompileUnit", Const, 0, ""},
2256 {"TagCondition", Const, 3, ""},
2257 {"TagConstType", Const, 0, ""},
2258 {"TagConstant", Const, 0, ""},
2259 {"TagDwarfProcedure", Const, 0, ""},
2260 {"TagDynamicType", Const, 14, ""},
2261 {"TagEntryPoint", Const, 0, ""},
2262 {"TagEnumerationType", Const, 0, ""},
2263 {"TagEnumerator", Const, 0, ""},
2264 {"TagFileType", Const, 0, ""},
2265 {"TagFormalParameter", Const, 0, ""},
2266 {"TagFriend", Const, 0, ""},
2267 {"TagGenericSubrange", Const, 14, ""},
2268 {"TagImmutableType", Const, 14, ""},
2269 {"TagImportedDeclaration", Const, 0, ""},
2270 {"TagImportedModule", Const, 0, ""},
2271 {"TagImportedUnit", Const, 0, ""},
2272 {"TagInheritance", Const, 0, ""},
2273 {"TagInlinedSubroutine", Const, 0, ""},
2274 {"TagInterfaceType", Const, 0, ""},
2275 {"TagLabel", Const, 0, ""},
2276 {"TagLexDwarfBlock", Const, 0, ""},
2277 {"TagMember", Const, 0, ""},
2278 {"TagModule", Const, 0, ""},
2279 {"TagMutableType", Const, 0, ""},
2280 {"TagNamelist", Const, 0, ""},
2281 {"TagNamelistItem", Const, 0, ""},
2282 {"TagNamespace", Const, 0, ""},
2283 {"TagPackedType", Const, 0, ""},
2284 {"TagPartialUnit", Const, 0, ""},
2285 {"TagPointerType", Const, 0, ""},
2286 {"TagPtrToMemberType", Const, 0, ""},
2287 {"TagReferenceType", Const, 0, ""},
2288 {"TagRestrictType", Const, 0, ""},
2289 {"TagRvalueReferenceType", Const, 3, ""},
2290 {"TagSetType", Const, 0, ""},
2291 {"TagSharedType", Const, 3, ""},
2292 {"TagSkeletonUnit", Const, 14, ""},
2293 {"TagStringType", Const, 0, ""},
2294 {"TagStructType", Const, 0, ""},
2295 {"TagSubprogram", Const, 0, ""},
2296 {"TagSubrangeType", Const, 0, ""},
2297 {"TagSubroutineType", Const, 0, ""},
2298 {"TagTemplateAlias", Const, 3, ""},
2299 {"TagTemplateTypeParameter", Const, 0, ""},
2300 {"TagTemplateValueParameter", Const, 0, ""},
2301 {"TagThrownType", Const, 0, ""},
2302 {"TagTryDwarfBlock", Const, 0, ""},
2303 {"TagTypeUnit", Const, 3, ""},
2304 {"TagTypedef", Const, 0, ""},
2305 {"TagUnionType", Const, 0, ""},
2306 {"TagUnspecifiedParameters", Const, 0, ""},
2307 {"TagUnspecifiedType", Const, 0, ""},
2308 {"TagVariable", Const, 0, ""},
2309 {"TagVariant", Const, 0, ""},
2310 {"TagVariantPart", Const, 0, ""},
2311 {"TagVolatileType", Const, 0, ""},
2312 {"TagWithStmt", Const, 0, ""},
2313 {"Type", Type, 0, ""},
2314 {"TypedefType", Type, 0, ""},
2315 {"TypedefType.CommonType", Field, 0, ""},
2316 {"TypedefType.Type", Field, 0, ""},
2317 {"UcharType", Type, 0, ""},
2318 {"UcharType.BasicType", Field, 0, ""},
2319 {"UintType", Type, 0, ""},
2320 {"UintType.BasicType", Field, 0, ""},
2321 {"UnspecifiedType", Type, 4, ""},
2322 {"UnspecifiedType.BasicType", Field, 4, ""},
2323 {"UnsupportedType", Type, 13, ""},
2324 {"UnsupportedType.CommonType", Field, 13, ""},
2325 {"UnsupportedType.Tag", Field, 13, ""},
2326 {"VoidType", Type, 0, ""},
2327 {"VoidType.CommonType", Field, 0, ""},
2328 },
2329 "debug/elf": {
2330 {"(*File).Close", Method, 0, ""},
2331 {"(*File).DWARF", Method, 0, ""},
2332 {"(*File).DynString", Method, 1, ""},
2333 {"(*File).DynValue", Method, 21, ""},
2334 {"(*File).DynamicSymbols", Method, 4, ""},
2335 {"(*File).DynamicVersionNeeds", Method, 24, ""},
2336 {"(*File).DynamicVersions", Method, 24, ""},
2337 {"(*File).ImportedLibraries", Method, 0, ""},
2338 {"(*File).ImportedSymbols", Method, 0, ""},
2339 {"(*File).Section", Method, 0, ""},
2340 {"(*File).SectionByType", Method, 0, ""},
2341 {"(*File).Symbols", Method, 0, ""},
2342 {"(*FormatError).Error", Method, 0, ""},
2343 {"(*Prog).Open", Method, 0, ""},
2344 {"(*Section).Data", Method, 0, ""},
2345 {"(*Section).Open", Method, 0, ""},
2346 {"(Class).GoString", Method, 0, ""},
2347 {"(Class).String", Method, 0, ""},
2348 {"(CompressionType).GoString", Method, 6, ""},
2349 {"(CompressionType).String", Method, 6, ""},
2350 {"(Data).GoString", Method, 0, ""},
2351 {"(Data).String", Method, 0, ""},
2352 {"(DynFlag).GoString", Method, 0, ""},
2353 {"(DynFlag).String", Method, 0, ""},
2354 {"(DynFlag1).GoString", Method, 21, ""},
2355 {"(DynFlag1).String", Method, 21, ""},
2356 {"(DynTag).GoString", Method, 0, ""},
2357 {"(DynTag).String", Method, 0, ""},
2358 {"(Machine).GoString", Method, 0, ""},
2359 {"(Machine).String", Method, 0, ""},
2360 {"(NType).GoString", Method, 0, ""},
2361 {"(NType).String", Method, 0, ""},
2362 {"(OSABI).GoString", Method, 0, ""},
2363 {"(OSABI).String", Method, 0, ""},
2364 {"(Prog).ReadAt", Method, 0, ""},
2365 {"(ProgFlag).GoString", Method, 0, ""},
2366 {"(ProgFlag).String", Method, 0, ""},
2367 {"(ProgType).GoString", Method, 0, ""},
2368 {"(ProgType).String", Method, 0, ""},
2369 {"(R_386).GoString", Method, 0, ""},
2370 {"(R_386).String", Method, 0, ""},
2371 {"(R_390).GoString", Method, 7, ""},
2372 {"(R_390).String", Method, 7, ""},
2373 {"(R_AARCH64).GoString", Method, 4, ""},
2374 {"(R_AARCH64).String", Method, 4, ""},
2375 {"(R_ALPHA).GoString", Method, 0, ""},
2376 {"(R_ALPHA).String", Method, 0, ""},
2377 {"(R_ARM).GoString", Method, 0, ""},
2378 {"(R_ARM).String", Method, 0, ""},
2379 {"(R_LARCH).GoString", Method, 19, ""},
2380 {"(R_LARCH).String", Method, 19, ""},
2381 {"(R_MIPS).GoString", Method, 6, ""},
2382 {"(R_MIPS).String", Method, 6, ""},
2383 {"(R_PPC).GoString", Method, 0, ""},
2384 {"(R_PPC).String", Method, 0, ""},
2385 {"(R_PPC64).GoString", Method, 5, ""},
2386 {"(R_PPC64).String", Method, 5, ""},
2387 {"(R_RISCV).GoString", Method, 11, ""},
2388 {"(R_RISCV).String", Method, 11, ""},
2389 {"(R_SPARC).GoString", Method, 0, ""},
2390 {"(R_SPARC).String", Method, 0, ""},
2391 {"(R_X86_64).GoString", Method, 0, ""},
2392 {"(R_X86_64).String", Method, 0, ""},
2393 {"(Section).ReadAt", Method, 0, ""},
2394 {"(SectionFlag).GoString", Method, 0, ""},
2395 {"(SectionFlag).String", Method, 0, ""},
2396 {"(SectionIndex).GoString", Method, 0, ""},
2397 {"(SectionIndex).String", Method, 0, ""},
2398 {"(SectionType).GoString", Method, 0, ""},
2399 {"(SectionType).String", Method, 0, ""},
2400 {"(SymBind).GoString", Method, 0, ""},
2401 {"(SymBind).String", Method, 0, ""},
2402 {"(SymType).GoString", Method, 0, ""},
2403 {"(SymType).String", Method, 0, ""},
2404 {"(SymVis).GoString", Method, 0, ""},
2405 {"(SymVis).String", Method, 0, ""},
2406 {"(Type).GoString", Method, 0, ""},
2407 {"(Type).String", Method, 0, ""},
2408 {"(Version).GoString", Method, 0, ""},
2409 {"(Version).String", Method, 0, ""},
2410 {"(VersionIndex).Index", Method, 24, ""},
2411 {"(VersionIndex).IsHidden", Method, 24, ""},
2412 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0, ""},
2413 {"COMPRESS_HIOS", Const, 6, ""},
2414 {"COMPRESS_HIPROC", Const, 6, ""},
2415 {"COMPRESS_LOOS", Const, 6, ""},
2416 {"COMPRESS_LOPROC", Const, 6, ""},
2417 {"COMPRESS_ZLIB", Const, 6, ""},
2418 {"COMPRESS_ZSTD", Const, 21, ""},
2419 {"Chdr32", Type, 6, ""},
2420 {"Chdr32.Addralign", Field, 6, ""},
2421 {"Chdr32.Size", Field, 6, ""},
2422 {"Chdr32.Type", Field, 6, ""},
2423 {"Chdr64", Type, 6, ""},
2424 {"Chdr64.Addralign", Field, 6, ""},
2425 {"Chdr64.Size", Field, 6, ""},
2426 {"Chdr64.Type", Field, 6, ""},
2427 {"Class", Type, 0, ""},
2428 {"CompressionType", Type, 6, ""},
2429 {"DF_1_CONFALT", Const, 21, ""},
2430 {"DF_1_DIRECT", Const, 21, ""},
2431 {"DF_1_DISPRELDNE", Const, 21, ""},
2432 {"DF_1_DISPRELPND", Const, 21, ""},
2433 {"DF_1_EDITED", Const, 21, ""},
2434 {"DF_1_ENDFILTEE", Const, 21, ""},
2435 {"DF_1_GLOBAL", Const, 21, ""},
2436 {"DF_1_GLOBAUDIT", Const, 21, ""},
2437 {"DF_1_GROUP", Const, 21, ""},
2438 {"DF_1_IGNMULDEF", Const, 21, ""},
2439 {"DF_1_INITFIRST", Const, 21, ""},
2440 {"DF_1_INTERPOSE", Const, 21, ""},
2441 {"DF_1_KMOD", Const, 21, ""},
2442 {"DF_1_LOADFLTR", Const, 21, ""},
2443 {"DF_1_NOCOMMON", Const, 21, ""},
2444 {"DF_1_NODEFLIB", Const, 21, ""},
2445 {"DF_1_NODELETE", Const, 21, ""},
2446 {"DF_1_NODIRECT", Const, 21, ""},
2447 {"DF_1_NODUMP", Const, 21, ""},
2448 {"DF_1_NOHDR", Const, 21, ""},
2449 {"DF_1_NOKSYMS", Const, 21, ""},
2450 {"DF_1_NOOPEN", Const, 21, ""},
2451 {"DF_1_NORELOC", Const, 21, ""},
2452 {"DF_1_NOW", Const, 21, ""},
2453 {"DF_1_ORIGIN", Const, 21, ""},
2454 {"DF_1_PIE", Const, 21, ""},
2455 {"DF_1_SINGLETON", Const, 21, ""},
2456 {"DF_1_STUB", Const, 21, ""},
2457 {"DF_1_SYMINTPOSE", Const, 21, ""},
2458 {"DF_1_TRANS", Const, 21, ""},
2459 {"DF_1_WEAKFILTER", Const, 21, ""},
2460 {"DF_BIND_NOW", Const, 0, ""},
2461 {"DF_ORIGIN", Const, 0, ""},
2462 {"DF_STATIC_TLS", Const, 0, ""},
2463 {"DF_SYMBOLIC", Const, 0, ""},
2464 {"DF_TEXTREL", Const, 0, ""},
2465 {"DT_ADDRRNGHI", Const, 16, ""},
2466 {"DT_ADDRRNGLO", Const, 16, ""},
2467 {"DT_AUDIT", Const, 16, ""},
2468 {"DT_AUXILIARY", Const, 16, ""},
2469 {"DT_BIND_NOW", Const, 0, ""},
2470 {"DT_CHECKSUM", Const, 16, ""},
2471 {"DT_CONFIG", Const, 16, ""},
2472 {"DT_DEBUG", Const, 0, ""},
2473 {"DT_DEPAUDIT", Const, 16, ""},
2474 {"DT_ENCODING", Const, 0, ""},
2475 {"DT_FEATURE", Const, 16, ""},
2476 {"DT_FILTER", Const, 16, ""},
2477 {"DT_FINI", Const, 0, ""},
2478 {"DT_FINI_ARRAY", Const, 0, ""},
2479 {"DT_FINI_ARRAYSZ", Const, 0, ""},
2480 {"DT_FLAGS", Const, 0, ""},
2481 {"DT_FLAGS_1", Const, 16, ""},
2482 {"DT_GNU_CONFLICT", Const, 16, ""},
2483 {"DT_GNU_CONFLICTSZ", Const, 16, ""},
2484 {"DT_GNU_HASH", Const, 16, ""},
2485 {"DT_GNU_LIBLIST", Const, 16, ""},
2486 {"DT_GNU_LIBLISTSZ", Const, 16, ""},
2487 {"DT_GNU_PRELINKED", Const, 16, ""},
2488 {"DT_HASH", Const, 0, ""},
2489 {"DT_HIOS", Const, 0, ""},
2490 {"DT_HIPROC", Const, 0, ""},
2491 {"DT_INIT", Const, 0, ""},
2492 {"DT_INIT_ARRAY", Const, 0, ""},
2493 {"DT_INIT_ARRAYSZ", Const, 0, ""},
2494 {"DT_JMPREL", Const, 0, ""},
2495 {"DT_LOOS", Const, 0, ""},
2496 {"DT_LOPROC", Const, 0, ""},
2497 {"DT_MIPS_AUX_DYNAMIC", Const, 16, ""},
2498 {"DT_MIPS_BASE_ADDRESS", Const, 16, ""},
2499 {"DT_MIPS_COMPACT_SIZE", Const, 16, ""},
2500 {"DT_MIPS_CONFLICT", Const, 16, ""},
2501 {"DT_MIPS_CONFLICTNO", Const, 16, ""},
2502 {"DT_MIPS_CXX_FLAGS", Const, 16, ""},
2503 {"DT_MIPS_DELTA_CLASS", Const, 16, ""},
2504 {"DT_MIPS_DELTA_CLASSSYM", Const, 16, ""},
2505 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16, ""},
2506 {"DT_MIPS_DELTA_CLASS_NO", Const, 16, ""},
2507 {"DT_MIPS_DELTA_INSTANCE", Const, 16, ""},
2508 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16, ""},
2509 {"DT_MIPS_DELTA_RELOC", Const, 16, ""},
2510 {"DT_MIPS_DELTA_RELOC_NO", Const, 16, ""},
2511 {"DT_MIPS_DELTA_SYM", Const, 16, ""},
2512 {"DT_MIPS_DELTA_SYM_NO", Const, 16, ""},
2513 {"DT_MIPS_DYNSTR_ALIGN", Const, 16, ""},
2514 {"DT_MIPS_FLAGS", Const, 16, ""},
2515 {"DT_MIPS_GOTSYM", Const, 16, ""},
2516 {"DT_MIPS_GP_VALUE", Const, 16, ""},
2517 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16, ""},
2518 {"DT_MIPS_HIPAGENO", Const, 16, ""},
2519 {"DT_MIPS_ICHECKSUM", Const, 16, ""},
2520 {"DT_MIPS_INTERFACE", Const, 16, ""},
2521 {"DT_MIPS_INTERFACE_SIZE", Const, 16, ""},
2522 {"DT_MIPS_IVERSION", Const, 16, ""},
2523 {"DT_MIPS_LIBLIST", Const, 16, ""},
2524 {"DT_MIPS_LIBLISTNO", Const, 16, ""},
2525 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16, ""},
2526 {"DT_MIPS_LOCAL_GOTIDX", Const, 16, ""},
2527 {"DT_MIPS_LOCAL_GOTNO", Const, 16, ""},
2528 {"DT_MIPS_MSYM", Const, 16, ""},
2529 {"DT_MIPS_OPTIONS", Const, 16, ""},
2530 {"DT_MIPS_PERF_SUFFIX", Const, 16, ""},
2531 {"DT_MIPS_PIXIE_INIT", Const, 16, ""},
2532 {"DT_MIPS_PLTGOT", Const, 16, ""},
2533 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16, ""},
2534 {"DT_MIPS_RLD_MAP", Const, 16, ""},
2535 {"DT_MIPS_RLD_MAP_REL", Const, 16, ""},
2536 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16, ""},
2537 {"DT_MIPS_RLD_VERSION", Const, 16, ""},
2538 {"DT_MIPS_RWPLT", Const, 16, ""},
2539 {"DT_MIPS_SYMBOL_LIB", Const, 16, ""},
2540 {"DT_MIPS_SYMTABNO", Const, 16, ""},
2541 {"DT_MIPS_TIME_STAMP", Const, 16, ""},
2542 {"DT_MIPS_UNREFEXTNO", Const, 16, ""},
2543 {"DT_MOVEENT", Const, 16, ""},
2544 {"DT_MOVESZ", Const, 16, ""},
2545 {"DT_MOVETAB", Const, 16, ""},
2546 {"DT_NEEDED", Const, 0, ""},
2547 {"DT_NULL", Const, 0, ""},
2548 {"DT_PLTGOT", Const, 0, ""},
2549 {"DT_PLTPAD", Const, 16, ""},
2550 {"DT_PLTPADSZ", Const, 16, ""},
2551 {"DT_PLTREL", Const, 0, ""},
2552 {"DT_PLTRELSZ", Const, 0, ""},
2553 {"DT_POSFLAG_1", Const, 16, ""},
2554 {"DT_PPC64_GLINK", Const, 16, ""},
2555 {"DT_PPC64_OPD", Const, 16, ""},
2556 {"DT_PPC64_OPDSZ", Const, 16, ""},
2557 {"DT_PPC64_OPT", Const, 16, ""},
2558 {"DT_PPC_GOT", Const, 16, ""},
2559 {"DT_PPC_OPT", Const, 16, ""},
2560 {"DT_PREINIT_ARRAY", Const, 0, ""},
2561 {"DT_PREINIT_ARRAYSZ", Const, 0, ""},
2562 {"DT_REL", Const, 0, ""},
2563 {"DT_RELA", Const, 0, ""},
2564 {"DT_RELACOUNT", Const, 16, ""},
2565 {"DT_RELAENT", Const, 0, ""},
2566 {"DT_RELASZ", Const, 0, ""},
2567 {"DT_RELCOUNT", Const, 16, ""},
2568 {"DT_RELENT", Const, 0, ""},
2569 {"DT_RELSZ", Const, 0, ""},
2570 {"DT_RPATH", Const, 0, ""},
2571 {"DT_RUNPATH", Const, 0, ""},
2572 {"DT_SONAME", Const, 0, ""},
2573 {"DT_SPARC_REGISTER", Const, 16, ""},
2574 {"DT_STRSZ", Const, 0, ""},
2575 {"DT_STRTAB", Const, 0, ""},
2576 {"DT_SYMBOLIC", Const, 0, ""},
2577 {"DT_SYMENT", Const, 0, ""},
2578 {"DT_SYMINENT", Const, 16, ""},
2579 {"DT_SYMINFO", Const, 16, ""},
2580 {"DT_SYMINSZ", Const, 16, ""},
2581 {"DT_SYMTAB", Const, 0, ""},
2582 {"DT_SYMTAB_SHNDX", Const, 16, ""},
2583 {"DT_TEXTREL", Const, 0, ""},
2584 {"DT_TLSDESC_GOT", Const, 16, ""},
2585 {"DT_TLSDESC_PLT", Const, 16, ""},
2586 {"DT_USED", Const, 16, ""},
2587 {"DT_VALRNGHI", Const, 16, ""},
2588 {"DT_VALRNGLO", Const, 16, ""},
2589 {"DT_VERDEF", Const, 16, ""},
2590 {"DT_VERDEFNUM", Const, 16, ""},
2591 {"DT_VERNEED", Const, 0, ""},
2592 {"DT_VERNEEDNUM", Const, 0, ""},
2593 {"DT_VERSYM", Const, 0, ""},
2594 {"Data", Type, 0, ""},
2595 {"Dyn32", Type, 0, ""},
2596 {"Dyn32.Tag", Field, 0, ""},
2597 {"Dyn32.Val", Field, 0, ""},
2598 {"Dyn64", Type, 0, ""},
2599 {"Dyn64.Tag", Field, 0, ""},
2600 {"Dyn64.Val", Field, 0, ""},
2601 {"DynFlag", Type, 0, ""},
2602 {"DynFlag1", Type, 21, ""},
2603 {"DynTag", Type, 0, ""},
2604 {"DynamicVersion", Type, 24, ""},
2605 {"DynamicVersion.Deps", Field, 24, ""},
2606 {"DynamicVersion.Flags", Field, 24, ""},
2607 {"DynamicVersion.Index", Field, 24, ""},
2608 {"DynamicVersion.Name", Field, 24, ""},
2609 {"DynamicVersionDep", Type, 24, ""},
2610 {"DynamicVersionDep.Dep", Field, 24, ""},
2611 {"DynamicVersionDep.Flags", Field, 24, ""},
2612 {"DynamicVersionDep.Index", Field, 24, ""},
2613 {"DynamicVersionFlag", Type, 24, ""},
2614 {"DynamicVersionNeed", Type, 24, ""},
2615 {"DynamicVersionNeed.Name", Field, 24, ""},
2616 {"DynamicVersionNeed.Needs", Field, 24, ""},
2617 {"EI_ABIVERSION", Const, 0, ""},
2618 {"EI_CLASS", Const, 0, ""},
2619 {"EI_DATA", Const, 0, ""},
2620 {"EI_NIDENT", Const, 0, ""},
2621 {"EI_OSABI", Const, 0, ""},
2622 {"EI_PAD", Const, 0, ""},
2623 {"EI_VERSION", Const, 0, ""},
2624 {"ELFCLASS32", Const, 0, ""},
2625 {"ELFCLASS64", Const, 0, ""},
2626 {"ELFCLASSNONE", Const, 0, ""},
2627 {"ELFDATA2LSB", Const, 0, ""},
2628 {"ELFDATA2MSB", Const, 0, ""},
2629 {"ELFDATANONE", Const, 0, ""},
2630 {"ELFMAG", Const, 0, ""},
2631 {"ELFOSABI_86OPEN", Const, 0, ""},
2632 {"ELFOSABI_AIX", Const, 0, ""},
2633 {"ELFOSABI_ARM", Const, 0, ""},
2634 {"ELFOSABI_AROS", Const, 11, ""},
2635 {"ELFOSABI_CLOUDABI", Const, 11, ""},
2636 {"ELFOSABI_FENIXOS", Const, 11, ""},
2637 {"ELFOSABI_FREEBSD", Const, 0, ""},
2638 {"ELFOSABI_HPUX", Const, 0, ""},
2639 {"ELFOSABI_HURD", Const, 0, ""},
2640 {"ELFOSABI_IRIX", Const, 0, ""},
2641 {"ELFOSABI_LINUX", Const, 0, ""},
2642 {"ELFOSABI_MODESTO", Const, 0, ""},
2643 {"ELFOSABI_NETBSD", Const, 0, ""},
2644 {"ELFOSABI_NONE", Const, 0, ""},
2645 {"ELFOSABI_NSK", Const, 0, ""},
2646 {"ELFOSABI_OPENBSD", Const, 0, ""},
2647 {"ELFOSABI_OPENVMS", Const, 0, ""},
2648 {"ELFOSABI_SOLARIS", Const, 0, ""},
2649 {"ELFOSABI_STANDALONE", Const, 0, ""},
2650 {"ELFOSABI_TRU64", Const, 0, ""},
2651 {"EM_386", Const, 0, ""},
2652 {"EM_486", Const, 0, ""},
2653 {"EM_56800EX", Const, 11, ""},
2654 {"EM_68HC05", Const, 11, ""},
2655 {"EM_68HC08", Const, 11, ""},
2656 {"EM_68HC11", Const, 11, ""},
2657 {"EM_68HC12", Const, 0, ""},
2658 {"EM_68HC16", Const, 11, ""},
2659 {"EM_68K", Const, 0, ""},
2660 {"EM_78KOR", Const, 11, ""},
2661 {"EM_8051", Const, 11, ""},
2662 {"EM_860", Const, 0, ""},
2663 {"EM_88K", Const, 0, ""},
2664 {"EM_960", Const, 0, ""},
2665 {"EM_AARCH64", Const, 4, ""},
2666 {"EM_ALPHA", Const, 0, ""},
2667 {"EM_ALPHA_STD", Const, 0, ""},
2668 {"EM_ALTERA_NIOS2", Const, 11, ""},
2669 {"EM_AMDGPU", Const, 11, ""},
2670 {"EM_ARC", Const, 0, ""},
2671 {"EM_ARCA", Const, 11, ""},
2672 {"EM_ARC_COMPACT", Const, 11, ""},
2673 {"EM_ARC_COMPACT2", Const, 11, ""},
2674 {"EM_ARM", Const, 0, ""},
2675 {"EM_AVR", Const, 11, ""},
2676 {"EM_AVR32", Const, 11, ""},
2677 {"EM_BA1", Const, 11, ""},
2678 {"EM_BA2", Const, 11, ""},
2679 {"EM_BLACKFIN", Const, 11, ""},
2680 {"EM_BPF", Const, 11, ""},
2681 {"EM_C166", Const, 11, ""},
2682 {"EM_CDP", Const, 11, ""},
2683 {"EM_CE", Const, 11, ""},
2684 {"EM_CLOUDSHIELD", Const, 11, ""},
2685 {"EM_COGE", Const, 11, ""},
2686 {"EM_COLDFIRE", Const, 0, ""},
2687 {"EM_COOL", Const, 11, ""},
2688 {"EM_COREA_1ST", Const, 11, ""},
2689 {"EM_COREA_2ND", Const, 11, ""},
2690 {"EM_CR", Const, 11, ""},
2691 {"EM_CR16", Const, 11, ""},
2692 {"EM_CRAYNV2", Const, 11, ""},
2693 {"EM_CRIS", Const, 11, ""},
2694 {"EM_CRX", Const, 11, ""},
2695 {"EM_CSR_KALIMBA", Const, 11, ""},
2696 {"EM_CUDA", Const, 11, ""},
2697 {"EM_CYPRESS_M8C", Const, 11, ""},
2698 {"EM_D10V", Const, 11, ""},
2699 {"EM_D30V", Const, 11, ""},
2700 {"EM_DSP24", Const, 11, ""},
2701 {"EM_DSPIC30F", Const, 11, ""},
2702 {"EM_DXP", Const, 11, ""},
2703 {"EM_ECOG1", Const, 11, ""},
2704 {"EM_ECOG16", Const, 11, ""},
2705 {"EM_ECOG1X", Const, 11, ""},
2706 {"EM_ECOG2", Const, 11, ""},
2707 {"EM_ETPU", Const, 11, ""},
2708 {"EM_EXCESS", Const, 11, ""},
2709 {"EM_F2MC16", Const, 11, ""},
2710 {"EM_FIREPATH", Const, 11, ""},
2711 {"EM_FR20", Const, 0, ""},
2712 {"EM_FR30", Const, 11, ""},
2713 {"EM_FT32", Const, 11, ""},
2714 {"EM_FX66", Const, 11, ""},
2715 {"EM_H8S", Const, 0, ""},
2716 {"EM_H8_300", Const, 0, ""},
2717 {"EM_H8_300H", Const, 0, ""},
2718 {"EM_H8_500", Const, 0, ""},
2719 {"EM_HUANY", Const, 11, ""},
2720 {"EM_IA_64", Const, 0, ""},
2721 {"EM_INTEL205", Const, 11, ""},
2722 {"EM_INTEL206", Const, 11, ""},
2723 {"EM_INTEL207", Const, 11, ""},
2724 {"EM_INTEL208", Const, 11, ""},
2725 {"EM_INTEL209", Const, 11, ""},
2726 {"EM_IP2K", Const, 11, ""},
2727 {"EM_JAVELIN", Const, 11, ""},
2728 {"EM_K10M", Const, 11, ""},
2729 {"EM_KM32", Const, 11, ""},
2730 {"EM_KMX16", Const, 11, ""},
2731 {"EM_KMX32", Const, 11, ""},
2732 {"EM_KMX8", Const, 11, ""},
2733 {"EM_KVARC", Const, 11, ""},
2734 {"EM_L10M", Const, 11, ""},
2735 {"EM_LANAI", Const, 11, ""},
2736 {"EM_LATTICEMICO32", Const, 11, ""},
2737 {"EM_LOONGARCH", Const, 19, ""},
2738 {"EM_M16C", Const, 11, ""},
2739 {"EM_M32", Const, 0, ""},
2740 {"EM_M32C", Const, 11, ""},
2741 {"EM_M32R", Const, 11, ""},
2742 {"EM_MANIK", Const, 11, ""},
2743 {"EM_MAX", Const, 11, ""},
2744 {"EM_MAXQ30", Const, 11, ""},
2745 {"EM_MCHP_PIC", Const, 11, ""},
2746 {"EM_MCST_ELBRUS", Const, 11, ""},
2747 {"EM_ME16", Const, 0, ""},
2748 {"EM_METAG", Const, 11, ""},
2749 {"EM_MICROBLAZE", Const, 11, ""},
2750 {"EM_MIPS", Const, 0, ""},
2751 {"EM_MIPS_RS3_LE", Const, 0, ""},
2752 {"EM_MIPS_RS4_BE", Const, 0, ""},
2753 {"EM_MIPS_X", Const, 0, ""},
2754 {"EM_MMA", Const, 0, ""},
2755 {"EM_MMDSP_PLUS", Const, 11, ""},
2756 {"EM_MMIX", Const, 11, ""},
2757 {"EM_MN10200", Const, 11, ""},
2758 {"EM_MN10300", Const, 11, ""},
2759 {"EM_MOXIE", Const, 11, ""},
2760 {"EM_MSP430", Const, 11, ""},
2761 {"EM_NCPU", Const, 0, ""},
2762 {"EM_NDR1", Const, 0, ""},
2763 {"EM_NDS32", Const, 11, ""},
2764 {"EM_NONE", Const, 0, ""},
2765 {"EM_NORC", Const, 11, ""},
2766 {"EM_NS32K", Const, 11, ""},
2767 {"EM_OPEN8", Const, 11, ""},
2768 {"EM_OPENRISC", Const, 11, ""},
2769 {"EM_PARISC", Const, 0, ""},
2770 {"EM_PCP", Const, 0, ""},
2771 {"EM_PDP10", Const, 11, ""},
2772 {"EM_PDP11", Const, 11, ""},
2773 {"EM_PDSP", Const, 11, ""},
2774 {"EM_PJ", Const, 11, ""},
2775 {"EM_PPC", Const, 0, ""},
2776 {"EM_PPC64", Const, 0, ""},
2777 {"EM_PRISM", Const, 11, ""},
2778 {"EM_QDSP6", Const, 11, ""},
2779 {"EM_R32C", Const, 11, ""},
2780 {"EM_RCE", Const, 0, ""},
2781 {"EM_RH32", Const, 0, ""},
2782 {"EM_RISCV", Const, 11, ""},
2783 {"EM_RL78", Const, 11, ""},
2784 {"EM_RS08", Const, 11, ""},
2785 {"EM_RX", Const, 11, ""},
2786 {"EM_S370", Const, 0, ""},
2787 {"EM_S390", Const, 0, ""},
2788 {"EM_SCORE7", Const, 11, ""},
2789 {"EM_SEP", Const, 11, ""},
2790 {"EM_SE_C17", Const, 11, ""},
2791 {"EM_SE_C33", Const, 11, ""},
2792 {"EM_SH", Const, 0, ""},
2793 {"EM_SHARC", Const, 11, ""},
2794 {"EM_SLE9X", Const, 11, ""},
2795 {"EM_SNP1K", Const, 11, ""},
2796 {"EM_SPARC", Const, 0, ""},
2797 {"EM_SPARC32PLUS", Const, 0, ""},
2798 {"EM_SPARCV9", Const, 0, ""},
2799 {"EM_ST100", Const, 0, ""},
2800 {"EM_ST19", Const, 11, ""},
2801 {"EM_ST200", Const, 11, ""},
2802 {"EM_ST7", Const, 11, ""},
2803 {"EM_ST9PLUS", Const, 11, ""},
2804 {"EM_STARCORE", Const, 0, ""},
2805 {"EM_STM8", Const, 11, ""},
2806 {"EM_STXP7X", Const, 11, ""},
2807 {"EM_SVX", Const, 11, ""},
2808 {"EM_TILE64", Const, 11, ""},
2809 {"EM_TILEGX", Const, 11, ""},
2810 {"EM_TILEPRO", Const, 11, ""},
2811 {"EM_TINYJ", Const, 0, ""},
2812 {"EM_TI_ARP32", Const, 11, ""},
2813 {"EM_TI_C2000", Const, 11, ""},
2814 {"EM_TI_C5500", Const, 11, ""},
2815 {"EM_TI_C6000", Const, 11, ""},
2816 {"EM_TI_PRU", Const, 11, ""},
2817 {"EM_TMM_GPP", Const, 11, ""},
2818 {"EM_TPC", Const, 11, ""},
2819 {"EM_TRICORE", Const, 0, ""},
2820 {"EM_TRIMEDIA", Const, 11, ""},
2821 {"EM_TSK3000", Const, 11, ""},
2822 {"EM_UNICORE", Const, 11, ""},
2823 {"EM_V800", Const, 0, ""},
2824 {"EM_V850", Const, 11, ""},
2825 {"EM_VAX", Const, 11, ""},
2826 {"EM_VIDEOCORE", Const, 11, ""},
2827 {"EM_VIDEOCORE3", Const, 11, ""},
2828 {"EM_VIDEOCORE5", Const, 11, ""},
2829 {"EM_VISIUM", Const, 11, ""},
2830 {"EM_VPP500", Const, 0, ""},
2831 {"EM_X86_64", Const, 0, ""},
2832 {"EM_XCORE", Const, 11, ""},
2833 {"EM_XGATE", Const, 11, ""},
2834 {"EM_XIMO16", Const, 11, ""},
2835 {"EM_XTENSA", Const, 11, ""},
2836 {"EM_Z80", Const, 11, ""},
2837 {"EM_ZSP", Const, 11, ""},
2838 {"ET_CORE", Const, 0, ""},
2839 {"ET_DYN", Const, 0, ""},
2840 {"ET_EXEC", Const, 0, ""},
2841 {"ET_HIOS", Const, 0, ""},
2842 {"ET_HIPROC", Const, 0, ""},
2843 {"ET_LOOS", Const, 0, ""},
2844 {"ET_LOPROC", Const, 0, ""},
2845 {"ET_NONE", Const, 0, ""},
2846 {"ET_REL", Const, 0, ""},
2847 {"EV_CURRENT", Const, 0, ""},
2848 {"EV_NONE", Const, 0, ""},
2849 {"ErrNoSymbols", Var, 4, ""},
2850 {"File", Type, 0, ""},
2851 {"File.FileHeader", Field, 0, ""},
2852 {"File.Progs", Field, 0, ""},
2853 {"File.Sections", Field, 0, ""},
2854 {"FileHeader", Type, 0, ""},
2855 {"FileHeader.ABIVersion", Field, 0, ""},
2856 {"FileHeader.ByteOrder", Field, 0, ""},
2857 {"FileHeader.Class", Field, 0, ""},
2858 {"FileHeader.Data", Field, 0, ""},
2859 {"FileHeader.Entry", Field, 1, ""},
2860 {"FileHeader.Machine", Field, 0, ""},
2861 {"FileHeader.OSABI", Field, 0, ""},
2862 {"FileHeader.Type", Field, 0, ""},
2863 {"FileHeader.Version", Field, 0, ""},
2864 {"FormatError", Type, 0, ""},
2865 {"Header32", Type, 0, ""},
2866 {"Header32.Ehsize", Field, 0, ""},
2867 {"Header32.Entry", Field, 0, ""},
2868 {"Header32.Flags", Field, 0, ""},
2869 {"Header32.Ident", Field, 0, ""},
2870 {"Header32.Machine", Field, 0, ""},
2871 {"Header32.Phentsize", Field, 0, ""},
2872 {"Header32.Phnum", Field, 0, ""},
2873 {"Header32.Phoff", Field, 0, ""},
2874 {"Header32.Shentsize", Field, 0, ""},
2875 {"Header32.Shnum", Field, 0, ""},
2876 {"Header32.Shoff", Field, 0, ""},
2877 {"Header32.Shstrndx", Field, 0, ""},
2878 {"Header32.Type", Field, 0, ""},
2879 {"Header32.Version", Field, 0, ""},
2880 {"Header64", Type, 0, ""},
2881 {"Header64.Ehsize", Field, 0, ""},
2882 {"Header64.Entry", Field, 0, ""},
2883 {"Header64.Flags", Field, 0, ""},
2884 {"Header64.Ident", Field, 0, ""},
2885 {"Header64.Machine", Field, 0, ""},
2886 {"Header64.Phentsize", Field, 0, ""},
2887 {"Header64.Phnum", Field, 0, ""},
2888 {"Header64.Phoff", Field, 0, ""},
2889 {"Header64.Shentsize", Field, 0, ""},
2890 {"Header64.Shnum", Field, 0, ""},
2891 {"Header64.Shoff", Field, 0, ""},
2892 {"Header64.Shstrndx", Field, 0, ""},
2893 {"Header64.Type", Field, 0, ""},
2894 {"Header64.Version", Field, 0, ""},
2895 {"ImportedSymbol", Type, 0, ""},
2896 {"ImportedSymbol.Library", Field, 0, ""},
2897 {"ImportedSymbol.Name", Field, 0, ""},
2898 {"ImportedSymbol.Version", Field, 0, ""},
2899 {"Machine", Type, 0, ""},
2900 {"NT_FPREGSET", Const, 0, ""},
2901 {"NT_PRPSINFO", Const, 0, ""},
2902 {"NT_PRSTATUS", Const, 0, ""},
2903 {"NType", Type, 0, ""},
2904 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
2905 {"OSABI", Type, 0, ""},
2906 {"Open", Func, 0, "func(name string) (*File, error)"},
2907 {"PF_MASKOS", Const, 0, ""},
2908 {"PF_MASKPROC", Const, 0, ""},
2909 {"PF_R", Const, 0, ""},
2910 {"PF_W", Const, 0, ""},
2911 {"PF_X", Const, 0, ""},
2912 {"PT_AARCH64_ARCHEXT", Const, 16, ""},
2913 {"PT_AARCH64_UNWIND", Const, 16, ""},
2914 {"PT_ARM_ARCHEXT", Const, 16, ""},
2915 {"PT_ARM_EXIDX", Const, 16, ""},
2916 {"PT_DYNAMIC", Const, 0, ""},
2917 {"PT_GNU_EH_FRAME", Const, 16, ""},
2918 {"PT_GNU_MBIND_HI", Const, 16, ""},
2919 {"PT_GNU_MBIND_LO", Const, 16, ""},
2920 {"PT_GNU_PROPERTY", Const, 16, ""},
2921 {"PT_GNU_RELRO", Const, 16, ""},
2922 {"PT_GNU_STACK", Const, 16, ""},
2923 {"PT_HIOS", Const, 0, ""},
2924 {"PT_HIPROC", Const, 0, ""},
2925 {"PT_INTERP", Const, 0, ""},
2926 {"PT_LOAD", Const, 0, ""},
2927 {"PT_LOOS", Const, 0, ""},
2928 {"PT_LOPROC", Const, 0, ""},
2929 {"PT_MIPS_ABIFLAGS", Const, 16, ""},
2930 {"PT_MIPS_OPTIONS", Const, 16, ""},
2931 {"PT_MIPS_REGINFO", Const, 16, ""},
2932 {"PT_MIPS_RTPROC", Const, 16, ""},
2933 {"PT_NOTE", Const, 0, ""},
2934 {"PT_NULL", Const, 0, ""},
2935 {"PT_OPENBSD_BOOTDATA", Const, 16, ""},
2936 {"PT_OPENBSD_NOBTCFI", Const, 23, ""},
2937 {"PT_OPENBSD_RANDOMIZE", Const, 16, ""},
2938 {"PT_OPENBSD_WXNEEDED", Const, 16, ""},
2939 {"PT_PAX_FLAGS", Const, 16, ""},
2940 {"PT_PHDR", Const, 0, ""},
2941 {"PT_RISCV_ATTRIBUTES", Const, 25, ""},
2942 {"PT_S390_PGSTE", Const, 16, ""},
2943 {"PT_SHLIB", Const, 0, ""},
2944 {"PT_SUNWSTACK", Const, 16, ""},
2945 {"PT_SUNW_EH_FRAME", Const, 16, ""},
2946 {"PT_TLS", Const, 0, ""},
2947 {"Prog", Type, 0, ""},
2948 {"Prog.ProgHeader", Field, 0, ""},
2949 {"Prog.ReaderAt", Field, 0, ""},
2950 {"Prog32", Type, 0, ""},
2951 {"Prog32.Align", Field, 0, ""},
2952 {"Prog32.Filesz", Field, 0, ""},
2953 {"Prog32.Flags", Field, 0, ""},
2954 {"Prog32.Memsz", Field, 0, ""},
2955 {"Prog32.Off", Field, 0, ""},
2956 {"Prog32.Paddr", Field, 0, ""},
2957 {"Prog32.Type", Field, 0, ""},
2958 {"Prog32.Vaddr", Field, 0, ""},
2959 {"Prog64", Type, 0, ""},
2960 {"Prog64.Align", Field, 0, ""},
2961 {"Prog64.Filesz", Field, 0, ""},
2962 {"Prog64.Flags", Field, 0, ""},
2963 {"Prog64.Memsz", Field, 0, ""},
2964 {"Prog64.Off", Field, 0, ""},
2965 {"Prog64.Paddr", Field, 0, ""},
2966 {"Prog64.Type", Field, 0, ""},
2967 {"Prog64.Vaddr", Field, 0, ""},
2968 {"ProgFlag", Type, 0, ""},
2969 {"ProgHeader", Type, 0, ""},
2970 {"ProgHeader.Align", Field, 0, ""},
2971 {"ProgHeader.Filesz", Field, 0, ""},
2972 {"ProgHeader.Flags", Field, 0, ""},
2973 {"ProgHeader.Memsz", Field, 0, ""},
2974 {"ProgHeader.Off", Field, 0, ""},
2975 {"ProgHeader.Paddr", Field, 0, ""},
2976 {"ProgHeader.Type", Field, 0, ""},
2977 {"ProgHeader.Vaddr", Field, 0, ""},
2978 {"ProgType", Type, 0, ""},
2979 {"R_386", Type, 0, ""},
2980 {"R_386_16", Const, 10, ""},
2981 {"R_386_32", Const, 0, ""},
2982 {"R_386_32PLT", Const, 10, ""},
2983 {"R_386_8", Const, 10, ""},
2984 {"R_386_COPY", Const, 0, ""},
2985 {"R_386_GLOB_DAT", Const, 0, ""},
2986 {"R_386_GOT32", Const, 0, ""},
2987 {"R_386_GOT32X", Const, 10, ""},
2988 {"R_386_GOTOFF", Const, 0, ""},
2989 {"R_386_GOTPC", Const, 0, ""},
2990 {"R_386_IRELATIVE", Const, 10, ""},
2991 {"R_386_JMP_SLOT", Const, 0, ""},
2992 {"R_386_NONE", Const, 0, ""},
2993 {"R_386_PC16", Const, 10, ""},
2994 {"R_386_PC32", Const, 0, ""},
2995 {"R_386_PC8", Const, 10, ""},
2996 {"R_386_PLT32", Const, 0, ""},
2997 {"R_386_RELATIVE", Const, 0, ""},
2998 {"R_386_SIZE32", Const, 10, ""},
2999 {"R_386_TLS_DESC", Const, 10, ""},
3000 {"R_386_TLS_DESC_CALL", Const, 10, ""},
3001 {"R_386_TLS_DTPMOD32", Const, 0, ""},
3002 {"R_386_TLS_DTPOFF32", Const, 0, ""},
3003 {"R_386_TLS_GD", Const, 0, ""},
3004 {"R_386_TLS_GD_32", Const, 0, ""},
3005 {"R_386_TLS_GD_CALL", Const, 0, ""},
3006 {"R_386_TLS_GD_POP", Const, 0, ""},
3007 {"R_386_TLS_GD_PUSH", Const, 0, ""},
3008 {"R_386_TLS_GOTDESC", Const, 10, ""},
3009 {"R_386_TLS_GOTIE", Const, 0, ""},
3010 {"R_386_TLS_IE", Const, 0, ""},
3011 {"R_386_TLS_IE_32", Const, 0, ""},
3012 {"R_386_TLS_LDM", Const, 0, ""},
3013 {"R_386_TLS_LDM_32", Const, 0, ""},
3014 {"R_386_TLS_LDM_CALL", Const, 0, ""},
3015 {"R_386_TLS_LDM_POP", Const, 0, ""},
3016 {"R_386_TLS_LDM_PUSH", Const, 0, ""},
3017 {"R_386_TLS_LDO_32", Const, 0, ""},
3018 {"R_386_TLS_LE", Const, 0, ""},
3019 {"R_386_TLS_LE_32", Const, 0, ""},
3020 {"R_386_TLS_TPOFF", Const, 0, ""},
3021 {"R_386_TLS_TPOFF32", Const, 0, ""},
3022 {"R_390", Type, 7, ""},
3023 {"R_390_12", Const, 7, ""},
3024 {"R_390_16", Const, 7, ""},
3025 {"R_390_20", Const, 7, ""},
3026 {"R_390_32", Const, 7, ""},
3027 {"R_390_64", Const, 7, ""},
3028 {"R_390_8", Const, 7, ""},
3029 {"R_390_COPY", Const, 7, ""},
3030 {"R_390_GLOB_DAT", Const, 7, ""},
3031 {"R_390_GOT12", Const, 7, ""},
3032 {"R_390_GOT16", Const, 7, ""},
3033 {"R_390_GOT20", Const, 7, ""},
3034 {"R_390_GOT32", Const, 7, ""},
3035 {"R_390_GOT64", Const, 7, ""},
3036 {"R_390_GOTENT", Const, 7, ""},
3037 {"R_390_GOTOFF", Const, 7, ""},
3038 {"R_390_GOTOFF16", Const, 7, ""},
3039 {"R_390_GOTOFF64", Const, 7, ""},
3040 {"R_390_GOTPC", Const, 7, ""},
3041 {"R_390_GOTPCDBL", Const, 7, ""},
3042 {"R_390_GOTPLT12", Const, 7, ""},
3043 {"R_390_GOTPLT16", Const, 7, ""},
3044 {"R_390_GOTPLT20", Const, 7, ""},
3045 {"R_390_GOTPLT32", Const, 7, ""},
3046 {"R_390_GOTPLT64", Const, 7, ""},
3047 {"R_390_GOTPLTENT", Const, 7, ""},
3048 {"R_390_GOTPLTOFF16", Const, 7, ""},
3049 {"R_390_GOTPLTOFF32", Const, 7, ""},
3050 {"R_390_GOTPLTOFF64", Const, 7, ""},
3051 {"R_390_JMP_SLOT", Const, 7, ""},
3052 {"R_390_NONE", Const, 7, ""},
3053 {"R_390_PC16", Const, 7, ""},
3054 {"R_390_PC16DBL", Const, 7, ""},
3055 {"R_390_PC32", Const, 7, ""},
3056 {"R_390_PC32DBL", Const, 7, ""},
3057 {"R_390_PC64", Const, 7, ""},
3058 {"R_390_PLT16DBL", Const, 7, ""},
3059 {"R_390_PLT32", Const, 7, ""},
3060 {"R_390_PLT32DBL", Const, 7, ""},
3061 {"R_390_PLT64", Const, 7, ""},
3062 {"R_390_RELATIVE", Const, 7, ""},
3063 {"R_390_TLS_DTPMOD", Const, 7, ""},
3064 {"R_390_TLS_DTPOFF", Const, 7, ""},
3065 {"R_390_TLS_GD32", Const, 7, ""},
3066 {"R_390_TLS_GD64", Const, 7, ""},
3067 {"R_390_TLS_GDCALL", Const, 7, ""},
3068 {"R_390_TLS_GOTIE12", Const, 7, ""},
3069 {"R_390_TLS_GOTIE20", Const, 7, ""},
3070 {"R_390_TLS_GOTIE32", Const, 7, ""},
3071 {"R_390_TLS_GOTIE64", Const, 7, ""},
3072 {"R_390_TLS_IE32", Const, 7, ""},
3073 {"R_390_TLS_IE64", Const, 7, ""},
3074 {"R_390_TLS_IEENT", Const, 7, ""},
3075 {"R_390_TLS_LDCALL", Const, 7, ""},
3076 {"R_390_TLS_LDM32", Const, 7, ""},
3077 {"R_390_TLS_LDM64", Const, 7, ""},
3078 {"R_390_TLS_LDO32", Const, 7, ""},
3079 {"R_390_TLS_LDO64", Const, 7, ""},
3080 {"R_390_TLS_LE32", Const, 7, ""},
3081 {"R_390_TLS_LE64", Const, 7, ""},
3082 {"R_390_TLS_LOAD", Const, 7, ""},
3083 {"R_390_TLS_TPOFF", Const, 7, ""},
3084 {"R_AARCH64", Type, 4, ""},
3085 {"R_AARCH64_ABS16", Const, 4, ""},
3086 {"R_AARCH64_ABS32", Const, 4, ""},
3087 {"R_AARCH64_ABS64", Const, 4, ""},
3088 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4, ""},
3089 {"R_AARCH64_ADR_GOT_PAGE", Const, 4, ""},
3090 {"R_AARCH64_ADR_PREL_LO21", Const, 4, ""},
3091 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4, ""},
3092 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4, ""},
3093 {"R_AARCH64_CALL26", Const, 4, ""},
3094 {"R_AARCH64_CONDBR19", Const, 4, ""},
3095 {"R_AARCH64_COPY", Const, 4, ""},
3096 {"R_AARCH64_GLOB_DAT", Const, 4, ""},
3097 {"R_AARCH64_GOT_LD_PREL19", Const, 4, ""},
3098 {"R_AARCH64_IRELATIVE", Const, 4, ""},
3099 {"R_AARCH64_JUMP26", Const, 4, ""},
3100 {"R_AARCH64_JUMP_SLOT", Const, 4, ""},
3101 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10, ""},
3102 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10, ""},
3103 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4, ""},
3104 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4, ""},
3105 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4, ""},
3106 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4, ""},
3107 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4, ""},
3108 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4, ""},
3109 {"R_AARCH64_LD_PREL_LO19", Const, 4, ""},
3110 {"R_AARCH64_MOVW_SABS_G0", Const, 4, ""},
3111 {"R_AARCH64_MOVW_SABS_G1", Const, 4, ""},
3112 {"R_AARCH64_MOVW_SABS_G2", Const, 4, ""},
3113 {"R_AARCH64_MOVW_UABS_G0", Const, 4, ""},
3114 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4, ""},
3115 {"R_AARCH64_MOVW_UABS_G1", Const, 4, ""},
3116 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4, ""},
3117 {"R_AARCH64_MOVW_UABS_G2", Const, 4, ""},
3118 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4, ""},
3119 {"R_AARCH64_MOVW_UABS_G3", Const, 4, ""},
3120 {"R_AARCH64_NONE", Const, 4, ""},
3121 {"R_AARCH64_NULL", Const, 4, ""},
3122 {"R_AARCH64_P32_ABS16", Const, 4, ""},
3123 {"R_AARCH64_P32_ABS32", Const, 4, ""},
3124 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4, ""},
3125 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4, ""},
3126 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4, ""},
3127 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4, ""},
3128 {"R_AARCH64_P32_CALL26", Const, 4, ""},
3129 {"R_AARCH64_P32_CONDBR19", Const, 4, ""},
3130 {"R_AARCH64_P32_COPY", Const, 4, ""},
3131 {"R_AARCH64_P32_GLOB_DAT", Const, 4, ""},
3132 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4, ""},
3133 {"R_AARCH64_P32_IRELATIVE", Const, 4, ""},
3134 {"R_AARCH64_P32_JUMP26", Const, 4, ""},
3135 {"R_AARCH64_P32_JUMP_SLOT", Const, 4, ""},
3136 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4, ""},
3137 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4, ""},
3138 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4, ""},
3139 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4, ""},
3140 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4, ""},
3141 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4, ""},
3142 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4, ""},
3143 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4, ""},
3144 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4, ""},
3145 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4, ""},
3146 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4, ""},
3147 {"R_AARCH64_P32_PREL16", Const, 4, ""},
3148 {"R_AARCH64_P32_PREL32", Const, 4, ""},
3149 {"R_AARCH64_P32_RELATIVE", Const, 4, ""},
3150 {"R_AARCH64_P32_TLSDESC", Const, 4, ""},
3151 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3152 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4, ""},
3153 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4, ""},
3154 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4, ""},
3155 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4, ""},
3156 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4, ""},
3157 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4, ""},
3158 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4, ""},
3159 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3160 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4, ""},
3161 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3162 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3163 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3164 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3165 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3166 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3167 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3168 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4, ""},
3169 {"R_AARCH64_P32_TLS_DTPREL", Const, 4, ""},
3170 {"R_AARCH64_P32_TLS_TPREL", Const, 4, ""},
3171 {"R_AARCH64_P32_TSTBR14", Const, 4, ""},
3172 {"R_AARCH64_PREL16", Const, 4, ""},
3173 {"R_AARCH64_PREL32", Const, 4, ""},
3174 {"R_AARCH64_PREL64", Const, 4, ""},
3175 {"R_AARCH64_RELATIVE", Const, 4, ""},
3176 {"R_AARCH64_TLSDESC", Const, 4, ""},
3177 {"R_AARCH64_TLSDESC_ADD", Const, 4, ""},
3178 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3179 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4, ""},
3180 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4, ""},
3181 {"R_AARCH64_TLSDESC_CALL", Const, 4, ""},
3182 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4, ""},
3183 {"R_AARCH64_TLSDESC_LDR", Const, 4, ""},
3184 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4, ""},
3185 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4, ""},
3186 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4, ""},
3187 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4, ""},
3188 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4, ""},
3189 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10, ""},
3190 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10, ""},
3191 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10, ""},
3192 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3193 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4, ""},
3194 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3195 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4, ""},
3196 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4, ""},
3197 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10, ""},
3198 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10, ""},
3199 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10, ""},
3200 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10, ""},
3201 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3202 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3203 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3204 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10, ""},
3205 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10, ""},
3206 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3207 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3208 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3209 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4, ""},
3210 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4, ""},
3211 {"R_AARCH64_TLS_DTPMOD64", Const, 4, ""},
3212 {"R_AARCH64_TLS_DTPREL64", Const, 4, ""},
3213 {"R_AARCH64_TLS_TPREL64", Const, 4, ""},
3214 {"R_AARCH64_TSTBR14", Const, 4, ""},
3215 {"R_ALPHA", Type, 0, ""},
3216 {"R_ALPHA_BRADDR", Const, 0, ""},
3217 {"R_ALPHA_COPY", Const, 0, ""},
3218 {"R_ALPHA_GLOB_DAT", Const, 0, ""},
3219 {"R_ALPHA_GPDISP", Const, 0, ""},
3220 {"R_ALPHA_GPREL32", Const, 0, ""},
3221 {"R_ALPHA_GPRELHIGH", Const, 0, ""},
3222 {"R_ALPHA_GPRELLOW", Const, 0, ""},
3223 {"R_ALPHA_GPVALUE", Const, 0, ""},
3224 {"R_ALPHA_HINT", Const, 0, ""},
3225 {"R_ALPHA_IMMED_BR_HI32", Const, 0, ""},
3226 {"R_ALPHA_IMMED_GP_16", Const, 0, ""},
3227 {"R_ALPHA_IMMED_GP_HI32", Const, 0, ""},
3228 {"R_ALPHA_IMMED_LO32", Const, 0, ""},
3229 {"R_ALPHA_IMMED_SCN_HI32", Const, 0, ""},
3230 {"R_ALPHA_JMP_SLOT", Const, 0, ""},
3231 {"R_ALPHA_LITERAL", Const, 0, ""},
3232 {"R_ALPHA_LITUSE", Const, 0, ""},
3233 {"R_ALPHA_NONE", Const, 0, ""},
3234 {"R_ALPHA_OP_PRSHIFT", Const, 0, ""},
3235 {"R_ALPHA_OP_PSUB", Const, 0, ""},
3236 {"R_ALPHA_OP_PUSH", Const, 0, ""},
3237 {"R_ALPHA_OP_STORE", Const, 0, ""},
3238 {"R_ALPHA_REFLONG", Const, 0, ""},
3239 {"R_ALPHA_REFQUAD", Const, 0, ""},
3240 {"R_ALPHA_RELATIVE", Const, 0, ""},
3241 {"R_ALPHA_SREL16", Const, 0, ""},
3242 {"R_ALPHA_SREL32", Const, 0, ""},
3243 {"R_ALPHA_SREL64", Const, 0, ""},
3244 {"R_ARM", Type, 0, ""},
3245 {"R_ARM_ABS12", Const, 0, ""},
3246 {"R_ARM_ABS16", Const, 0, ""},
3247 {"R_ARM_ABS32", Const, 0, ""},
3248 {"R_ARM_ABS32_NOI", Const, 10, ""},
3249 {"R_ARM_ABS8", Const, 0, ""},
3250 {"R_ARM_ALU_PCREL_15_8", Const, 10, ""},
3251 {"R_ARM_ALU_PCREL_23_15", Const, 10, ""},
3252 {"R_ARM_ALU_PCREL_7_0", Const, 10, ""},
3253 {"R_ARM_ALU_PC_G0", Const, 10, ""},
3254 {"R_ARM_ALU_PC_G0_NC", Const, 10, ""},
3255 {"R_ARM_ALU_PC_G1", Const, 10, ""},
3256 {"R_ARM_ALU_PC_G1_NC", Const, 10, ""},
3257 {"R_ARM_ALU_PC_G2", Const, 10, ""},
3258 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10, ""},
3259 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10, ""},
3260 {"R_ARM_ALU_SB_G0", Const, 10, ""},
3261 {"R_ARM_ALU_SB_G0_NC", Const, 10, ""},
3262 {"R_ARM_ALU_SB_G1", Const, 10, ""},
3263 {"R_ARM_ALU_SB_G1_NC", Const, 10, ""},
3264 {"R_ARM_ALU_SB_G2", Const, 10, ""},
3265 {"R_ARM_AMP_VCALL9", Const, 0, ""},
3266 {"R_ARM_BASE_ABS", Const, 10, ""},
3267 {"R_ARM_CALL", Const, 10, ""},
3268 {"R_ARM_COPY", Const, 0, ""},
3269 {"R_ARM_GLOB_DAT", Const, 0, ""},
3270 {"R_ARM_GNU_VTENTRY", Const, 0, ""},
3271 {"R_ARM_GNU_VTINHERIT", Const, 0, ""},
3272 {"R_ARM_GOT32", Const, 0, ""},
3273 {"R_ARM_GOTOFF", Const, 0, ""},
3274 {"R_ARM_GOTOFF12", Const, 10, ""},
3275 {"R_ARM_GOTPC", Const, 0, ""},
3276 {"R_ARM_GOTRELAX", Const, 10, ""},
3277 {"R_ARM_GOT_ABS", Const, 10, ""},
3278 {"R_ARM_GOT_BREL12", Const, 10, ""},
3279 {"R_ARM_GOT_PREL", Const, 10, ""},
3280 {"R_ARM_IRELATIVE", Const, 10, ""},
3281 {"R_ARM_JUMP24", Const, 10, ""},
3282 {"R_ARM_JUMP_SLOT", Const, 0, ""},
3283 {"R_ARM_LDC_PC_G0", Const, 10, ""},
3284 {"R_ARM_LDC_PC_G1", Const, 10, ""},
3285 {"R_ARM_LDC_PC_G2", Const, 10, ""},
3286 {"R_ARM_LDC_SB_G0", Const, 10, ""},
3287 {"R_ARM_LDC_SB_G1", Const, 10, ""},
3288 {"R_ARM_LDC_SB_G2", Const, 10, ""},
3289 {"R_ARM_LDRS_PC_G0", Const, 10, ""},
3290 {"R_ARM_LDRS_PC_G1", Const, 10, ""},
3291 {"R_ARM_LDRS_PC_G2", Const, 10, ""},
3292 {"R_ARM_LDRS_SB_G0", Const, 10, ""},
3293 {"R_ARM_LDRS_SB_G1", Const, 10, ""},
3294 {"R_ARM_LDRS_SB_G2", Const, 10, ""},
3295 {"R_ARM_LDR_PC_G1", Const, 10, ""},
3296 {"R_ARM_LDR_PC_G2", Const, 10, ""},
3297 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10, ""},
3298 {"R_ARM_LDR_SB_G0", Const, 10, ""},
3299 {"R_ARM_LDR_SB_G1", Const, 10, ""},
3300 {"R_ARM_LDR_SB_G2", Const, 10, ""},
3301 {"R_ARM_ME_TOO", Const, 10, ""},
3302 {"R_ARM_MOVT_ABS", Const, 10, ""},
3303 {"R_ARM_MOVT_BREL", Const, 10, ""},
3304 {"R_ARM_MOVT_PREL", Const, 10, ""},
3305 {"R_ARM_MOVW_ABS_NC", Const, 10, ""},
3306 {"R_ARM_MOVW_BREL", Const, 10, ""},
3307 {"R_ARM_MOVW_BREL_NC", Const, 10, ""},
3308 {"R_ARM_MOVW_PREL_NC", Const, 10, ""},
3309 {"R_ARM_NONE", Const, 0, ""},
3310 {"R_ARM_PC13", Const, 0, ""},
3311 {"R_ARM_PC24", Const, 0, ""},
3312 {"R_ARM_PLT32", Const, 0, ""},
3313 {"R_ARM_PLT32_ABS", Const, 10, ""},
3314 {"R_ARM_PREL31", Const, 10, ""},
3315 {"R_ARM_PRIVATE_0", Const, 10, ""},
3316 {"R_ARM_PRIVATE_1", Const, 10, ""},
3317 {"R_ARM_PRIVATE_10", Const, 10, ""},
3318 {"R_ARM_PRIVATE_11", Const, 10, ""},
3319 {"R_ARM_PRIVATE_12", Const, 10, ""},
3320 {"R_ARM_PRIVATE_13", Const, 10, ""},
3321 {"R_ARM_PRIVATE_14", Const, 10, ""},
3322 {"R_ARM_PRIVATE_15", Const, 10, ""},
3323 {"R_ARM_PRIVATE_2", Const, 10, ""},
3324 {"R_ARM_PRIVATE_3", Const, 10, ""},
3325 {"R_ARM_PRIVATE_4", Const, 10, ""},
3326 {"R_ARM_PRIVATE_5", Const, 10, ""},
3327 {"R_ARM_PRIVATE_6", Const, 10, ""},
3328 {"R_ARM_PRIVATE_7", Const, 10, ""},
3329 {"R_ARM_PRIVATE_8", Const, 10, ""},
3330 {"R_ARM_PRIVATE_9", Const, 10, ""},
3331 {"R_ARM_RABS32", Const, 0, ""},
3332 {"R_ARM_RBASE", Const, 0, ""},
3333 {"R_ARM_REL32", Const, 0, ""},
3334 {"R_ARM_REL32_NOI", Const, 10, ""},
3335 {"R_ARM_RELATIVE", Const, 0, ""},
3336 {"R_ARM_RPC24", Const, 0, ""},
3337 {"R_ARM_RREL32", Const, 0, ""},
3338 {"R_ARM_RSBREL32", Const, 0, ""},
3339 {"R_ARM_RXPC25", Const, 10, ""},
3340 {"R_ARM_SBREL31", Const, 10, ""},
3341 {"R_ARM_SBREL32", Const, 0, ""},
3342 {"R_ARM_SWI24", Const, 0, ""},
3343 {"R_ARM_TARGET1", Const, 10, ""},
3344 {"R_ARM_TARGET2", Const, 10, ""},
3345 {"R_ARM_THM_ABS5", Const, 0, ""},
3346 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10, ""},
3347 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10, ""},
3348 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10, ""},
3349 {"R_ARM_THM_ALU_ABS_G3", Const, 10, ""},
3350 {"R_ARM_THM_ALU_PREL_11_0", Const, 10, ""},
3351 {"R_ARM_THM_GOT_BREL12", Const, 10, ""},
3352 {"R_ARM_THM_JUMP11", Const, 10, ""},
3353 {"R_ARM_THM_JUMP19", Const, 10, ""},
3354 {"R_ARM_THM_JUMP24", Const, 10, ""},
3355 {"R_ARM_THM_JUMP6", Const, 10, ""},
3356 {"R_ARM_THM_JUMP8", Const, 10, ""},
3357 {"R_ARM_THM_MOVT_ABS", Const, 10, ""},
3358 {"R_ARM_THM_MOVT_BREL", Const, 10, ""},
3359 {"R_ARM_THM_MOVT_PREL", Const, 10, ""},
3360 {"R_ARM_THM_MOVW_ABS_NC", Const, 10, ""},
3361 {"R_ARM_THM_MOVW_BREL", Const, 10, ""},
3362 {"R_ARM_THM_MOVW_BREL_NC", Const, 10, ""},
3363 {"R_ARM_THM_MOVW_PREL_NC", Const, 10, ""},
3364 {"R_ARM_THM_PC12", Const, 10, ""},
3365 {"R_ARM_THM_PC22", Const, 0, ""},
3366 {"R_ARM_THM_PC8", Const, 0, ""},
3367 {"R_ARM_THM_RPC22", Const, 0, ""},
3368 {"R_ARM_THM_SWI8", Const, 0, ""},
3369 {"R_ARM_THM_TLS_CALL", Const, 10, ""},
3370 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10, ""},
3371 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10, ""},
3372 {"R_ARM_THM_XPC22", Const, 0, ""},
3373 {"R_ARM_TLS_CALL", Const, 10, ""},
3374 {"R_ARM_TLS_DESCSEQ", Const, 10, ""},
3375 {"R_ARM_TLS_DTPMOD32", Const, 10, ""},
3376 {"R_ARM_TLS_DTPOFF32", Const, 10, ""},
3377 {"R_ARM_TLS_GD32", Const, 10, ""},
3378 {"R_ARM_TLS_GOTDESC", Const, 10, ""},
3379 {"R_ARM_TLS_IE12GP", Const, 10, ""},
3380 {"R_ARM_TLS_IE32", Const, 10, ""},
3381 {"R_ARM_TLS_LDM32", Const, 10, ""},
3382 {"R_ARM_TLS_LDO12", Const, 10, ""},
3383 {"R_ARM_TLS_LDO32", Const, 10, ""},
3384 {"R_ARM_TLS_LE12", Const, 10, ""},
3385 {"R_ARM_TLS_LE32", Const, 10, ""},
3386 {"R_ARM_TLS_TPOFF32", Const, 10, ""},
3387 {"R_ARM_V4BX", Const, 10, ""},
3388 {"R_ARM_XPC25", Const, 0, ""},
3389 {"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
3390 {"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
3391 {"R_LARCH", Type, 19, ""},
3392 {"R_LARCH_32", Const, 19, ""},
3393 {"R_LARCH_32_PCREL", Const, 20, ""},
3394 {"R_LARCH_64", Const, 19, ""},
3395 {"R_LARCH_64_PCREL", Const, 22, ""},
3396 {"R_LARCH_ABS64_HI12", Const, 20, ""},
3397 {"R_LARCH_ABS64_LO20", Const, 20, ""},
3398 {"R_LARCH_ABS_HI20", Const, 20, ""},
3399 {"R_LARCH_ABS_LO12", Const, 20, ""},
3400 {"R_LARCH_ADD16", Const, 19, ""},
3401 {"R_LARCH_ADD24", Const, 19, ""},
3402 {"R_LARCH_ADD32", Const, 19, ""},
3403 {"R_LARCH_ADD6", Const, 22, ""},
3404 {"R_LARCH_ADD64", Const, 19, ""},
3405 {"R_LARCH_ADD8", Const, 19, ""},
3406 {"R_LARCH_ADD_ULEB128", Const, 22, ""},
3407 {"R_LARCH_ALIGN", Const, 22, ""},
3408 {"R_LARCH_B16", Const, 20, ""},
3409 {"R_LARCH_B21", Const, 20, ""},
3410 {"R_LARCH_B26", Const, 20, ""},
3411 {"R_LARCH_CALL36", Const, 26, ""},
3412 {"R_LARCH_CFA", Const, 22, ""},
3413 {"R_LARCH_COPY", Const, 19, ""},
3414 {"R_LARCH_DELETE", Const, 22, ""},
3415 {"R_LARCH_GNU_VTENTRY", Const, 20, ""},
3416 {"R_LARCH_GNU_VTINHERIT", Const, 20, ""},
3417 {"R_LARCH_GOT64_HI12", Const, 20, ""},
3418 {"R_LARCH_GOT64_LO20", Const, 20, ""},
3419 {"R_LARCH_GOT64_PC_HI12", Const, 20, ""},
3420 {"R_LARCH_GOT64_PC_LO20", Const, 20, ""},
3421 {"R_LARCH_GOT_HI20", Const, 20, ""},
3422 {"R_LARCH_GOT_LO12", Const, 20, ""},
3423 {"R_LARCH_GOT_PC_HI20", Const, 20, ""},
3424 {"R_LARCH_GOT_PC_LO12", Const, 20, ""},
3425 {"R_LARCH_IRELATIVE", Const, 19, ""},
3426 {"R_LARCH_JUMP_SLOT", Const, 19, ""},
3427 {"R_LARCH_MARK_LA", Const, 19, ""},
3428 {"R_LARCH_MARK_PCREL", Const, 19, ""},
3429 {"R_LARCH_NONE", Const, 19, ""},
3430 {"R_LARCH_PCALA64_HI12", Const, 20, ""},
3431 {"R_LARCH_PCALA64_LO20", Const, 20, ""},
3432 {"R_LARCH_PCALA_HI20", Const, 20, ""},
3433 {"R_LARCH_PCALA_LO12", Const, 20, ""},
3434 {"R_LARCH_PCREL20_S2", Const, 22, ""},
3435 {"R_LARCH_RELATIVE", Const, 19, ""},
3436 {"R_LARCH_RELAX", Const, 20, ""},
3437 {"R_LARCH_SOP_ADD", Const, 19, ""},
3438 {"R_LARCH_SOP_AND", Const, 19, ""},
3439 {"R_LARCH_SOP_ASSERT", Const, 19, ""},
3440 {"R_LARCH_SOP_IF_ELSE", Const, 19, ""},
3441 {"R_LARCH_SOP_NOT", Const, 19, ""},
3442 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19, ""},
3443 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19, ""},
3444 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19, ""},
3445 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19, ""},
3446 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19, ""},
3447 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19, ""},
3448 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19, ""},
3449 {"R_LARCH_SOP_POP_32_U", Const, 19, ""},
3450 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19, ""},
3451 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19, ""},
3452 {"R_LARCH_SOP_PUSH_DUP", Const, 19, ""},
3453 {"R_LARCH_SOP_PUSH_GPREL", Const, 19, ""},
3454 {"R_LARCH_SOP_PUSH_PCREL", Const, 19, ""},
3455 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19, ""},
3456 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19, ""},
3457 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19, ""},
3458 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19, ""},
3459 {"R_LARCH_SOP_SL", Const, 19, ""},
3460 {"R_LARCH_SOP_SR", Const, 19, ""},
3461 {"R_LARCH_SOP_SUB", Const, 19, ""},
3462 {"R_LARCH_SUB16", Const, 19, ""},
3463 {"R_LARCH_SUB24", Const, 19, ""},
3464 {"R_LARCH_SUB32", Const, 19, ""},
3465 {"R_LARCH_SUB6", Const, 22, ""},
3466 {"R_LARCH_SUB64", Const, 19, ""},
3467 {"R_LARCH_SUB8", Const, 19, ""},
3468 {"R_LARCH_SUB_ULEB128", Const, 22, ""},
3469 {"R_LARCH_TLS_DESC32", Const, 26, ""},
3470 {"R_LARCH_TLS_DESC64", Const, 26, ""},
3471 {"R_LARCH_TLS_DESC64_HI12", Const, 26, ""},
3472 {"R_LARCH_TLS_DESC64_LO20", Const, 26, ""},
3473 {"R_LARCH_TLS_DESC64_PC_HI12", Const, 26, ""},
3474 {"R_LARCH_TLS_DESC64_PC_LO20", Const, 26, ""},
3475 {"R_LARCH_TLS_DESC_CALL", Const, 26, ""},
3476 {"R_LARCH_TLS_DESC_HI20", Const, 26, ""},
3477 {"R_LARCH_TLS_DESC_LD", Const, 26, ""},
3478 {"R_LARCH_TLS_DESC_LO12", Const, 26, ""},
3479 {"R_LARCH_TLS_DESC_PCREL20_S2", Const, 26, ""},
3480 {"R_LARCH_TLS_DESC_PC_HI20", Const, 26, ""},
3481 {"R_LARCH_TLS_DESC_PC_LO12", Const, 26, ""},
3482 {"R_LARCH_TLS_DTPMOD32", Const, 19, ""},
3483 {"R_LARCH_TLS_DTPMOD64", Const, 19, ""},
3484 {"R_LARCH_TLS_DTPREL32", Const, 19, ""},
3485 {"R_LARCH_TLS_DTPREL64", Const, 19, ""},
3486 {"R_LARCH_TLS_GD_HI20", Const, 20, ""},
3487 {"R_LARCH_TLS_GD_PCREL20_S2", Const, 26, ""},
3488 {"R_LARCH_TLS_GD_PC_HI20", Const, 20, ""},
3489 {"R_LARCH_TLS_IE64_HI12", Const, 20, ""},
3490 {"R_LARCH_TLS_IE64_LO20", Const, 20, ""},
3491 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20, ""},
3492 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20, ""},
3493 {"R_LARCH_TLS_IE_HI20", Const, 20, ""},
3494 {"R_LARCH_TLS_IE_LO12", Const, 20, ""},
3495 {"R_LARCH_TLS_IE_PC_HI20", Const, 20, ""},
3496 {"R_LARCH_TLS_IE_PC_LO12", Const, 20, ""},
3497 {"R_LARCH_TLS_LD_HI20", Const, 20, ""},
3498 {"R_LARCH_TLS_LD_PCREL20_S2", Const, 26, ""},
3499 {"R_LARCH_TLS_LD_PC_HI20", Const, 20, ""},
3500 {"R_LARCH_TLS_LE64_HI12", Const, 20, ""},
3501 {"R_LARCH_TLS_LE64_LO20", Const, 20, ""},
3502 {"R_LARCH_TLS_LE_ADD_R", Const, 26, ""},
3503 {"R_LARCH_TLS_LE_HI20", Const, 20, ""},
3504 {"R_LARCH_TLS_LE_HI20_R", Const, 26, ""},
3505 {"R_LARCH_TLS_LE_LO12", Const, 20, ""},
3506 {"R_LARCH_TLS_LE_LO12_R", Const, 26, ""},
3507 {"R_LARCH_TLS_TPREL32", Const, 19, ""},
3508 {"R_LARCH_TLS_TPREL64", Const, 19, ""},
3509 {"R_MIPS", Type, 6, ""},
3510 {"R_MIPS_16", Const, 6, ""},
3511 {"R_MIPS_26", Const, 6, ""},
3512 {"R_MIPS_32", Const, 6, ""},
3513 {"R_MIPS_64", Const, 6, ""},
3514 {"R_MIPS_ADD_IMMEDIATE", Const, 6, ""},
3515 {"R_MIPS_CALL16", Const, 6, ""},
3516 {"R_MIPS_CALL_HI16", Const, 6, ""},
3517 {"R_MIPS_CALL_LO16", Const, 6, ""},
3518 {"R_MIPS_DELETE", Const, 6, ""},
3519 {"R_MIPS_GOT16", Const, 6, ""},
3520 {"R_MIPS_GOT_DISP", Const, 6, ""},
3521 {"R_MIPS_GOT_HI16", Const, 6, ""},
3522 {"R_MIPS_GOT_LO16", Const, 6, ""},
3523 {"R_MIPS_GOT_OFST", Const, 6, ""},
3524 {"R_MIPS_GOT_PAGE", Const, 6, ""},
3525 {"R_MIPS_GPREL16", Const, 6, ""},
3526 {"R_MIPS_GPREL32", Const, 6, ""},
3527 {"R_MIPS_HI16", Const, 6, ""},
3528 {"R_MIPS_HIGHER", Const, 6, ""},
3529 {"R_MIPS_HIGHEST", Const, 6, ""},
3530 {"R_MIPS_INSERT_A", Const, 6, ""},
3531 {"R_MIPS_INSERT_B", Const, 6, ""},
3532 {"R_MIPS_JALR", Const, 6, ""},
3533 {"R_MIPS_LITERAL", Const, 6, ""},
3534 {"R_MIPS_LO16", Const, 6, ""},
3535 {"R_MIPS_NONE", Const, 6, ""},
3536 {"R_MIPS_PC16", Const, 6, ""},
3537 {"R_MIPS_PC32", Const, 22, ""},
3538 {"R_MIPS_PJUMP", Const, 6, ""},
3539 {"R_MIPS_REL16", Const, 6, ""},
3540 {"R_MIPS_REL32", Const, 6, ""},
3541 {"R_MIPS_RELGOT", Const, 6, ""},
3542 {"R_MIPS_SCN_DISP", Const, 6, ""},
3543 {"R_MIPS_SHIFT5", Const, 6, ""},
3544 {"R_MIPS_SHIFT6", Const, 6, ""},
3545 {"R_MIPS_SUB", Const, 6, ""},
3546 {"R_MIPS_TLS_DTPMOD32", Const, 6, ""},
3547 {"R_MIPS_TLS_DTPMOD64", Const, 6, ""},
3548 {"R_MIPS_TLS_DTPREL32", Const, 6, ""},
3549 {"R_MIPS_TLS_DTPREL64", Const, 6, ""},
3550 {"R_MIPS_TLS_DTPREL_HI16", Const, 6, ""},
3551 {"R_MIPS_TLS_DTPREL_LO16", Const, 6, ""},
3552 {"R_MIPS_TLS_GD", Const, 6, ""},
3553 {"R_MIPS_TLS_GOTTPREL", Const, 6, ""},
3554 {"R_MIPS_TLS_LDM", Const, 6, ""},
3555 {"R_MIPS_TLS_TPREL32", Const, 6, ""},
3556 {"R_MIPS_TLS_TPREL64", Const, 6, ""},
3557 {"R_MIPS_TLS_TPREL_HI16", Const, 6, ""},
3558 {"R_MIPS_TLS_TPREL_LO16", Const, 6, ""},
3559 {"R_PPC", Type, 0, ""},
3560 {"R_PPC64", Type, 5, ""},
3561 {"R_PPC64_ADDR14", Const, 5, ""},
3562 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5, ""},
3563 {"R_PPC64_ADDR14_BRTAKEN", Const, 5, ""},
3564 {"R_PPC64_ADDR16", Const, 5, ""},
3565 {"R_PPC64_ADDR16_DS", Const, 5, ""},
3566 {"R_PPC64_ADDR16_HA", Const, 5, ""},
3567 {"R_PPC64_ADDR16_HI", Const, 5, ""},
3568 {"R_PPC64_ADDR16_HIGH", Const, 10, ""},
3569 {"R_PPC64_ADDR16_HIGHA", Const, 10, ""},
3570 {"R_PPC64_ADDR16_HIGHER", Const, 5, ""},
3571 {"R_PPC64_ADDR16_HIGHER34", Const, 20, ""},
3572 {"R_PPC64_ADDR16_HIGHERA", Const, 5, ""},
3573 {"R_PPC64_ADDR16_HIGHERA34", Const, 20, ""},
3574 {"R_PPC64_ADDR16_HIGHEST", Const, 5, ""},
3575 {"R_PPC64_ADDR16_HIGHEST34", Const, 20, ""},
3576 {"R_PPC64_ADDR16_HIGHESTA", Const, 5, ""},
3577 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20, ""},
3578 {"R_PPC64_ADDR16_LO", Const, 5, ""},
3579 {"R_PPC64_ADDR16_LO_DS", Const, 5, ""},
3580 {"R_PPC64_ADDR24", Const, 5, ""},
3581 {"R_PPC64_ADDR32", Const, 5, ""},
3582 {"R_PPC64_ADDR64", Const, 5, ""},
3583 {"R_PPC64_ADDR64_LOCAL", Const, 10, ""},
3584 {"R_PPC64_COPY", Const, 20, ""},
3585 {"R_PPC64_D28", Const, 20, ""},
3586 {"R_PPC64_D34", Const, 20, ""},
3587 {"R_PPC64_D34_HA30", Const, 20, ""},
3588 {"R_PPC64_D34_HI30", Const, 20, ""},
3589 {"R_PPC64_D34_LO", Const, 20, ""},
3590 {"R_PPC64_DTPMOD64", Const, 5, ""},
3591 {"R_PPC64_DTPREL16", Const, 5, ""},
3592 {"R_PPC64_DTPREL16_DS", Const, 5, ""},
3593 {"R_PPC64_DTPREL16_HA", Const, 5, ""},
3594 {"R_PPC64_DTPREL16_HI", Const, 5, ""},
3595 {"R_PPC64_DTPREL16_HIGH", Const, 10, ""},
3596 {"R_PPC64_DTPREL16_HIGHA", Const, 10, ""},
3597 {"R_PPC64_DTPREL16_HIGHER", Const, 5, ""},
3598 {"R_PPC64_DTPREL16_HIGHERA", Const, 5, ""},
3599 {"R_PPC64_DTPREL16_HIGHEST", Const, 5, ""},
3600 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5, ""},
3601 {"R_PPC64_DTPREL16_LO", Const, 5, ""},
3602 {"R_PPC64_DTPREL16_LO_DS", Const, 5, ""},
3603 {"R_PPC64_DTPREL34", Const, 20, ""},
3604 {"R_PPC64_DTPREL64", Const, 5, ""},
3605 {"R_PPC64_ENTRY", Const, 10, ""},
3606 {"R_PPC64_GLOB_DAT", Const, 20, ""},
3607 {"R_PPC64_GNU_VTENTRY", Const, 20, ""},
3608 {"R_PPC64_GNU_VTINHERIT", Const, 20, ""},
3609 {"R_PPC64_GOT16", Const, 5, ""},
3610 {"R_PPC64_GOT16_DS", Const, 5, ""},
3611 {"R_PPC64_GOT16_HA", Const, 5, ""},
3612 {"R_PPC64_GOT16_HI", Const, 5, ""},
3613 {"R_PPC64_GOT16_LO", Const, 5, ""},
3614 {"R_PPC64_GOT16_LO_DS", Const, 5, ""},
3615 {"R_PPC64_GOT_DTPREL16_DS", Const, 5, ""},
3616 {"R_PPC64_GOT_DTPREL16_HA", Const, 5, ""},
3617 {"R_PPC64_GOT_DTPREL16_HI", Const, 5, ""},
3618 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5, ""},
3619 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20, ""},
3620 {"R_PPC64_GOT_PCREL34", Const, 20, ""},
3621 {"R_PPC64_GOT_TLSGD16", Const, 5, ""},
3622 {"R_PPC64_GOT_TLSGD16_HA", Const, 5, ""},
3623 {"R_PPC64_GOT_TLSGD16_HI", Const, 5, ""},
3624 {"R_PPC64_GOT_TLSGD16_LO", Const, 5, ""},
3625 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20, ""},
3626 {"R_PPC64_GOT_TLSLD16", Const, 5, ""},
3627 {"R_PPC64_GOT_TLSLD16_HA", Const, 5, ""},
3628 {"R_PPC64_GOT_TLSLD16_HI", Const, 5, ""},
3629 {"R_PPC64_GOT_TLSLD16_LO", Const, 5, ""},
3630 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20, ""},
3631 {"R_PPC64_GOT_TPREL16_DS", Const, 5, ""},
3632 {"R_PPC64_GOT_TPREL16_HA", Const, 5, ""},
3633 {"R_PPC64_GOT_TPREL16_HI", Const, 5, ""},
3634 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5, ""},
3635 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20, ""},
3636 {"R_PPC64_IRELATIVE", Const, 10, ""},
3637 {"R_PPC64_JMP_IREL", Const, 10, ""},
3638 {"R_PPC64_JMP_SLOT", Const, 5, ""},
3639 {"R_PPC64_NONE", Const, 5, ""},
3640 {"R_PPC64_PCREL28", Const, 20, ""},
3641 {"R_PPC64_PCREL34", Const, 20, ""},
3642 {"R_PPC64_PCREL_OPT", Const, 20, ""},
3643 {"R_PPC64_PLT16_HA", Const, 20, ""},
3644 {"R_PPC64_PLT16_HI", Const, 20, ""},
3645 {"R_PPC64_PLT16_LO", Const, 20, ""},
3646 {"R_PPC64_PLT16_LO_DS", Const, 10, ""},
3647 {"R_PPC64_PLT32", Const, 20, ""},
3648 {"R_PPC64_PLT64", Const, 20, ""},
3649 {"R_PPC64_PLTCALL", Const, 20, ""},
3650 {"R_PPC64_PLTCALL_NOTOC", Const, 20, ""},
3651 {"R_PPC64_PLTGOT16", Const, 10, ""},
3652 {"R_PPC64_PLTGOT16_DS", Const, 10, ""},
3653 {"R_PPC64_PLTGOT16_HA", Const, 10, ""},
3654 {"R_PPC64_PLTGOT16_HI", Const, 10, ""},
3655 {"R_PPC64_PLTGOT16_LO", Const, 10, ""},
3656 {"R_PPC64_PLTGOT_LO_DS", Const, 10, ""},
3657 {"R_PPC64_PLTREL32", Const, 20, ""},
3658 {"R_PPC64_PLTREL64", Const, 20, ""},
3659 {"R_PPC64_PLTSEQ", Const, 20, ""},
3660 {"R_PPC64_PLTSEQ_NOTOC", Const, 20, ""},
3661 {"R_PPC64_PLT_PCREL34", Const, 20, ""},
3662 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20, ""},
3663 {"R_PPC64_REL14", Const, 5, ""},
3664 {"R_PPC64_REL14_BRNTAKEN", Const, 5, ""},
3665 {"R_PPC64_REL14_BRTAKEN", Const, 5, ""},
3666 {"R_PPC64_REL16", Const, 5, ""},
3667 {"R_PPC64_REL16DX_HA", Const, 10, ""},
3668 {"R_PPC64_REL16_HA", Const, 5, ""},
3669 {"R_PPC64_REL16_HI", Const, 5, ""},
3670 {"R_PPC64_REL16_HIGH", Const, 20, ""},
3671 {"R_PPC64_REL16_HIGHA", Const, 20, ""},
3672 {"R_PPC64_REL16_HIGHER", Const, 20, ""},
3673 {"R_PPC64_REL16_HIGHER34", Const, 20, ""},
3674 {"R_PPC64_REL16_HIGHERA", Const, 20, ""},
3675 {"R_PPC64_REL16_HIGHERA34", Const, 20, ""},
3676 {"R_PPC64_REL16_HIGHEST", Const, 20, ""},
3677 {"R_PPC64_REL16_HIGHEST34", Const, 20, ""},
3678 {"R_PPC64_REL16_HIGHESTA", Const, 20, ""},
3679 {"R_PPC64_REL16_HIGHESTA34", Const, 20, ""},
3680 {"R_PPC64_REL16_LO", Const, 5, ""},
3681 {"R_PPC64_REL24", Const, 5, ""},
3682 {"R_PPC64_REL24_NOTOC", Const, 10, ""},
3683 {"R_PPC64_REL24_P9NOTOC", Const, 21, ""},
3684 {"R_PPC64_REL30", Const, 20, ""},
3685 {"R_PPC64_REL32", Const, 5, ""},
3686 {"R_PPC64_REL64", Const, 5, ""},
3687 {"R_PPC64_RELATIVE", Const, 18, ""},
3688 {"R_PPC64_SECTOFF", Const, 20, ""},
3689 {"R_PPC64_SECTOFF_DS", Const, 10, ""},
3690 {"R_PPC64_SECTOFF_HA", Const, 20, ""},
3691 {"R_PPC64_SECTOFF_HI", Const, 20, ""},
3692 {"R_PPC64_SECTOFF_LO", Const, 20, ""},
3693 {"R_PPC64_SECTOFF_LO_DS", Const, 10, ""},
3694 {"R_PPC64_TLS", Const, 5, ""},
3695 {"R_PPC64_TLSGD", Const, 5, ""},
3696 {"R_PPC64_TLSLD", Const, 5, ""},
3697 {"R_PPC64_TOC", Const, 5, ""},
3698 {"R_PPC64_TOC16", Const, 5, ""},
3699 {"R_PPC64_TOC16_DS", Const, 5, ""},
3700 {"R_PPC64_TOC16_HA", Const, 5, ""},
3701 {"R_PPC64_TOC16_HI", Const, 5, ""},
3702 {"R_PPC64_TOC16_LO", Const, 5, ""},
3703 {"R_PPC64_TOC16_LO_DS", Const, 5, ""},
3704 {"R_PPC64_TOCSAVE", Const, 10, ""},
3705 {"R_PPC64_TPREL16", Const, 5, ""},
3706 {"R_PPC64_TPREL16_DS", Const, 5, ""},
3707 {"R_PPC64_TPREL16_HA", Const, 5, ""},
3708 {"R_PPC64_TPREL16_HI", Const, 5, ""},
3709 {"R_PPC64_TPREL16_HIGH", Const, 10, ""},
3710 {"R_PPC64_TPREL16_HIGHA", Const, 10, ""},
3711 {"R_PPC64_TPREL16_HIGHER", Const, 5, ""},
3712 {"R_PPC64_TPREL16_HIGHERA", Const, 5, ""},
3713 {"R_PPC64_TPREL16_HIGHEST", Const, 5, ""},
3714 {"R_PPC64_TPREL16_HIGHESTA", Const, 5, ""},
3715 {"R_PPC64_TPREL16_LO", Const, 5, ""},
3716 {"R_PPC64_TPREL16_LO_DS", Const, 5, ""},
3717 {"R_PPC64_TPREL34", Const, 20, ""},
3718 {"R_PPC64_TPREL64", Const, 5, ""},
3719 {"R_PPC64_UADDR16", Const, 20, ""},
3720 {"R_PPC64_UADDR32", Const, 20, ""},
3721 {"R_PPC64_UADDR64", Const, 20, ""},
3722 {"R_PPC_ADDR14", Const, 0, ""},
3723 {"R_PPC_ADDR14_BRNTAKEN", Const, 0, ""},
3724 {"R_PPC_ADDR14_BRTAKEN", Const, 0, ""},
3725 {"R_PPC_ADDR16", Const, 0, ""},
3726 {"R_PPC_ADDR16_HA", Const, 0, ""},
3727 {"R_PPC_ADDR16_HI", Const, 0, ""},
3728 {"R_PPC_ADDR16_LO", Const, 0, ""},
3729 {"R_PPC_ADDR24", Const, 0, ""},
3730 {"R_PPC_ADDR32", Const, 0, ""},
3731 {"R_PPC_COPY", Const, 0, ""},
3732 {"R_PPC_DTPMOD32", Const, 0, ""},
3733 {"R_PPC_DTPREL16", Const, 0, ""},
3734 {"R_PPC_DTPREL16_HA", Const, 0, ""},
3735 {"R_PPC_DTPREL16_HI", Const, 0, ""},
3736 {"R_PPC_DTPREL16_LO", Const, 0, ""},
3737 {"R_PPC_DTPREL32", Const, 0, ""},
3738 {"R_PPC_EMB_BIT_FLD", Const, 0, ""},
3739 {"R_PPC_EMB_MRKREF", Const, 0, ""},
3740 {"R_PPC_EMB_NADDR16", Const, 0, ""},
3741 {"R_PPC_EMB_NADDR16_HA", Const, 0, ""},
3742 {"R_PPC_EMB_NADDR16_HI", Const, 0, ""},
3743 {"R_PPC_EMB_NADDR16_LO", Const, 0, ""},
3744 {"R_PPC_EMB_NADDR32", Const, 0, ""},
3745 {"R_PPC_EMB_RELSDA", Const, 0, ""},
3746 {"R_PPC_EMB_RELSEC16", Const, 0, ""},
3747 {"R_PPC_EMB_RELST_HA", Const, 0, ""},
3748 {"R_PPC_EMB_RELST_HI", Const, 0, ""},
3749 {"R_PPC_EMB_RELST_LO", Const, 0, ""},
3750 {"R_PPC_EMB_SDA21", Const, 0, ""},
3751 {"R_PPC_EMB_SDA2I16", Const, 0, ""},
3752 {"R_PPC_EMB_SDA2REL", Const, 0, ""},
3753 {"R_PPC_EMB_SDAI16", Const, 0, ""},
3754 {"R_PPC_GLOB_DAT", Const, 0, ""},
3755 {"R_PPC_GOT16", Const, 0, ""},
3756 {"R_PPC_GOT16_HA", Const, 0, ""},
3757 {"R_PPC_GOT16_HI", Const, 0, ""},
3758 {"R_PPC_GOT16_LO", Const, 0, ""},
3759 {"R_PPC_GOT_TLSGD16", Const, 0, ""},
3760 {"R_PPC_GOT_TLSGD16_HA", Const, 0, ""},
3761 {"R_PPC_GOT_TLSGD16_HI", Const, 0, ""},
3762 {"R_PPC_GOT_TLSGD16_LO", Const, 0, ""},
3763 {"R_PPC_GOT_TLSLD16", Const, 0, ""},
3764 {"R_PPC_GOT_TLSLD16_HA", Const, 0, ""},
3765 {"R_PPC_GOT_TLSLD16_HI", Const, 0, ""},
3766 {"R_PPC_GOT_TLSLD16_LO", Const, 0, ""},
3767 {"R_PPC_GOT_TPREL16", Const, 0, ""},
3768 {"R_PPC_GOT_TPREL16_HA", Const, 0, ""},
3769 {"R_PPC_GOT_TPREL16_HI", Const, 0, ""},
3770 {"R_PPC_GOT_TPREL16_LO", Const, 0, ""},
3771 {"R_PPC_JMP_SLOT", Const, 0, ""},
3772 {"R_PPC_LOCAL24PC", Const, 0, ""},
3773 {"R_PPC_NONE", Const, 0, ""},
3774 {"R_PPC_PLT16_HA", Const, 0, ""},
3775 {"R_PPC_PLT16_HI", Const, 0, ""},
3776 {"R_PPC_PLT16_LO", Const, 0, ""},
3777 {"R_PPC_PLT32", Const, 0, ""},
3778 {"R_PPC_PLTREL24", Const, 0, ""},
3779 {"R_PPC_PLTREL32", Const, 0, ""},
3780 {"R_PPC_REL14", Const, 0, ""},
3781 {"R_PPC_REL14_BRNTAKEN", Const, 0, ""},
3782 {"R_PPC_REL14_BRTAKEN", Const, 0, ""},
3783 {"R_PPC_REL24", Const, 0, ""},
3784 {"R_PPC_REL32", Const, 0, ""},
3785 {"R_PPC_RELATIVE", Const, 0, ""},
3786 {"R_PPC_SDAREL16", Const, 0, ""},
3787 {"R_PPC_SECTOFF", Const, 0, ""},
3788 {"R_PPC_SECTOFF_HA", Const, 0, ""},
3789 {"R_PPC_SECTOFF_HI", Const, 0, ""},
3790 {"R_PPC_SECTOFF_LO", Const, 0, ""},
3791 {"R_PPC_TLS", Const, 0, ""},
3792 {"R_PPC_TPREL16", Const, 0, ""},
3793 {"R_PPC_TPREL16_HA", Const, 0, ""},
3794 {"R_PPC_TPREL16_HI", Const, 0, ""},
3795 {"R_PPC_TPREL16_LO", Const, 0, ""},
3796 {"R_PPC_TPREL32", Const, 0, ""},
3797 {"R_PPC_UADDR16", Const, 0, ""},
3798 {"R_PPC_UADDR32", Const, 0, ""},
3799 {"R_RISCV", Type, 11, ""},
3800 {"R_RISCV_32", Const, 11, ""},
3801 {"R_RISCV_32_PCREL", Const, 12, ""},
3802 {"R_RISCV_64", Const, 11, ""},
3803 {"R_RISCV_ADD16", Const, 11, ""},
3804 {"R_RISCV_ADD32", Const, 11, ""},
3805 {"R_RISCV_ADD64", Const, 11, ""},
3806 {"R_RISCV_ADD8", Const, 11, ""},
3807 {"R_RISCV_ALIGN", Const, 11, ""},
3808 {"R_RISCV_BRANCH", Const, 11, ""},
3809 {"R_RISCV_CALL", Const, 11, ""},
3810 {"R_RISCV_CALL_PLT", Const, 11, ""},
3811 {"R_RISCV_COPY", Const, 11, ""},
3812 {"R_RISCV_GNU_VTENTRY", Const, 11, ""},
3813 {"R_RISCV_GNU_VTINHERIT", Const, 11, ""},
3814 {"R_RISCV_GOT_HI20", Const, 11, ""},
3815 {"R_RISCV_GPREL_I", Const, 11, ""},
3816 {"R_RISCV_GPREL_S", Const, 11, ""},
3817 {"R_RISCV_HI20", Const, 11, ""},
3818 {"R_RISCV_JAL", Const, 11, ""},
3819 {"R_RISCV_JUMP_SLOT", Const, 11, ""},
3820 {"R_RISCV_LO12_I", Const, 11, ""},
3821 {"R_RISCV_LO12_S", Const, 11, ""},
3822 {"R_RISCV_NONE", Const, 11, ""},
3823 {"R_RISCV_PCREL_HI20", Const, 11, ""},
3824 {"R_RISCV_PCREL_LO12_I", Const, 11, ""},
3825 {"R_RISCV_PCREL_LO12_S", Const, 11, ""},
3826 {"R_RISCV_RELATIVE", Const, 11, ""},
3827 {"R_RISCV_RELAX", Const, 11, ""},
3828 {"R_RISCV_RVC_BRANCH", Const, 11, ""},
3829 {"R_RISCV_RVC_JUMP", Const, 11, ""},
3830 {"R_RISCV_RVC_LUI", Const, 11, ""},
3831 {"R_RISCV_SET16", Const, 11, ""},
3832 {"R_RISCV_SET32", Const, 11, ""},
3833 {"R_RISCV_SET6", Const, 11, ""},
3834 {"R_RISCV_SET8", Const, 11, ""},
3835 {"R_RISCV_SUB16", Const, 11, ""},
3836 {"R_RISCV_SUB32", Const, 11, ""},
3837 {"R_RISCV_SUB6", Const, 11, ""},
3838 {"R_RISCV_SUB64", Const, 11, ""},
3839 {"R_RISCV_SUB8", Const, 11, ""},
3840 {"R_RISCV_TLS_DTPMOD32", Const, 11, ""},
3841 {"R_RISCV_TLS_DTPMOD64", Const, 11, ""},
3842 {"R_RISCV_TLS_DTPREL32", Const, 11, ""},
3843 {"R_RISCV_TLS_DTPREL64", Const, 11, ""},
3844 {"R_RISCV_TLS_GD_HI20", Const, 11, ""},
3845 {"R_RISCV_TLS_GOT_HI20", Const, 11, ""},
3846 {"R_RISCV_TLS_TPREL32", Const, 11, ""},
3847 {"R_RISCV_TLS_TPREL64", Const, 11, ""},
3848 {"R_RISCV_TPREL_ADD", Const, 11, ""},
3849 {"R_RISCV_TPREL_HI20", Const, 11, ""},
3850 {"R_RISCV_TPREL_I", Const, 11, ""},
3851 {"R_RISCV_TPREL_LO12_I", Const, 11, ""},
3852 {"R_RISCV_TPREL_LO12_S", Const, 11, ""},
3853 {"R_RISCV_TPREL_S", Const, 11, ""},
3854 {"R_SPARC", Type, 0, ""},
3855 {"R_SPARC_10", Const, 0, ""},
3856 {"R_SPARC_11", Const, 0, ""},
3857 {"R_SPARC_13", Const, 0, ""},
3858 {"R_SPARC_16", Const, 0, ""},
3859 {"R_SPARC_22", Const, 0, ""},
3860 {"R_SPARC_32", Const, 0, ""},
3861 {"R_SPARC_5", Const, 0, ""},
3862 {"R_SPARC_6", Const, 0, ""},
3863 {"R_SPARC_64", Const, 0, ""},
3864 {"R_SPARC_7", Const, 0, ""},
3865 {"R_SPARC_8", Const, 0, ""},
3866 {"R_SPARC_COPY", Const, 0, ""},
3867 {"R_SPARC_DISP16", Const, 0, ""},
3868 {"R_SPARC_DISP32", Const, 0, ""},
3869 {"R_SPARC_DISP64", Const, 0, ""},
3870 {"R_SPARC_DISP8", Const, 0, ""},
3871 {"R_SPARC_GLOB_DAT", Const, 0, ""},
3872 {"R_SPARC_GLOB_JMP", Const, 0, ""},
3873 {"R_SPARC_GOT10", Const, 0, ""},
3874 {"R_SPARC_GOT13", Const, 0, ""},
3875 {"R_SPARC_GOT22", Const, 0, ""},
3876 {"R_SPARC_H44", Const, 0, ""},
3877 {"R_SPARC_HH22", Const, 0, ""},
3878 {"R_SPARC_HI22", Const, 0, ""},
3879 {"R_SPARC_HIPLT22", Const, 0, ""},
3880 {"R_SPARC_HIX22", Const, 0, ""},
3881 {"R_SPARC_HM10", Const, 0, ""},
3882 {"R_SPARC_JMP_SLOT", Const, 0, ""},
3883 {"R_SPARC_L44", Const, 0, ""},
3884 {"R_SPARC_LM22", Const, 0, ""},
3885 {"R_SPARC_LO10", Const, 0, ""},
3886 {"R_SPARC_LOPLT10", Const, 0, ""},
3887 {"R_SPARC_LOX10", Const, 0, ""},
3888 {"R_SPARC_M44", Const, 0, ""},
3889 {"R_SPARC_NONE", Const, 0, ""},
3890 {"R_SPARC_OLO10", Const, 0, ""},
3891 {"R_SPARC_PC10", Const, 0, ""},
3892 {"R_SPARC_PC22", Const, 0, ""},
3893 {"R_SPARC_PCPLT10", Const, 0, ""},
3894 {"R_SPARC_PCPLT22", Const, 0, ""},
3895 {"R_SPARC_PCPLT32", Const, 0, ""},
3896 {"R_SPARC_PC_HH22", Const, 0, ""},
3897 {"R_SPARC_PC_HM10", Const, 0, ""},
3898 {"R_SPARC_PC_LM22", Const, 0, ""},
3899 {"R_SPARC_PLT32", Const, 0, ""},
3900 {"R_SPARC_PLT64", Const, 0, ""},
3901 {"R_SPARC_REGISTER", Const, 0, ""},
3902 {"R_SPARC_RELATIVE", Const, 0, ""},
3903 {"R_SPARC_UA16", Const, 0, ""},
3904 {"R_SPARC_UA32", Const, 0, ""},
3905 {"R_SPARC_UA64", Const, 0, ""},
3906 {"R_SPARC_WDISP16", Const, 0, ""},
3907 {"R_SPARC_WDISP19", Const, 0, ""},
3908 {"R_SPARC_WDISP22", Const, 0, ""},
3909 {"R_SPARC_WDISP30", Const, 0, ""},
3910 {"R_SPARC_WPLT30", Const, 0, ""},
3911 {"R_SYM32", Func, 0, "func(info uint32) uint32"},
3912 {"R_SYM64", Func, 0, "func(info uint64) uint32"},
3913 {"R_TYPE32", Func, 0, "func(info uint32) uint32"},
3914 {"R_TYPE64", Func, 0, "func(info uint64) uint32"},
3915 {"R_X86_64", Type, 0, ""},
3916 {"R_X86_64_16", Const, 0, ""},
3917 {"R_X86_64_32", Const, 0, ""},
3918 {"R_X86_64_32S", Const, 0, ""},
3919 {"R_X86_64_64", Const, 0, ""},
3920 {"R_X86_64_8", Const, 0, ""},
3921 {"R_X86_64_COPY", Const, 0, ""},
3922 {"R_X86_64_DTPMOD64", Const, 0, ""},
3923 {"R_X86_64_DTPOFF32", Const, 0, ""},
3924 {"R_X86_64_DTPOFF64", Const, 0, ""},
3925 {"R_X86_64_GLOB_DAT", Const, 0, ""},
3926 {"R_X86_64_GOT32", Const, 0, ""},
3927 {"R_X86_64_GOT64", Const, 10, ""},
3928 {"R_X86_64_GOTOFF64", Const, 10, ""},
3929 {"R_X86_64_GOTPC32", Const, 10, ""},
3930 {"R_X86_64_GOTPC32_TLSDESC", Const, 10, ""},
3931 {"R_X86_64_GOTPC64", Const, 10, ""},
3932 {"R_X86_64_GOTPCREL", Const, 0, ""},
3933 {"R_X86_64_GOTPCREL64", Const, 10, ""},
3934 {"R_X86_64_GOTPCRELX", Const, 10, ""},
3935 {"R_X86_64_GOTPLT64", Const, 10, ""},
3936 {"R_X86_64_GOTTPOFF", Const, 0, ""},
3937 {"R_X86_64_IRELATIVE", Const, 10, ""},
3938 {"R_X86_64_JMP_SLOT", Const, 0, ""},
3939 {"R_X86_64_NONE", Const, 0, ""},
3940 {"R_X86_64_PC16", Const, 0, ""},
3941 {"R_X86_64_PC32", Const, 0, ""},
3942 {"R_X86_64_PC32_BND", Const, 10, ""},
3943 {"R_X86_64_PC64", Const, 10, ""},
3944 {"R_X86_64_PC8", Const, 0, ""},
3945 {"R_X86_64_PLT32", Const, 0, ""},
3946 {"R_X86_64_PLT32_BND", Const, 10, ""},
3947 {"R_X86_64_PLTOFF64", Const, 10, ""},
3948 {"R_X86_64_RELATIVE", Const, 0, ""},
3949 {"R_X86_64_RELATIVE64", Const, 10, ""},
3950 {"R_X86_64_REX_GOTPCRELX", Const, 10, ""},
3951 {"R_X86_64_SIZE32", Const, 10, ""},
3952 {"R_X86_64_SIZE64", Const, 10, ""},
3953 {"R_X86_64_TLSDESC", Const, 10, ""},
3954 {"R_X86_64_TLSDESC_CALL", Const, 10, ""},
3955 {"R_X86_64_TLSGD", Const, 0, ""},
3956 {"R_X86_64_TLSLD", Const, 0, ""},
3957 {"R_X86_64_TPOFF32", Const, 0, ""},
3958 {"R_X86_64_TPOFF64", Const, 0, ""},
3959 {"Rel32", Type, 0, ""},
3960 {"Rel32.Info", Field, 0, ""},
3961 {"Rel32.Off", Field, 0, ""},
3962 {"Rel64", Type, 0, ""},
3963 {"Rel64.Info", Field, 0, ""},
3964 {"Rel64.Off", Field, 0, ""},
3965 {"Rela32", Type, 0, ""},
3966 {"Rela32.Addend", Field, 0, ""},
3967 {"Rela32.Info", Field, 0, ""},
3968 {"Rela32.Off", Field, 0, ""},
3969 {"Rela64", Type, 0, ""},
3970 {"Rela64.Addend", Field, 0, ""},
3971 {"Rela64.Info", Field, 0, ""},
3972 {"Rela64.Off", Field, 0, ""},
3973 {"SHF_ALLOC", Const, 0, ""},
3974 {"SHF_COMPRESSED", Const, 6, ""},
3975 {"SHF_EXECINSTR", Const, 0, ""},
3976 {"SHF_GROUP", Const, 0, ""},
3977 {"SHF_INFO_LINK", Const, 0, ""},
3978 {"SHF_LINK_ORDER", Const, 0, ""},
3979 {"SHF_MASKOS", Const, 0, ""},
3980 {"SHF_MASKPROC", Const, 0, ""},
3981 {"SHF_MERGE", Const, 0, ""},
3982 {"SHF_OS_NONCONFORMING", Const, 0, ""},
3983 {"SHF_STRINGS", Const, 0, ""},
3984 {"SHF_TLS", Const, 0, ""},
3985 {"SHF_WRITE", Const, 0, ""},
3986 {"SHN_ABS", Const, 0, ""},
3987 {"SHN_COMMON", Const, 0, ""},
3988 {"SHN_HIOS", Const, 0, ""},
3989 {"SHN_HIPROC", Const, 0, ""},
3990 {"SHN_HIRESERVE", Const, 0, ""},
3991 {"SHN_LOOS", Const, 0, ""},
3992 {"SHN_LOPROC", Const, 0, ""},
3993 {"SHN_LORESERVE", Const, 0, ""},
3994 {"SHN_UNDEF", Const, 0, ""},
3995 {"SHN_XINDEX", Const, 0, ""},
3996 {"SHT_DYNAMIC", Const, 0, ""},
3997 {"SHT_DYNSYM", Const, 0, ""},
3998 {"SHT_FINI_ARRAY", Const, 0, ""},
3999 {"SHT_GNU_ATTRIBUTES", Const, 0, ""},
4000 {"SHT_GNU_HASH", Const, 0, ""},
4001 {"SHT_GNU_LIBLIST", Const, 0, ""},
4002 {"SHT_GNU_VERDEF", Const, 0, ""},
4003 {"SHT_GNU_VERNEED", Const, 0, ""},
4004 {"SHT_GNU_VERSYM", Const, 0, ""},
4005 {"SHT_GROUP", Const, 0, ""},
4006 {"SHT_HASH", Const, 0, ""},
4007 {"SHT_HIOS", Const, 0, ""},
4008 {"SHT_HIPROC", Const, 0, ""},
4009 {"SHT_HIUSER", Const, 0, ""},
4010 {"SHT_INIT_ARRAY", Const, 0, ""},
4011 {"SHT_LOOS", Const, 0, ""},
4012 {"SHT_LOPROC", Const, 0, ""},
4013 {"SHT_LOUSER", Const, 0, ""},
4014 {"SHT_MIPS_ABIFLAGS", Const, 17, ""},
4015 {"SHT_NOBITS", Const, 0, ""},
4016 {"SHT_NOTE", Const, 0, ""},
4017 {"SHT_NULL", Const, 0, ""},
4018 {"SHT_PREINIT_ARRAY", Const, 0, ""},
4019 {"SHT_PROGBITS", Const, 0, ""},
4020 {"SHT_REL", Const, 0, ""},
4021 {"SHT_RELA", Const, 0, ""},
4022 {"SHT_RISCV_ATTRIBUTES", Const, 25, ""},
4023 {"SHT_SHLIB", Const, 0, ""},
4024 {"SHT_STRTAB", Const, 0, ""},
4025 {"SHT_SYMTAB", Const, 0, ""},
4026 {"SHT_SYMTAB_SHNDX", Const, 0, ""},
4027 {"STB_GLOBAL", Const, 0, ""},
4028 {"STB_HIOS", Const, 0, ""},
4029 {"STB_HIPROC", Const, 0, ""},
4030 {"STB_LOCAL", Const, 0, ""},
4031 {"STB_LOOS", Const, 0, ""},
4032 {"STB_LOPROC", Const, 0, ""},
4033 {"STB_WEAK", Const, 0, ""},
4034 {"STT_COMMON", Const, 0, ""},
4035 {"STT_FILE", Const, 0, ""},
4036 {"STT_FUNC", Const, 0, ""},
4037 {"STT_GNU_IFUNC", Const, 23, ""},
4038 {"STT_HIOS", Const, 0, ""},
4039 {"STT_HIPROC", Const, 0, ""},
4040 {"STT_LOOS", Const, 0, ""},
4041 {"STT_LOPROC", Const, 0, ""},
4042 {"STT_NOTYPE", Const, 0, ""},
4043 {"STT_OBJECT", Const, 0, ""},
4044 {"STT_RELC", Const, 23, ""},
4045 {"STT_SECTION", Const, 0, ""},
4046 {"STT_SRELC", Const, 23, ""},
4047 {"STT_TLS", Const, 0, ""},
4048 {"STV_DEFAULT", Const, 0, ""},
4049 {"STV_HIDDEN", Const, 0, ""},
4050 {"STV_INTERNAL", Const, 0, ""},
4051 {"STV_PROTECTED", Const, 0, ""},
4052 {"ST_BIND", Func, 0, "func(info uint8) SymBind"},
4053 {"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
4054 {"ST_TYPE", Func, 0, "func(info uint8) SymType"},
4055 {"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
4056 {"Section", Type, 0, ""},
4057 {"Section.ReaderAt", Field, 0, ""},
4058 {"Section.SectionHeader", Field, 0, ""},
4059 {"Section32", Type, 0, ""},
4060 {"Section32.Addr", Field, 0, ""},
4061 {"Section32.Addralign", Field, 0, ""},
4062 {"Section32.Entsize", Field, 0, ""},
4063 {"Section32.Flags", Field, 0, ""},
4064 {"Section32.Info", Field, 0, ""},
4065 {"Section32.Link", Field, 0, ""},
4066 {"Section32.Name", Field, 0, ""},
4067 {"Section32.Off", Field, 0, ""},
4068 {"Section32.Size", Field, 0, ""},
4069 {"Section32.Type", Field, 0, ""},
4070 {"Section64", Type, 0, ""},
4071 {"Section64.Addr", Field, 0, ""},
4072 {"Section64.Addralign", Field, 0, ""},
4073 {"Section64.Entsize", Field, 0, ""},
4074 {"Section64.Flags", Field, 0, ""},
4075 {"Section64.Info", Field, 0, ""},
4076 {"Section64.Link", Field, 0, ""},
4077 {"Section64.Name", Field, 0, ""},
4078 {"Section64.Off", Field, 0, ""},
4079 {"Section64.Size", Field, 0, ""},
4080 {"Section64.Type", Field, 0, ""},
4081 {"SectionFlag", Type, 0, ""},
4082 {"SectionHeader", Type, 0, ""},
4083 {"SectionHeader.Addr", Field, 0, ""},
4084 {"SectionHeader.Addralign", Field, 0, ""},
4085 {"SectionHeader.Entsize", Field, 0, ""},
4086 {"SectionHeader.FileSize", Field, 6, ""},
4087 {"SectionHeader.Flags", Field, 0, ""},
4088 {"SectionHeader.Info", Field, 0, ""},
4089 {"SectionHeader.Link", Field, 0, ""},
4090 {"SectionHeader.Name", Field, 0, ""},
4091 {"SectionHeader.Offset", Field, 0, ""},
4092 {"SectionHeader.Size", Field, 0, ""},
4093 {"SectionHeader.Type", Field, 0, ""},
4094 {"SectionIndex", Type, 0, ""},
4095 {"SectionType", Type, 0, ""},
4096 {"Sym32", Type, 0, ""},
4097 {"Sym32.Info", Field, 0, ""},
4098 {"Sym32.Name", Field, 0, ""},
4099 {"Sym32.Other", Field, 0, ""},
4100 {"Sym32.Shndx", Field, 0, ""},
4101 {"Sym32.Size", Field, 0, ""},
4102 {"Sym32.Value", Field, 0, ""},
4103 {"Sym32Size", Const, 0, ""},
4104 {"Sym64", Type, 0, ""},
4105 {"Sym64.Info", Field, 0, ""},
4106 {"Sym64.Name", Field, 0, ""},
4107 {"Sym64.Other", Field, 0, ""},
4108 {"Sym64.Shndx", Field, 0, ""},
4109 {"Sym64.Size", Field, 0, ""},
4110 {"Sym64.Value", Field, 0, ""},
4111 {"Sym64Size", Const, 0, ""},
4112 {"SymBind", Type, 0, ""},
4113 {"SymType", Type, 0, ""},
4114 {"SymVis", Type, 0, ""},
4115 {"Symbol", Type, 0, ""},
4116 {"Symbol.HasVersion", Field, 24, ""},
4117 {"Symbol.Info", Field, 0, ""},
4118 {"Symbol.Library", Field, 13, ""},
4119 {"Symbol.Name", Field, 0, ""},
4120 {"Symbol.Other", Field, 0, ""},
4121 {"Symbol.Section", Field, 0, ""},
4122 {"Symbol.Size", Field, 0, ""},
4123 {"Symbol.Value", Field, 0, ""},
4124 {"Symbol.Version", Field, 13, ""},
4125 {"Symbol.VersionIndex", Field, 24, ""},
4126 {"Type", Type, 0, ""},
4127 {"VER_FLG_BASE", Const, 24, ""},
4128 {"VER_FLG_INFO", Const, 24, ""},
4129 {"VER_FLG_WEAK", Const, 24, ""},
4130 {"Version", Type, 0, ""},
4131 {"VersionIndex", Type, 24, ""},
4132 },
4133 "debug/gosym": {
4134 {"(*DecodingError).Error", Method, 0, ""},
4135 {"(*LineTable).LineToPC", Method, 0, ""},
4136 {"(*LineTable).PCToLine", Method, 0, ""},
4137 {"(*Sym).BaseName", Method, 0, ""},
4138 {"(*Sym).PackageName", Method, 0, ""},
4139 {"(*Sym).ReceiverName", Method, 0, ""},
4140 {"(*Sym).Static", Method, 0, ""},
4141 {"(*Table).LineToPC", Method, 0, ""},
4142 {"(*Table).LookupFunc", Method, 0, ""},
4143 {"(*Table).LookupSym", Method, 0, ""},
4144 {"(*Table).PCToFunc", Method, 0, ""},
4145 {"(*Table).PCToLine", Method, 0, ""},
4146 {"(*Table).SymByAddr", Method, 0, ""},
4147 {"(*UnknownLineError).Error", Method, 0, ""},
4148 {"(Func).BaseName", Method, 0, ""},
4149 {"(Func).PackageName", Method, 0, ""},
4150 {"(Func).ReceiverName", Method, 0, ""},
4151 {"(Func).Static", Method, 0, ""},
4152 {"(UnknownFileError).Error", Method, 0, ""},
4153 {"DecodingError", Type, 0, ""},
4154 {"Func", Type, 0, ""},
4155 {"Func.End", Field, 0, ""},
4156 {"Func.Entry", Field, 0, ""},
4157 {"Func.FrameSize", Field, 0, ""},
4158 {"Func.LineTable", Field, 0, ""},
4159 {"Func.Locals", Field, 0, ""},
4160 {"Func.Obj", Field, 0, ""},
4161 {"Func.Params", Field, 0, ""},
4162 {"Func.Sym", Field, 0, ""},
4163 {"LineTable", Type, 0, ""},
4164 {"LineTable.Data", Field, 0, ""},
4165 {"LineTable.Line", Field, 0, ""},
4166 {"LineTable.PC", Field, 0, ""},
4167 {"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
4168 {"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
4169 {"Obj", Type, 0, ""},
4170 {"Obj.Funcs", Field, 0, ""},
4171 {"Obj.Paths", Field, 0, ""},
4172 {"Sym", Type, 0, ""},
4173 {"Sym.Func", Field, 0, ""},
4174 {"Sym.GoType", Field, 0, ""},
4175 {"Sym.Name", Field, 0, ""},
4176 {"Sym.Type", Field, 0, ""},
4177 {"Sym.Value", Field, 0, ""},
4178 {"Table", Type, 0, ""},
4179 {"Table.Files", Field, 0, ""},
4180 {"Table.Funcs", Field, 0, ""},
4181 {"Table.Objs", Field, 0, ""},
4182 {"Table.Syms", Field, 0, ""},
4183 {"UnknownFileError", Type, 0, ""},
4184 {"UnknownLineError", Type, 0, ""},
4185 {"UnknownLineError.File", Field, 0, ""},
4186 {"UnknownLineError.Line", Field, 0, ""},
4187 },
4188 "debug/macho": {
4189 {"(*FatFile).Close", Method, 3, ""},
4190 {"(*File).Close", Method, 0, ""},
4191 {"(*File).DWARF", Method, 0, ""},
4192 {"(*File).ImportedLibraries", Method, 0, ""},
4193 {"(*File).ImportedSymbols", Method, 0, ""},
4194 {"(*File).Section", Method, 0, ""},
4195 {"(*File).Segment", Method, 0, ""},
4196 {"(*FormatError).Error", Method, 0, ""},
4197 {"(*Section).Data", Method, 0, ""},
4198 {"(*Section).Open", Method, 0, ""},
4199 {"(*Segment).Data", Method, 0, ""},
4200 {"(*Segment).Open", Method, 0, ""},
4201 {"(Cpu).GoString", Method, 0, ""},
4202 {"(Cpu).String", Method, 0, ""},
4203 {"(Dylib).Raw", Method, 0, ""},
4204 {"(Dysymtab).Raw", Method, 0, ""},
4205 {"(FatArch).Close", Method, 3, ""},
4206 {"(FatArch).DWARF", Method, 3, ""},
4207 {"(FatArch).ImportedLibraries", Method, 3, ""},
4208 {"(FatArch).ImportedSymbols", Method, 3, ""},
4209 {"(FatArch).Section", Method, 3, ""},
4210 {"(FatArch).Segment", Method, 3, ""},
4211 {"(Load).Raw", Method, 0, ""},
4212 {"(LoadBytes).Raw", Method, 0, ""},
4213 {"(LoadCmd).GoString", Method, 0, ""},
4214 {"(LoadCmd).String", Method, 0, ""},
4215 {"(RelocTypeARM).GoString", Method, 10, ""},
4216 {"(RelocTypeARM).String", Method, 10, ""},
4217 {"(RelocTypeARM64).GoString", Method, 10, ""},
4218 {"(RelocTypeARM64).String", Method, 10, ""},
4219 {"(RelocTypeGeneric).GoString", Method, 10, ""},
4220 {"(RelocTypeGeneric).String", Method, 10, ""},
4221 {"(RelocTypeX86_64).GoString", Method, 10, ""},
4222 {"(RelocTypeX86_64).String", Method, 10, ""},
4223 {"(Rpath).Raw", Method, 10, ""},
4224 {"(Section).ReadAt", Method, 0, ""},
4225 {"(Segment).Raw", Method, 0, ""},
4226 {"(Segment).ReadAt", Method, 0, ""},
4227 {"(Symtab).Raw", Method, 0, ""},
4228 {"(Type).GoString", Method, 10, ""},
4229 {"(Type).String", Method, 10, ""},
4230 {"ARM64_RELOC_ADDEND", Const, 10, ""},
4231 {"ARM64_RELOC_BRANCH26", Const, 10, ""},
4232 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10, ""},
4233 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10, ""},
4234 {"ARM64_RELOC_PAGE21", Const, 10, ""},
4235 {"ARM64_RELOC_PAGEOFF12", Const, 10, ""},
4236 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10, ""},
4237 {"ARM64_RELOC_SUBTRACTOR", Const, 10, ""},
4238 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10, ""},
4239 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10, ""},
4240 {"ARM64_RELOC_UNSIGNED", Const, 10, ""},
4241 {"ARM_RELOC_BR24", Const, 10, ""},
4242 {"ARM_RELOC_HALF", Const, 10, ""},
4243 {"ARM_RELOC_HALF_SECTDIFF", Const, 10, ""},
4244 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4245 {"ARM_RELOC_PAIR", Const, 10, ""},
4246 {"ARM_RELOC_PB_LA_PTR", Const, 10, ""},
4247 {"ARM_RELOC_SECTDIFF", Const, 10, ""},
4248 {"ARM_RELOC_VANILLA", Const, 10, ""},
4249 {"ARM_THUMB_32BIT_BRANCH", Const, 10, ""},
4250 {"ARM_THUMB_RELOC_BR22", Const, 10, ""},
4251 {"Cpu", Type, 0, ""},
4252 {"Cpu386", Const, 0, ""},
4253 {"CpuAmd64", Const, 0, ""},
4254 {"CpuArm", Const, 3, ""},
4255 {"CpuArm64", Const, 11, ""},
4256 {"CpuPpc", Const, 3, ""},
4257 {"CpuPpc64", Const, 3, ""},
4258 {"Dylib", Type, 0, ""},
4259 {"Dylib.CompatVersion", Field, 0, ""},
4260 {"Dylib.CurrentVersion", Field, 0, ""},
4261 {"Dylib.LoadBytes", Field, 0, ""},
4262 {"Dylib.Name", Field, 0, ""},
4263 {"Dylib.Time", Field, 0, ""},
4264 {"DylibCmd", Type, 0, ""},
4265 {"DylibCmd.Cmd", Field, 0, ""},
4266 {"DylibCmd.CompatVersion", Field, 0, ""},
4267 {"DylibCmd.CurrentVersion", Field, 0, ""},
4268 {"DylibCmd.Len", Field, 0, ""},
4269 {"DylibCmd.Name", Field, 0, ""},
4270 {"DylibCmd.Time", Field, 0, ""},
4271 {"Dysymtab", Type, 0, ""},
4272 {"Dysymtab.DysymtabCmd", Field, 0, ""},
4273 {"Dysymtab.IndirectSyms", Field, 0, ""},
4274 {"Dysymtab.LoadBytes", Field, 0, ""},
4275 {"DysymtabCmd", Type, 0, ""},
4276 {"DysymtabCmd.Cmd", Field, 0, ""},
4277 {"DysymtabCmd.Extrefsymoff", Field, 0, ""},
4278 {"DysymtabCmd.Extreloff", Field, 0, ""},
4279 {"DysymtabCmd.Iextdefsym", Field, 0, ""},
4280 {"DysymtabCmd.Ilocalsym", Field, 0, ""},
4281 {"DysymtabCmd.Indirectsymoff", Field, 0, ""},
4282 {"DysymtabCmd.Iundefsym", Field, 0, ""},
4283 {"DysymtabCmd.Len", Field, 0, ""},
4284 {"DysymtabCmd.Locreloff", Field, 0, ""},
4285 {"DysymtabCmd.Modtaboff", Field, 0, ""},
4286 {"DysymtabCmd.Nextdefsym", Field, 0, ""},
4287 {"DysymtabCmd.Nextrefsyms", Field, 0, ""},
4288 {"DysymtabCmd.Nextrel", Field, 0, ""},
4289 {"DysymtabCmd.Nindirectsyms", Field, 0, ""},
4290 {"DysymtabCmd.Nlocalsym", Field, 0, ""},
4291 {"DysymtabCmd.Nlocrel", Field, 0, ""},
4292 {"DysymtabCmd.Nmodtab", Field, 0, ""},
4293 {"DysymtabCmd.Ntoc", Field, 0, ""},
4294 {"DysymtabCmd.Nundefsym", Field, 0, ""},
4295 {"DysymtabCmd.Tocoffset", Field, 0, ""},
4296 {"ErrNotFat", Var, 3, ""},
4297 {"FatArch", Type, 3, ""},
4298 {"FatArch.FatArchHeader", Field, 3, ""},
4299 {"FatArch.File", Field, 3, ""},
4300 {"FatArchHeader", Type, 3, ""},
4301 {"FatArchHeader.Align", Field, 3, ""},
4302 {"FatArchHeader.Cpu", Field, 3, ""},
4303 {"FatArchHeader.Offset", Field, 3, ""},
4304 {"FatArchHeader.Size", Field, 3, ""},
4305 {"FatArchHeader.SubCpu", Field, 3, ""},
4306 {"FatFile", Type, 3, ""},
4307 {"FatFile.Arches", Field, 3, ""},
4308 {"FatFile.Magic", Field, 3, ""},
4309 {"File", Type, 0, ""},
4310 {"File.ByteOrder", Field, 0, ""},
4311 {"File.Dysymtab", Field, 0, ""},
4312 {"File.FileHeader", Field, 0, ""},
4313 {"File.Loads", Field, 0, ""},
4314 {"File.Sections", Field, 0, ""},
4315 {"File.Symtab", Field, 0, ""},
4316 {"FileHeader", Type, 0, ""},
4317 {"FileHeader.Cmdsz", Field, 0, ""},
4318 {"FileHeader.Cpu", Field, 0, ""},
4319 {"FileHeader.Flags", Field, 0, ""},
4320 {"FileHeader.Magic", Field, 0, ""},
4321 {"FileHeader.Ncmd", Field, 0, ""},
4322 {"FileHeader.SubCpu", Field, 0, ""},
4323 {"FileHeader.Type", Field, 0, ""},
4324 {"FlagAllModsBound", Const, 10, ""},
4325 {"FlagAllowStackExecution", Const, 10, ""},
4326 {"FlagAppExtensionSafe", Const, 10, ""},
4327 {"FlagBindAtLoad", Const, 10, ""},
4328 {"FlagBindsToWeak", Const, 10, ""},
4329 {"FlagCanonical", Const, 10, ""},
4330 {"FlagDeadStrippableDylib", Const, 10, ""},
4331 {"FlagDyldLink", Const, 10, ""},
4332 {"FlagForceFlat", Const, 10, ""},
4333 {"FlagHasTLVDescriptors", Const, 10, ""},
4334 {"FlagIncrLink", Const, 10, ""},
4335 {"FlagLazyInit", Const, 10, ""},
4336 {"FlagNoFixPrebinding", Const, 10, ""},
4337 {"FlagNoHeapExecution", Const, 10, ""},
4338 {"FlagNoMultiDefs", Const, 10, ""},
4339 {"FlagNoReexportedDylibs", Const, 10, ""},
4340 {"FlagNoUndefs", Const, 10, ""},
4341 {"FlagPIE", Const, 10, ""},
4342 {"FlagPrebindable", Const, 10, ""},
4343 {"FlagPrebound", Const, 10, ""},
4344 {"FlagRootSafe", Const, 10, ""},
4345 {"FlagSetuidSafe", Const, 10, ""},
4346 {"FlagSplitSegs", Const, 10, ""},
4347 {"FlagSubsectionsViaSymbols", Const, 10, ""},
4348 {"FlagTwoLevel", Const, 10, ""},
4349 {"FlagWeakDefines", Const, 10, ""},
4350 {"FormatError", Type, 0, ""},
4351 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4352 {"GENERIC_RELOC_PAIR", Const, 10, ""},
4353 {"GENERIC_RELOC_PB_LA_PTR", Const, 10, ""},
4354 {"GENERIC_RELOC_SECTDIFF", Const, 10, ""},
4355 {"GENERIC_RELOC_TLV", Const, 10, ""},
4356 {"GENERIC_RELOC_VANILLA", Const, 10, ""},
4357 {"Load", Type, 0, ""},
4358 {"LoadBytes", Type, 0, ""},
4359 {"LoadCmd", Type, 0, ""},
4360 {"LoadCmdDylib", Const, 0, ""},
4361 {"LoadCmdDylinker", Const, 0, ""},
4362 {"LoadCmdDysymtab", Const, 0, ""},
4363 {"LoadCmdRpath", Const, 10, ""},
4364 {"LoadCmdSegment", Const, 0, ""},
4365 {"LoadCmdSegment64", Const, 0, ""},
4366 {"LoadCmdSymtab", Const, 0, ""},
4367 {"LoadCmdThread", Const, 0, ""},
4368 {"LoadCmdUnixThread", Const, 0, ""},
4369 {"Magic32", Const, 0, ""},
4370 {"Magic64", Const, 0, ""},
4371 {"MagicFat", Const, 3, ""},
4372 {"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
4373 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4374 {"Nlist32", Type, 0, ""},
4375 {"Nlist32.Desc", Field, 0, ""},
4376 {"Nlist32.Name", Field, 0, ""},
4377 {"Nlist32.Sect", Field, 0, ""},
4378 {"Nlist32.Type", Field, 0, ""},
4379 {"Nlist32.Value", Field, 0, ""},
4380 {"Nlist64", Type, 0, ""},
4381 {"Nlist64.Desc", Field, 0, ""},
4382 {"Nlist64.Name", Field, 0, ""},
4383 {"Nlist64.Sect", Field, 0, ""},
4384 {"Nlist64.Type", Field, 0, ""},
4385 {"Nlist64.Value", Field, 0, ""},
4386 {"Open", Func, 0, "func(name string) (*File, error)"},
4387 {"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
4388 {"Regs386", Type, 0, ""},
4389 {"Regs386.AX", Field, 0, ""},
4390 {"Regs386.BP", Field, 0, ""},
4391 {"Regs386.BX", Field, 0, ""},
4392 {"Regs386.CS", Field, 0, ""},
4393 {"Regs386.CX", Field, 0, ""},
4394 {"Regs386.DI", Field, 0, ""},
4395 {"Regs386.DS", Field, 0, ""},
4396 {"Regs386.DX", Field, 0, ""},
4397 {"Regs386.ES", Field, 0, ""},
4398 {"Regs386.FLAGS", Field, 0, ""},
4399 {"Regs386.FS", Field, 0, ""},
4400 {"Regs386.GS", Field, 0, ""},
4401 {"Regs386.IP", Field, 0, ""},
4402 {"Regs386.SI", Field, 0, ""},
4403 {"Regs386.SP", Field, 0, ""},
4404 {"Regs386.SS", Field, 0, ""},
4405 {"RegsAMD64", Type, 0, ""},
4406 {"RegsAMD64.AX", Field, 0, ""},
4407 {"RegsAMD64.BP", Field, 0, ""},
4408 {"RegsAMD64.BX", Field, 0, ""},
4409 {"RegsAMD64.CS", Field, 0, ""},
4410 {"RegsAMD64.CX", Field, 0, ""},
4411 {"RegsAMD64.DI", Field, 0, ""},
4412 {"RegsAMD64.DX", Field, 0, ""},
4413 {"RegsAMD64.FLAGS", Field, 0, ""},
4414 {"RegsAMD64.FS", Field, 0, ""},
4415 {"RegsAMD64.GS", Field, 0, ""},
4416 {"RegsAMD64.IP", Field, 0, ""},
4417 {"RegsAMD64.R10", Field, 0, ""},
4418 {"RegsAMD64.R11", Field, 0, ""},
4419 {"RegsAMD64.R12", Field, 0, ""},
4420 {"RegsAMD64.R13", Field, 0, ""},
4421 {"RegsAMD64.R14", Field, 0, ""},
4422 {"RegsAMD64.R15", Field, 0, ""},
4423 {"RegsAMD64.R8", Field, 0, ""},
4424 {"RegsAMD64.R9", Field, 0, ""},
4425 {"RegsAMD64.SI", Field, 0, ""},
4426 {"RegsAMD64.SP", Field, 0, ""},
4427 {"Reloc", Type, 10, ""},
4428 {"Reloc.Addr", Field, 10, ""},
4429 {"Reloc.Extern", Field, 10, ""},
4430 {"Reloc.Len", Field, 10, ""},
4431 {"Reloc.Pcrel", Field, 10, ""},
4432 {"Reloc.Scattered", Field, 10, ""},
4433 {"Reloc.Type", Field, 10, ""},
4434 {"Reloc.Value", Field, 10, ""},
4435 {"RelocTypeARM", Type, 10, ""},
4436 {"RelocTypeARM64", Type, 10, ""},
4437 {"RelocTypeGeneric", Type, 10, ""},
4438 {"RelocTypeX86_64", Type, 10, ""},
4439 {"Rpath", Type, 10, ""},
4440 {"Rpath.LoadBytes", Field, 10, ""},
4441 {"Rpath.Path", Field, 10, ""},
4442 {"RpathCmd", Type, 10, ""},
4443 {"RpathCmd.Cmd", Field, 10, ""},
4444 {"RpathCmd.Len", Field, 10, ""},
4445 {"RpathCmd.Path", Field, 10, ""},
4446 {"Section", Type, 0, ""},
4447 {"Section.ReaderAt", Field, 0, ""},
4448 {"Section.Relocs", Field, 10, ""},
4449 {"Section.SectionHeader", Field, 0, ""},
4450 {"Section32", Type, 0, ""},
4451 {"Section32.Addr", Field, 0, ""},
4452 {"Section32.Align", Field, 0, ""},
4453 {"Section32.Flags", Field, 0, ""},
4454 {"Section32.Name", Field, 0, ""},
4455 {"Section32.Nreloc", Field, 0, ""},
4456 {"Section32.Offset", Field, 0, ""},
4457 {"Section32.Reloff", Field, 0, ""},
4458 {"Section32.Reserve1", Field, 0, ""},
4459 {"Section32.Reserve2", Field, 0, ""},
4460 {"Section32.Seg", Field, 0, ""},
4461 {"Section32.Size", Field, 0, ""},
4462 {"Section64", Type, 0, ""},
4463 {"Section64.Addr", Field, 0, ""},
4464 {"Section64.Align", Field, 0, ""},
4465 {"Section64.Flags", Field, 0, ""},
4466 {"Section64.Name", Field, 0, ""},
4467 {"Section64.Nreloc", Field, 0, ""},
4468 {"Section64.Offset", Field, 0, ""},
4469 {"Section64.Reloff", Field, 0, ""},
4470 {"Section64.Reserve1", Field, 0, ""},
4471 {"Section64.Reserve2", Field, 0, ""},
4472 {"Section64.Reserve3", Field, 0, ""},
4473 {"Section64.Seg", Field, 0, ""},
4474 {"Section64.Size", Field, 0, ""},
4475 {"SectionHeader", Type, 0, ""},
4476 {"SectionHeader.Addr", Field, 0, ""},
4477 {"SectionHeader.Align", Field, 0, ""},
4478 {"SectionHeader.Flags", Field, 0, ""},
4479 {"SectionHeader.Name", Field, 0, ""},
4480 {"SectionHeader.Nreloc", Field, 0, ""},
4481 {"SectionHeader.Offset", Field, 0, ""},
4482 {"SectionHeader.Reloff", Field, 0, ""},
4483 {"SectionHeader.Seg", Field, 0, ""},
4484 {"SectionHeader.Size", Field, 0, ""},
4485 {"Segment", Type, 0, ""},
4486 {"Segment.LoadBytes", Field, 0, ""},
4487 {"Segment.ReaderAt", Field, 0, ""},
4488 {"Segment.SegmentHeader", Field, 0, ""},
4489 {"Segment32", Type, 0, ""},
4490 {"Segment32.Addr", Field, 0, ""},
4491 {"Segment32.Cmd", Field, 0, ""},
4492 {"Segment32.Filesz", Field, 0, ""},
4493 {"Segment32.Flag", Field, 0, ""},
4494 {"Segment32.Len", Field, 0, ""},
4495 {"Segment32.Maxprot", Field, 0, ""},
4496 {"Segment32.Memsz", Field, 0, ""},
4497 {"Segment32.Name", Field, 0, ""},
4498 {"Segment32.Nsect", Field, 0, ""},
4499 {"Segment32.Offset", Field, 0, ""},
4500 {"Segment32.Prot", Field, 0, ""},
4501 {"Segment64", Type, 0, ""},
4502 {"Segment64.Addr", Field, 0, ""},
4503 {"Segment64.Cmd", Field, 0, ""},
4504 {"Segment64.Filesz", Field, 0, ""},
4505 {"Segment64.Flag", Field, 0, ""},
4506 {"Segment64.Len", Field, 0, ""},
4507 {"Segment64.Maxprot", Field, 0, ""},
4508 {"Segment64.Memsz", Field, 0, ""},
4509 {"Segment64.Name", Field, 0, ""},
4510 {"Segment64.Nsect", Field, 0, ""},
4511 {"Segment64.Offset", Field, 0, ""},
4512 {"Segment64.Prot", Field, 0, ""},
4513 {"SegmentHeader", Type, 0, ""},
4514 {"SegmentHeader.Addr", Field, 0, ""},
4515 {"SegmentHeader.Cmd", Field, 0, ""},
4516 {"SegmentHeader.Filesz", Field, 0, ""},
4517 {"SegmentHeader.Flag", Field, 0, ""},
4518 {"SegmentHeader.Len", Field, 0, ""},
4519 {"SegmentHeader.Maxprot", Field, 0, ""},
4520 {"SegmentHeader.Memsz", Field, 0, ""},
4521 {"SegmentHeader.Name", Field, 0, ""},
4522 {"SegmentHeader.Nsect", Field, 0, ""},
4523 {"SegmentHeader.Offset", Field, 0, ""},
4524 {"SegmentHeader.Prot", Field, 0, ""},
4525 {"Symbol", Type, 0, ""},
4526 {"Symbol.Desc", Field, 0, ""},
4527 {"Symbol.Name", Field, 0, ""},
4528 {"Symbol.Sect", Field, 0, ""},
4529 {"Symbol.Type", Field, 0, ""},
4530 {"Symbol.Value", Field, 0, ""},
4531 {"Symtab", Type, 0, ""},
4532 {"Symtab.LoadBytes", Field, 0, ""},
4533 {"Symtab.Syms", Field, 0, ""},
4534 {"Symtab.SymtabCmd", Field, 0, ""},
4535 {"SymtabCmd", Type, 0, ""},
4536 {"SymtabCmd.Cmd", Field, 0, ""},
4537 {"SymtabCmd.Len", Field, 0, ""},
4538 {"SymtabCmd.Nsyms", Field, 0, ""},
4539 {"SymtabCmd.Stroff", Field, 0, ""},
4540 {"SymtabCmd.Strsize", Field, 0, ""},
4541 {"SymtabCmd.Symoff", Field, 0, ""},
4542 {"Thread", Type, 0, ""},
4543 {"Thread.Cmd", Field, 0, ""},
4544 {"Thread.Data", Field, 0, ""},
4545 {"Thread.Len", Field, 0, ""},
4546 {"Thread.Type", Field, 0, ""},
4547 {"Type", Type, 0, ""},
4548 {"TypeBundle", Const, 3, ""},
4549 {"TypeDylib", Const, 3, ""},
4550 {"TypeExec", Const, 0, ""},
4551 {"TypeObj", Const, 0, ""},
4552 {"X86_64_RELOC_BRANCH", Const, 10, ""},
4553 {"X86_64_RELOC_GOT", Const, 10, ""},
4554 {"X86_64_RELOC_GOT_LOAD", Const, 10, ""},
4555 {"X86_64_RELOC_SIGNED", Const, 10, ""},
4556 {"X86_64_RELOC_SIGNED_1", Const, 10, ""},
4557 {"X86_64_RELOC_SIGNED_2", Const, 10, ""},
4558 {"X86_64_RELOC_SIGNED_4", Const, 10, ""},
4559 {"X86_64_RELOC_SUBTRACTOR", Const, 10, ""},
4560 {"X86_64_RELOC_TLV", Const, 10, ""},
4561 {"X86_64_RELOC_UNSIGNED", Const, 10, ""},
4562 },
4563 "debug/pe": {
4564 {"(*COFFSymbol).FullName", Method, 8, ""},
4565 {"(*File).COFFSymbolReadSectionDefAux", Method, 19, ""},
4566 {"(*File).Close", Method, 0, ""},
4567 {"(*File).DWARF", Method, 0, ""},
4568 {"(*File).ImportedLibraries", Method, 0, ""},
4569 {"(*File).ImportedSymbols", Method, 0, ""},
4570 {"(*File).Section", Method, 0, ""},
4571 {"(*FormatError).Error", Method, 0, ""},
4572 {"(*Section).Data", Method, 0, ""},
4573 {"(*Section).Open", Method, 0, ""},
4574 {"(Section).ReadAt", Method, 0, ""},
4575 {"(StringTable).String", Method, 8, ""},
4576 {"COFFSymbol", Type, 1, ""},
4577 {"COFFSymbol.Name", Field, 1, ""},
4578 {"COFFSymbol.NumberOfAuxSymbols", Field, 1, ""},
4579 {"COFFSymbol.SectionNumber", Field, 1, ""},
4580 {"COFFSymbol.StorageClass", Field, 1, ""},
4581 {"COFFSymbol.Type", Field, 1, ""},
4582 {"COFFSymbol.Value", Field, 1, ""},
4583 {"COFFSymbolAuxFormat5", Type, 19, ""},
4584 {"COFFSymbolAuxFormat5.Checksum", Field, 19, ""},
4585 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19, ""},
4586 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19, ""},
4587 {"COFFSymbolAuxFormat5.SecNum", Field, 19, ""},
4588 {"COFFSymbolAuxFormat5.Selection", Field, 19, ""},
4589 {"COFFSymbolAuxFormat5.Size", Field, 19, ""},
4590 {"COFFSymbolSize", Const, 1, ""},
4591 {"DataDirectory", Type, 3, ""},
4592 {"DataDirectory.Size", Field, 3, ""},
4593 {"DataDirectory.VirtualAddress", Field, 3, ""},
4594 {"File", Type, 0, ""},
4595 {"File.COFFSymbols", Field, 8, ""},
4596 {"File.FileHeader", Field, 0, ""},
4597 {"File.OptionalHeader", Field, 3, ""},
4598 {"File.Sections", Field, 0, ""},
4599 {"File.StringTable", Field, 8, ""},
4600 {"File.Symbols", Field, 1, ""},
4601 {"FileHeader", Type, 0, ""},
4602 {"FileHeader.Characteristics", Field, 0, ""},
4603 {"FileHeader.Machine", Field, 0, ""},
4604 {"FileHeader.NumberOfSections", Field, 0, ""},
4605 {"FileHeader.NumberOfSymbols", Field, 0, ""},
4606 {"FileHeader.PointerToSymbolTable", Field, 0, ""},
4607 {"FileHeader.SizeOfOptionalHeader", Field, 0, ""},
4608 {"FileHeader.TimeDateStamp", Field, 0, ""},
4609 {"FormatError", Type, 0, ""},
4610 {"IMAGE_COMDAT_SELECT_ANY", Const, 19, ""},
4611 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19, ""},
4612 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19, ""},
4613 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19, ""},
4614 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19, ""},
4615 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19, ""},
4616 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11, ""},
4617 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11, ""},
4618 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11, ""},
4619 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11, ""},
4620 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11, ""},
4621 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11, ""},
4622 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11, ""},
4623 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11, ""},
4624 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11, ""},
4625 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11, ""},
4626 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11, ""},
4627 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11, ""},
4628 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11, ""},
4629 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11, ""},
4630 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11, ""},
4631 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15, ""},
4632 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15, ""},
4633 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15, ""},
4634 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15, ""},
4635 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15, ""},
4636 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15, ""},
4637 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15, ""},
4638 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15, ""},
4639 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15, ""},
4640 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15, ""},
4641 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15, ""},
4642 {"IMAGE_FILE_32BIT_MACHINE", Const, 15, ""},
4643 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15, ""},
4644 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15, ""},
4645 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15, ""},
4646 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15, ""},
4647 {"IMAGE_FILE_DLL", Const, 15, ""},
4648 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15, ""},
4649 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15, ""},
4650 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15, ""},
4651 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15, ""},
4652 {"IMAGE_FILE_MACHINE_AM33", Const, 0, ""},
4653 {"IMAGE_FILE_MACHINE_AMD64", Const, 0, ""},
4654 {"IMAGE_FILE_MACHINE_ARM", Const, 0, ""},
4655 {"IMAGE_FILE_MACHINE_ARM64", Const, 11, ""},
4656 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12, ""},
4657 {"IMAGE_FILE_MACHINE_EBC", Const, 0, ""},
4658 {"IMAGE_FILE_MACHINE_I386", Const, 0, ""},
4659 {"IMAGE_FILE_MACHINE_IA64", Const, 0, ""},
4660 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19, ""},
4661 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19, ""},
4662 {"IMAGE_FILE_MACHINE_M32R", Const, 0, ""},
4663 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0, ""},
4664 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0, ""},
4665 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0, ""},
4666 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0, ""},
4667 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0, ""},
4668 {"IMAGE_FILE_MACHINE_R4000", Const, 0, ""},
4669 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20, ""},
4670 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20, ""},
4671 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20, ""},
4672 {"IMAGE_FILE_MACHINE_SH3", Const, 0, ""},
4673 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0, ""},
4674 {"IMAGE_FILE_MACHINE_SH4", Const, 0, ""},
4675 {"IMAGE_FILE_MACHINE_SH5", Const, 0, ""},
4676 {"IMAGE_FILE_MACHINE_THUMB", Const, 0, ""},
4677 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0, ""},
4678 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0, ""},
4679 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15, ""},
4680 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15, ""},
4681 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15, ""},
4682 {"IMAGE_FILE_SYSTEM", Const, 15, ""},
4683 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15, ""},
4684 {"IMAGE_SCN_CNT_CODE", Const, 19, ""},
4685 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19, ""},
4686 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19, ""},
4687 {"IMAGE_SCN_LNK_COMDAT", Const, 19, ""},
4688 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19, ""},
4689 {"IMAGE_SCN_MEM_EXECUTE", Const, 19, ""},
4690 {"IMAGE_SCN_MEM_READ", Const, 19, ""},
4691 {"IMAGE_SCN_MEM_WRITE", Const, 19, ""},
4692 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15, ""},
4693 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15, ""},
4694 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15, ""},
4695 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15, ""},
4696 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15, ""},
4697 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15, ""},
4698 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15, ""},
4699 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15, ""},
4700 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15, ""},
4701 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15, ""},
4702 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15, ""},
4703 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15, ""},
4704 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15, ""},
4705 {"IMAGE_SUBSYSTEM_XBOX", Const, 15, ""},
4706 {"ImportDirectory", Type, 0, ""},
4707 {"ImportDirectory.FirstThunk", Field, 0, ""},
4708 {"ImportDirectory.ForwarderChain", Field, 0, ""},
4709 {"ImportDirectory.Name", Field, 0, ""},
4710 {"ImportDirectory.OriginalFirstThunk", Field, 0, ""},
4711 {"ImportDirectory.TimeDateStamp", Field, 0, ""},
4712 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4713 {"Open", Func, 0, "func(name string) (*File, error)"},
4714 {"OptionalHeader32", Type, 3, ""},
4715 {"OptionalHeader32.AddressOfEntryPoint", Field, 3, ""},
4716 {"OptionalHeader32.BaseOfCode", Field, 3, ""},
4717 {"OptionalHeader32.BaseOfData", Field, 3, ""},
4718 {"OptionalHeader32.CheckSum", Field, 3, ""},
4719 {"OptionalHeader32.DataDirectory", Field, 3, ""},
4720 {"OptionalHeader32.DllCharacteristics", Field, 3, ""},
4721 {"OptionalHeader32.FileAlignment", Field, 3, ""},
4722 {"OptionalHeader32.ImageBase", Field, 3, ""},
4723 {"OptionalHeader32.LoaderFlags", Field, 3, ""},
4724 {"OptionalHeader32.Magic", Field, 3, ""},
4725 {"OptionalHeader32.MajorImageVersion", Field, 3, ""},
4726 {"OptionalHeader32.MajorLinkerVersion", Field, 3, ""},
4727 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3, ""},
4728 {"OptionalHeader32.MajorSubsystemVersion", Field, 3, ""},
4729 {"OptionalHeader32.MinorImageVersion", Field, 3, ""},
4730 {"OptionalHeader32.MinorLinkerVersion", Field, 3, ""},
4731 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3, ""},
4732 {"OptionalHeader32.MinorSubsystemVersion", Field, 3, ""},
4733 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3, ""},
4734 {"OptionalHeader32.SectionAlignment", Field, 3, ""},
4735 {"OptionalHeader32.SizeOfCode", Field, 3, ""},
4736 {"OptionalHeader32.SizeOfHeaders", Field, 3, ""},
4737 {"OptionalHeader32.SizeOfHeapCommit", Field, 3, ""},
4738 {"OptionalHeader32.SizeOfHeapReserve", Field, 3, ""},
4739 {"OptionalHeader32.SizeOfImage", Field, 3, ""},
4740 {"OptionalHeader32.SizeOfInitializedData", Field, 3, ""},
4741 {"OptionalHeader32.SizeOfStackCommit", Field, 3, ""},
4742 {"OptionalHeader32.SizeOfStackReserve", Field, 3, ""},
4743 {"OptionalHeader32.SizeOfUninitializedData", Field, 3, ""},
4744 {"OptionalHeader32.Subsystem", Field, 3, ""},
4745 {"OptionalHeader32.Win32VersionValue", Field, 3, ""},
4746 {"OptionalHeader64", Type, 3, ""},
4747 {"OptionalHeader64.AddressOfEntryPoint", Field, 3, ""},
4748 {"OptionalHeader64.BaseOfCode", Field, 3, ""},
4749 {"OptionalHeader64.CheckSum", Field, 3, ""},
4750 {"OptionalHeader64.DataDirectory", Field, 3, ""},
4751 {"OptionalHeader64.DllCharacteristics", Field, 3, ""},
4752 {"OptionalHeader64.FileAlignment", Field, 3, ""},
4753 {"OptionalHeader64.ImageBase", Field, 3, ""},
4754 {"OptionalHeader64.LoaderFlags", Field, 3, ""},
4755 {"OptionalHeader64.Magic", Field, 3, ""},
4756 {"OptionalHeader64.MajorImageVersion", Field, 3, ""},
4757 {"OptionalHeader64.MajorLinkerVersion", Field, 3, ""},
4758 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3, ""},
4759 {"OptionalHeader64.MajorSubsystemVersion", Field, 3, ""},
4760 {"OptionalHeader64.MinorImageVersion", Field, 3, ""},
4761 {"OptionalHeader64.MinorLinkerVersion", Field, 3, ""},
4762 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3, ""},
4763 {"OptionalHeader64.MinorSubsystemVersion", Field, 3, ""},
4764 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3, ""},
4765 {"OptionalHeader64.SectionAlignment", Field, 3, ""},
4766 {"OptionalHeader64.SizeOfCode", Field, 3, ""},
4767 {"OptionalHeader64.SizeOfHeaders", Field, 3, ""},
4768 {"OptionalHeader64.SizeOfHeapCommit", Field, 3, ""},
4769 {"OptionalHeader64.SizeOfHeapReserve", Field, 3, ""},
4770 {"OptionalHeader64.SizeOfImage", Field, 3, ""},
4771 {"OptionalHeader64.SizeOfInitializedData", Field, 3, ""},
4772 {"OptionalHeader64.SizeOfStackCommit", Field, 3, ""},
4773 {"OptionalHeader64.SizeOfStackReserve", Field, 3, ""},
4774 {"OptionalHeader64.SizeOfUninitializedData", Field, 3, ""},
4775 {"OptionalHeader64.Subsystem", Field, 3, ""},
4776 {"OptionalHeader64.Win32VersionValue", Field, 3, ""},
4777 {"Reloc", Type, 8, ""},
4778 {"Reloc.SymbolTableIndex", Field, 8, ""},
4779 {"Reloc.Type", Field, 8, ""},
4780 {"Reloc.VirtualAddress", Field, 8, ""},
4781 {"Section", Type, 0, ""},
4782 {"Section.ReaderAt", Field, 0, ""},
4783 {"Section.Relocs", Field, 8, ""},
4784 {"Section.SectionHeader", Field, 0, ""},
4785 {"SectionHeader", Type, 0, ""},
4786 {"SectionHeader.Characteristics", Field, 0, ""},
4787 {"SectionHeader.Name", Field, 0, ""},
4788 {"SectionHeader.NumberOfLineNumbers", Field, 0, ""},
4789 {"SectionHeader.NumberOfRelocations", Field, 0, ""},
4790 {"SectionHeader.Offset", Field, 0, ""},
4791 {"SectionHeader.PointerToLineNumbers", Field, 0, ""},
4792 {"SectionHeader.PointerToRelocations", Field, 0, ""},
4793 {"SectionHeader.Size", Field, 0, ""},
4794 {"SectionHeader.VirtualAddress", Field, 0, ""},
4795 {"SectionHeader.VirtualSize", Field, 0, ""},
4796 {"SectionHeader32", Type, 0, ""},
4797 {"SectionHeader32.Characteristics", Field, 0, ""},
4798 {"SectionHeader32.Name", Field, 0, ""},
4799 {"SectionHeader32.NumberOfLineNumbers", Field, 0, ""},
4800 {"SectionHeader32.NumberOfRelocations", Field, 0, ""},
4801 {"SectionHeader32.PointerToLineNumbers", Field, 0, ""},
4802 {"SectionHeader32.PointerToRawData", Field, 0, ""},
4803 {"SectionHeader32.PointerToRelocations", Field, 0, ""},
4804 {"SectionHeader32.SizeOfRawData", Field, 0, ""},
4805 {"SectionHeader32.VirtualAddress", Field, 0, ""},
4806 {"SectionHeader32.VirtualSize", Field, 0, ""},
4807 {"StringTable", Type, 8, ""},
4808 {"Symbol", Type, 1, ""},
4809 {"Symbol.Name", Field, 1, ""},
4810 {"Symbol.SectionNumber", Field, 1, ""},
4811 {"Symbol.StorageClass", Field, 1, ""},
4812 {"Symbol.Type", Field, 1, ""},
4813 {"Symbol.Value", Field, 1, ""},
4814 },
4815 "debug/plan9obj": {
4816 {"(*File).Close", Method, 3, ""},
4817 {"(*File).Section", Method, 3, ""},
4818 {"(*File).Symbols", Method, 3, ""},
4819 {"(*Section).Data", Method, 3, ""},
4820 {"(*Section).Open", Method, 3, ""},
4821 {"(Section).ReadAt", Method, 3, ""},
4822 {"ErrNoSymbols", Var, 18, ""},
4823 {"File", Type, 3, ""},
4824 {"File.FileHeader", Field, 3, ""},
4825 {"File.Sections", Field, 3, ""},
4826 {"FileHeader", Type, 3, ""},
4827 {"FileHeader.Bss", Field, 3, ""},
4828 {"FileHeader.Entry", Field, 3, ""},
4829 {"FileHeader.HdrSize", Field, 4, ""},
4830 {"FileHeader.LoadAddress", Field, 4, ""},
4831 {"FileHeader.Magic", Field, 3, ""},
4832 {"FileHeader.PtrSize", Field, 3, ""},
4833 {"Magic386", Const, 3, ""},
4834 {"Magic64", Const, 3, ""},
4835 {"MagicAMD64", Const, 3, ""},
4836 {"MagicARM", Const, 3, ""},
4837 {"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
4838 {"Open", Func, 3, "func(name string) (*File, error)"},
4839 {"Section", Type, 3, ""},
4840 {"Section.ReaderAt", Field, 3, ""},
4841 {"Section.SectionHeader", Field, 3, ""},
4842 {"SectionHeader", Type, 3, ""},
4843 {"SectionHeader.Name", Field, 3, ""},
4844 {"SectionHeader.Offset", Field, 3, ""},
4845 {"SectionHeader.Size", Field, 3, ""},
4846 {"Sym", Type, 3, ""},
4847 {"Sym.Name", Field, 3, ""},
4848 {"Sym.Type", Field, 3, ""},
4849 {"Sym.Value", Field, 3, ""},
4850 },
4851 "embed": {
4852 {"(FS).Open", Method, 16, ""},
4853 {"(FS).ReadDir", Method, 16, ""},
4854 {"(FS).ReadFile", Method, 16, ""},
4855 {"FS", Type, 16, ""},
4856 },
4857 "encoding": {
4858 {"(BinaryAppender).AppendBinary", Method, 24, ""},
4859 {"(BinaryMarshaler).MarshalBinary", Method, 2, ""},
4860 {"(BinaryUnmarshaler).UnmarshalBinary", Method, 2, ""},
4861 {"(TextAppender).AppendText", Method, 24, ""},
4862 {"(TextMarshaler).MarshalText", Method, 2, ""},
4863 {"(TextUnmarshaler).UnmarshalText", Method, 2, ""},
4864 {"BinaryAppender", Type, 24, ""},
4865 {"BinaryMarshaler", Type, 2, ""},
4866 {"BinaryUnmarshaler", Type, 2, ""},
4867 {"TextAppender", Type, 24, ""},
4868 {"TextMarshaler", Type, 2, ""},
4869 {"TextUnmarshaler", Type, 2, ""},
4870 },
4871 "encoding/ascii85": {
4872 {"(CorruptInputError).Error", Method, 0, ""},
4873 {"CorruptInputError", Type, 0, ""},
4874 {"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
4875 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
4876 {"MaxEncodedLen", Func, 0, "func(n int) int"},
4877 {"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
4878 {"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
4879 },
4880 "encoding/asn1": {
4881 {"(BitString).At", Method, 0, ""},
4882 {"(BitString).RightAlign", Method, 0, ""},
4883 {"(ObjectIdentifier).Equal", Method, 0, ""},
4884 {"(ObjectIdentifier).String", Method, 3, ""},
4885 {"(StructuralError).Error", Method, 0, ""},
4886 {"(SyntaxError).Error", Method, 0, ""},
4887 {"BitString", Type, 0, ""},
4888 {"BitString.BitLength", Field, 0, ""},
4889 {"BitString.Bytes", Field, 0, ""},
4890 {"ClassApplication", Const, 6, ""},
4891 {"ClassContextSpecific", Const, 6, ""},
4892 {"ClassPrivate", Const, 6, ""},
4893 {"ClassUniversal", Const, 6, ""},
4894 {"Enumerated", Type, 0, ""},
4895 {"Flag", Type, 0, ""},
4896 {"Marshal", Func, 0, "func(val any) ([]byte, error)"},
4897 {"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
4898 {"NullBytes", Var, 9, ""},
4899 {"NullRawValue", Var, 9, ""},
4900 {"ObjectIdentifier", Type, 0, ""},
4901 {"RawContent", Type, 0, ""},
4902 {"RawValue", Type, 0, ""},
4903 {"RawValue.Bytes", Field, 0, ""},
4904 {"RawValue.Class", Field, 0, ""},
4905 {"RawValue.FullBytes", Field, 0, ""},
4906 {"RawValue.IsCompound", Field, 0, ""},
4907 {"RawValue.Tag", Field, 0, ""},
4908 {"StructuralError", Type, 0, ""},
4909 {"StructuralError.Msg", Field, 0, ""},
4910 {"SyntaxError", Type, 0, ""},
4911 {"SyntaxError.Msg", Field, 0, ""},
4912 {"TagBMPString", Const, 14, ""},
4913 {"TagBitString", Const, 6, ""},
4914 {"TagBoolean", Const, 6, ""},
4915 {"TagEnum", Const, 6, ""},
4916 {"TagGeneralString", Const, 6, ""},
4917 {"TagGeneralizedTime", Const, 6, ""},
4918 {"TagIA5String", Const, 6, ""},
4919 {"TagInteger", Const, 6, ""},
4920 {"TagNull", Const, 9, ""},
4921 {"TagNumericString", Const, 10, ""},
4922 {"TagOID", Const, 6, ""},
4923 {"TagOctetString", Const, 6, ""},
4924 {"TagPrintableString", Const, 6, ""},
4925 {"TagSequence", Const, 6, ""},
4926 {"TagSet", Const, 6, ""},
4927 {"TagT61String", Const, 6, ""},
4928 {"TagUTCTime", Const, 6, ""},
4929 {"TagUTF8String", Const, 6, ""},
4930 {"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
4931 {"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
4932 },
4933 "encoding/base32": {
4934 {"(*Encoding).AppendDecode", Method, 22, ""},
4935 {"(*Encoding).AppendEncode", Method, 22, ""},
4936 {"(*Encoding).Decode", Method, 0, ""},
4937 {"(*Encoding).DecodeString", Method, 0, ""},
4938 {"(*Encoding).DecodedLen", Method, 0, ""},
4939 {"(*Encoding).Encode", Method, 0, ""},
4940 {"(*Encoding).EncodeToString", Method, 0, ""},
4941 {"(*Encoding).EncodedLen", Method, 0, ""},
4942 {"(CorruptInputError).Error", Method, 0, ""},
4943 {"(Encoding).WithPadding", Method, 9, ""},
4944 {"CorruptInputError", Type, 0, ""},
4945 {"Encoding", Type, 0, ""},
4946 {"HexEncoding", Var, 0, ""},
4947 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4948 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4949 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4950 {"NoPadding", Const, 9, ""},
4951 {"StdEncoding", Var, 0, ""},
4952 {"StdPadding", Const, 9, ""},
4953 },
4954 "encoding/base64": {
4955 {"(*Encoding).AppendDecode", Method, 22, ""},
4956 {"(*Encoding).AppendEncode", Method, 22, ""},
4957 {"(*Encoding).Decode", Method, 0, ""},
4958 {"(*Encoding).DecodeString", Method, 0, ""},
4959 {"(*Encoding).DecodedLen", Method, 0, ""},
4960 {"(*Encoding).Encode", Method, 0, ""},
4961 {"(*Encoding).EncodeToString", Method, 0, ""},
4962 {"(*Encoding).EncodedLen", Method, 0, ""},
4963 {"(CorruptInputError).Error", Method, 0, ""},
4964 {"(Encoding).Strict", Method, 8, ""},
4965 {"(Encoding).WithPadding", Method, 5, ""},
4966 {"CorruptInputError", Type, 0, ""},
4967 {"Encoding", Type, 0, ""},
4968 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4969 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4970 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4971 {"NoPadding", Const, 5, ""},
4972 {"RawStdEncoding", Var, 5, ""},
4973 {"RawURLEncoding", Var, 5, ""},
4974 {"StdEncoding", Var, 0, ""},
4975 {"StdPadding", Const, 5, ""},
4976 {"URLEncoding", Var, 0, ""},
4977 },
4978 "encoding/binary": {
4979 {"(AppendByteOrder).AppendUint16", Method, 19, ""},
4980 {"(AppendByteOrder).AppendUint32", Method, 19, ""},
4981 {"(AppendByteOrder).AppendUint64", Method, 19, ""},
4982 {"(AppendByteOrder).String", Method, 19, ""},
4983 {"(ByteOrder).PutUint16", Method, 0, ""},
4984 {"(ByteOrder).PutUint32", Method, 0, ""},
4985 {"(ByteOrder).PutUint64", Method, 0, ""},
4986 {"(ByteOrder).String", Method, 0, ""},
4987 {"(ByteOrder).Uint16", Method, 0, ""},
4988 {"(ByteOrder).Uint32", Method, 0, ""},
4989 {"(ByteOrder).Uint64", Method, 0, ""},
4990 {"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
4991 {"AppendByteOrder", Type, 19, ""},
4992 {"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
4993 {"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
4994 {"BigEndian", Var, 0, ""},
4995 {"ByteOrder", Type, 0, ""},
4996 {"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4997 {"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4998 {"LittleEndian", Var, 0, ""},
4999 {"MaxVarintLen16", Const, 0, ""},
5000 {"MaxVarintLen32", Const, 0, ""},
5001 {"MaxVarintLen64", Const, 0, ""},
5002 {"NativeEndian", Var, 21, ""},
5003 {"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
5004 {"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
5005 {"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
5006 {"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
5007 {"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
5008 {"Size", Func, 0, "func(v any) int"},
5009 {"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
5010 {"Varint", Func, 0, "func(buf []byte) (int64, int)"},
5011 {"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
5012 },
5013 "encoding/csv": {
5014 {"(*ParseError).Error", Method, 0, ""},
5015 {"(*ParseError).Unwrap", Method, 13, ""},
5016 {"(*Reader).FieldPos", Method, 17, ""},
5017 {"(*Reader).InputOffset", Method, 19, ""},
5018 {"(*Reader).Read", Method, 0, ""},
5019 {"(*Reader).ReadAll", Method, 0, ""},
5020 {"(*Writer).Error", Method, 1, ""},
5021 {"(*Writer).Flush", Method, 0, ""},
5022 {"(*Writer).Write", Method, 0, ""},
5023 {"(*Writer).WriteAll", Method, 0, ""},
5024 {"ErrBareQuote", Var, 0, ""},
5025 {"ErrFieldCount", Var, 0, ""},
5026 {"ErrQuote", Var, 0, ""},
5027 {"ErrTrailingComma", Var, 0, ""},
5028 {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
5029 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
5030 {"ParseError", Type, 0, ""},
5031 {"ParseError.Column", Field, 0, ""},
5032 {"ParseError.Err", Field, 0, ""},
5033 {"ParseError.Line", Field, 0, ""},
5034 {"ParseError.StartLine", Field, 10, ""},
5035 {"Reader", Type, 0, ""},
5036 {"Reader.Comma", Field, 0, ""},
5037 {"Reader.Comment", Field, 0, ""},
5038 {"Reader.FieldsPerRecord", Field, 0, ""},
5039 {"Reader.LazyQuotes", Field, 0, ""},
5040 {"Reader.ReuseRecord", Field, 9, ""},
5041 {"Reader.TrailingComma", Field, 0, ""},
5042 {"Reader.TrimLeadingSpace", Field, 0, ""},
5043 {"Writer", Type, 0, ""},
5044 {"Writer.Comma", Field, 0, ""},
5045 {"Writer.UseCRLF", Field, 0, ""},
5046 },
5047 "encoding/gob": {
5048 {"(*Decoder).Decode", Method, 0, ""},
5049 {"(*Decoder).DecodeValue", Method, 0, ""},
5050 {"(*Encoder).Encode", Method, 0, ""},
5051 {"(*Encoder).EncodeValue", Method, 0, ""},
5052 {"(GobDecoder).GobDecode", Method, 0, ""},
5053 {"(GobEncoder).GobEncode", Method, 0, ""},
5054 {"CommonType", Type, 0, ""},
5055 {"CommonType.Id", Field, 0, ""},
5056 {"CommonType.Name", Field, 0, ""},
5057 {"Decoder", Type, 0, ""},
5058 {"Encoder", Type, 0, ""},
5059 {"GobDecoder", Type, 0, ""},
5060 {"GobEncoder", Type, 0, ""},
5061 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5062 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5063 {"Register", Func, 0, "func(value any)"},
5064 {"RegisterName", Func, 0, "func(name string, value any)"},
5065 },
5066 "encoding/hex": {
5067 {"(InvalidByteError).Error", Method, 0, ""},
5068 {"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
5069 {"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
5070 {"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
5071 {"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
5072 {"DecodedLen", Func, 0, "func(x int) int"},
5073 {"Dump", Func, 0, "func(data []byte) string"},
5074 {"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
5075 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
5076 {"EncodeToString", Func, 0, "func(src []byte) string"},
5077 {"EncodedLen", Func, 0, "func(n int) int"},
5078 {"ErrLength", Var, 0, ""},
5079 {"InvalidByteError", Type, 0, ""},
5080 {"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
5081 {"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
5082 },
5083 "encoding/json": {
5084 {"(*Decoder).Buffered", Method, 1, ""},
5085 {"(*Decoder).Decode", Method, 0, ""},
5086 {"(*Decoder).DisallowUnknownFields", Method, 10, ""},
5087 {"(*Decoder).InputOffset", Method, 14, ""},
5088 {"(*Decoder).More", Method, 5, ""},
5089 {"(*Decoder).Token", Method, 5, ""},
5090 {"(*Decoder).UseNumber", Method, 1, ""},
5091 {"(*Encoder).Encode", Method, 0, ""},
5092 {"(*Encoder).SetEscapeHTML", Method, 7, ""},
5093 {"(*Encoder).SetIndent", Method, 7, ""},
5094 {"(*InvalidUTF8Error).Error", Method, 0, ""},
5095 {"(*InvalidUnmarshalError).Error", Method, 0, ""},
5096 {"(*MarshalerError).Error", Method, 0, ""},
5097 {"(*MarshalerError).Unwrap", Method, 13, ""},
5098 {"(*Number).UnmarshalJSONFrom", Method, 27, ""},
5099 {"(*RawMessage).MarshalJSON", Method, 0, ""},
5100 {"(*RawMessage).UnmarshalJSON", Method, 0, ""},
5101 {"(*SyntaxError).Error", Method, 0, ""},
5102 {"(*UnmarshalFieldError).Error", Method, 0, ""},
5103 {"(*UnmarshalTypeError).Error", Method, 0, ""},
5104 {"(*UnmarshalTypeError).Unwrap", Method, 27, ""},
5105 {"(*UnsupportedTypeError).Error", Method, 0, ""},
5106 {"(*UnsupportedValueError).Error", Method, 0, ""},
5107 {"(Delim).String", Method, 5, ""},
5108 {"(Marshaler).MarshalJSON", Method, 0, ""},
5109 {"(Number).Float64", Method, 1, ""},
5110 {"(Number).Int64", Method, 1, ""},
5111 {"(Number).MarshalJSONTo", Method, 27, ""},
5112 {"(Number).String", Method, 1, ""},
5113 {"(RawMessage).MarshalJSON", Method, 8, ""},
5114 {"(Unmarshaler).UnmarshalJSON", Method, 0, ""},
5115 {"CallMethodsWithLegacySemantics", Func, 27, "func(v bool) Options"},
5116 {"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
5117 {"Decoder", Type, 0, ""},
5118 {"DefaultOptionsV1", Func, 27, "func() Options"},
5119 {"Delim", Type, 5, ""},
5120 {"Encoder", Type, 0, ""},
5121 {"FormatByteArrayAsArray", Func, 27, "func(v bool) Options"},
5122 {"FormatBytesWithLegacySemantics", Func, 27, "func(v bool) Options"},
5123 {"FormatDurationAsNano", Func, 27, "func(v bool) Options"},
5124 {"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
5125 {"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
5126 {"InvalidUTF8Error", Type, 0, ""},
5127 {"InvalidUTF8Error.S", Field, 0, ""},
5128 {"InvalidUnmarshalError", Type, 0, ""},
5129 {"InvalidUnmarshalError.Type", Field, 0, ""},
5130 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5131 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5132 {"Marshaler", Type, 0, ""},
5133 {"MarshalerError", Type, 0, ""},
5134 {"MarshalerError.Err", Field, 0, ""},
5135 {"MarshalerError.Type", Field, 0, ""},
5136 {"MatchCaseSensitiveDelimiter", Func, 27, "func(v bool) Options"},
5137 {"MergeWithLegacySemantics", Func, 27, "func(v bool) Options"},
5138 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5139 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5140 {"Number", Type, 1, ""},
5141 {"OmitEmptyWithLegacySemantics", Func, 27, "func(v bool) Options"},
5142 {"Options", Type, 27, ""},
5143 {"ParseBytesWithLooseRFC4648", Func, 27, "func(v bool) Options"},
5144 {"ParseTimeWithLooseRFC3339", Func, 27, "func(v bool) Options"},
5145 {"RawMessage", Type, 0, ""},
5146 {"ReportErrorsWithLegacySemantics", Func, 27, "func(v bool) Options"},
5147 {"StringifyWithLegacySemantics", Func, 27, "func(v bool) Options"},
5148 {"SyntaxError", Type, 0, ""},
5149 {"SyntaxError.Offset", Field, 0, ""},
5150 {"Token", Type, 5, ""},
5151 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5152 {"UnmarshalArrayFromAnyLength", Func, 27, "func(v bool) Options"},
5153 {"UnmarshalFieldError", Type, 0, ""},
5154 {"UnmarshalFieldError.Field", Field, 0, ""},
5155 {"UnmarshalFieldError.Key", Field, 0, ""},
5156 {"UnmarshalFieldError.Type", Field, 0, ""},
5157 {"UnmarshalTypeError", Type, 0, ""},
5158 {"UnmarshalTypeError.Err", Field, 27, ""},
5159 {"UnmarshalTypeError.Field", Field, 8, ""},
5160 {"UnmarshalTypeError.Offset", Field, 5, ""},
5161 {"UnmarshalTypeError.Struct", Field, 8, ""},
5162 {"UnmarshalTypeError.Type", Field, 0, ""},
5163 {"UnmarshalTypeError.Value", Field, 0, ""},
5164 {"Unmarshaler", Type, 0, ""},
5165 {"UnsupportedTypeError", Type, 0, ""},
5166 {"UnsupportedTypeError.Type", Field, 0, ""},
5167 {"UnsupportedValueError", Type, 0, ""},
5168 {"UnsupportedValueError.Str", Field, 0, ""},
5169 {"UnsupportedValueError.Value", Field, 0, ""},
5170 {"Valid", Func, 9, "func(data []byte) bool"},
5171 },
5172 "encoding/json/jsontext": {
5173 {"(*Decoder).InputOffset", Method, 27, ""},
5174 {"(*Decoder).Options", Method, 27, ""},
5175 {"(*Decoder).PeekKind", Method, 27, ""},
5176 {"(*Decoder).ReadToken", Method, 27, ""},
5177 {"(*Decoder).ReadValue", Method, 27, ""},
5178 {"(*Decoder).Reset", Method, 27, ""},
5179 {"(*Decoder).SkipValue", Method, 27, ""},
5180 {"(*Decoder).StackDepth", Method, 27, ""},
5181 {"(*Decoder).StackIndex", Method, 27, ""},
5182 {"(*Decoder).StackPointer", Method, 27, ""},
5183 {"(*Decoder).UnreadBuffer", Method, 27, ""},
5184 {"(*Encoder).AvailableBuffer", Method, 27, ""},
5185 {"(*Encoder).Options", Method, 27, ""},
5186 {"(*Encoder).OutputOffset", Method, 27, ""},
5187 {"(*Encoder).Reset", Method, 27, ""},
5188 {"(*Encoder).StackDepth", Method, 27, ""},
5189 {"(*Encoder).StackIndex", Method, 27, ""},
5190 {"(*Encoder).StackPointer", Method, 27, ""},
5191 {"(*Encoder).WriteToken", Method, 27, ""},
5192 {"(*Encoder).WriteValue", Method, 27, ""},
5193 {"(*SyntacticError).Error", Method, 27, ""},
5194 {"(*SyntacticError).Unwrap", Method, 27, ""},
5195 {"(*Value).Canonicalize", Method, 27, ""},
5196 {"(*Value).Compact", Method, 27, ""},
5197 {"(*Value).Format", Method, 27, ""},
5198 {"(*Value).Indent", Method, 27, ""},
5199 {"(*Value).UnmarshalJSON", Method, 27, ""},
5200 {"(Kind).String", Method, 27, ""},
5201 {"(Pointer).AppendToken", Method, 27, ""},
5202 {"(Pointer).Contains", Method, 27, ""},
5203 {"(Pointer).IsValid", Method, 27, ""},
5204 {"(Pointer).LastToken", Method, 27, ""},
5205 {"(Pointer).Parent", Method, 27, ""},
5206 {"(Pointer).Tokens", Method, 27, ""},
5207 {"(Token).Bool", Method, 27, ""},
5208 {"(Token).Clone", Method, 27, ""},
5209 {"(Token).Float", Method, 27, ""},
5210 {"(Token).Float32", Method, 27, ""},
5211 {"(Token).Int", Method, 27, ""},
5212 {"(Token).Kind", Method, 27, ""},
5213 {"(Token).String", Method, 27, ""},
5214 {"(Token).Uint", Method, 27, ""},
5215 {"(Value).Clone", Method, 27, ""},
5216 {"(Value).IsValid", Method, 27, ""},
5217 {"(Value).Kind", Method, 27, ""},
5218 {"(Value).MarshalJSON", Method, 27, ""},
5219 {"(Value).String", Method, 27, ""},
5220 {"AllowDuplicateNames", Func, 27, "func(v bool) Options"},
5221 {"AllowInvalidUTF8", Func, 27, "func(v bool) Options"},
5222 {"AppendFloat", Func, 27, "func(dst []byte, src float64, bits int) []byte"},
5223 {"AppendFormat", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes, opts ...Options) ([]byte, error)"},
5224 {"AppendQuote", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes) ([]byte, error)"},
5225 {"AppendUnquote", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes) ([]byte, error)"},
5226 {"BeginArray", Var, 27, ""},
5227 {"BeginObject", Var, 27, ""},
5228 {"Bool", Func, 27, "func(b bool) Token"},
5229 {"CanonicalizeRawFloats", Func, 27, "func(v bool) Options"},
5230 {"CanonicalizeRawInts", Func, 27, "func(v bool) Options"},
5231 {"Decoder", Type, 27, ""},
5232 {"Encoder", Type, 27, ""},
5233 {"EndArray", Var, 27, ""},
5234 {"EndObject", Var, 27, ""},
5235 {"ErrDuplicateName", Var, 27, ""},
5236 {"ErrNonStringName", Var, 27, ""},
5237 {"EscapeForHTML", Func, 27, "func(v bool) Options"},
5238 {"EscapeForJS", Func, 27, "func(v bool) Options"},
5239 {"False", Var, 27, ""},
5240 {"Float", Func, 27, "func(n float64) Token"},
5241 {"Float32", Func, 27, "func(n float32) Token"},
5242 {"Int", Func, 27, "func(n int64) Token"},
5243 {"Internal", Var, 27, ""},
5244 {"Kind", Type, 27, ""},
5245 {"KindBeginArray", Const, 27, ""},
5246 {"KindBeginObject", Const, 27, ""},
5247 {"KindEndArray", Const, 27, ""},
5248 {"KindEndObject", Const, 27, ""},
5249 {"KindFalse", Const, 27, ""},
5250 {"KindInvalid", Const, 27, ""},
5251 {"KindNull", Const, 27, ""},
5252 {"KindNumber", Const, 27, ""},
5253 {"KindString", Const, 27, ""},
5254 {"KindTrue", Const, 27, ""},
5255 {"Multiline", Func, 27, "func(v bool) Options"},
5256 {"NewDecoder", Func, 27, "func(r io.Reader, opts ...Options) *Decoder"},
5257 {"NewEncoder", Func, 27, "func(w io.Writer, opts ...Options) *Encoder"},
5258 {"Null", Var, 27, ""},
5259 {"Options", Type, 27, ""},
5260 {"Pointer", Type, 27, ""},
5261 {"PreserveRawStrings", Func, 27, "func(v bool) Options"},
5262 {"ReorderRawObjects", Func, 27, "func(v bool) Options"},
5263 {"SpaceAfterColon", Func, 27, "func(v bool) Options"},
5264 {"SpaceAfterComma", Func, 27, "func(v bool) Options"},
5265 {"String", Func, 27, "func(s string) Token"},
5266 {"SyntacticError", Type, 27, ""},
5267 {"SyntacticError.ByteOffset", Field, 27, ""},
5268 {"SyntacticError.Err", Field, 27, ""},
5269 {"SyntacticError.JSONPointer", Field, 27, ""},
5270 {"Token", Type, 27, ""},
5271 {"True", Var, 27, ""},
5272 {"Uint", Func, 27, "func(n uint64) Token"},
5273 {"Value", Type, 27, ""},
5274 {"WithIndent", Func, 27, "func(indent string) Options"},
5275 {"WithIndentPrefix", Func, 27, "func(prefix string) Options"},
5276 },
5277 "encoding/json/v2": {
5278 {"(*SemanticError).Error", Method, 27, ""},
5279 {"(*SemanticError).Unwrap", Method, 27, ""},
5280 {"(Marshaler).MarshalJSON", Method, 27, ""},
5281 {"(MarshalerTo).MarshalJSONTo", Method, 27, ""},
5282 {"(Unmarshaler).UnmarshalJSON", Method, 27, ""},
5283 {"(UnmarshalerFrom).UnmarshalJSONFrom", Method, 27, ""},
5284 {"DefaultOptionsV2", Func, 27, "func() Options"},
5285 {"Deterministic", Func, 27, "func(v bool) Options"},
5286 {"ErrUnknownName", Var, 27, ""},
5287 {"FormatNilMapAsNull", Func, 27, "func(v bool) Options"},
5288 {"FormatNilSliceAsNull", Func, 27, "func(v bool) Options"},
5289 {"GetOption", Func, 27, "func[T any](opts Options, setter func(T) Options) (T, bool)"},
5290 {"JoinMarshalers", Func, 27, "func(ms ...*Marshalers) *Marshalers"},
5291 {"JoinOptions", Func, 27, "func(srcs ...Options) Options"},
5292 {"JoinUnmarshalers", Func, 27, "func(us ...*Unmarshalers) *Unmarshalers"},
5293 {"Marshal", Func, 27, "func(in any, opts ...Options) (out []byte, err error)"},
5294 {"MarshalEncode", Func, 27, "func(out *jsontext.Encoder, in any, opts ...Options) (err error)"},
5295 {"MarshalFunc", Func, 27, "func[T any](fn func(T) ([]byte, error)) *Marshalers"},
5296 {"MarshalToFunc", Func, 27, "func[T any](fn func(*jsontext.Encoder, T) error) *Marshalers"},
5297 {"MarshalWrite", Func, 27, "func(out io.Writer, in any, opts ...Options) (err error)"},
5298 {"Marshaler", Type, 27, ""},
5299 {"MarshalerTo", Type, 27, ""},
5300 {"Marshalers", Type, 27, ""},
5301 {"MatchCaseInsensitiveNames", Func, 27, "func(v bool) Options"},
5302 {"OmitZeroStructFields", Func, 27, "func(v bool) Options"},
5303 {"Options", Type, 27, ""},
5304 {"RejectUnknownMembers", Func, 27, "func(v bool) Options"},
5305 {"SemanticError", Type, 27, ""},
5306 {"SemanticError.ByteOffset", Field, 27, ""},
5307 {"SemanticError.Err", Field, 27, ""},
5308 {"SemanticError.GoType", Field, 27, ""},
5309 {"SemanticError.JSONKind", Field, 27, ""},
5310 {"SemanticError.JSONPointer", Field, 27, ""},
5311 {"SemanticError.JSONValue", Field, 27, ""},
5312 {"StringifyNumbers", Func, 27, "func(v bool) Options"},
5313 {"Unmarshal", Func, 27, "func(in []byte, out any, opts ...Options) (err error)"},
5314 {"UnmarshalDecode", Func, 27, "func(in *jsontext.Decoder, out any, opts ...Options) (err error)"},
5315 {"UnmarshalFromFunc", Func, 27, "func[T any](fn func(*jsontext.Decoder, T) error) *Unmarshalers"},
5316 {"UnmarshalFunc", Func, 27, "func[T any](fn func([]byte, T) error) *Unmarshalers"},
5317 {"UnmarshalRead", Func, 27, "func(in io.Reader, out any, opts ...Options) (err error)"},
5318 {"Unmarshaler", Type, 27, ""},
5319 {"UnmarshalerFrom", Type, 27, ""},
5320 {"Unmarshalers", Type, 27, ""},
5321 {"WithMarshalers", Func, 27, "func(v *Marshalers) Options"},
5322 {"WithUnmarshalers", Func, 27, "func(v *Unmarshalers) Options"},
5323 },
5324 "encoding/pem": {
5325 {"Block", Type, 0, ""},
5326 {"Block.Bytes", Field, 0, ""},
5327 {"Block.Headers", Field, 0, ""},
5328 {"Block.Type", Field, 0, ""},
5329 {"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
5330 {"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
5331 {"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
5332 },
5333 "encoding/xml": {
5334 {"(*Decoder).Decode", Method, 0, ""},
5335 {"(*Decoder).DecodeElement", Method, 0, ""},
5336 {"(*Decoder).InputOffset", Method, 4, ""},
5337 {"(*Decoder).InputPos", Method, 19, ""},
5338 {"(*Decoder).RawToken", Method, 0, ""},
5339 {"(*Decoder).Skip", Method, 0, ""},
5340 {"(*Decoder).Token", Method, 0, ""},
5341 {"(*Encoder).Close", Method, 20, ""},
5342 {"(*Encoder).Encode", Method, 0, ""},
5343 {"(*Encoder).EncodeElement", Method, 2, ""},
5344 {"(*Encoder).EncodeToken", Method, 2, ""},
5345 {"(*Encoder).Flush", Method, 2, ""},
5346 {"(*Encoder).Indent", Method, 1, ""},
5347 {"(*SyntaxError).Error", Method, 0, ""},
5348 {"(*TagPathError).Error", Method, 0, ""},
5349 {"(*UnsupportedTypeError).Error", Method, 0, ""},
5350 {"(CharData).Copy", Method, 0, ""},
5351 {"(Comment).Copy", Method, 0, ""},
5352 {"(Directive).Copy", Method, 0, ""},
5353 {"(Marshaler).MarshalXML", Method, 2, ""},
5354 {"(MarshalerAttr).MarshalXMLAttr", Method, 2, ""},
5355 {"(ProcInst).Copy", Method, 0, ""},
5356 {"(StartElement).Copy", Method, 0, ""},
5357 {"(StartElement).End", Method, 2, ""},
5358 {"(TokenReader).Token", Method, 10, ""},
5359 {"(UnmarshalError).Error", Method, 0, ""},
5360 {"(Unmarshaler).UnmarshalXML", Method, 2, ""},
5361 {"(UnmarshalerAttr).UnmarshalXMLAttr", Method, 2, ""},
5362 {"Attr", Type, 0, ""},
5363 {"Attr.Name", Field, 0, ""},
5364 {"Attr.Value", Field, 0, ""},
5365 {"CharData", Type, 0, ""},
5366 {"Comment", Type, 0, ""},
5367 {"CopyToken", Func, 0, "func(t Token) Token"},
5368 {"Decoder", Type, 0, ""},
5369 {"Decoder.AutoClose", Field, 0, ""},
5370 {"Decoder.CharsetReader", Field, 0, ""},
5371 {"Decoder.DefaultSpace", Field, 1, ""},
5372 {"Decoder.Entity", Field, 0, ""},
5373 {"Decoder.Strict", Field, 0, ""},
5374 {"Directive", Type, 0, ""},
5375 {"Encoder", Type, 0, ""},
5376 {"EndElement", Type, 0, ""},
5377 {"EndElement.Name", Field, 0, ""},
5378 {"Escape", Func, 0, "func(w io.Writer, s []byte)"},
5379 {"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
5380 {"HTMLAutoClose", Var, 0, ""},
5381 {"HTMLEntity", Var, 0, ""},
5382 {"Header", Const, 0, ""},
5383 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5384 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5385 {"Marshaler", Type, 2, ""},
5386 {"MarshalerAttr", Type, 2, ""},
5387 {"Name", Type, 0, ""},
5388 {"Name.Local", Field, 0, ""},
5389 {"Name.Space", Field, 0, ""},
5390 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5391 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5392 {"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
5393 {"ProcInst", Type, 0, ""},
5394 {"ProcInst.Inst", Field, 0, ""},
5395 {"ProcInst.Target", Field, 0, ""},
5396 {"StartElement", Type, 0, ""},
5397 {"StartElement.Attr", Field, 0, ""},
5398 {"StartElement.Name", Field, 0, ""},
5399 {"SyntaxError", Type, 0, ""},
5400 {"SyntaxError.Line", Field, 0, ""},
5401 {"SyntaxError.Msg", Field, 0, ""},
5402 {"TagPathError", Type, 0, ""},
5403 {"TagPathError.Field1", Field, 0, ""},
5404 {"TagPathError.Field2", Field, 0, ""},
5405 {"TagPathError.Struct", Field, 0, ""},
5406 {"TagPathError.Tag1", Field, 0, ""},
5407 {"TagPathError.Tag2", Field, 0, ""},
5408 {"Token", Type, 0, ""},
5409 {"TokenReader", Type, 10, ""},
5410 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5411 {"UnmarshalError", Type, 0, ""},
5412 {"Unmarshaler", Type, 2, ""},
5413 {"UnmarshalerAttr", Type, 2, ""},
5414 {"UnsupportedTypeError", Type, 0, ""},
5415 {"UnsupportedTypeError.Type", Field, 0, ""},
5416 },
5417 "errors": {
5418 {"As", Func, 13, "func(err error, target any) bool"},
5419 {"AsType", Func, 26, "func[E error](err error) (E, bool)"},
5420 {"ErrUnsupported", Var, 21, ""},
5421 {"Is", Func, 13, "func(err error, target error) bool"},
5422 {"Join", Func, 20, "func(errs ...error) error"},
5423 {"New", Func, 0, "func(text string) error"},
5424 {"Unwrap", Func, 13, "func(err error) error"},
5425 },
5426 "expvar": {
5427 {"(*Float).Add", Method, 0, ""},
5428 {"(*Float).Set", Method, 0, ""},
5429 {"(*Float).String", Method, 0, ""},
5430 {"(*Float).Value", Method, 8, ""},
5431 {"(*Int).Add", Method, 0, ""},
5432 {"(*Int).Set", Method, 0, ""},
5433 {"(*Int).String", Method, 0, ""},
5434 {"(*Int).Value", Method, 8, ""},
5435 {"(*Map).Add", Method, 0, ""},
5436 {"(*Map).AddFloat", Method, 0, ""},
5437 {"(*Map).Delete", Method, 12, ""},
5438 {"(*Map).Do", Method, 0, ""},
5439 {"(*Map).Get", Method, 0, ""},
5440 {"(*Map).Init", Method, 0, ""},
5441 {"(*Map).Set", Method, 0, ""},
5442 {"(*Map).String", Method, 0, ""},
5443 {"(*String).Set", Method, 0, ""},
5444 {"(*String).String", Method, 0, ""},
5445 {"(*String).Value", Method, 8, ""},
5446 {"(Func).String", Method, 0, ""},
5447 {"(Func).Value", Method, 8, ""},
5448 {"(Var).String", Method, 0, ""},
5449 {"Do", Func, 0, "func(f func(KeyValue))"},
5450 {"Float", Type, 0, ""},
5451 {"Func", Type, 0, ""},
5452 {"Get", Func, 0, "func(name string) Var"},
5453 {"Handler", Func, 8, "func() http.Handler"},
5454 {"Int", Type, 0, ""},
5455 {"KeyValue", Type, 0, ""},
5456 {"KeyValue.Key", Field, 0, ""},
5457 {"KeyValue.Value", Field, 0, ""},
5458 {"Map", Type, 0, ""},
5459 {"NewFloat", Func, 0, "func(name string) *Float"},
5460 {"NewInt", Func, 0, "func(name string) *Int"},
5461 {"NewMap", Func, 0, "func(name string) *Map"},
5462 {"NewString", Func, 0, "func(name string) *String"},
5463 {"Publish", Func, 0, "func(name string, v Var)"},
5464 {"String", Type, 0, ""},
5465 {"Var", Type, 0, ""},
5466 },
5467 "flag": {
5468 {"(*FlagSet).Arg", Method, 0, ""},
5469 {"(*FlagSet).Args", Method, 0, ""},
5470 {"(*FlagSet).Bool", Method, 0, ""},
5471 {"(*FlagSet).BoolFunc", Method, 21, ""},
5472 {"(*FlagSet).BoolVar", Method, 0, ""},
5473 {"(*FlagSet).Duration", Method, 0, ""},
5474 {"(*FlagSet).DurationVar", Method, 0, ""},
5475 {"(*FlagSet).ErrorHandling", Method, 10, ""},
5476 {"(*FlagSet).Float64", Method, 0, ""},
5477 {"(*FlagSet).Float64Var", Method, 0, ""},
5478 {"(*FlagSet).Func", Method, 16, ""},
5479 {"(*FlagSet).Init", Method, 0, ""},
5480 {"(*FlagSet).Int", Method, 0, ""},
5481 {"(*FlagSet).Int64", Method, 0, ""},
5482 {"(*FlagSet).Int64Var", Method, 0, ""},
5483 {"(*FlagSet).IntVar", Method, 0, ""},
5484 {"(*FlagSet).Lookup", Method, 0, ""},
5485 {"(*FlagSet).NArg", Method, 0, ""},
5486 {"(*FlagSet).NFlag", Method, 0, ""},
5487 {"(*FlagSet).Name", Method, 10, ""},
5488 {"(*FlagSet).Output", Method, 10, ""},
5489 {"(*FlagSet).Parse", Method, 0, ""},
5490 {"(*FlagSet).Parsed", Method, 0, ""},
5491 {"(*FlagSet).PrintDefaults", Method, 0, ""},
5492 {"(*FlagSet).Set", Method, 0, ""},
5493 {"(*FlagSet).SetOutput", Method, 0, ""},
5494 {"(*FlagSet).String", Method, 0, ""},
5495 {"(*FlagSet).StringVar", Method, 0, ""},
5496 {"(*FlagSet).TextVar", Method, 19, ""},
5497 {"(*FlagSet).Uint", Method, 0, ""},
5498 {"(*FlagSet).Uint64", Method, 0, ""},
5499 {"(*FlagSet).Uint64Var", Method, 0, ""},
5500 {"(*FlagSet).UintVar", Method, 0, ""},
5501 {"(*FlagSet).Var", Method, 0, ""},
5502 {"(*FlagSet).Visit", Method, 0, ""},
5503 {"(*FlagSet).VisitAll", Method, 0, ""},
5504 {"(Getter).Get", Method, 2, ""},
5505 {"(Getter).Set", Method, 2, ""},
5506 {"(Getter).String", Method, 2, ""},
5507 {"(Value).Set", Method, 0, ""},
5508 {"(Value).String", Method, 0, ""},
5509 {"Arg", Func, 0, "func(i int) string"},
5510 {"Args", Func, 0, "func() []string"},
5511 {"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
5512 {"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
5513 {"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
5514 {"CommandLine", Var, 2, ""},
5515 {"ContinueOnError", Const, 0, ""},
5516 {"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
5517 {"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
5518 {"ErrHelp", Var, 0, ""},
5519 {"ErrorHandling", Type, 0, ""},
5520 {"ExitOnError", Const, 0, ""},
5521 {"Flag", Type, 0, ""},
5522 {"Flag.DefValue", Field, 0, ""},
5523 {"Flag.Name", Field, 0, ""},
5524 {"Flag.Usage", Field, 0, ""},
5525 {"Flag.Value", Field, 0, ""},
5526 {"FlagSet", Type, 0, ""},
5527 {"FlagSet.Usage", Field, 0, ""},
5528 {"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
5529 {"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
5530 {"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
5531 {"Getter", Type, 2, ""},
5532 {"Int", Func, 0, "func(name string, value int, usage string) *int"},
5533 {"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
5534 {"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
5535 {"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
5536 {"Lookup", Func, 0, "func(name string) *Flag"},
5537 {"NArg", Func, 0, "func() int"},
5538 {"NFlag", Func, 0, "func() int"},
5539 {"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
5540 {"PanicOnError", Const, 0, ""},
5541 {"Parse", Func, 0, "func()"},
5542 {"Parsed", Func, 0, "func() bool"},
5543 {"PrintDefaults", Func, 0, "func()"},
5544 {"Set", Func, 0, "func(name string, value string) error"},
5545 {"String", Func, 0, "func(name string, value string, usage string) *string"},
5546 {"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
5547 {"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
5548 {"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
5549 {"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
5550 {"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
5551 {"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
5552 {"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
5553 {"Usage", Var, 0, ""},
5554 {"Value", Type, 0, ""},
5555 {"Var", Func, 0, "func(value Value, name string, usage string)"},
5556 {"Visit", Func, 0, "func(fn func(*Flag))"},
5557 {"VisitAll", Func, 0, "func(fn func(*Flag))"},
5558 },
5559 "fmt": {
5560 {"(Formatter).Format", Method, 0, ""},
5561 {"(GoStringer).GoString", Method, 0, ""},
5562 {"(ScanState).Read", Method, 0, ""},
5563 {"(ScanState).ReadRune", Method, 0, ""},
5564 {"(ScanState).SkipSpace", Method, 0, ""},
5565 {"(ScanState).Token", Method, 0, ""},
5566 {"(ScanState).UnreadRune", Method, 0, ""},
5567 {"(ScanState).Width", Method, 0, ""},
5568 {"(Scanner).Scan", Method, 0, ""},
5569 {"(State).Flag", Method, 0, ""},
5570 {"(State).Precision", Method, 0, ""},
5571 {"(State).Width", Method, 0, ""},
5572 {"(State).Write", Method, 0, ""},
5573 {"(Stringer).String", Method, 0, ""},
5574 {"Append", Func, 19, "func(b []byte, a ...any) []byte"},
5575 {"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
5576 {"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
5577 {"Errorf", Func, 0, "func(format string, a ...any) (err error)"},
5578 {"FormatString", Func, 20, "func(state State, verb rune) string"},
5579 {"Formatter", Type, 0, ""},
5580 {"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5581 {"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
5582 {"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5583 {"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5584 {"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
5585 {"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5586 {"GoStringer", Type, 0, ""},
5587 {"Print", Func, 0, "func(a ...any) (n int, err error)"},
5588 {"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5589 {"Println", Func, 0, "func(a ...any) (n int, err error)"},
5590 {"Scan", Func, 0, "func(a ...any) (n int, err error)"},
5591 {"ScanState", Type, 0, ""},
5592 {"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5593 {"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
5594 {"Scanner", Type, 0, ""},
5595 {"Sprint", Func, 0, "func(a ...any) string"},
5596 {"Sprintf", Func, 0, "func(format string, a ...any) string"},
5597 {"Sprintln", Func, 0, "func(a ...any) string"},
5598 {"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
5599 {"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
5600 {"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
5601 {"State", Type, 0, ""},
5602 {"Stringer", Type, 0, ""},
5603 },
5604 "go/ast": {
5605 {"(*ArrayType).End", Method, 0, ""},
5606 {"(*ArrayType).Pos", Method, 0, ""},
5607 {"(*AssignStmt).End", Method, 0, ""},
5608 {"(*AssignStmt).Pos", Method, 0, ""},
5609 {"(*BadDecl).End", Method, 0, ""},
5610 {"(*BadDecl).Pos", Method, 0, ""},
5611 {"(*BadExpr).End", Method, 0, ""},
5612 {"(*BadExpr).Pos", Method, 0, ""},
5613 {"(*BadStmt).End", Method, 0, ""},
5614 {"(*BadStmt).Pos", Method, 0, ""},
5615 {"(*BasicLit).End", Method, 0, ""},
5616 {"(*BasicLit).Pos", Method, 0, ""},
5617 {"(*BinaryExpr).End", Method, 0, ""},
5618 {"(*BinaryExpr).Pos", Method, 0, ""},
5619 {"(*BlockStmt).End", Method, 0, ""},
5620 {"(*BlockStmt).Pos", Method, 0, ""},
5621 {"(*BranchStmt).End", Method, 0, ""},
5622 {"(*BranchStmt).Pos", Method, 0, ""},
5623 {"(*CallExpr).End", Method, 0, ""},
5624 {"(*CallExpr).Pos", Method, 0, ""},
5625 {"(*CaseClause).End", Method, 0, ""},
5626 {"(*CaseClause).Pos", Method, 0, ""},
5627 {"(*ChanType).End", Method, 0, ""},
5628 {"(*ChanType).Pos", Method, 0, ""},
5629 {"(*CommClause).End", Method, 0, ""},
5630 {"(*CommClause).Pos", Method, 0, ""},
5631 {"(*Comment).End", Method, 0, ""},
5632 {"(*Comment).Pos", Method, 0, ""},
5633 {"(*CommentGroup).End", Method, 0, ""},
5634 {"(*CommentGroup).Pos", Method, 0, ""},
5635 {"(*CommentGroup).Text", Method, 0, ""},
5636 {"(*CompositeLit).End", Method, 0, ""},
5637 {"(*CompositeLit).Pos", Method, 0, ""},
5638 {"(*DeclStmt).End", Method, 0, ""},
5639 {"(*DeclStmt).Pos", Method, 0, ""},
5640 {"(*DeferStmt).End", Method, 0, ""},
5641 {"(*DeferStmt).Pos", Method, 0, ""},
5642 {"(*Directive).End", Method, 26, ""},
5643 {"(*Directive).ParseArgs", Method, 26, ""},
5644 {"(*Directive).Pos", Method, 26, ""},
5645 {"(*Ellipsis).End", Method, 0, ""},
5646 {"(*Ellipsis).Pos", Method, 0, ""},
5647 {"(*EmptyStmt).End", Method, 0, ""},
5648 {"(*EmptyStmt).Pos", Method, 0, ""},
5649 {"(*ExprStmt).End", Method, 0, ""},
5650 {"(*ExprStmt).Pos", Method, 0, ""},
5651 {"(*Field).End", Method, 0, ""},
5652 {"(*Field).Pos", Method, 0, ""},
5653 {"(*FieldList).End", Method, 0, ""},
5654 {"(*FieldList).NumFields", Method, 0, ""},
5655 {"(*FieldList).Pos", Method, 0, ""},
5656 {"(*File).End", Method, 0, ""},
5657 {"(*File).Pos", Method, 0, ""},
5658 {"(*ForStmt).End", Method, 0, ""},
5659 {"(*ForStmt).Pos", Method, 0, ""},
5660 {"(*FuncDecl).End", Method, 0, ""},
5661 {"(*FuncDecl).Pos", Method, 0, ""},
5662 {"(*FuncLit).End", Method, 0, ""},
5663 {"(*FuncLit).Pos", Method, 0, ""},
5664 {"(*FuncType).End", Method, 0, ""},
5665 {"(*FuncType).Pos", Method, 0, ""},
5666 {"(*GenDecl).End", Method, 0, ""},
5667 {"(*GenDecl).Pos", Method, 0, ""},
5668 {"(*GoStmt).End", Method, 0, ""},
5669 {"(*GoStmt).Pos", Method, 0, ""},
5670 {"(*Ident).End", Method, 0, ""},
5671 {"(*Ident).IsExported", Method, 0, ""},
5672 {"(*Ident).Pos", Method, 0, ""},
5673 {"(*Ident).String", Method, 0, ""},
5674 {"(*IfStmt).End", Method, 0, ""},
5675 {"(*IfStmt).Pos", Method, 0, ""},
5676 {"(*ImportSpec).End", Method, 0, ""},
5677 {"(*ImportSpec).Pos", Method, 0, ""},
5678 {"(*IncDecStmt).End", Method, 0, ""},
5679 {"(*IncDecStmt).Pos", Method, 0, ""},
5680 {"(*IndexExpr).End", Method, 0, ""},
5681 {"(*IndexExpr).Pos", Method, 0, ""},
5682 {"(*IndexListExpr).End", Method, 18, ""},
5683 {"(*IndexListExpr).Pos", Method, 18, ""},
5684 {"(*InterfaceType).End", Method, 0, ""},
5685 {"(*InterfaceType).Pos", Method, 0, ""},
5686 {"(*KeyValueExpr).End", Method, 0, ""},
5687 {"(*KeyValueExpr).Pos", Method, 0, ""},
5688 {"(*LabeledStmt).End", Method, 0, ""},
5689 {"(*LabeledStmt).Pos", Method, 0, ""},
5690 {"(*MapType).End", Method, 0, ""},
5691 {"(*MapType).Pos", Method, 0, ""},
5692 {"(*Object).Pos", Method, 0, ""},
5693 {"(*Package).End", Method, 0, ""},
5694 {"(*Package).Pos", Method, 0, ""},
5695 {"(*ParenExpr).End", Method, 0, ""},
5696 {"(*ParenExpr).Pos", Method, 0, ""},
5697 {"(*RangeStmt).End", Method, 0, ""},
5698 {"(*RangeStmt).Pos", Method, 0, ""},
5699 {"(*ReturnStmt).End", Method, 0, ""},
5700 {"(*ReturnStmt).Pos", Method, 0, ""},
5701 {"(*Scope).Insert", Method, 0, ""},
5702 {"(*Scope).Lookup", Method, 0, ""},
5703 {"(*Scope).String", Method, 0, ""},
5704 {"(*SelectStmt).End", Method, 0, ""},
5705 {"(*SelectStmt).Pos", Method, 0, ""},
5706 {"(*SelectorExpr).End", Method, 0, ""},
5707 {"(*SelectorExpr).Pos", Method, 0, ""},
5708 {"(*SendStmt).End", Method, 0, ""},
5709 {"(*SendStmt).Pos", Method, 0, ""},
5710 {"(*SliceExpr).End", Method, 0, ""},
5711 {"(*SliceExpr).Pos", Method, 0, ""},
5712 {"(*StarExpr).End", Method, 0, ""},
5713 {"(*StarExpr).Pos", Method, 0, ""},
5714 {"(*StructType).End", Method, 0, ""},
5715 {"(*StructType).Pos", Method, 0, ""},
5716 {"(*SwitchStmt).End", Method, 0, ""},
5717 {"(*SwitchStmt).Pos", Method, 0, ""},
5718 {"(*TypeAssertExpr).End", Method, 0, ""},
5719 {"(*TypeAssertExpr).Pos", Method, 0, ""},
5720 {"(*TypeSpec).End", Method, 0, ""},
5721 {"(*TypeSpec).Pos", Method, 0, ""},
5722 {"(*TypeSwitchStmt).End", Method, 0, ""},
5723 {"(*TypeSwitchStmt).Pos", Method, 0, ""},
5724 {"(*UnaryExpr).End", Method, 0, ""},
5725 {"(*UnaryExpr).Pos", Method, 0, ""},
5726 {"(*ValueSpec).End", Method, 0, ""},
5727 {"(*ValueSpec).Pos", Method, 0, ""},
5728 {"(CommentMap).Comments", Method, 1, ""},
5729 {"(CommentMap).Filter", Method, 1, ""},
5730 {"(CommentMap).String", Method, 1, ""},
5731 {"(CommentMap).Update", Method, 1, ""},
5732 {"(Decl).End", Method, 0, ""},
5733 {"(Decl).Pos", Method, 0, ""},
5734 {"(Expr).End", Method, 0, ""},
5735 {"(Expr).Pos", Method, 0, ""},
5736 {"(Node).End", Method, 0, ""},
5737 {"(Node).Pos", Method, 0, ""},
5738 {"(ObjKind).String", Method, 0, ""},
5739 {"(Spec).End", Method, 0, ""},
5740 {"(Spec).Pos", Method, 0, ""},
5741 {"(Stmt).End", Method, 0, ""},
5742 {"(Stmt).Pos", Method, 0, ""},
5743 {"(Visitor).Visit", Method, 0, ""},
5744 {"ArrayType", Type, 0, ""},
5745 {"ArrayType.Elt", Field, 0, ""},
5746 {"ArrayType.Lbrack", Field, 0, ""},
5747 {"ArrayType.Len", Field, 0, ""},
5748 {"AssignStmt", Type, 0, ""},
5749 {"AssignStmt.Lhs", Field, 0, ""},
5750 {"AssignStmt.Rhs", Field, 0, ""},
5751 {"AssignStmt.Tok", Field, 0, ""},
5752 {"AssignStmt.TokPos", Field, 0, ""},
5753 {"Bad", Const, 0, ""},
5754 {"BadDecl", Type, 0, ""},
5755 {"BadDecl.From", Field, 0, ""},
5756 {"BadDecl.To", Field, 0, ""},
5757 {"BadExpr", Type, 0, ""},
5758 {"BadExpr.From", Field, 0, ""},
5759 {"BadExpr.To", Field, 0, ""},
5760 {"BadStmt", Type, 0, ""},
5761 {"BadStmt.From", Field, 0, ""},
5762 {"BadStmt.To", Field, 0, ""},
5763 {"BasicLit", Type, 0, ""},
5764 {"BasicLit.Kind", Field, 0, ""},
5765 {"BasicLit.Value", Field, 0, ""},
5766 {"BasicLit.ValueEnd", Field, 26, ""},
5767 {"BasicLit.ValuePos", Field, 0, ""},
5768 {"BinaryExpr", Type, 0, ""},
5769 {"BinaryExpr.Op", Field, 0, ""},
5770 {"BinaryExpr.OpPos", Field, 0, ""},
5771 {"BinaryExpr.X", Field, 0, ""},
5772 {"BinaryExpr.Y", Field, 0, ""},
5773 {"BlockStmt", Type, 0, ""},
5774 {"BlockStmt.Lbrace", Field, 0, ""},
5775 {"BlockStmt.List", Field, 0, ""},
5776 {"BlockStmt.Rbrace", Field, 0, ""},
5777 {"BranchStmt", Type, 0, ""},
5778 {"BranchStmt.Label", Field, 0, ""},
5779 {"BranchStmt.Tok", Field, 0, ""},
5780 {"BranchStmt.TokPos", Field, 0, ""},
5781 {"CallExpr", Type, 0, ""},
5782 {"CallExpr.Args", Field, 0, ""},
5783 {"CallExpr.Ellipsis", Field, 0, ""},
5784 {"CallExpr.Fun", Field, 0, ""},
5785 {"CallExpr.Lparen", Field, 0, ""},
5786 {"CallExpr.Rparen", Field, 0, ""},
5787 {"CaseClause", Type, 0, ""},
5788 {"CaseClause.Body", Field, 0, ""},
5789 {"CaseClause.Case", Field, 0, ""},
5790 {"CaseClause.Colon", Field, 0, ""},
5791 {"CaseClause.List", Field, 0, ""},
5792 {"ChanDir", Type, 0, ""},
5793 {"ChanType", Type, 0, ""},
5794 {"ChanType.Arrow", Field, 1, ""},
5795 {"ChanType.Begin", Field, 0, ""},
5796 {"ChanType.Dir", Field, 0, ""},
5797 {"ChanType.Value", Field, 0, ""},
5798 {"CommClause", Type, 0, ""},
5799 {"CommClause.Body", Field, 0, ""},
5800 {"CommClause.Case", Field, 0, ""},
5801 {"CommClause.Colon", Field, 0, ""},
5802 {"CommClause.Comm", Field, 0, ""},
5803 {"Comment", Type, 0, ""},
5804 {"Comment.Slash", Field, 0, ""},
5805 {"Comment.Text", Field, 0, ""},
5806 {"CommentGroup", Type, 0, ""},
5807 {"CommentGroup.List", Field, 0, ""},
5808 {"CommentMap", Type, 1, ""},
5809 {"CompositeLit", Type, 0, ""},
5810 {"CompositeLit.Elts", Field, 0, ""},
5811 {"CompositeLit.Incomplete", Field, 11, ""},
5812 {"CompositeLit.Lbrace", Field, 0, ""},
5813 {"CompositeLit.Rbrace", Field, 0, ""},
5814 {"CompositeLit.Type", Field, 0, ""},
5815 {"Con", Const, 0, ""},
5816 {"DeclStmt", Type, 0, ""},
5817 {"DeclStmt.Decl", Field, 0, ""},
5818 {"DeferStmt", Type, 0, ""},
5819 {"DeferStmt.Call", Field, 0, ""},
5820 {"DeferStmt.Defer", Field, 0, ""},
5821 {"Directive", Type, 26, ""},
5822 {"Directive.Args", Field, 26, ""},
5823 {"Directive.ArgsPos", Field, 26, ""},
5824 {"Directive.Name", Field, 26, ""},
5825 {"Directive.Slash", Field, 26, ""},
5826 {"Directive.Tool", Field, 26, ""},
5827 {"DirectiveArg", Type, 26, ""},
5828 {"DirectiveArg.Arg", Field, 26, ""},
5829 {"DirectiveArg.Pos", Field, 26, ""},
5830 {"Ellipsis", Type, 0, ""},
5831 {"Ellipsis.Ellipsis", Field, 0, ""},
5832 {"Ellipsis.Elt", Field, 0, ""},
5833 {"EmptyStmt", Type, 0, ""},
5834 {"EmptyStmt.Implicit", Field, 5, ""},
5835 {"EmptyStmt.Semicolon", Field, 0, ""},
5836 {"ExprStmt", Type, 0, ""},
5837 {"ExprStmt.X", Field, 0, ""},
5838 {"Field", Type, 0, ""},
5839 {"Field.Comment", Field, 0, ""},
5840 {"Field.Doc", Field, 0, ""},
5841 {"Field.Names", Field, 0, ""},
5842 {"Field.Tag", Field, 0, ""},
5843 {"Field.Type", Field, 0, ""},
5844 {"FieldFilter", Type, 0, ""},
5845 {"FieldList", Type, 0, ""},
5846 {"FieldList.Closing", Field, 0, ""},
5847 {"FieldList.List", Field, 0, ""},
5848 {"FieldList.Opening", Field, 0, ""},
5849 {"File", Type, 0, ""},
5850 {"File.Comments", Field, 0, ""},
5851 {"File.Decls", Field, 0, ""},
5852 {"File.Doc", Field, 0, ""},
5853 {"File.FileEnd", Field, 20, ""},
5854 {"File.FileStart", Field, 20, ""},
5855 {"File.GoVersion", Field, 21, ""},
5856 {"File.Imports", Field, 0, ""},
5857 {"File.Name", Field, 0, ""},
5858 {"File.Package", Field, 0, ""},
5859 {"File.Scope", Field, 0, ""},
5860 {"File.Unresolved", Field, 0, ""},
5861 {"FileExports", Func, 0, "func(src *File) bool"},
5862 {"Filter", Type, 0, ""},
5863 {"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
5864 {"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
5865 {"FilterFuncDuplicates", Const, 0, ""},
5866 {"FilterImportDuplicates", Const, 0, ""},
5867 {"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
5868 {"FilterUnassociatedComments", Const, 0, ""},
5869 {"ForStmt", Type, 0, ""},
5870 {"ForStmt.Body", Field, 0, ""},
5871 {"ForStmt.Cond", Field, 0, ""},
5872 {"ForStmt.For", Field, 0, ""},
5873 {"ForStmt.Init", Field, 0, ""},
5874 {"ForStmt.Post", Field, 0, ""},
5875 {"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
5876 {"Fun", Const, 0, ""},
5877 {"FuncDecl", Type, 0, ""},
5878 {"FuncDecl.Body", Field, 0, ""},
5879 {"FuncDecl.Doc", Field, 0, ""},
5880 {"FuncDecl.Name", Field, 0, ""},
5881 {"FuncDecl.Recv", Field, 0, ""},
5882 {"FuncDecl.Type", Field, 0, ""},
5883 {"FuncLit", Type, 0, ""},
5884 {"FuncLit.Body", Field, 0, ""},
5885 {"FuncLit.Type", Field, 0, ""},
5886 {"FuncType", Type, 0, ""},
5887 {"FuncType.Func", Field, 0, ""},
5888 {"FuncType.Params", Field, 0, ""},
5889 {"FuncType.Results", Field, 0, ""},
5890 {"FuncType.TypeParams", Field, 18, ""},
5891 {"GenDecl", Type, 0, ""},
5892 {"GenDecl.Doc", Field, 0, ""},
5893 {"GenDecl.Lparen", Field, 0, ""},
5894 {"GenDecl.Rparen", Field, 0, ""},
5895 {"GenDecl.Specs", Field, 0, ""},
5896 {"GenDecl.Tok", Field, 0, ""},
5897 {"GenDecl.TokPos", Field, 0, ""},
5898 {"GoStmt", Type, 0, ""},
5899 {"GoStmt.Call", Field, 0, ""},
5900 {"GoStmt.Go", Field, 0, ""},
5901 {"Ident", Type, 0, ""},
5902 {"Ident.Name", Field, 0, ""},
5903 {"Ident.NamePos", Field, 0, ""},
5904 {"Ident.Obj", Field, 0, ""},
5905 {"IfStmt", Type, 0, ""},
5906 {"IfStmt.Body", Field, 0, ""},
5907 {"IfStmt.Cond", Field, 0, ""},
5908 {"IfStmt.Else", Field, 0, ""},
5909 {"IfStmt.If", Field, 0, ""},
5910 {"IfStmt.Init", Field, 0, ""},
5911 {"ImportSpec", Type, 0, ""},
5912 {"ImportSpec.Comment", Field, 0, ""},
5913 {"ImportSpec.Doc", Field, 0, ""},
5914 {"ImportSpec.EndPos", Field, 0, ""},
5915 {"ImportSpec.Name", Field, 0, ""},
5916 {"ImportSpec.Path", Field, 0, ""},
5917 {"Importer", Type, 0, ""},
5918 {"IncDecStmt", Type, 0, ""},
5919 {"IncDecStmt.Tok", Field, 0, ""},
5920 {"IncDecStmt.TokPos", Field, 0, ""},
5921 {"IncDecStmt.X", Field, 0, ""},
5922 {"IndexExpr", Type, 0, ""},
5923 {"IndexExpr.Index", Field, 0, ""},
5924 {"IndexExpr.Lbrack", Field, 0, ""},
5925 {"IndexExpr.Rbrack", Field, 0, ""},
5926 {"IndexExpr.X", Field, 0, ""},
5927 {"IndexListExpr", Type, 18, ""},
5928 {"IndexListExpr.Indices", Field, 18, ""},
5929 {"IndexListExpr.Lbrack", Field, 18, ""},
5930 {"IndexListExpr.Rbrack", Field, 18, ""},
5931 {"IndexListExpr.X", Field, 18, ""},
5932 {"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
5933 {"InterfaceType", Type, 0, ""},
5934 {"InterfaceType.Incomplete", Field, 0, ""},
5935 {"InterfaceType.Interface", Field, 0, ""},
5936 {"InterfaceType.Methods", Field, 0, ""},
5937 {"IsExported", Func, 0, "func(name string) bool"},
5938 {"IsGenerated", Func, 21, "func(file *File) bool"},
5939 {"KeyValueExpr", Type, 0, ""},
5940 {"KeyValueExpr.Colon", Field, 0, ""},
5941 {"KeyValueExpr.Key", Field, 0, ""},
5942 {"KeyValueExpr.Value", Field, 0, ""},
5943 {"LabeledStmt", Type, 0, ""},
5944 {"LabeledStmt.Colon", Field, 0, ""},
5945 {"LabeledStmt.Label", Field, 0, ""},
5946 {"LabeledStmt.Stmt", Field, 0, ""},
5947 {"Lbl", Const, 0, ""},
5948 {"MapType", Type, 0, ""},
5949 {"MapType.Key", Field, 0, ""},
5950 {"MapType.Map", Field, 0, ""},
5951 {"MapType.Value", Field, 0, ""},
5952 {"MergeMode", Type, 0, ""},
5953 {"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
5954 {"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
5955 {"NewIdent", Func, 0, "func(name string) *Ident"},
5956 {"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
5957 {"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
5958 {"NewScope", Func, 0, "func(outer *Scope) *Scope"},
5959 {"Node", Type, 0, ""},
5960 {"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
5961 {"ObjKind", Type, 0, ""},
5962 {"Object", Type, 0, ""},
5963 {"Object.Data", Field, 0, ""},
5964 {"Object.Decl", Field, 0, ""},
5965 {"Object.Kind", Field, 0, ""},
5966 {"Object.Name", Field, 0, ""},
5967 {"Object.Type", Field, 0, ""},
5968 {"Package", Type, 0, ""},
5969 {"Package.Files", Field, 0, ""},
5970 {"Package.Imports", Field, 0, ""},
5971 {"Package.Name", Field, 0, ""},
5972 {"Package.Scope", Field, 0, ""},
5973 {"PackageExports", Func, 0, "func(pkg *Package) bool"},
5974 {"ParenExpr", Type, 0, ""},
5975 {"ParenExpr.Lparen", Field, 0, ""},
5976 {"ParenExpr.Rparen", Field, 0, ""},
5977 {"ParenExpr.X", Field, 0, ""},
5978 {"ParseDirective", Func, 26, "func(pos token.Pos, c string) (Directive, bool)"},
5979 {"Pkg", Const, 0, ""},
5980 {"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
5981 {"PreorderStack", Func, 25, "func(root Node, stack []Node, f func(n Node, stack []Node) bool)"},
5982 {"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
5983 {"RECV", Const, 0, ""},
5984 {"RangeStmt", Type, 0, ""},
5985 {"RangeStmt.Body", Field, 0, ""},
5986 {"RangeStmt.For", Field, 0, ""},
5987 {"RangeStmt.Key", Field, 0, ""},
5988 {"RangeStmt.Range", Field, 20, ""},
5989 {"RangeStmt.Tok", Field, 0, ""},
5990 {"RangeStmt.TokPos", Field, 0, ""},
5991 {"RangeStmt.Value", Field, 0, ""},
5992 {"RangeStmt.X", Field, 0, ""},
5993 {"ReturnStmt", Type, 0, ""},
5994 {"ReturnStmt.Results", Field, 0, ""},
5995 {"ReturnStmt.Return", Field, 0, ""},
5996 {"SEND", Const, 0, ""},
5997 {"Scope", Type, 0, ""},
5998 {"Scope.Objects", Field, 0, ""},
5999 {"Scope.Outer", Field, 0, ""},
6000 {"SelectStmt", Type, 0, ""},
6001 {"SelectStmt.Body", Field, 0, ""},
6002 {"SelectStmt.Select", Field, 0, ""},
6003 {"SelectorExpr", Type, 0, ""},
6004 {"SelectorExpr.Sel", Field, 0, ""},
6005 {"SelectorExpr.X", Field, 0, ""},
6006 {"SendStmt", Type, 0, ""},
6007 {"SendStmt.Arrow", Field, 0, ""},
6008 {"SendStmt.Chan", Field, 0, ""},
6009 {"SendStmt.Value", Field, 0, ""},
6010 {"SliceExpr", Type, 0, ""},
6011 {"SliceExpr.High", Field, 0, ""},
6012 {"SliceExpr.Lbrack", Field, 0, ""},
6013 {"SliceExpr.Low", Field, 0, ""},
6014 {"SliceExpr.Max", Field, 2, ""},
6015 {"SliceExpr.Rbrack", Field, 0, ""},
6016 {"SliceExpr.Slice3", Field, 2, ""},
6017 {"SliceExpr.X", Field, 0, ""},
6018 {"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
6019 {"StarExpr", Type, 0, ""},
6020 {"StarExpr.Star", Field, 0, ""},
6021 {"StarExpr.X", Field, 0, ""},
6022 {"StructType", Type, 0, ""},
6023 {"StructType.Fields", Field, 0, ""},
6024 {"StructType.Incomplete", Field, 0, ""},
6025 {"StructType.Struct", Field, 0, ""},
6026 {"SwitchStmt", Type, 0, ""},
6027 {"SwitchStmt.Body", Field, 0, ""},
6028 {"SwitchStmt.Init", Field, 0, ""},
6029 {"SwitchStmt.Switch", Field, 0, ""},
6030 {"SwitchStmt.Tag", Field, 0, ""},
6031 {"Typ", Const, 0, ""},
6032 {"TypeAssertExpr", Type, 0, ""},
6033 {"TypeAssertExpr.Lparen", Field, 2, ""},
6034 {"TypeAssertExpr.Rparen", Field, 2, ""},
6035 {"TypeAssertExpr.Type", Field, 0, ""},
6036 {"TypeAssertExpr.X", Field, 0, ""},
6037 {"TypeSpec", Type, 0, ""},
6038 {"TypeSpec.Assign", Field, 9, ""},
6039 {"TypeSpec.Comment", Field, 0, ""},
6040 {"TypeSpec.Doc", Field, 0, ""},
6041 {"TypeSpec.Name", Field, 0, ""},
6042 {"TypeSpec.Type", Field, 0, ""},
6043 {"TypeSpec.TypeParams", Field, 18, ""},
6044 {"TypeSwitchStmt", Type, 0, ""},
6045 {"TypeSwitchStmt.Assign", Field, 0, ""},
6046 {"TypeSwitchStmt.Body", Field, 0, ""},
6047 {"TypeSwitchStmt.Init", Field, 0, ""},
6048 {"TypeSwitchStmt.Switch", Field, 0, ""},
6049 {"UnaryExpr", Type, 0, ""},
6050 {"UnaryExpr.Op", Field, 0, ""},
6051 {"UnaryExpr.OpPos", Field, 0, ""},
6052 {"UnaryExpr.X", Field, 0, ""},
6053 {"Unparen", Func, 22, "func(e Expr) Expr"},
6054 {"ValueSpec", Type, 0, ""},
6055 {"ValueSpec.Comment", Field, 0, ""},
6056 {"ValueSpec.Doc", Field, 0, ""},
6057 {"ValueSpec.Names", Field, 0, ""},
6058 {"ValueSpec.Type", Field, 0, ""},
6059 {"ValueSpec.Values", Field, 0, ""},
6060 {"Var", Const, 0, ""},
6061 {"Visitor", Type, 0, ""},
6062 {"Walk", Func, 0, "func(v Visitor, node Node)"},
6063 },
6064 "go/build": {
6065 {"(*Context).Import", Method, 0, ""},
6066 {"(*Context).ImportDir", Method, 0, ""},
6067 {"(*Context).MatchFile", Method, 2, ""},
6068 {"(*Context).SrcDirs", Method, 0, ""},
6069 {"(*MultiplePackageError).Error", Method, 4, ""},
6070 {"(*NoGoError).Error", Method, 0, ""},
6071 {"(*Package).IsCommand", Method, 0, ""},
6072 {"AllowBinary", Const, 0, ""},
6073 {"ArchChar", Func, 0, "func(goarch string) (string, error)"},
6074 {"Context", Type, 0, ""},
6075 {"Context.BuildTags", Field, 0, ""},
6076 {"Context.CgoEnabled", Field, 0, ""},
6077 {"Context.Compiler", Field, 0, ""},
6078 {"Context.Dir", Field, 14, ""},
6079 {"Context.GOARCH", Field, 0, ""},
6080 {"Context.GOOS", Field, 0, ""},
6081 {"Context.GOPATH", Field, 0, ""},
6082 {"Context.GOROOT", Field, 0, ""},
6083 {"Context.HasSubdir", Field, 0, ""},
6084 {"Context.InstallSuffix", Field, 1, ""},
6085 {"Context.IsAbsPath", Field, 0, ""},
6086 {"Context.IsDir", Field, 0, ""},
6087 {"Context.JoinPath", Field, 0, ""},
6088 {"Context.OpenFile", Field, 0, ""},
6089 {"Context.ReadDir", Field, 0, ""},
6090 {"Context.ReleaseTags", Field, 1, ""},
6091 {"Context.SplitPathList", Field, 0, ""},
6092 {"Context.ToolTags", Field, 17, ""},
6093 {"Context.UseAllFiles", Field, 0, ""},
6094 {"Default", Var, 0, ""},
6095 {"Directive", Type, 21, ""},
6096 {"Directive.Pos", Field, 21, ""},
6097 {"Directive.Text", Field, 21, ""},
6098 {"FindOnly", Const, 0, ""},
6099 {"IgnoreVendor", Const, 6, ""},
6100 {"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
6101 {"ImportComment", Const, 4, ""},
6102 {"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
6103 {"ImportMode", Type, 0, ""},
6104 {"IsLocalImport", Func, 0, "func(path string) bool"},
6105 {"MultiplePackageError", Type, 4, ""},
6106 {"MultiplePackageError.Dir", Field, 4, ""},
6107 {"MultiplePackageError.Files", Field, 4, ""},
6108 {"MultiplePackageError.Packages", Field, 4, ""},
6109 {"NoGoError", Type, 0, ""},
6110 {"NoGoError.Dir", Field, 0, ""},
6111 {"Package", Type, 0, ""},
6112 {"Package.AllTags", Field, 2, ""},
6113 {"Package.BinDir", Field, 0, ""},
6114 {"Package.BinaryOnly", Field, 7, ""},
6115 {"Package.CFiles", Field, 0, ""},
6116 {"Package.CXXFiles", Field, 2, ""},
6117 {"Package.CgoCFLAGS", Field, 0, ""},
6118 {"Package.CgoCPPFLAGS", Field, 2, ""},
6119 {"Package.CgoCXXFLAGS", Field, 2, ""},
6120 {"Package.CgoFFLAGS", Field, 7, ""},
6121 {"Package.CgoFiles", Field, 0, ""},
6122 {"Package.CgoLDFLAGS", Field, 0, ""},
6123 {"Package.CgoPkgConfig", Field, 0, ""},
6124 {"Package.ConflictDir", Field, 2, ""},
6125 {"Package.Dir", Field, 0, ""},
6126 {"Package.Directives", Field, 21, ""},
6127 {"Package.Doc", Field, 0, ""},
6128 {"Package.EmbedPatternPos", Field, 16, ""},
6129 {"Package.EmbedPatterns", Field, 16, ""},
6130 {"Package.FFiles", Field, 7, ""},
6131 {"Package.GoFiles", Field, 0, ""},
6132 {"Package.Goroot", Field, 0, ""},
6133 {"Package.HFiles", Field, 0, ""},
6134 {"Package.IgnoredGoFiles", Field, 1, ""},
6135 {"Package.IgnoredOtherFiles", Field, 16, ""},
6136 {"Package.ImportComment", Field, 4, ""},
6137 {"Package.ImportPath", Field, 0, ""},
6138 {"Package.ImportPos", Field, 0, ""},
6139 {"Package.Imports", Field, 0, ""},
6140 {"Package.InvalidGoFiles", Field, 6, ""},
6141 {"Package.MFiles", Field, 3, ""},
6142 {"Package.Name", Field, 0, ""},
6143 {"Package.PkgObj", Field, 0, ""},
6144 {"Package.PkgRoot", Field, 0, ""},
6145 {"Package.PkgTargetRoot", Field, 5, ""},
6146 {"Package.Root", Field, 0, ""},
6147 {"Package.SFiles", Field, 0, ""},
6148 {"Package.SrcRoot", Field, 0, ""},
6149 {"Package.SwigCXXFiles", Field, 1, ""},
6150 {"Package.SwigFiles", Field, 1, ""},
6151 {"Package.SysoFiles", Field, 0, ""},
6152 {"Package.TestDirectives", Field, 21, ""},
6153 {"Package.TestEmbedPatternPos", Field, 16, ""},
6154 {"Package.TestEmbedPatterns", Field, 16, ""},
6155 {"Package.TestGoFiles", Field, 0, ""},
6156 {"Package.TestImportPos", Field, 0, ""},
6157 {"Package.TestImports", Field, 0, ""},
6158 {"Package.XTestDirectives", Field, 21, ""},
6159 {"Package.XTestEmbedPatternPos", Field, 16, ""},
6160 {"Package.XTestEmbedPatterns", Field, 16, ""},
6161 {"Package.XTestGoFiles", Field, 0, ""},
6162 {"Package.XTestImportPos", Field, 0, ""},
6163 {"Package.XTestImports", Field, 0, ""},
6164 {"ToolDir", Var, 0, ""},
6165 },
6166 "go/build/constraint": {
6167 {"(*AndExpr).Eval", Method, 16, ""},
6168 {"(*AndExpr).String", Method, 16, ""},
6169 {"(*NotExpr).Eval", Method, 16, ""},
6170 {"(*NotExpr).String", Method, 16, ""},
6171 {"(*OrExpr).Eval", Method, 16, ""},
6172 {"(*OrExpr).String", Method, 16, ""},
6173 {"(*SyntaxError).Error", Method, 16, ""},
6174 {"(*TagExpr).Eval", Method, 16, ""},
6175 {"(*TagExpr).String", Method, 16, ""},
6176 {"(Expr).Eval", Method, 16, ""},
6177 {"(Expr).String", Method, 16, ""},
6178 {"AndExpr", Type, 16, ""},
6179 {"AndExpr.X", Field, 16, ""},
6180 {"AndExpr.Y", Field, 16, ""},
6181 {"GoVersion", Func, 21, "func(x Expr) string"},
6182 {"IsGoBuild", Func, 16, "func(line string) bool"},
6183 {"IsPlusBuild", Func, 16, "func(line string) bool"},
6184 {"NotExpr", Type, 16, ""},
6185 {"NotExpr.X", Field, 16, ""},
6186 {"OrExpr", Type, 16, ""},
6187 {"OrExpr.X", Field, 16, ""},
6188 {"OrExpr.Y", Field, 16, ""},
6189 {"Parse", Func, 16, "func(line string) (Expr, error)"},
6190 {"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
6191 {"SyntaxError", Type, 16, ""},
6192 {"SyntaxError.Err", Field, 16, ""},
6193 {"SyntaxError.Offset", Field, 16, ""},
6194 {"TagExpr", Type, 16, ""},
6195 {"TagExpr.Tag", Field, 16, ""},
6196 },
6197 "go/constant": {
6198 {"(Kind).String", Method, 18, ""},
6199 {"(Value).ExactString", Method, 6, ""},
6200 {"(Value).Kind", Method, 5, ""},
6201 {"(Value).String", Method, 5, ""},
6202 {"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
6203 {"BitLen", Func, 5, "func(x Value) int"},
6204 {"Bool", Const, 5, ""},
6205 {"BoolVal", Func, 5, "func(x Value) bool"},
6206 {"Bytes", Func, 5, "func(x Value) []byte"},
6207 {"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
6208 {"Complex", Const, 5, ""},
6209 {"Denom", Func, 5, "func(x Value) Value"},
6210 {"Float", Const, 5, ""},
6211 {"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
6212 {"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
6213 {"Imag", Func, 5, "func(x Value) Value"},
6214 {"Int", Const, 5, ""},
6215 {"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
6216 {"Kind", Type, 5, ""},
6217 {"Make", Func, 13, "func(x any) Value"},
6218 {"MakeBool", Func, 5, "func(b bool) Value"},
6219 {"MakeFloat64", Func, 5, "func(x float64) Value"},
6220 {"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
6221 {"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
6222 {"MakeImag", Func, 5, "func(x Value) Value"},
6223 {"MakeInt64", Func, 5, "func(x int64) Value"},
6224 {"MakeString", Func, 5, "func(s string) Value"},
6225 {"MakeUint64", Func, 5, "func(x uint64) Value"},
6226 {"MakeUnknown", Func, 5, "func() Value"},
6227 {"Num", Func, 5, "func(x Value) Value"},
6228 {"Real", Func, 5, "func(x Value) Value"},
6229 {"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
6230 {"Sign", Func, 5, "func(x Value) int"},
6231 {"String", Const, 5, ""},
6232 {"StringLen", Func, 27, "func(x Value) int64"},
6233 {"StringVal", Func, 5, "func(x Value) string"},
6234 {"ToComplex", Func, 6, "func(x Value) Value"},
6235 {"ToFloat", Func, 6, "func(x Value) Value"},
6236 {"ToInt", Func, 6, "func(x Value) Value"},
6237 {"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
6238 {"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
6239 {"Unknown", Const, 5, ""},
6240 {"Val", Func, 13, "func(x Value) any"},
6241 },
6242 "go/doc": {
6243 {"(*Package).Filter", Method, 0, ""},
6244 {"(*Package).HTML", Method, 19, ""},
6245 {"(*Package).Markdown", Method, 19, ""},
6246 {"(*Package).Parser", Method, 19, ""},
6247 {"(*Package).Printer", Method, 19, ""},
6248 {"(*Package).Synopsis", Method, 19, ""},
6249 {"(*Package).Text", Method, 19, ""},
6250 {"AllDecls", Const, 0, ""},
6251 {"AllMethods", Const, 0, ""},
6252 {"Example", Type, 0, ""},
6253 {"Example.Code", Field, 0, ""},
6254 {"Example.Comments", Field, 0, ""},
6255 {"Example.Doc", Field, 0, ""},
6256 {"Example.EmptyOutput", Field, 1, ""},
6257 {"Example.Name", Field, 0, ""},
6258 {"Example.Order", Field, 1, ""},
6259 {"Example.Output", Field, 0, ""},
6260 {"Example.Play", Field, 1, ""},
6261 {"Example.Suffix", Field, 14, ""},
6262 {"Example.Unordered", Field, 7, ""},
6263 {"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
6264 {"Filter", Type, 0, ""},
6265 {"Func", Type, 0, ""},
6266 {"Func.Decl", Field, 0, ""},
6267 {"Func.Doc", Field, 0, ""},
6268 {"Func.Examples", Field, 14, ""},
6269 {"Func.Level", Field, 0, ""},
6270 {"Func.Name", Field, 0, ""},
6271 {"Func.Orig", Field, 0, ""},
6272 {"Func.Recv", Field, 0, ""},
6273 {"IllegalPrefixes", Var, 1, ""},
6274 {"IsPredeclared", Func, 8, "func(s string) bool"},
6275 {"Mode", Type, 0, ""},
6276 {"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
6277 {"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
6278 {"Note", Type, 1, ""},
6279 {"Note.Body", Field, 1, ""},
6280 {"Note.End", Field, 1, ""},
6281 {"Note.Pos", Field, 1, ""},
6282 {"Note.UID", Field, 1, ""},
6283 {"Package", Type, 0, ""},
6284 {"Package.Bugs", Field, 0, ""},
6285 {"Package.Consts", Field, 0, ""},
6286 {"Package.Doc", Field, 0, ""},
6287 {"Package.Examples", Field, 14, ""},
6288 {"Package.Filenames", Field, 0, ""},
6289 {"Package.Funcs", Field, 0, ""},
6290 {"Package.ImportPath", Field, 0, ""},
6291 {"Package.Imports", Field, 0, ""},
6292 {"Package.Name", Field, 0, ""},
6293 {"Package.Notes", Field, 1, ""},
6294 {"Package.Types", Field, 0, ""},
6295 {"Package.Vars", Field, 0, ""},
6296 {"PreserveAST", Const, 12, ""},
6297 {"Synopsis", Func, 0, "func(text string) string"},
6298 {"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
6299 {"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
6300 {"Type", Type, 0, ""},
6301 {"Type.Consts", Field, 0, ""},
6302 {"Type.Decl", Field, 0, ""},
6303 {"Type.Doc", Field, 0, ""},
6304 {"Type.Examples", Field, 14, ""},
6305 {"Type.Funcs", Field, 0, ""},
6306 {"Type.Methods", Field, 0, ""},
6307 {"Type.Name", Field, 0, ""},
6308 {"Type.Vars", Field, 0, ""},
6309 {"Value", Type, 0, ""},
6310 {"Value.Decl", Field, 0, ""},
6311 {"Value.Doc", Field, 0, ""},
6312 {"Value.Names", Field, 0, ""},
6313 },
6314 "go/doc/comment": {
6315 {"(*DocLink).DefaultURL", Method, 19, ""},
6316 {"(*Heading).DefaultID", Method, 19, ""},
6317 {"(*List).BlankBefore", Method, 19, ""},
6318 {"(*List).BlankBetween", Method, 19, ""},
6319 {"(*Parser).Parse", Method, 19, ""},
6320 {"(*Printer).Comment", Method, 19, ""},
6321 {"(*Printer).HTML", Method, 19, ""},
6322 {"(*Printer).Markdown", Method, 19, ""},
6323 {"(*Printer).Text", Method, 19, ""},
6324 {"Code", Type, 19, ""},
6325 {"Code.Text", Field, 19, ""},
6326 {"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
6327 {"Doc", Type, 19, ""},
6328 {"Doc.Content", Field, 19, ""},
6329 {"Doc.Links", Field, 19, ""},
6330 {"DocLink", Type, 19, ""},
6331 {"DocLink.ImportPath", Field, 19, ""},
6332 {"DocLink.Name", Field, 19, ""},
6333 {"DocLink.Recv", Field, 19, ""},
6334 {"DocLink.Text", Field, 19, ""},
6335 {"Heading", Type, 19, ""},
6336 {"Heading.Text", Field, 19, ""},
6337 {"Italic", Type, 19, ""},
6338 {"Link", Type, 19, ""},
6339 {"Link.Auto", Field, 19, ""},
6340 {"Link.Text", Field, 19, ""},
6341 {"Link.URL", Field, 19, ""},
6342 {"LinkDef", Type, 19, ""},
6343 {"LinkDef.Text", Field, 19, ""},
6344 {"LinkDef.URL", Field, 19, ""},
6345 {"LinkDef.Used", Field, 19, ""},
6346 {"List", Type, 19, ""},
6347 {"List.ForceBlankBefore", Field, 19, ""},
6348 {"List.ForceBlankBetween", Field, 19, ""},
6349 {"List.Items", Field, 19, ""},
6350 {"ListItem", Type, 19, ""},
6351 {"ListItem.Content", Field, 19, ""},
6352 {"ListItem.Number", Field, 19, ""},
6353 {"Paragraph", Type, 19, ""},
6354 {"Paragraph.Text", Field, 19, ""},
6355 {"Parser", Type, 19, ""},
6356 {"Parser.LookupPackage", Field, 19, ""},
6357 {"Parser.LookupSym", Field, 19, ""},
6358 {"Parser.Words", Field, 19, ""},
6359 {"Plain", Type, 19, ""},
6360 {"Printer", Type, 19, ""},
6361 {"Printer.DocLinkBaseURL", Field, 19, ""},
6362 {"Printer.DocLinkURL", Field, 19, ""},
6363 {"Printer.HeadingID", Field, 19, ""},
6364 {"Printer.HeadingLevel", Field, 19, ""},
6365 {"Printer.TextCodePrefix", Field, 19, ""},
6366 {"Printer.TextPrefix", Field, 19, ""},
6367 {"Printer.TextWidth", Field, 19, ""},
6368 },
6369 "go/format": {
6370 {"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
6371 {"Source", Func, 1, "func(src []byte) ([]byte, error)"},
6372 },
6373 "go/importer": {
6374 {"Default", Func, 5, "func() types.Importer"},
6375 {"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
6376 {"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
6377 {"Lookup", Type, 5, ""},
6378 },
6379 "go/parser": {
6380 {"AllErrors", Const, 1, ""},
6381 {"DeclarationErrors", Const, 0, ""},
6382 {"ImportsOnly", Const, 0, ""},
6383 {"Mode", Type, 0, ""},
6384 {"PackageClauseOnly", Const, 0, ""},
6385 {"ParseComments", Const, 0, ""},
6386 {"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
6387 {"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
6388 {"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
6389 {"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
6390 {"SkipObjectResolution", Const, 17, ""},
6391 {"SpuriousErrors", Const, 0, ""},
6392 {"Trace", Const, 0, ""},
6393 },
6394 "go/printer": {
6395 {"(*Config).Fprint", Method, 0, ""},
6396 {"CommentedNode", Type, 0, ""},
6397 {"CommentedNode.Comments", Field, 0, ""},
6398 {"CommentedNode.Node", Field, 0, ""},
6399 {"Config", Type, 0, ""},
6400 {"Config.Indent", Field, 1, ""},
6401 {"Config.Mode", Field, 0, ""},
6402 {"Config.Tabwidth", Field, 0, ""},
6403 {"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
6404 {"Mode", Type, 0, ""},
6405 {"RawFormat", Const, 0, ""},
6406 {"SourcePos", Const, 0, ""},
6407 {"TabIndent", Const, 0, ""},
6408 {"UseSpaces", Const, 0, ""},
6409 },
6410 "go/scanner": {
6411 {"(*ErrorList).Add", Method, 0, ""},
6412 {"(*ErrorList).RemoveMultiples", Method, 0, ""},
6413 {"(*ErrorList).Reset", Method, 0, ""},
6414 {"(*Scanner).End", Method, 27, ""},
6415 {"(*Scanner).Init", Method, 0, ""},
6416 {"(*Scanner).Scan", Method, 0, ""},
6417 {"(Error).Error", Method, 0, ""},
6418 {"(ErrorList).Err", Method, 0, ""},
6419 {"(ErrorList).Error", Method, 0, ""},
6420 {"(ErrorList).Len", Method, 0, ""},
6421 {"(ErrorList).Less", Method, 0, ""},
6422 {"(ErrorList).Sort", Method, 0, ""},
6423 {"(ErrorList).Swap", Method, 0, ""},
6424 {"Error", Type, 0, ""},
6425 {"Error.Msg", Field, 0, ""},
6426 {"Error.Pos", Field, 0, ""},
6427 {"ErrorHandler", Type, 0, ""},
6428 {"ErrorList", Type, 0, ""},
6429 {"Mode", Type, 0, ""},
6430 {"PrintError", Func, 0, "func(w io.Writer, err error)"},
6431 {"ScanComments", Const, 0, ""},
6432 {"Scanner", Type, 0, ""},
6433 {"Scanner.ErrorCount", Field, 0, ""},
6434 },
6435 "go/token": {
6436 {"(*File).AddLine", Method, 0, ""},
6437 {"(*File).AddLineColumnInfo", Method, 11, ""},
6438 {"(*File).AddLineInfo", Method, 0, ""},
6439 {"(*File).Base", Method, 0, ""},
6440 {"(*File).End", Method, 26, ""},
6441 {"(*File).Line", Method, 0, ""},
6442 {"(*File).LineCount", Method, 0, ""},
6443 {"(*File).LineStart", Method, 12, ""},
6444 {"(*File).Lines", Method, 21, ""},
6445 {"(*File).MergeLine", Method, 2, ""},
6446 {"(*File).Name", Method, 0, ""},
6447 {"(*File).Offset", Method, 0, ""},
6448 {"(*File).Pos", Method, 0, ""},
6449 {"(*File).Position", Method, 0, ""},
6450 {"(*File).PositionFor", Method, 4, ""},
6451 {"(*File).SetLines", Method, 0, ""},
6452 {"(*File).SetLinesForContent", Method, 0, ""},
6453 {"(*File).Size", Method, 0, ""},
6454 {"(*File).String", Method, 27, ""},
6455 {"(*FileSet).AddExistingFiles", Method, 25, ""},
6456 {"(*FileSet).AddFile", Method, 0, ""},
6457 {"(*FileSet).Base", Method, 0, ""},
6458 {"(*FileSet).File", Method, 0, ""},
6459 {"(*FileSet).Iterate", Method, 0, ""},
6460 {"(*FileSet).Position", Method, 0, ""},
6461 {"(*FileSet).PositionFor", Method, 4, ""},
6462 {"(*FileSet).Read", Method, 0, ""},
6463 {"(*FileSet).RemoveFile", Method, 20, ""},
6464 {"(*FileSet).Write", Method, 0, ""},
6465 {"(*Position).IsValid", Method, 0, ""},
6466 {"(Pos).IsValid", Method, 0, ""},
6467 {"(Position).String", Method, 0, ""},
6468 {"(Token).IsKeyword", Method, 0, ""},
6469 {"(Token).IsLiteral", Method, 0, ""},
6470 {"(Token).IsOperator", Method, 0, ""},
6471 {"(Token).Precedence", Method, 0, ""},
6472 {"(Token).String", Method, 0, ""},
6473 {"ADD", Const, 0, ""},
6474 {"ADD_ASSIGN", Const, 0, ""},
6475 {"AND", Const, 0, ""},
6476 {"AND_ASSIGN", Const, 0, ""},
6477 {"AND_NOT", Const, 0, ""},
6478 {"AND_NOT_ASSIGN", Const, 0, ""},
6479 {"ARROW", Const, 0, ""},
6480 {"ASSIGN", Const, 0, ""},
6481 {"BREAK", Const, 0, ""},
6482 {"CASE", Const, 0, ""},
6483 {"CHAN", Const, 0, ""},
6484 {"CHAR", Const, 0, ""},
6485 {"COLON", Const, 0, ""},
6486 {"COMMA", Const, 0, ""},
6487 {"COMMENT", Const, 0, ""},
6488 {"CONST", Const, 0, ""},
6489 {"CONTINUE", Const, 0, ""},
6490 {"DEC", Const, 0, ""},
6491 {"DEFAULT", Const, 0, ""},
6492 {"DEFER", Const, 0, ""},
6493 {"DEFINE", Const, 0, ""},
6494 {"ELLIPSIS", Const, 0, ""},
6495 {"ELSE", Const, 0, ""},
6496 {"EOF", Const, 0, ""},
6497 {"EQL", Const, 0, ""},
6498 {"FALLTHROUGH", Const, 0, ""},
6499 {"FLOAT", Const, 0, ""},
6500 {"FOR", Const, 0, ""},
6501 {"FUNC", Const, 0, ""},
6502 {"File", Type, 0, ""},
6503 {"FileSet", Type, 0, ""},
6504 {"GEQ", Const, 0, ""},
6505 {"GO", Const, 0, ""},
6506 {"GOTO", Const, 0, ""},
6507 {"GTR", Const, 0, ""},
6508 {"HighestPrec", Const, 0, ""},
6509 {"IDENT", Const, 0, ""},
6510 {"IF", Const, 0, ""},
6511 {"ILLEGAL", Const, 0, ""},
6512 {"IMAG", Const, 0, ""},
6513 {"IMPORT", Const, 0, ""},
6514 {"INC", Const, 0, ""},
6515 {"INT", Const, 0, ""},
6516 {"INTERFACE", Const, 0, ""},
6517 {"IsExported", Func, 13, "func(name string) bool"},
6518 {"IsIdentifier", Func, 13, "func(name string) bool"},
6519 {"IsKeyword", Func, 13, "func(name string) bool"},
6520 {"LAND", Const, 0, ""},
6521 {"LBRACE", Const, 0, ""},
6522 {"LBRACK", Const, 0, ""},
6523 {"LEQ", Const, 0, ""},
6524 {"LOR", Const, 0, ""},
6525 {"LPAREN", Const, 0, ""},
6526 {"LSS", Const, 0, ""},
6527 {"Lookup", Func, 0, "func(ident string) Token"},
6528 {"LowestPrec", Const, 0, ""},
6529 {"MAP", Const, 0, ""},
6530 {"MUL", Const, 0, ""},
6531 {"MUL_ASSIGN", Const, 0, ""},
6532 {"NEQ", Const, 0, ""},
6533 {"NOT", Const, 0, ""},
6534 {"NewFileSet", Func, 0, "func() *FileSet"},
6535 {"NoPos", Const, 0, ""},
6536 {"OR", Const, 0, ""},
6537 {"OR_ASSIGN", Const, 0, ""},
6538 {"PACKAGE", Const, 0, ""},
6539 {"PERIOD", Const, 0, ""},
6540 {"Pos", Type, 0, ""},
6541 {"Position", Type, 0, ""},
6542 {"Position.Column", Field, 0, ""},
6543 {"Position.Filename", Field, 0, ""},
6544 {"Position.Line", Field, 0, ""},
6545 {"Position.Offset", Field, 0, ""},
6546 {"QUO", Const, 0, ""},
6547 {"QUO_ASSIGN", Const, 0, ""},
6548 {"RANGE", Const, 0, ""},
6549 {"RBRACE", Const, 0, ""},
6550 {"RBRACK", Const, 0, ""},
6551 {"REM", Const, 0, ""},
6552 {"REM_ASSIGN", Const, 0, ""},
6553 {"RETURN", Const, 0, ""},
6554 {"RPAREN", Const, 0, ""},
6555 {"SELECT", Const, 0, ""},
6556 {"SEMICOLON", Const, 0, ""},
6557 {"SHL", Const, 0, ""},
6558 {"SHL_ASSIGN", Const, 0, ""},
6559 {"SHR", Const, 0, ""},
6560 {"SHR_ASSIGN", Const, 0, ""},
6561 {"STRING", Const, 0, ""},
6562 {"STRUCT", Const, 0, ""},
6563 {"SUB", Const, 0, ""},
6564 {"SUB_ASSIGN", Const, 0, ""},
6565 {"SWITCH", Const, 0, ""},
6566 {"TILDE", Const, 18, ""},
6567 {"TYPE", Const, 0, ""},
6568 {"Token", Type, 0, ""},
6569 {"UnaryPrec", Const, 0, ""},
6570 {"VAR", Const, 0, ""},
6571 {"XOR", Const, 0, ""},
6572 {"XOR_ASSIGN", Const, 0, ""},
6573 },
6574 "go/types": {
6575 {"(*Alias).Obj", Method, 22, ""},
6576 {"(*Alias).Origin", Method, 23, ""},
6577 {"(*Alias).Rhs", Method, 23, ""},
6578 {"(*Alias).SetTypeParams", Method, 23, ""},
6579 {"(*Alias).String", Method, 22, ""},
6580 {"(*Alias).TypeArgs", Method, 23, ""},
6581 {"(*Alias).TypeParams", Method, 23, ""},
6582 {"(*Alias).Underlying", Method, 22, ""},
6583 {"(*ArgumentError).Error", Method, 18, ""},
6584 {"(*ArgumentError).Unwrap", Method, 18, ""},
6585 {"(*Array).Elem", Method, 5, ""},
6586 {"(*Array).Len", Method, 5, ""},
6587 {"(*Array).String", Method, 5, ""},
6588 {"(*Array).Underlying", Method, 5, ""},
6589 {"(*Basic).Info", Method, 5, ""},
6590 {"(*Basic).Kind", Method, 5, ""},
6591 {"(*Basic).Name", Method, 5, ""},
6592 {"(*Basic).String", Method, 5, ""},
6593 {"(*Basic).Underlying", Method, 5, ""},
6594 {"(*Builtin).Exported", Method, 5, ""},
6595 {"(*Builtin).Id", Method, 5, ""},
6596 {"(*Builtin).Name", Method, 5, ""},
6597 {"(*Builtin).Parent", Method, 5, ""},
6598 {"(*Builtin).Pkg", Method, 5, ""},
6599 {"(*Builtin).Pos", Method, 5, ""},
6600 {"(*Builtin).String", Method, 5, ""},
6601 {"(*Builtin).Type", Method, 5, ""},
6602 {"(*Chan).Dir", Method, 5, ""},
6603 {"(*Chan).Elem", Method, 5, ""},
6604 {"(*Chan).String", Method, 5, ""},
6605 {"(*Chan).Underlying", Method, 5, ""},
6606 {"(*Checker).Files", Method, 5, ""},
6607 {"(*Config).Check", Method, 5, ""},
6608 {"(*Const).Exported", Method, 5, ""},
6609 {"(*Const).Id", Method, 5, ""},
6610 {"(*Const).Name", Method, 5, ""},
6611 {"(*Const).Parent", Method, 5, ""},
6612 {"(*Const).Pkg", Method, 5, ""},
6613 {"(*Const).Pos", Method, 5, ""},
6614 {"(*Const).String", Method, 5, ""},
6615 {"(*Const).Type", Method, 5, ""},
6616 {"(*Const).Val", Method, 5, ""},
6617 {"(*Func).Exported", Method, 5, ""},
6618 {"(*Func).FullName", Method, 5, ""},
6619 {"(*Func).Id", Method, 5, ""},
6620 {"(*Func).Name", Method, 5, ""},
6621 {"(*Func).Origin", Method, 19, ""},
6622 {"(*Func).Parent", Method, 5, ""},
6623 {"(*Func).Pkg", Method, 5, ""},
6624 {"(*Func).Pos", Method, 5, ""},
6625 {"(*Func).Scope", Method, 5, ""},
6626 {"(*Func).Signature", Method, 23, ""},
6627 {"(*Func).String", Method, 5, ""},
6628 {"(*Func).Type", Method, 5, ""},
6629 {"(*Info).ObjectOf", Method, 5, ""},
6630 {"(*Info).PkgNameOf", Method, 22, ""},
6631 {"(*Info).TypeOf", Method, 5, ""},
6632 {"(*Initializer).String", Method, 5, ""},
6633 {"(*Interface).Complete", Method, 5, ""},
6634 {"(*Interface).Embedded", Method, 5, ""},
6635 {"(*Interface).EmbeddedType", Method, 11, ""},
6636 {"(*Interface).EmbeddedTypes", Method, 24, ""},
6637 {"(*Interface).Empty", Method, 5, ""},
6638 {"(*Interface).ExplicitMethod", Method, 5, ""},
6639 {"(*Interface).ExplicitMethods", Method, 24, ""},
6640 {"(*Interface).IsComparable", Method, 18, ""},
6641 {"(*Interface).IsImplicit", Method, 18, ""},
6642 {"(*Interface).IsMethodSet", Method, 18, ""},
6643 {"(*Interface).MarkImplicit", Method, 18, ""},
6644 {"(*Interface).Method", Method, 5, ""},
6645 {"(*Interface).Methods", Method, 24, ""},
6646 {"(*Interface).NumEmbeddeds", Method, 5, ""},
6647 {"(*Interface).NumExplicitMethods", Method, 5, ""},
6648 {"(*Interface).NumMethods", Method, 5, ""},
6649 {"(*Interface).String", Method, 5, ""},
6650 {"(*Interface).Underlying", Method, 5, ""},
6651 {"(*Label).Exported", Method, 5, ""},
6652 {"(*Label).Id", Method, 5, ""},
6653 {"(*Label).Name", Method, 5, ""},
6654 {"(*Label).Parent", Method, 5, ""},
6655 {"(*Label).Pkg", Method, 5, ""},
6656 {"(*Label).Pos", Method, 5, ""},
6657 {"(*Label).String", Method, 5, ""},
6658 {"(*Label).Type", Method, 5, ""},
6659 {"(*Map).Elem", Method, 5, ""},
6660 {"(*Map).Key", Method, 5, ""},
6661 {"(*Map).String", Method, 5, ""},
6662 {"(*Map).Underlying", Method, 5, ""},
6663 {"(*MethodSet).At", Method, 5, ""},
6664 {"(*MethodSet).Len", Method, 5, ""},
6665 {"(*MethodSet).Lookup", Method, 5, ""},
6666 {"(*MethodSet).Methods", Method, 24, ""},
6667 {"(*MethodSet).String", Method, 5, ""},
6668 {"(*Named).AddMethod", Method, 5, ""},
6669 {"(*Named).Method", Method, 5, ""},
6670 {"(*Named).Methods", Method, 24, ""},
6671 {"(*Named).NumMethods", Method, 5, ""},
6672 {"(*Named).Obj", Method, 5, ""},
6673 {"(*Named).Origin", Method, 18, ""},
6674 {"(*Named).SetTypeParams", Method, 18, ""},
6675 {"(*Named).SetUnderlying", Method, 5, ""},
6676 {"(*Named).String", Method, 5, ""},
6677 {"(*Named).TypeArgs", Method, 18, ""},
6678 {"(*Named).TypeParams", Method, 18, ""},
6679 {"(*Named).Underlying", Method, 5, ""},
6680 {"(*Nil).Exported", Method, 5, ""},
6681 {"(*Nil).Id", Method, 5, ""},
6682 {"(*Nil).Name", Method, 5, ""},
6683 {"(*Nil).Parent", Method, 5, ""},
6684 {"(*Nil).Pkg", Method, 5, ""},
6685 {"(*Nil).Pos", Method, 5, ""},
6686 {"(*Nil).String", Method, 5, ""},
6687 {"(*Nil).Type", Method, 5, ""},
6688 {"(*Package).Complete", Method, 5, ""},
6689 {"(*Package).GoVersion", Method, 21, ""},
6690 {"(*Package).Imports", Method, 5, ""},
6691 {"(*Package).MarkComplete", Method, 5, ""},
6692 {"(*Package).Name", Method, 5, ""},
6693 {"(*Package).Path", Method, 5, ""},
6694 {"(*Package).Scope", Method, 5, ""},
6695 {"(*Package).SetImports", Method, 5, ""},
6696 {"(*Package).SetName", Method, 6, ""},
6697 {"(*Package).String", Method, 5, ""},
6698 {"(*PkgName).Exported", Method, 5, ""},
6699 {"(*PkgName).Id", Method, 5, ""},
6700 {"(*PkgName).Imported", Method, 5, ""},
6701 {"(*PkgName).Name", Method, 5, ""},
6702 {"(*PkgName).Parent", Method, 5, ""},
6703 {"(*PkgName).Pkg", Method, 5, ""},
6704 {"(*PkgName).Pos", Method, 5, ""},
6705 {"(*PkgName).String", Method, 5, ""},
6706 {"(*PkgName).Type", Method, 5, ""},
6707 {"(*Pointer).Elem", Method, 5, ""},
6708 {"(*Pointer).String", Method, 5, ""},
6709 {"(*Pointer).Underlying", Method, 5, ""},
6710 {"(*Scope).Child", Method, 5, ""},
6711 {"(*Scope).Children", Method, 24, ""},
6712 {"(*Scope).Contains", Method, 5, ""},
6713 {"(*Scope).End", Method, 5, ""},
6714 {"(*Scope).Innermost", Method, 5, ""},
6715 {"(*Scope).Insert", Method, 5, ""},
6716 {"(*Scope).Len", Method, 5, ""},
6717 {"(*Scope).Lookup", Method, 5, ""},
6718 {"(*Scope).LookupParent", Method, 5, ""},
6719 {"(*Scope).Names", Method, 5, ""},
6720 {"(*Scope).NumChildren", Method, 5, ""},
6721 {"(*Scope).Parent", Method, 5, ""},
6722 {"(*Scope).Pos", Method, 5, ""},
6723 {"(*Scope).String", Method, 5, ""},
6724 {"(*Scope).WriteTo", Method, 5, ""},
6725 {"(*Selection).Index", Method, 5, ""},
6726 {"(*Selection).Indirect", Method, 5, ""},
6727 {"(*Selection).Kind", Method, 5, ""},
6728 {"(*Selection).Obj", Method, 5, ""},
6729 {"(*Selection).Recv", Method, 5, ""},
6730 {"(*Selection).String", Method, 5, ""},
6731 {"(*Selection).Type", Method, 5, ""},
6732 {"(*Signature).Params", Method, 5, ""},
6733 {"(*Signature).Recv", Method, 5, ""},
6734 {"(*Signature).RecvTypeParams", Method, 18, ""},
6735 {"(*Signature).Results", Method, 5, ""},
6736 {"(*Signature).String", Method, 5, ""},
6737 {"(*Signature).TypeParams", Method, 18, ""},
6738 {"(*Signature).Underlying", Method, 5, ""},
6739 {"(*Signature).Variadic", Method, 5, ""},
6740 {"(*Slice).Elem", Method, 5, ""},
6741 {"(*Slice).String", Method, 5, ""},
6742 {"(*Slice).Underlying", Method, 5, ""},
6743 {"(*StdSizes).Alignof", Method, 5, ""},
6744 {"(*StdSizes).Offsetsof", Method, 5, ""},
6745 {"(*StdSizes).Sizeof", Method, 5, ""},
6746 {"(*Struct).Field", Method, 5, ""},
6747 {"(*Struct).Fields", Method, 24, ""},
6748 {"(*Struct).NumFields", Method, 5, ""},
6749 {"(*Struct).String", Method, 5, ""},
6750 {"(*Struct).Tag", Method, 5, ""},
6751 {"(*Struct).Underlying", Method, 5, ""},
6752 {"(*Term).String", Method, 18, ""},
6753 {"(*Term).Tilde", Method, 18, ""},
6754 {"(*Term).Type", Method, 18, ""},
6755 {"(*Tuple).At", Method, 5, ""},
6756 {"(*Tuple).Len", Method, 5, ""},
6757 {"(*Tuple).String", Method, 5, ""},
6758 {"(*Tuple).Underlying", Method, 5, ""},
6759 {"(*Tuple).Variables", Method, 24, ""},
6760 {"(*TypeList).At", Method, 18, ""},
6761 {"(*TypeList).Len", Method, 18, ""},
6762 {"(*TypeList).String", Method, 27, ""},
6763 {"(*TypeList).Types", Method, 24, ""},
6764 {"(*TypeName).Exported", Method, 5, ""},
6765 {"(*TypeName).Id", Method, 5, ""},
6766 {"(*TypeName).IsAlias", Method, 9, ""},
6767 {"(*TypeName).Name", Method, 5, ""},
6768 {"(*TypeName).Parent", Method, 5, ""},
6769 {"(*TypeName).Pkg", Method, 5, ""},
6770 {"(*TypeName).Pos", Method, 5, ""},
6771 {"(*TypeName).String", Method, 5, ""},
6772 {"(*TypeName).Type", Method, 5, ""},
6773 {"(*TypeParam).Constraint", Method, 18, ""},
6774 {"(*TypeParam).Index", Method, 18, ""},
6775 {"(*TypeParam).Obj", Method, 18, ""},
6776 {"(*TypeParam).SetConstraint", Method, 18, ""},
6777 {"(*TypeParam).String", Method, 18, ""},
6778 {"(*TypeParam).Underlying", Method, 18, ""},
6779 {"(*TypeParamList).At", Method, 18, ""},
6780 {"(*TypeParamList).Len", Method, 18, ""},
6781 {"(*TypeParamList).String", Method, 27, ""},
6782 {"(*TypeParamList).TypeParams", Method, 24, ""},
6783 {"(*Union).Len", Method, 18, ""},
6784 {"(*Union).String", Method, 18, ""},
6785 {"(*Union).Term", Method, 18, ""},
6786 {"(*Union).Terms", Method, 24, ""},
6787 {"(*Union).Underlying", Method, 18, ""},
6788 {"(*Var).Anonymous", Method, 5, ""},
6789 {"(*Var).Embedded", Method, 11, ""},
6790 {"(*Var).Exported", Method, 5, ""},
6791 {"(*Var).Id", Method, 5, ""},
6792 {"(*Var).IsField", Method, 5, ""},
6793 {"(*Var).Kind", Method, 25, ""},
6794 {"(*Var).Name", Method, 5, ""},
6795 {"(*Var).Origin", Method, 19, ""},
6796 {"(*Var).Parent", Method, 5, ""},
6797 {"(*Var).Pkg", Method, 5, ""},
6798 {"(*Var).Pos", Method, 5, ""},
6799 {"(*Var).SetKind", Method, 25, ""},
6800 {"(*Var).String", Method, 5, ""},
6801 {"(*Var).Type", Method, 5, ""},
6802 {"(Checker).ObjectOf", Method, 5, ""},
6803 {"(Checker).PkgNameOf", Method, 22, ""},
6804 {"(Checker).TypeOf", Method, 5, ""},
6805 {"(Error).Error", Method, 5, ""},
6806 {"(Hasher).Equal", Method, 27, ""},
6807 {"(Hasher).Hash", Method, 27, ""},
6808 {"(HasherIgnoreTags).Equal", Method, 27, ""},
6809 {"(HasherIgnoreTags).Hash", Method, 27, ""},
6810 {"(Importer).Import", Method, 5, ""},
6811 {"(ImporterFrom).Import", Method, 6, ""},
6812 {"(ImporterFrom).ImportFrom", Method, 6, ""},
6813 {"(Instance).String", Method, 27, ""},
6814 {"(Object).Exported", Method, 5, ""},
6815 {"(Object).Id", Method, 5, ""},
6816 {"(Object).Name", Method, 5, ""},
6817 {"(Object).Parent", Method, 5, ""},
6818 {"(Object).Pkg", Method, 5, ""},
6819 {"(Object).Pos", Method, 5, ""},
6820 {"(Object).String", Method, 5, ""},
6821 {"(Object).Type", Method, 5, ""},
6822 {"(Sizes).Alignof", Method, 5, ""},
6823 {"(Sizes).Offsetsof", Method, 5, ""},
6824 {"(Sizes).Sizeof", Method, 5, ""},
6825 {"(Type).String", Method, 5, ""},
6826 {"(Type).Underlying", Method, 5, ""},
6827 {"(TypeAndValue).Addressable", Method, 5, ""},
6828 {"(TypeAndValue).Assignable", Method, 5, ""},
6829 {"(TypeAndValue).HasOk", Method, 5, ""},
6830 {"(TypeAndValue).IsBuiltin", Method, 5, ""},
6831 {"(TypeAndValue).IsNil", Method, 5, ""},
6832 {"(TypeAndValue).IsType", Method, 5, ""},
6833 {"(TypeAndValue).IsValue", Method, 5, ""},
6834 {"(TypeAndValue).IsVoid", Method, 5, ""},
6835 {"(VarKind).String", Method, 25, ""},
6836 {"Alias", Type, 22, ""},
6837 {"ArgumentError", Type, 18, ""},
6838 {"ArgumentError.Err", Field, 18, ""},
6839 {"ArgumentError.Index", Field, 18, ""},
6840 {"Array", Type, 5, ""},
6841 {"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
6842 {"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
6843 {"Basic", Type, 5, ""},
6844 {"BasicInfo", Type, 5, ""},
6845 {"BasicKind", Type, 5, ""},
6846 {"Bool", Const, 5, ""},
6847 {"Builtin", Type, 5, ""},
6848 {"Byte", Const, 5, ""},
6849 {"Chan", Type, 5, ""},
6850 {"ChanDir", Type, 5, ""},
6851 {"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
6852 {"Checker", Type, 5, ""},
6853 {"Checker.Info", Field, 5, ""},
6854 {"Comparable", Func, 5, "func(T Type) bool"},
6855 {"Complex128", Const, 5, ""},
6856 {"Complex64", Const, 5, ""},
6857 {"Config", Type, 5, ""},
6858 {"Config.Context", Field, 18, ""},
6859 {"Config.DisableUnusedImportCheck", Field, 5, ""},
6860 {"Config.Error", Field, 5, ""},
6861 {"Config.FakeImportC", Field, 5, ""},
6862 {"Config.GoVersion", Field, 18, ""},
6863 {"Config.IgnoreFuncBodies", Field, 5, ""},
6864 {"Config.Importer", Field, 5, ""},
6865 {"Config.Sizes", Field, 5, ""},
6866 {"Const", Type, 5, ""},
6867 {"Context", Type, 18, ""},
6868 {"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
6869 {"DefPredeclaredTestFuncs", Func, 5, "func()"},
6870 {"Default", Func, 8, "func(t Type) Type"},
6871 {"Error", Type, 5, ""},
6872 {"Error.Fset", Field, 5, ""},
6873 {"Error.Msg", Field, 5, ""},
6874 {"Error.Pos", Field, 5, ""},
6875 {"Error.Soft", Field, 5, ""},
6876 {"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
6877 {"ExprString", Func, 5, "func(x ast.Expr) string"},
6878 {"FieldVal", Const, 5, ""},
6879 {"FieldVar", Const, 25, ""},
6880 {"Float32", Const, 5, ""},
6881 {"Float64", Const, 5, ""},
6882 {"Func", Type, 5, ""},
6883 {"Hasher", Type, 27, ""},
6884 {"HasherIgnoreTags", Type, 27, ""},
6885 {"Id", Func, 5, "func(pkg *Package, name string) string"},
6886 {"Identical", Func, 5, "func(x Type, y Type) bool"},
6887 {"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
6888 {"Implements", Func, 5, "func(V Type, T *Interface) bool"},
6889 {"ImportMode", Type, 6, ""},
6890 {"Importer", Type, 5, ""},
6891 {"ImporterFrom", Type, 6, ""},
6892 {"Info", Type, 5, ""},
6893 {"Info.Defs", Field, 5, ""},
6894 {"Info.FileVersions", Field, 22, ""},
6895 {"Info.Implicits", Field, 5, ""},
6896 {"Info.InitOrder", Field, 5, ""},
6897 {"Info.Instances", Field, 18, ""},
6898 {"Info.Scopes", Field, 5, ""},
6899 {"Info.Selections", Field, 5, ""},
6900 {"Info.Types", Field, 5, ""},
6901 {"Info.Uses", Field, 5, ""},
6902 {"Initializer", Type, 5, ""},
6903 {"Initializer.Lhs", Field, 5, ""},
6904 {"Initializer.Rhs", Field, 5, ""},
6905 {"Instance", Type, 18, ""},
6906 {"Instance.Type", Field, 18, ""},
6907 {"Instance.TypeArgs", Field, 18, ""},
6908 {"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
6909 {"Int", Const, 5, ""},
6910 {"Int16", Const, 5, ""},
6911 {"Int32", Const, 5, ""},
6912 {"Int64", Const, 5, ""},
6913 {"Int8", Const, 5, ""},
6914 {"Interface", Type, 5, ""},
6915 {"Invalid", Const, 5, ""},
6916 {"IsBoolean", Const, 5, ""},
6917 {"IsComplex", Const, 5, ""},
6918 {"IsConstType", Const, 5, ""},
6919 {"IsFloat", Const, 5, ""},
6920 {"IsInteger", Const, 5, ""},
6921 {"IsInterface", Func, 5, "func(t Type) bool"},
6922 {"IsNumeric", Const, 5, ""},
6923 {"IsOrdered", Const, 5, ""},
6924 {"IsString", Const, 5, ""},
6925 {"IsUnsigned", Const, 5, ""},
6926 {"IsUntyped", Const, 5, ""},
6927 {"Label", Type, 5, ""},
6928 {"LocalVar", Const, 25, ""},
6929 {"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
6930 {"LookupSelection", Func, 25, "func(T Type, addressable bool, pkg *Package, name string) (Selection, bool)"},
6931 {"Map", Type, 5, ""},
6932 {"MethodExpr", Const, 5, ""},
6933 {"MethodSet", Type, 5, ""},
6934 {"MethodVal", Const, 5, ""},
6935 {"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
6936 {"Named", Type, 5, ""},
6937 {"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
6938 {"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
6939 {"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
6940 {"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
6941 {"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
6942 {"NewContext", Func, 18, "func() *Context"},
6943 {"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
6944 {"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
6945 {"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
6946 {"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
6947 {"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
6948 {"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
6949 {"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
6950 {"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
6951 {"NewPackage", Func, 5, "func(path string, name string) *Package"},
6952 {"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6953 {"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
6954 {"NewPointer", Func, 5, "func(elem Type) *Pointer"},
6955 {"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
6956 {"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
6957 {"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
6958 {"NewSlice", Func, 5, "func(elem Type) *Slice"},
6959 {"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
6960 {"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
6961 {"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
6962 {"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
6963 {"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
6964 {"NewUnion", Func, 18, "func(terms []*Term) *Union"},
6965 {"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6966 {"Nil", Type, 5, ""},
6967 {"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
6968 {"Package", Type, 5, ""},
6969 {"PackageVar", Const, 25, ""},
6970 {"ParamVar", Const, 25, ""},
6971 {"PkgName", Type, 5, ""},
6972 {"Pointer", Type, 5, ""},
6973 {"Qualifier", Type, 5, ""},
6974 {"RecvOnly", Const, 5, ""},
6975 {"RecvVar", Const, 25, ""},
6976 {"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
6977 {"ResultVar", Const, 25, ""},
6978 {"Rune", Const, 5, ""},
6979 {"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
6980 {"Scope", Type, 5, ""},
6981 {"Selection", Type, 5, ""},
6982 {"SelectionKind", Type, 5, ""},
6983 {"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
6984 {"SendOnly", Const, 5, ""},
6985 {"SendRecv", Const, 5, ""},
6986 {"Signature", Type, 5, ""},
6987 {"Sizes", Type, 5, ""},
6988 {"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
6989 {"Slice", Type, 5, ""},
6990 {"StdSizes", Type, 5, ""},
6991 {"StdSizes.MaxAlign", Field, 5, ""},
6992 {"StdSizes.WordSize", Field, 5, ""},
6993 {"String", Const, 5, ""},
6994 {"Struct", Type, 5, ""},
6995 {"Term", Type, 18, ""},
6996 {"Tuple", Type, 5, ""},
6997 {"Typ", Var, 5, ""},
6998 {"Type", Type, 5, ""},
6999 {"TypeAndValue", Type, 5, ""},
7000 {"TypeAndValue.Type", Field, 5, ""},
7001 {"TypeAndValue.Value", Field, 5, ""},
7002 {"TypeList", Type, 18, ""},
7003 {"TypeName", Type, 5, ""},
7004 {"TypeParam", Type, 18, ""},
7005 {"TypeParamList", Type, 18, ""},
7006 {"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
7007 {"Uint", Const, 5, ""},
7008 {"Uint16", Const, 5, ""},
7009 {"Uint32", Const, 5, ""},
7010 {"Uint64", Const, 5, ""},
7011 {"Uint8", Const, 5, ""},
7012 {"Uintptr", Const, 5, ""},
7013 {"Unalias", Func, 22, "func(t Type) Type"},
7014 {"Union", Type, 18, ""},
7015 {"Universe", Var, 5, ""},
7016 {"Unsafe", Var, 5, ""},
7017 {"UnsafePointer", Const, 5, ""},
7018 {"UntypedBool", Const, 5, ""},
7019 {"UntypedComplex", Const, 5, ""},
7020 {"UntypedFloat", Const, 5, ""},
7021 {"UntypedInt", Const, 5, ""},
7022 {"UntypedNil", Const, 5, ""},
7023 {"UntypedRune", Const, 5, ""},
7024 {"UntypedString", Const, 5, ""},
7025 {"Var", Type, 5, ""},
7026 {"VarKind", Type, 25, ""},
7027 {"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
7028 {"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
7029 {"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
7030 },
7031 "go/version": {
7032 {"Compare", Func, 22, "func(x string, y string) int"},
7033 {"IsValid", Func, 22, "func(x string) bool"},
7034 {"Lang", Func, 22, "func(x string) string"},
7035 },
7036 "hash": {
7037 {"(Cloner).BlockSize", Method, 25, ""},
7038 {"(Cloner).Clone", Method, 25, ""},
7039 {"(Cloner).Reset", Method, 25, ""},
7040 {"(Cloner).Size", Method, 25, ""},
7041 {"(Cloner).Sum", Method, 25, ""},
7042 {"(Cloner).Write", Method, 25, ""},
7043 {"(Hash).BlockSize", Method, 0, ""},
7044 {"(Hash).Reset", Method, 0, ""},
7045 {"(Hash).Size", Method, 0, ""},
7046 {"(Hash).Sum", Method, 0, ""},
7047 {"(Hash).Write", Method, 0, ""},
7048 {"(Hash32).BlockSize", Method, 0, ""},
7049 {"(Hash32).Reset", Method, 0, ""},
7050 {"(Hash32).Size", Method, 0, ""},
7051 {"(Hash32).Sum", Method, 0, ""},
7052 {"(Hash32).Sum32", Method, 0, ""},
7053 {"(Hash32).Write", Method, 0, ""},
7054 {"(Hash64).BlockSize", Method, 0, ""},
7055 {"(Hash64).Reset", Method, 0, ""},
7056 {"(Hash64).Size", Method, 0, ""},
7057 {"(Hash64).Sum", Method, 0, ""},
7058 {"(Hash64).Sum64", Method, 0, ""},
7059 {"(Hash64).Write", Method, 0, ""},
7060 {"(XOF).BlockSize", Method, 25, ""},
7061 {"(XOF).Read", Method, 25, ""},
7062 {"(XOF).Reset", Method, 25, ""},
7063 {"(XOF).Write", Method, 25, ""},
7064 {"Cloner", Type, 25, ""},
7065 {"Hash", Type, 0, ""},
7066 {"Hash32", Type, 0, ""},
7067 {"Hash64", Type, 0, ""},
7068 {"XOF", Type, 25, ""},
7069 },
7070 "hash/adler32": {
7071 {"Checksum", Func, 0, "func(data []byte) uint32"},
7072 {"New", Func, 0, "func() hash.Hash32"},
7073 {"Size", Const, 0, ""},
7074 },
7075 "hash/crc32": {
7076 {"Castagnoli", Const, 0, ""},
7077 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
7078 {"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
7079 {"IEEE", Const, 0, ""},
7080 {"IEEETable", Var, 0, ""},
7081 {"Koopman", Const, 0, ""},
7082 {"MakeTable", Func, 0, "func(poly uint32) *Table"},
7083 {"New", Func, 0, "func(tab *Table) hash.Hash32"},
7084 {"NewIEEE", Func, 0, "func() hash.Hash32"},
7085 {"Size", Const, 0, ""},
7086 {"Table", Type, 0, ""},
7087 {"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
7088 },
7089 "hash/crc64": {
7090 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
7091 {"ECMA", Const, 0, ""},
7092 {"ISO", Const, 0, ""},
7093 {"MakeTable", Func, 0, "func(poly uint64) *Table"},
7094 {"New", Func, 0, "func(tab *Table) hash.Hash64"},
7095 {"Size", Const, 0, ""},
7096 {"Table", Type, 0, ""},
7097 {"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
7098 },
7099 "hash/fnv": {
7100 {"New128", Func, 9, "func() hash.Hash"},
7101 {"New128a", Func, 9, "func() hash.Hash"},
7102 {"New32", Func, 0, "func() hash.Hash32"},
7103 {"New32a", Func, 0, "func() hash.Hash32"},
7104 {"New64", Func, 0, "func() hash.Hash64"},
7105 {"New64a", Func, 0, "func() hash.Hash64"},
7106 },
7107 "hash/maphash": {
7108 {"(*Hash).BlockSize", Method, 14, ""},
7109 {"(*Hash).Clone", Method, 25, ""},
7110 {"(*Hash).Reset", Method, 14, ""},
7111 {"(*Hash).Seed", Method, 14, ""},
7112 {"(*Hash).SetSeed", Method, 14, ""},
7113 {"(*Hash).Size", Method, 14, ""},
7114 {"(*Hash).Sum", Method, 14, ""},
7115 {"(*Hash).Sum64", Method, 14, ""},
7116 {"(*Hash).Write", Method, 14, ""},
7117 {"(*Hash).WriteByte", Method, 14, ""},
7118 {"(*Hash).WriteString", Method, 14, ""},
7119 {"(ComparableHasher).Equal", Method, 27, ""},
7120 {"(ComparableHasher).Hash", Method, 27, ""},
7121 {"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
7122 {"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
7123 {"ComparableHasher", Type, 27, ""},
7124 {"Hash", Type, 14, ""},
7125 {"Hasher", Type, 27, ""},
7126 {"MakeSeed", Func, 14, "func() Seed"},
7127 {"Seed", Type, 14, ""},
7128 {"String", Func, 19, "func(seed Seed, s string) uint64"},
7129 {"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
7130 },
7131 "html": {
7132 {"EscapeString", Func, 0, "func(s string) string"},
7133 {"UnescapeString", Func, 0, "func(s string) string"},
7134 },
7135 "html/template": {
7136 {"(*Error).Error", Method, 0, ""},
7137 {"(*Template).AddParseTree", Method, 0, ""},
7138 {"(*Template).Clone", Method, 0, ""},
7139 {"(*Template).DefinedTemplates", Method, 6, ""},
7140 {"(*Template).Delims", Method, 0, ""},
7141 {"(*Template).Execute", Method, 0, ""},
7142 {"(*Template).ExecuteTemplate", Method, 0, ""},
7143 {"(*Template).Funcs", Method, 0, ""},
7144 {"(*Template).Lookup", Method, 0, ""},
7145 {"(*Template).Name", Method, 0, ""},
7146 {"(*Template).New", Method, 0, ""},
7147 {"(*Template).Option", Method, 5, ""},
7148 {"(*Template).Parse", Method, 0, ""},
7149 {"(*Template).ParseFS", Method, 16, ""},
7150 {"(*Template).ParseFiles", Method, 0, ""},
7151 {"(*Template).ParseGlob", Method, 0, ""},
7152 {"(*Template).Templates", Method, 0, ""},
7153 {"CSS", Type, 0, ""},
7154 {"ErrAmbigContext", Const, 0, ""},
7155 {"ErrBadHTML", Const, 0, ""},
7156 {"ErrBranchEnd", Const, 0, ""},
7157 {"ErrEndContext", Const, 0, ""},
7158 {"ErrJSTemplate", Const, 21, ""},
7159 {"ErrNoSuchTemplate", Const, 0, ""},
7160 {"ErrOutputContext", Const, 0, ""},
7161 {"ErrPartialCharset", Const, 0, ""},
7162 {"ErrPartialEscape", Const, 0, ""},
7163 {"ErrPredefinedEscaper", Const, 9, ""},
7164 {"ErrRangeLoopReentry", Const, 0, ""},
7165 {"ErrSlashAmbig", Const, 0, ""},
7166 {"Error", Type, 0, ""},
7167 {"Error.Description", Field, 0, ""},
7168 {"Error.ErrorCode", Field, 0, ""},
7169 {"Error.Line", Field, 0, ""},
7170 {"Error.Name", Field, 0, ""},
7171 {"Error.Node", Field, 4, ""},
7172 {"ErrorCode", Type, 0, ""},
7173 {"FuncMap", Type, 0, ""},
7174 {"HTML", Type, 0, ""},
7175 {"HTMLAttr", Type, 0, ""},
7176 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
7177 {"HTMLEscapeString", Func, 0, "func(s string) string"},
7178 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
7179 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
7180 {"JS", Type, 0, ""},
7181 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
7182 {"JSEscapeString", Func, 0, "func(s string) string"},
7183 {"JSEscaper", Func, 0, "func(args ...any) string"},
7184 {"JSStr", Type, 0, ""},
7185 {"Must", Func, 0, "func(t *Template, err error) *Template"},
7186 {"New", Func, 0, "func(name string) *Template"},
7187 {"OK", Const, 0, ""},
7188 {"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
7189 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
7190 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
7191 {"Srcset", Type, 10, ""},
7192 {"Template", Type, 0, ""},
7193 {"Template.Tree", Field, 2, ""},
7194 {"URL", Type, 0, ""},
7195 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
7196 },
7197 "image": {
7198 {"(*Alpha).AlphaAt", Method, 4, ""},
7199 {"(*Alpha).At", Method, 0, ""},
7200 {"(*Alpha).Bounds", Method, 0, ""},
7201 {"(*Alpha).ColorModel", Method, 0, ""},
7202 {"(*Alpha).Opaque", Method, 0, ""},
7203 {"(*Alpha).PixOffset", Method, 0, ""},
7204 {"(*Alpha).RGBA64At", Method, 17, ""},
7205 {"(*Alpha).Set", Method, 0, ""},
7206 {"(*Alpha).SetAlpha", Method, 0, ""},
7207 {"(*Alpha).SetRGBA64", Method, 17, ""},
7208 {"(*Alpha).SubImage", Method, 0, ""},
7209 {"(*Alpha16).Alpha16At", Method, 4, ""},
7210 {"(*Alpha16).At", Method, 0, ""},
7211 {"(*Alpha16).Bounds", Method, 0, ""},
7212 {"(*Alpha16).ColorModel", Method, 0, ""},
7213 {"(*Alpha16).Opaque", Method, 0, ""},
7214 {"(*Alpha16).PixOffset", Method, 0, ""},
7215 {"(*Alpha16).RGBA64At", Method, 17, ""},
7216 {"(*Alpha16).Set", Method, 0, ""},
7217 {"(*Alpha16).SetAlpha16", Method, 0, ""},
7218 {"(*Alpha16).SetRGBA64", Method, 17, ""},
7219 {"(*Alpha16).SubImage", Method, 0, ""},
7220 {"(*CMYK).At", Method, 5, ""},
7221 {"(*CMYK).Bounds", Method, 5, ""},
7222 {"(*CMYK).CMYKAt", Method, 5, ""},
7223 {"(*CMYK).ColorModel", Method, 5, ""},
7224 {"(*CMYK).Opaque", Method, 5, ""},
7225 {"(*CMYK).PixOffset", Method, 5, ""},
7226 {"(*CMYK).RGBA64At", Method, 17, ""},
7227 {"(*CMYK).Set", Method, 5, ""},
7228 {"(*CMYK).SetCMYK", Method, 5, ""},
7229 {"(*CMYK).SetRGBA64", Method, 17, ""},
7230 {"(*CMYK).SubImage", Method, 5, ""},
7231 {"(*Gray).At", Method, 0, ""},
7232 {"(*Gray).Bounds", Method, 0, ""},
7233 {"(*Gray).ColorModel", Method, 0, ""},
7234 {"(*Gray).GrayAt", Method, 4, ""},
7235 {"(*Gray).Opaque", Method, 0, ""},
7236 {"(*Gray).PixOffset", Method, 0, ""},
7237 {"(*Gray).RGBA64At", Method, 17, ""},
7238 {"(*Gray).Set", Method, 0, ""},
7239 {"(*Gray).SetGray", Method, 0, ""},
7240 {"(*Gray).SetRGBA64", Method, 17, ""},
7241 {"(*Gray).SubImage", Method, 0, ""},
7242 {"(*Gray16).At", Method, 0, ""},
7243 {"(*Gray16).Bounds", Method, 0, ""},
7244 {"(*Gray16).ColorModel", Method, 0, ""},
7245 {"(*Gray16).Gray16At", Method, 4, ""},
7246 {"(*Gray16).Opaque", Method, 0, ""},
7247 {"(*Gray16).PixOffset", Method, 0, ""},
7248 {"(*Gray16).RGBA64At", Method, 17, ""},
7249 {"(*Gray16).Set", Method, 0, ""},
7250 {"(*Gray16).SetGray16", Method, 0, ""},
7251 {"(*Gray16).SetRGBA64", Method, 17, ""},
7252 {"(*Gray16).SubImage", Method, 0, ""},
7253 {"(*NRGBA).At", Method, 0, ""},
7254 {"(*NRGBA).Bounds", Method, 0, ""},
7255 {"(*NRGBA).ColorModel", Method, 0, ""},
7256 {"(*NRGBA).NRGBAAt", Method, 4, ""},
7257 {"(*NRGBA).Opaque", Method, 0, ""},
7258 {"(*NRGBA).PixOffset", Method, 0, ""},
7259 {"(*NRGBA).RGBA64At", Method, 17, ""},
7260 {"(*NRGBA).Set", Method, 0, ""},
7261 {"(*NRGBA).SetNRGBA", Method, 0, ""},
7262 {"(*NRGBA).SetRGBA64", Method, 17, ""},
7263 {"(*NRGBA).SubImage", Method, 0, ""},
7264 {"(*NRGBA64).At", Method, 0, ""},
7265 {"(*NRGBA64).Bounds", Method, 0, ""},
7266 {"(*NRGBA64).ColorModel", Method, 0, ""},
7267 {"(*NRGBA64).NRGBA64At", Method, 4, ""},
7268 {"(*NRGBA64).Opaque", Method, 0, ""},
7269 {"(*NRGBA64).PixOffset", Method, 0, ""},
7270 {"(*NRGBA64).RGBA64At", Method, 17, ""},
7271 {"(*NRGBA64).Set", Method, 0, ""},
7272 {"(*NRGBA64).SetNRGBA64", Method, 0, ""},
7273 {"(*NRGBA64).SetRGBA64", Method, 17, ""},
7274 {"(*NRGBA64).SubImage", Method, 0, ""},
7275 {"(*NYCbCrA).AOffset", Method, 6, ""},
7276 {"(*NYCbCrA).At", Method, 6, ""},
7277 {"(*NYCbCrA).Bounds", Method, 6, ""},
7278 {"(*NYCbCrA).COffset", Method, 6, ""},
7279 {"(*NYCbCrA).ColorModel", Method, 6, ""},
7280 {"(*NYCbCrA).NYCbCrAAt", Method, 6, ""},
7281 {"(*NYCbCrA).Opaque", Method, 6, ""},
7282 {"(*NYCbCrA).RGBA64At", Method, 17, ""},
7283 {"(*NYCbCrA).SubImage", Method, 6, ""},
7284 {"(*NYCbCrA).YCbCrAt", Method, 6, ""},
7285 {"(*NYCbCrA).YOffset", Method, 6, ""},
7286 {"(*Paletted).At", Method, 0, ""},
7287 {"(*Paletted).Bounds", Method, 0, ""},
7288 {"(*Paletted).ColorIndexAt", Method, 0, ""},
7289 {"(*Paletted).ColorModel", Method, 0, ""},
7290 {"(*Paletted).Opaque", Method, 0, ""},
7291 {"(*Paletted).PixOffset", Method, 0, ""},
7292 {"(*Paletted).RGBA64At", Method, 17, ""},
7293 {"(*Paletted).Set", Method, 0, ""},
7294 {"(*Paletted).SetColorIndex", Method, 0, ""},
7295 {"(*Paletted).SetRGBA64", Method, 17, ""},
7296 {"(*Paletted).SubImage", Method, 0, ""},
7297 {"(*RGBA).At", Method, 0, ""},
7298 {"(*RGBA).Bounds", Method, 0, ""},
7299 {"(*RGBA).ColorModel", Method, 0, ""},
7300 {"(*RGBA).Opaque", Method, 0, ""},
7301 {"(*RGBA).PixOffset", Method, 0, ""},
7302 {"(*RGBA).RGBA64At", Method, 17, ""},
7303 {"(*RGBA).RGBAAt", Method, 4, ""},
7304 {"(*RGBA).Set", Method, 0, ""},
7305 {"(*RGBA).SetRGBA", Method, 0, ""},
7306 {"(*RGBA).SetRGBA64", Method, 17, ""},
7307 {"(*RGBA).SubImage", Method, 0, ""},
7308 {"(*RGBA64).At", Method, 0, ""},
7309 {"(*RGBA64).Bounds", Method, 0, ""},
7310 {"(*RGBA64).ColorModel", Method, 0, ""},
7311 {"(*RGBA64).Opaque", Method, 0, ""},
7312 {"(*RGBA64).PixOffset", Method, 0, ""},
7313 {"(*RGBA64).RGBA64At", Method, 4, ""},
7314 {"(*RGBA64).Set", Method, 0, ""},
7315 {"(*RGBA64).SetRGBA64", Method, 0, ""},
7316 {"(*RGBA64).SubImage", Method, 0, ""},
7317 {"(*Uniform).At", Method, 0, ""},
7318 {"(*Uniform).Bounds", Method, 0, ""},
7319 {"(*Uniform).ColorModel", Method, 0, ""},
7320 {"(*Uniform).Convert", Method, 0, ""},
7321 {"(*Uniform).Opaque", Method, 0, ""},
7322 {"(*Uniform).RGBA", Method, 0, ""},
7323 {"(*Uniform).RGBA64At", Method, 17, ""},
7324 {"(*YCbCr).At", Method, 0, ""},
7325 {"(*YCbCr).Bounds", Method, 0, ""},
7326 {"(*YCbCr).COffset", Method, 0, ""},
7327 {"(*YCbCr).ColorModel", Method, 0, ""},
7328 {"(*YCbCr).Opaque", Method, 0, ""},
7329 {"(*YCbCr).RGBA64At", Method, 17, ""},
7330 {"(*YCbCr).SubImage", Method, 0, ""},
7331 {"(*YCbCr).YCbCrAt", Method, 4, ""},
7332 {"(*YCbCr).YOffset", Method, 0, ""},
7333 {"(Image).At", Method, 0, ""},
7334 {"(Image).Bounds", Method, 0, ""},
7335 {"(Image).ColorModel", Method, 0, ""},
7336 {"(PalettedImage).At", Method, 0, ""},
7337 {"(PalettedImage).Bounds", Method, 0, ""},
7338 {"(PalettedImage).ColorIndexAt", Method, 0, ""},
7339 {"(PalettedImage).ColorModel", Method, 0, ""},
7340 {"(Point).Add", Method, 0, ""},
7341 {"(Point).Div", Method, 0, ""},
7342 {"(Point).Eq", Method, 0, ""},
7343 {"(Point).In", Method, 0, ""},
7344 {"(Point).Mod", Method, 0, ""},
7345 {"(Point).Mul", Method, 0, ""},
7346 {"(Point).String", Method, 0, ""},
7347 {"(Point).Sub", Method, 0, ""},
7348 {"(RGBA64Image).At", Method, 17, ""},
7349 {"(RGBA64Image).Bounds", Method, 17, ""},
7350 {"(RGBA64Image).ColorModel", Method, 17, ""},
7351 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7352 {"(Rectangle).Add", Method, 0, ""},
7353 {"(Rectangle).At", Method, 5, ""},
7354 {"(Rectangle).Bounds", Method, 5, ""},
7355 {"(Rectangle).Canon", Method, 0, ""},
7356 {"(Rectangle).ColorModel", Method, 5, ""},
7357 {"(Rectangle).Dx", Method, 0, ""},
7358 {"(Rectangle).Dy", Method, 0, ""},
7359 {"(Rectangle).Empty", Method, 0, ""},
7360 {"(Rectangle).Eq", Method, 0, ""},
7361 {"(Rectangle).In", Method, 0, ""},
7362 {"(Rectangle).Inset", Method, 0, ""},
7363 {"(Rectangle).Intersect", Method, 0, ""},
7364 {"(Rectangle).Overlaps", Method, 0, ""},
7365 {"(Rectangle).RGBA64At", Method, 17, ""},
7366 {"(Rectangle).Size", Method, 0, ""},
7367 {"(Rectangle).String", Method, 0, ""},
7368 {"(Rectangle).Sub", Method, 0, ""},
7369 {"(Rectangle).Union", Method, 0, ""},
7370 {"(YCbCrSubsampleRatio).String", Method, 0, ""},
7371 {"Alpha", Type, 0, ""},
7372 {"Alpha.Pix", Field, 0, ""},
7373 {"Alpha.Rect", Field, 0, ""},
7374 {"Alpha.Stride", Field, 0, ""},
7375 {"Alpha16", Type, 0, ""},
7376 {"Alpha16.Pix", Field, 0, ""},
7377 {"Alpha16.Rect", Field, 0, ""},
7378 {"Alpha16.Stride", Field, 0, ""},
7379 {"Black", Var, 0, ""},
7380 {"CMYK", Type, 5, ""},
7381 {"CMYK.Pix", Field, 5, ""},
7382 {"CMYK.Rect", Field, 5, ""},
7383 {"CMYK.Stride", Field, 5, ""},
7384 {"Config", Type, 0, ""},
7385 {"Config.ColorModel", Field, 0, ""},
7386 {"Config.Height", Field, 0, ""},
7387 {"Config.Width", Field, 0, ""},
7388 {"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
7389 {"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
7390 {"ErrFormat", Var, 0, ""},
7391 {"Gray", Type, 0, ""},
7392 {"Gray.Pix", Field, 0, ""},
7393 {"Gray.Rect", Field, 0, ""},
7394 {"Gray.Stride", Field, 0, ""},
7395 {"Gray16", Type, 0, ""},
7396 {"Gray16.Pix", Field, 0, ""},
7397 {"Gray16.Rect", Field, 0, ""},
7398 {"Gray16.Stride", Field, 0, ""},
7399 {"Image", Type, 0, ""},
7400 {"NRGBA", Type, 0, ""},
7401 {"NRGBA.Pix", Field, 0, ""},
7402 {"NRGBA.Rect", Field, 0, ""},
7403 {"NRGBA.Stride", Field, 0, ""},
7404 {"NRGBA64", Type, 0, ""},
7405 {"NRGBA64.Pix", Field, 0, ""},
7406 {"NRGBA64.Rect", Field, 0, ""},
7407 {"NRGBA64.Stride", Field, 0, ""},
7408 {"NYCbCrA", Type, 6, ""},
7409 {"NYCbCrA.A", Field, 6, ""},
7410 {"NYCbCrA.AStride", Field, 6, ""},
7411 {"NYCbCrA.YCbCr", Field, 6, ""},
7412 {"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
7413 {"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
7414 {"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
7415 {"NewGray", Func, 0, "func(r Rectangle) *Gray"},
7416 {"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
7417 {"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
7418 {"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
7419 {"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
7420 {"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
7421 {"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
7422 {"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
7423 {"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
7424 {"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
7425 {"Opaque", Var, 0, ""},
7426 {"Paletted", Type, 0, ""},
7427 {"Paletted.Palette", Field, 0, ""},
7428 {"Paletted.Pix", Field, 0, ""},
7429 {"Paletted.Rect", Field, 0, ""},
7430 {"Paletted.Stride", Field, 0, ""},
7431 {"PalettedImage", Type, 0, ""},
7432 {"Point", Type, 0, ""},
7433 {"Point.X", Field, 0, ""},
7434 {"Point.Y", Field, 0, ""},
7435 {"Pt", Func, 0, "func(X int, Y int) Point"},
7436 {"RGBA", Type, 0, ""},
7437 {"RGBA.Pix", Field, 0, ""},
7438 {"RGBA.Rect", Field, 0, ""},
7439 {"RGBA.Stride", Field, 0, ""},
7440 {"RGBA64", Type, 0, ""},
7441 {"RGBA64.Pix", Field, 0, ""},
7442 {"RGBA64.Rect", Field, 0, ""},
7443 {"RGBA64.Stride", Field, 0, ""},
7444 {"RGBA64Image", Type, 17, ""},
7445 {"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
7446 {"Rectangle", Type, 0, ""},
7447 {"Rectangle.Max", Field, 0, ""},
7448 {"Rectangle.Min", Field, 0, ""},
7449 {"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
7450 {"Transparent", Var, 0, ""},
7451 {"Uniform", Type, 0, ""},
7452 {"Uniform.C", Field, 0, ""},
7453 {"White", Var, 0, ""},
7454 {"YCbCr", Type, 0, ""},
7455 {"YCbCr.CStride", Field, 0, ""},
7456 {"YCbCr.Cb", Field, 0, ""},
7457 {"YCbCr.Cr", Field, 0, ""},
7458 {"YCbCr.Rect", Field, 0, ""},
7459 {"YCbCr.SubsampleRatio", Field, 0, ""},
7460 {"YCbCr.Y", Field, 0, ""},
7461 {"YCbCr.YStride", Field, 0, ""},
7462 {"YCbCrSubsampleRatio", Type, 0, ""},
7463 {"YCbCrSubsampleRatio410", Const, 5, ""},
7464 {"YCbCrSubsampleRatio411", Const, 5, ""},
7465 {"YCbCrSubsampleRatio420", Const, 0, ""},
7466 {"YCbCrSubsampleRatio422", Const, 0, ""},
7467 {"YCbCrSubsampleRatio440", Const, 1, ""},
7468 {"YCbCrSubsampleRatio444", Const, 0, ""},
7469 {"ZP", Var, 0, ""},
7470 {"ZR", Var, 0, ""},
7471 },
7472 "image/color": {
7473 {"(Alpha).RGBA", Method, 0, ""},
7474 {"(Alpha16).RGBA", Method, 0, ""},
7475 {"(CMYK).RGBA", Method, 5, ""},
7476 {"(Color).RGBA", Method, 0, ""},
7477 {"(Gray).RGBA", Method, 0, ""},
7478 {"(Gray16).RGBA", Method, 0, ""},
7479 {"(Model).Convert", Method, 0, ""},
7480 {"(NRGBA).RGBA", Method, 0, ""},
7481 {"(NRGBA64).RGBA", Method, 0, ""},
7482 {"(NYCbCrA).RGBA", Method, 6, ""},
7483 {"(Palette).Convert", Method, 0, ""},
7484 {"(Palette).Index", Method, 0, ""},
7485 {"(RGBA).RGBA", Method, 0, ""},
7486 {"(RGBA64).RGBA", Method, 0, ""},
7487 {"(YCbCr).RGBA", Method, 0, ""},
7488 {"Alpha", Type, 0, ""},
7489 {"Alpha.A", Field, 0, ""},
7490 {"Alpha16", Type, 0, ""},
7491 {"Alpha16.A", Field, 0, ""},
7492 {"Alpha16Model", Var, 0, ""},
7493 {"AlphaModel", Var, 0, ""},
7494 {"Black", Var, 0, ""},
7495 {"CMYK", Type, 5, ""},
7496 {"CMYK.C", Field, 5, ""},
7497 {"CMYK.K", Field, 5, ""},
7498 {"CMYK.M", Field, 5, ""},
7499 {"CMYK.Y", Field, 5, ""},
7500 {"CMYKModel", Var, 5, ""},
7501 {"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
7502 {"Color", Type, 0, ""},
7503 {"Gray", Type, 0, ""},
7504 {"Gray.Y", Field, 0, ""},
7505 {"Gray16", Type, 0, ""},
7506 {"Gray16.Y", Field, 0, ""},
7507 {"Gray16Model", Var, 0, ""},
7508 {"GrayModel", Var, 0, ""},
7509 {"Model", Type, 0, ""},
7510 {"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
7511 {"NRGBA", Type, 0, ""},
7512 {"NRGBA.A", Field, 0, ""},
7513 {"NRGBA.B", Field, 0, ""},
7514 {"NRGBA.G", Field, 0, ""},
7515 {"NRGBA.R", Field, 0, ""},
7516 {"NRGBA64", Type, 0, ""},
7517 {"NRGBA64.A", Field, 0, ""},
7518 {"NRGBA64.B", Field, 0, ""},
7519 {"NRGBA64.G", Field, 0, ""},
7520 {"NRGBA64.R", Field, 0, ""},
7521 {"NRGBA64Model", Var, 0, ""},
7522 {"NRGBAModel", Var, 0, ""},
7523 {"NYCbCrA", Type, 6, ""},
7524 {"NYCbCrA.A", Field, 6, ""},
7525 {"NYCbCrA.YCbCr", Field, 6, ""},
7526 {"NYCbCrAModel", Var, 6, ""},
7527 {"Opaque", Var, 0, ""},
7528 {"Palette", Type, 0, ""},
7529 {"RGBA", Type, 0, ""},
7530 {"RGBA.A", Field, 0, ""},
7531 {"RGBA.B", Field, 0, ""},
7532 {"RGBA.G", Field, 0, ""},
7533 {"RGBA.R", Field, 0, ""},
7534 {"RGBA64", Type, 0, ""},
7535 {"RGBA64.A", Field, 0, ""},
7536 {"RGBA64.B", Field, 0, ""},
7537 {"RGBA64.G", Field, 0, ""},
7538 {"RGBA64.R", Field, 0, ""},
7539 {"RGBA64Model", Var, 0, ""},
7540 {"RGBAModel", Var, 0, ""},
7541 {"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
7542 {"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
7543 {"Transparent", Var, 0, ""},
7544 {"White", Var, 0, ""},
7545 {"YCbCr", Type, 0, ""},
7546 {"YCbCr.Cb", Field, 0, ""},
7547 {"YCbCr.Cr", Field, 0, ""},
7548 {"YCbCr.Y", Field, 0, ""},
7549 {"YCbCrModel", Var, 0, ""},
7550 {"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
7551 },
7552 "image/color/palette": {
7553 {"Plan9", Var, 2, ""},
7554 {"WebSafe", Var, 2, ""},
7555 },
7556 "image/draw": {
7557 {"(Drawer).Draw", Method, 2, ""},
7558 {"(Image).At", Method, 0, ""},
7559 {"(Image).Bounds", Method, 0, ""},
7560 {"(Image).ColorModel", Method, 0, ""},
7561 {"(Image).Set", Method, 0, ""},
7562 {"(Op).Draw", Method, 2, ""},
7563 {"(Quantizer).Quantize", Method, 2, ""},
7564 {"(RGBA64Image).At", Method, 17, ""},
7565 {"(RGBA64Image).Bounds", Method, 17, ""},
7566 {"(RGBA64Image).ColorModel", Method, 17, ""},
7567 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7568 {"(RGBA64Image).Set", Method, 17, ""},
7569 {"(RGBA64Image).SetRGBA64", Method, 17, ""},
7570 {"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
7571 {"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
7572 {"Drawer", Type, 2, ""},
7573 {"FloydSteinberg", Var, 2, ""},
7574 {"Image", Type, 0, ""},
7575 {"Op", Type, 0, ""},
7576 {"Over", Const, 0, ""},
7577 {"Quantizer", Type, 2, ""},
7578 {"RGBA64Image", Type, 17, ""},
7579 {"Src", Const, 0, ""},
7580 },
7581 "image/gif": {
7582 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7583 {"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
7584 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7585 {"DisposalBackground", Const, 5, ""},
7586 {"DisposalNone", Const, 5, ""},
7587 {"DisposalPrevious", Const, 5, ""},
7588 {"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
7589 {"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
7590 {"GIF", Type, 0, ""},
7591 {"GIF.BackgroundIndex", Field, 5, ""},
7592 {"GIF.Config", Field, 5, ""},
7593 {"GIF.Delay", Field, 0, ""},
7594 {"GIF.Disposal", Field, 5, ""},
7595 {"GIF.Image", Field, 0, ""},
7596 {"GIF.LoopCount", Field, 0, ""},
7597 {"Options", Type, 2, ""},
7598 {"Options.Drawer", Field, 2, ""},
7599 {"Options.NumColors", Field, 2, ""},
7600 {"Options.Quantizer", Field, 2, ""},
7601 },
7602 "image/jpeg": {
7603 {"(FormatError).Error", Method, 0, ""},
7604 {"(Reader).Read", Method, 0, ""},
7605 {"(Reader).ReadByte", Method, 0, ""},
7606 {"(UnsupportedError).Error", Method, 0, ""},
7607 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7608 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7609 {"DefaultQuality", Const, 0, ""},
7610 {"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
7611 {"FormatError", Type, 0, ""},
7612 {"Options", Type, 0, ""},
7613 {"Options.Quality", Field, 0, ""},
7614 {"Reader", Type, 0, ""},
7615 {"UnsupportedError", Type, 0, ""},
7616 },
7617 "image/png": {
7618 {"(*Encoder).Encode", Method, 4, ""},
7619 {"(EncoderBufferPool).Get", Method, 9, ""},
7620 {"(EncoderBufferPool).Put", Method, 9, ""},
7621 {"(FormatError).Error", Method, 0, ""},
7622 {"(UnsupportedError).Error", Method, 0, ""},
7623 {"BestCompression", Const, 4, ""},
7624 {"BestSpeed", Const, 4, ""},
7625 {"CompressionLevel", Type, 4, ""},
7626 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7627 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7628 {"DefaultCompression", Const, 4, ""},
7629 {"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
7630 {"Encoder", Type, 4, ""},
7631 {"Encoder.BufferPool", Field, 9, ""},
7632 {"Encoder.CompressionLevel", Field, 4, ""},
7633 {"EncoderBuffer", Type, 9, ""},
7634 {"EncoderBufferPool", Type, 9, ""},
7635 {"FormatError", Type, 0, ""},
7636 {"NoCompression", Const, 4, ""},
7637 {"UnsupportedError", Type, 0, ""},
7638 },
7639 "index/suffixarray": {
7640 {"(*Index).Bytes", Method, 0, ""},
7641 {"(*Index).FindAllIndex", Method, 0, ""},
7642 {"(*Index).Lookup", Method, 0, ""},
7643 {"(*Index).Read", Method, 0, ""},
7644 {"(*Index).Write", Method, 0, ""},
7645 {"Index", Type, 0, ""},
7646 {"New", Func, 0, "func(data []byte) *Index"},
7647 },
7648 "io": {
7649 {"(*LimitedReader).Read", Method, 0, ""},
7650 {"(*OffsetWriter).Seek", Method, 20, ""},
7651 {"(*OffsetWriter).Write", Method, 20, ""},
7652 {"(*OffsetWriter).WriteAt", Method, 20, ""},
7653 {"(*PipeReader).Close", Method, 0, ""},
7654 {"(*PipeReader).CloseWithError", Method, 0, ""},
7655 {"(*PipeReader).Read", Method, 0, ""},
7656 {"(*PipeWriter).Close", Method, 0, ""},
7657 {"(*PipeWriter).CloseWithError", Method, 0, ""},
7658 {"(*PipeWriter).Write", Method, 0, ""},
7659 {"(*SectionReader).Outer", Method, 22, ""},
7660 {"(*SectionReader).Read", Method, 0, ""},
7661 {"(*SectionReader).ReadAt", Method, 0, ""},
7662 {"(*SectionReader).Seek", Method, 0, ""},
7663 {"(*SectionReader).Size", Method, 0, ""},
7664 {"(ByteReader).ReadByte", Method, 0, ""},
7665 {"(ByteScanner).ReadByte", Method, 0, ""},
7666 {"(ByteScanner).UnreadByte", Method, 0, ""},
7667 {"(ByteWriter).WriteByte", Method, 1, ""},
7668 {"(Closer).Close", Method, 0, ""},
7669 {"(ReadCloser).Close", Method, 0, ""},
7670 {"(ReadCloser).Read", Method, 0, ""},
7671 {"(ReadSeekCloser).Close", Method, 16, ""},
7672 {"(ReadSeekCloser).Read", Method, 16, ""},
7673 {"(ReadSeekCloser).Seek", Method, 16, ""},
7674 {"(ReadSeeker).Read", Method, 0, ""},
7675 {"(ReadSeeker).Seek", Method, 0, ""},
7676 {"(ReadWriteCloser).Close", Method, 0, ""},
7677 {"(ReadWriteCloser).Read", Method, 0, ""},
7678 {"(ReadWriteCloser).Write", Method, 0, ""},
7679 {"(ReadWriteSeeker).Read", Method, 0, ""},
7680 {"(ReadWriteSeeker).Seek", Method, 0, ""},
7681 {"(ReadWriteSeeker).Write", Method, 0, ""},
7682 {"(ReadWriter).Read", Method, 0, ""},
7683 {"(ReadWriter).Write", Method, 0, ""},
7684 {"(Reader).Read", Method, 0, ""},
7685 {"(ReaderAt).ReadAt", Method, 0, ""},
7686 {"(ReaderFrom).ReadFrom", Method, 0, ""},
7687 {"(RuneReader).ReadRune", Method, 0, ""},
7688 {"(RuneScanner).ReadRune", Method, 0, ""},
7689 {"(RuneScanner).UnreadRune", Method, 0, ""},
7690 {"(Seeker).Seek", Method, 0, ""},
7691 {"(StringWriter).WriteString", Method, 12, ""},
7692 {"(WriteCloser).Close", Method, 0, ""},
7693 {"(WriteCloser).Write", Method, 0, ""},
7694 {"(WriteSeeker).Seek", Method, 0, ""},
7695 {"(WriteSeeker).Write", Method, 0, ""},
7696 {"(Writer).Write", Method, 0, ""},
7697 {"(WriterAt).WriteAt", Method, 0, ""},
7698 {"(WriterTo).WriteTo", Method, 0, ""},
7699 {"ByteReader", Type, 0, ""},
7700 {"ByteScanner", Type, 0, ""},
7701 {"ByteWriter", Type, 1, ""},
7702 {"Closer", Type, 0, ""},
7703 {"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
7704 {"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
7705 {"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
7706 {"Discard", Var, 16, ""},
7707 {"EOF", Var, 0, ""},
7708 {"ErrClosedPipe", Var, 0, ""},
7709 {"ErrNoProgress", Var, 1, ""},
7710 {"ErrShortBuffer", Var, 0, ""},
7711 {"ErrShortWrite", Var, 0, ""},
7712 {"ErrUnexpectedEOF", Var, 0, ""},
7713 {"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
7714 {"LimitedReader", Type, 0, ""},
7715 {"LimitedReader.N", Field, 0, ""},
7716 {"LimitedReader.R", Field, 0, ""},
7717 {"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
7718 {"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
7719 {"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
7720 {"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
7721 {"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
7722 {"OffsetWriter", Type, 20, ""},
7723 {"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
7724 {"PipeReader", Type, 0, ""},
7725 {"PipeWriter", Type, 0, ""},
7726 {"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
7727 {"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
7728 {"ReadCloser", Type, 0, ""},
7729 {"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
7730 {"ReadSeekCloser", Type, 16, ""},
7731 {"ReadSeeker", Type, 0, ""},
7732 {"ReadWriteCloser", Type, 0, ""},
7733 {"ReadWriteSeeker", Type, 0, ""},
7734 {"ReadWriter", Type, 0, ""},
7735 {"Reader", Type, 0, ""},
7736 {"ReaderAt", Type, 0, ""},
7737 {"ReaderFrom", Type, 0, ""},
7738 {"RuneReader", Type, 0, ""},
7739 {"RuneScanner", Type, 0, ""},
7740 {"SectionReader", Type, 0, ""},
7741 {"SeekCurrent", Const, 7, ""},
7742 {"SeekEnd", Const, 7, ""},
7743 {"SeekStart", Const, 7, ""},
7744 {"Seeker", Type, 0, ""},
7745 {"StringWriter", Type, 12, ""},
7746 {"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
7747 {"WriteCloser", Type, 0, ""},
7748 {"WriteSeeker", Type, 0, ""},
7749 {"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
7750 {"Writer", Type, 0, ""},
7751 {"WriterAt", Type, 0, ""},
7752 {"WriterTo", Type, 0, ""},
7753 },
7754 "io/fs": {
7755 {"(*PathError).Error", Method, 16, ""},
7756 {"(*PathError).Timeout", Method, 16, ""},
7757 {"(*PathError).Unwrap", Method, 16, ""},
7758 {"(DirEntry).Info", Method, 16, ""},
7759 {"(DirEntry).IsDir", Method, 16, ""},
7760 {"(DirEntry).Name", Method, 16, ""},
7761 {"(DirEntry).Type", Method, 16, ""},
7762 {"(FS).Open", Method, 16, ""},
7763 {"(File).Close", Method, 16, ""},
7764 {"(File).Read", Method, 16, ""},
7765 {"(File).Stat", Method, 16, ""},
7766 {"(FileInfo).IsDir", Method, 16, ""},
7767 {"(FileInfo).ModTime", Method, 16, ""},
7768 {"(FileInfo).Mode", Method, 16, ""},
7769 {"(FileInfo).Name", Method, 16, ""},
7770 {"(FileInfo).Size", Method, 16, ""},
7771 {"(FileInfo).Sys", Method, 16, ""},
7772 {"(FileMode).IsDir", Method, 16, ""},
7773 {"(FileMode).IsRegular", Method, 16, ""},
7774 {"(FileMode).Perm", Method, 16, ""},
7775 {"(FileMode).String", Method, 16, ""},
7776 {"(FileMode).Type", Method, 16, ""},
7777 {"(GlobFS).Glob", Method, 16, ""},
7778 {"(GlobFS).Open", Method, 16, ""},
7779 {"(ReadDirFS).Open", Method, 16, ""},
7780 {"(ReadDirFS).ReadDir", Method, 16, ""},
7781 {"(ReadDirFile).Close", Method, 16, ""},
7782 {"(ReadDirFile).Read", Method, 16, ""},
7783 {"(ReadDirFile).ReadDir", Method, 16, ""},
7784 {"(ReadDirFile).Stat", Method, 16, ""},
7785 {"(ReadFileFS).Open", Method, 16, ""},
7786 {"(ReadFileFS).ReadFile", Method, 16, ""},
7787 {"(ReadLinkFS).Lstat", Method, 25, ""},
7788 {"(ReadLinkFS).Open", Method, 25, ""},
7789 {"(ReadLinkFS).ReadLink", Method, 25, ""},
7790 {"(StatFS).Open", Method, 16, ""},
7791 {"(StatFS).Stat", Method, 16, ""},
7792 {"(SubFS).Open", Method, 16, ""},
7793 {"(SubFS).Sub", Method, 16, ""},
7794 {"DirEntry", Type, 16, ""},
7795 {"ErrClosed", Var, 16, ""},
7796 {"ErrExist", Var, 16, ""},
7797 {"ErrInvalid", Var, 16, ""},
7798 {"ErrNotExist", Var, 16, ""},
7799 {"ErrPermission", Var, 16, ""},
7800 {"FS", Type, 16, ""},
7801 {"File", Type, 16, ""},
7802 {"FileInfo", Type, 16, ""},
7803 {"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
7804 {"FileMode", Type, 16, ""},
7805 {"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
7806 {"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
7807 {"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
7808 {"GlobFS", Type, 16, ""},
7809 {"Lstat", Func, 25, "func(fsys FS, name string) (FileInfo, error)"},
7810 {"ModeAppend", Const, 16, ""},
7811 {"ModeCharDevice", Const, 16, ""},
7812 {"ModeDevice", Const, 16, ""},
7813 {"ModeDir", Const, 16, ""},
7814 {"ModeExclusive", Const, 16, ""},
7815 {"ModeIrregular", Const, 16, ""},
7816 {"ModeNamedPipe", Const, 16, ""},
7817 {"ModePerm", Const, 16, ""},
7818 {"ModeSetgid", Const, 16, ""},
7819 {"ModeSetuid", Const, 16, ""},
7820 {"ModeSocket", Const, 16, ""},
7821 {"ModeSticky", Const, 16, ""},
7822 {"ModeSymlink", Const, 16, ""},
7823 {"ModeTemporary", Const, 16, ""},
7824 {"ModeType", Const, 16, ""},
7825 {"PathError", Type, 16, ""},
7826 {"PathError.Err", Field, 16, ""},
7827 {"PathError.Op", Field, 16, ""},
7828 {"PathError.Path", Field, 16, ""},
7829 {"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
7830 {"ReadDirFS", Type, 16, ""},
7831 {"ReadDirFile", Type, 16, ""},
7832 {"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
7833 {"ReadFileFS", Type, 16, ""},
7834 {"ReadLink", Func, 25, "func(fsys FS, name string) (string, error)"},
7835 {"ReadLinkFS", Type, 25, ""},
7836 {"SkipAll", Var, 20, ""},
7837 {"SkipDir", Var, 16, ""},
7838 {"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
7839 {"StatFS", Type, 16, ""},
7840 {"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
7841 {"SubFS", Type, 16, ""},
7842 {"ValidPath", Func, 16, "func(name string) bool"},
7843 {"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
7844 {"WalkDirFunc", Type, 16, ""},
7845 },
7846 "io/ioutil": {
7847 {"Discard", Var, 0, ""},
7848 {"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
7849 {"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
7850 {"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
7851 {"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
7852 {"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
7853 {"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
7854 {"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
7855 },
7856 "iter": {
7857 {"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
7858 {"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
7859 {"Seq", Type, 23, ""},
7860 {"Seq2", Type, 23, ""},
7861 },
7862 "log": {
7863 {"(*Logger).Fatal", Method, 0, ""},
7864 {"(*Logger).Fatalf", Method, 0, ""},
7865 {"(*Logger).Fatalln", Method, 0, ""},
7866 {"(*Logger).Flags", Method, 0, ""},
7867 {"(*Logger).Output", Method, 0, ""},
7868 {"(*Logger).Panic", Method, 0, ""},
7869 {"(*Logger).Panicf", Method, 0, ""},
7870 {"(*Logger).Panicln", Method, 0, ""},
7871 {"(*Logger).Prefix", Method, 0, ""},
7872 {"(*Logger).Print", Method, 0, ""},
7873 {"(*Logger).Printf", Method, 0, ""},
7874 {"(*Logger).Println", Method, 0, ""},
7875 {"(*Logger).SetFlags", Method, 0, ""},
7876 {"(*Logger).SetOutput", Method, 5, ""},
7877 {"(*Logger).SetPrefix", Method, 0, ""},
7878 {"(*Logger).Writer", Method, 12, ""},
7879 {"Default", Func, 16, "func() *Logger"},
7880 {"Fatal", Func, 0, "func(v ...any)"},
7881 {"Fatalf", Func, 0, "func(format string, v ...any)"},
7882 {"Fatalln", Func, 0, "func(v ...any)"},
7883 {"Flags", Func, 0, "func() int"},
7884 {"LUTC", Const, 5, ""},
7885 {"Ldate", Const, 0, ""},
7886 {"Llongfile", Const, 0, ""},
7887 {"Lmicroseconds", Const, 0, ""},
7888 {"Lmsgprefix", Const, 14, ""},
7889 {"Logger", Type, 0, ""},
7890 {"Lshortfile", Const, 0, ""},
7891 {"LstdFlags", Const, 0, ""},
7892 {"Ltime", Const, 0, ""},
7893 {"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
7894 {"Output", Func, 5, "func(calldepth int, s string) error"},
7895 {"Panic", Func, 0, "func(v ...any)"},
7896 {"Panicf", Func, 0, "func(format string, v ...any)"},
7897 {"Panicln", Func, 0, "func(v ...any)"},
7898 {"Prefix", Func, 0, "func() string"},
7899 {"Print", Func, 0, "func(v ...any)"},
7900 {"Printf", Func, 0, "func(format string, v ...any)"},
7901 {"Println", Func, 0, "func(v ...any)"},
7902 {"SetFlags", Func, 0, "func(flag int)"},
7903 {"SetOutput", Func, 0, "func(w io.Writer)"},
7904 {"SetPrefix", Func, 0, "func(prefix string)"},
7905 {"Writer", Func, 13, "func() io.Writer"},
7906 },
7907 "log/slog": {
7908 {"(*JSONHandler).Enabled", Method, 21, ""},
7909 {"(*JSONHandler).Handle", Method, 21, ""},
7910 {"(*JSONHandler).WithAttrs", Method, 21, ""},
7911 {"(*JSONHandler).WithGroup", Method, 21, ""},
7912 {"(*Level).UnmarshalJSON", Method, 21, ""},
7913 {"(*Level).UnmarshalText", Method, 21, ""},
7914 {"(*LevelVar).AppendText", Method, 24, ""},
7915 {"(*LevelVar).Level", Method, 21, ""},
7916 {"(*LevelVar).MarshalText", Method, 21, ""},
7917 {"(*LevelVar).Set", Method, 21, ""},
7918 {"(*LevelVar).String", Method, 21, ""},
7919 {"(*LevelVar).UnmarshalText", Method, 21, ""},
7920 {"(*Logger).Debug", Method, 21, ""},
7921 {"(*Logger).DebugContext", Method, 21, ""},
7922 {"(*Logger).Enabled", Method, 21, ""},
7923 {"(*Logger).Error", Method, 21, ""},
7924 {"(*Logger).ErrorContext", Method, 21, ""},
7925 {"(*Logger).Handler", Method, 21, ""},
7926 {"(*Logger).Info", Method, 21, ""},
7927 {"(*Logger).InfoContext", Method, 21, ""},
7928 {"(*Logger).Log", Method, 21, ""},
7929 {"(*Logger).LogAttrs", Method, 21, ""},
7930 {"(*Logger).Warn", Method, 21, ""},
7931 {"(*Logger).WarnContext", Method, 21, ""},
7932 {"(*Logger).With", Method, 21, ""},
7933 {"(*Logger).WithGroup", Method, 21, ""},
7934 {"(*MultiHandler).Enabled", Method, 26, ""},
7935 {"(*MultiHandler).Handle", Method, 26, ""},
7936 {"(*MultiHandler).WithAttrs", Method, 26, ""},
7937 {"(*MultiHandler).WithGroup", Method, 26, ""},
7938 {"(*Record).Add", Method, 21, ""},
7939 {"(*Record).AddAttrs", Method, 21, ""},
7940 {"(*TextHandler).Enabled", Method, 21, ""},
7941 {"(*TextHandler).Handle", Method, 21, ""},
7942 {"(*TextHandler).WithAttrs", Method, 21, ""},
7943 {"(*TextHandler).WithGroup", Method, 21, ""},
7944 {"(Attr).Equal", Method, 21, ""},
7945 {"(Attr).String", Method, 21, ""},
7946 {"(Handler).Enabled", Method, 21, ""},
7947 {"(Handler).Handle", Method, 21, ""},
7948 {"(Handler).WithAttrs", Method, 21, ""},
7949 {"(Handler).WithGroup", Method, 21, ""},
7950 {"(Kind).String", Method, 21, ""},
7951 {"(Level).AppendText", Method, 24, ""},
7952 {"(Level).Level", Method, 21, ""},
7953 {"(Level).MarshalJSON", Method, 21, ""},
7954 {"(Level).MarshalText", Method, 21, ""},
7955 {"(Level).String", Method, 21, ""},
7956 {"(Leveler).Level", Method, 21, ""},
7957 {"(LogValuer).LogValue", Method, 21, ""},
7958 {"(Record).Attrs", Method, 21, ""},
7959 {"(Record).Clone", Method, 21, ""},
7960 {"(Record).NumAttrs", Method, 21, ""},
7961 {"(Record).Source", Method, 25, ""},
7962 {"(Value).Any", Method, 21, ""},
7963 {"(Value).Bool", Method, 21, ""},
7964 {"(Value).Duration", Method, 21, ""},
7965 {"(Value).Equal", Method, 21, ""},
7966 {"(Value).Float64", Method, 21, ""},
7967 {"(Value).Group", Method, 21, ""},
7968 {"(Value).Int64", Method, 21, ""},
7969 {"(Value).Kind", Method, 21, ""},
7970 {"(Value).LogValuer", Method, 21, ""},
7971 {"(Value).Resolve", Method, 21, ""},
7972 {"(Value).String", Method, 21, ""},
7973 {"(Value).Time", Method, 21, ""},
7974 {"(Value).Uint64", Method, 21, ""},
7975 {"Any", Func, 21, "func(key string, value any) Attr"},
7976 {"AnyValue", Func, 21, "func(v any) Value"},
7977 {"Attr", Type, 21, ""},
7978 {"Attr.Key", Field, 21, ""},
7979 {"Attr.Value", Field, 21, ""},
7980 {"Bool", Func, 21, "func(key string, v bool) Attr"},
7981 {"BoolValue", Func, 21, "func(v bool) Value"},
7982 {"Debug", Func, 21, "func(msg string, args ...any)"},
7983 {"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7984 {"Default", Func, 21, "func() *Logger"},
7985 {"DiscardHandler", Var, 24, ""},
7986 {"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
7987 {"DurationValue", Func, 21, "func(v time.Duration) Value"},
7988 {"Error", Func, 21, "func(msg string, args ...any)"},
7989 {"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7990 {"Float64", Func, 21, "func(key string, v float64) Attr"},
7991 {"Float64Value", Func, 21, "func(v float64) Value"},
7992 {"Group", Func, 21, "func(key string, args ...any) Attr"},
7993 {"GroupAttrs", Func, 25, "func(key string, attrs ...Attr) Attr"},
7994 {"GroupValue", Func, 21, "func(as ...Attr) Value"},
7995 {"Handler", Type, 21, ""},
7996 {"HandlerOptions", Type, 21, ""},
7997 {"HandlerOptions.AddSource", Field, 21, ""},
7998 {"HandlerOptions.Level", Field, 21, ""},
7999 {"HandlerOptions.ReplaceAttr", Field, 21, ""},
8000 {"Info", Func, 21, "func(msg string, args ...any)"},
8001 {"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
8002 {"Int", Func, 21, "func(key string, value int) Attr"},
8003 {"Int64", Func, 21, "func(key string, value int64) Attr"},
8004 {"Int64Value", Func, 21, "func(v int64) Value"},
8005 {"IntValue", Func, 21, "func(v int) Value"},
8006 {"JSONHandler", Type, 21, ""},
8007 {"Kind", Type, 21, ""},
8008 {"KindAny", Const, 21, ""},
8009 {"KindBool", Const, 21, ""},
8010 {"KindDuration", Const, 21, ""},
8011 {"KindFloat64", Const, 21, ""},
8012 {"KindGroup", Const, 21, ""},
8013 {"KindInt64", Const, 21, ""},
8014 {"KindLogValuer", Const, 21, ""},
8015 {"KindString", Const, 21, ""},
8016 {"KindTime", Const, 21, ""},
8017 {"KindUint64", Const, 21, ""},
8018 {"Level", Type, 21, ""},
8019 {"LevelDebug", Const, 21, ""},
8020 {"LevelError", Const, 21, ""},
8021 {"LevelInfo", Const, 21, ""},
8022 {"LevelKey", Const, 21, ""},
8023 {"LevelVar", Type, 21, ""},
8024 {"LevelWarn", Const, 21, ""},
8025 {"Leveler", Type, 21, ""},
8026 {"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
8027 {"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
8028 {"LogValuer", Type, 21, ""},
8029 {"Logger", Type, 21, ""},
8030 {"MessageKey", Const, 21, ""},
8031 {"MultiHandler", Type, 26, ""},
8032 {"New", Func, 21, "func(h Handler) *Logger"},
8033 {"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
8034 {"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
8035 {"NewMultiHandler", Func, 26, "func(handlers ...Handler) *MultiHandler"},
8036 {"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
8037 {"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
8038 {"Record", Type, 21, ""},
8039 {"Record.Level", Field, 21, ""},
8040 {"Record.Message", Field, 21, ""},
8041 {"Record.PC", Field, 21, ""},
8042 {"Record.Time", Field, 21, ""},
8043 {"SetDefault", Func, 21, "func(l *Logger)"},
8044 {"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
8045 {"Source", Type, 21, ""},
8046 {"Source.File", Field, 21, ""},
8047 {"Source.Function", Field, 21, ""},
8048 {"Source.Line", Field, 21, ""},
8049 {"SourceKey", Const, 21, ""},
8050 {"String", Func, 21, "func(key string, value string) Attr"},
8051 {"StringValue", Func, 21, "func(value string) Value"},
8052 {"TextHandler", Type, 21, ""},
8053 {"Time", Func, 21, "func(key string, v time.Time) Attr"},
8054 {"TimeKey", Const, 21, ""},
8055 {"TimeValue", Func, 21, "func(v time.Time) Value"},
8056 {"Uint64", Func, 21, "func(key string, v uint64) Attr"},
8057 {"Uint64Value", Func, 21, "func(v uint64) Value"},
8058 {"Value", Type, 21, ""},
8059 {"Warn", Func, 21, "func(msg string, args ...any)"},
8060 {"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
8061 {"With", Func, 21, "func(args ...any) *Logger"},
8062 },
8063 "log/syslog": {
8064 {"(*Writer).Alert", Method, 0, ""},
8065 {"(*Writer).Close", Method, 0, ""},
8066 {"(*Writer).Crit", Method, 0, ""},
8067 {"(*Writer).Debug", Method, 0, ""},
8068 {"(*Writer).Emerg", Method, 0, ""},
8069 {"(*Writer).Err", Method, 0, ""},
8070 {"(*Writer).Info", Method, 0, ""},
8071 {"(*Writer).Notice", Method, 0, ""},
8072 {"(*Writer).Warning", Method, 0, ""},
8073 {"(*Writer).Write", Method, 0, ""},
8074 {"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
8075 {"LOG_ALERT", Const, 0, ""},
8076 {"LOG_AUTH", Const, 1, ""},
8077 {"LOG_AUTHPRIV", Const, 1, ""},
8078 {"LOG_CRIT", Const, 0, ""},
8079 {"LOG_CRON", Const, 1, ""},
8080 {"LOG_DAEMON", Const, 1, ""},
8081 {"LOG_DEBUG", Const, 0, ""},
8082 {"LOG_EMERG", Const, 0, ""},
8083 {"LOG_ERR", Const, 0, ""},
8084 {"LOG_FTP", Const, 1, ""},
8085 {"LOG_INFO", Const, 0, ""},
8086 {"LOG_KERN", Const, 1, ""},
8087 {"LOG_LOCAL0", Const, 1, ""},
8088 {"LOG_LOCAL1", Const, 1, ""},
8089 {"LOG_LOCAL2", Const, 1, ""},
8090 {"LOG_LOCAL3", Const, 1, ""},
8091 {"LOG_LOCAL4", Const, 1, ""},
8092 {"LOG_LOCAL5", Const, 1, ""},
8093 {"LOG_LOCAL6", Const, 1, ""},
8094 {"LOG_LOCAL7", Const, 1, ""},
8095 {"LOG_LPR", Const, 1, ""},
8096 {"LOG_MAIL", Const, 1, ""},
8097 {"LOG_NEWS", Const, 1, ""},
8098 {"LOG_NOTICE", Const, 0, ""},
8099 {"LOG_SYSLOG", Const, 1, ""},
8100 {"LOG_USER", Const, 1, ""},
8101 {"LOG_UUCP", Const, 1, ""},
8102 {"LOG_WARNING", Const, 0, ""},
8103 {"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
8104 {"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
8105 {"Priority", Type, 0, ""},
8106 {"Writer", Type, 0, ""},
8107 },
8108 "maps": {
8109 {"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
8110 {"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
8111 {"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
8112 {"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
8113 {"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
8114 {"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
8115 {"EqualFunc", Func, 21, "func[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool"},
8116 {"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
8117 {"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
8118 {"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
8119 },
8120 "math": {
8121 {"Abs", Func, 0, "func(x float64) float64"},
8122 {"Acos", Func, 0, "func(x float64) float64"},
8123 {"Acosh", Func, 0, "func(x float64) float64"},
8124 {"Asin", Func, 0, "func(x float64) float64"},
8125 {"Asinh", Func, 0, "func(x float64) float64"},
8126 {"Atan", Func, 0, "func(x float64) float64"},
8127 {"Atan2", Func, 0, "func(y float64, x float64) float64"},
8128 {"Atanh", Func, 0, "func(x float64) float64"},
8129 {"Cbrt", Func, 0, "func(x float64) float64"},
8130 {"Ceil", Func, 0, "func(x float64) float64"},
8131 {"Copysign", Func, 0, "func(f float64, sign float64) float64"},
8132 {"Cos", Func, 0, "func(x float64) float64"},
8133 {"Cosh", Func, 0, "func(x float64) float64"},
8134 {"Dim", Func, 0, "func(x float64, y float64) float64"},
8135 {"E", Const, 0, ""},
8136 {"Erf", Func, 0, "func(x float64) float64"},
8137 {"Erfc", Func, 0, "func(x float64) float64"},
8138 {"Erfcinv", Func, 10, "func(x float64) float64"},
8139 {"Erfinv", Func, 10, "func(x float64) float64"},
8140 {"Exp", Func, 0, "func(x float64) float64"},
8141 {"Exp2", Func, 0, "func(x float64) float64"},
8142 {"Expm1", Func, 0, "func(x float64) float64"},
8143 {"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
8144 {"Float32bits", Func, 0, "func(f float32) uint32"},
8145 {"Float32frombits", Func, 0, "func(b uint32) float32"},
8146 {"Float64bits", Func, 0, "func(f float64) uint64"},
8147 {"Float64frombits", Func, 0, "func(b uint64) float64"},
8148 {"Floor", Func, 0, "func(x float64) float64"},
8149 {"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
8150 {"Gamma", Func, 0, "func(x float64) float64"},
8151 {"Hypot", Func, 0, "func(p float64, q float64) float64"},
8152 {"Ilogb", Func, 0, "func(x float64) int"},
8153 {"Inf", Func, 0, "func(sign int) float64"},
8154 {"IsInf", Func, 0, "func(f float64, sign int) bool"},
8155 {"IsNaN", Func, 0, "func(f float64) (is bool)"},
8156 {"J0", Func, 0, "func(x float64) float64"},
8157 {"J1", Func, 0, "func(x float64) float64"},
8158 {"Jn", Func, 0, "func(n int, x float64) float64"},
8159 {"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
8160 {"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
8161 {"Ln10", Const, 0, ""},
8162 {"Ln2", Const, 0, ""},
8163 {"Log", Func, 0, "func(x float64) float64"},
8164 {"Log10", Func, 0, "func(x float64) float64"},
8165 {"Log10E", Const, 0, ""},
8166 {"Log1p", Func, 0, "func(x float64) float64"},
8167 {"Log2", Func, 0, "func(x float64) float64"},
8168 {"Log2E", Const, 0, ""},
8169 {"Logb", Func, 0, "func(x float64) float64"},
8170 {"Max", Func, 0, "func(x float64, y float64) float64"},
8171 {"MaxFloat32", Const, 0, ""},
8172 {"MaxFloat64", Const, 0, ""},
8173 {"MaxInt", Const, 17, ""},
8174 {"MaxInt16", Const, 0, ""},
8175 {"MaxInt32", Const, 0, ""},
8176 {"MaxInt64", Const, 0, ""},
8177 {"MaxInt8", Const, 0, ""},
8178 {"MaxUint", Const, 17, ""},
8179 {"MaxUint16", Const, 0, ""},
8180 {"MaxUint32", Const, 0, ""},
8181 {"MaxUint64", Const, 0, ""},
8182 {"MaxUint8", Const, 0, ""},
8183 {"Min", Func, 0, "func(x float64, y float64) float64"},
8184 {"MinInt", Const, 17, ""},
8185 {"MinInt16", Const, 0, ""},
8186 {"MinInt32", Const, 0, ""},
8187 {"MinInt64", Const, 0, ""},
8188 {"MinInt8", Const, 0, ""},
8189 {"Mod", Func, 0, "func(x float64, y float64) float64"},
8190 {"Modf", Func, 0, "func(f float64) (integer float64, fractional float64)"},
8191 {"NaN", Func, 0, "func() float64"},
8192 {"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
8193 {"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
8194 {"Phi", Const, 0, ""},
8195 {"Pi", Const, 0, ""},
8196 {"Pow", Func, 0, "func(x float64, y float64) float64"},
8197 {"Pow10", Func, 0, "func(n int) float64"},
8198 {"Remainder", Func, 0, "func(x float64, y float64) float64"},
8199 {"Round", Func, 10, "func(x float64) float64"},
8200 {"RoundToEven", Func, 10, "func(x float64) float64"},
8201 {"Signbit", Func, 0, "func(x float64) bool"},
8202 {"Sin", Func, 0, "func(x float64) float64"},
8203 {"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
8204 {"Sinh", Func, 0, "func(x float64) float64"},
8205 {"SmallestNonzeroFloat32", Const, 0, ""},
8206 {"SmallestNonzeroFloat64", Const, 0, ""},
8207 {"Sqrt", Func, 0, "func(x float64) float64"},
8208 {"Sqrt2", Const, 0, ""},
8209 {"SqrtE", Const, 0, ""},
8210 {"SqrtPhi", Const, 0, ""},
8211 {"SqrtPi", Const, 0, ""},
8212 {"Tan", Func, 0, "func(x float64) float64"},
8213 {"Tanh", Func, 0, "func(x float64) float64"},
8214 {"Trunc", Func, 0, "func(x float64) float64"},
8215 {"Y0", Func, 0, "func(x float64) float64"},
8216 {"Y1", Func, 0, "func(x float64) float64"},
8217 {"Yn", Func, 0, "func(n int, x float64) float64"},
8218 },
8219 "math/big": {
8220 {"(*Float).Abs", Method, 5, ""},
8221 {"(*Float).Acc", Method, 5, ""},
8222 {"(*Float).Add", Method, 5, ""},
8223 {"(*Float).Append", Method, 5, ""},
8224 {"(*Float).AppendText", Method, 24, ""},
8225 {"(*Float).Cmp", Method, 5, ""},
8226 {"(*Float).Copy", Method, 5, ""},
8227 {"(*Float).Float32", Method, 5, ""},
8228 {"(*Float).Float64", Method, 5, ""},
8229 {"(*Float).Format", Method, 5, ""},
8230 {"(*Float).GobDecode", Method, 7, ""},
8231 {"(*Float).GobEncode", Method, 7, ""},
8232 {"(*Float).Int", Method, 5, ""},
8233 {"(*Float).Int64", Method, 5, ""},
8234 {"(*Float).IsInf", Method, 5, ""},
8235 {"(*Float).IsInt", Method, 5, ""},
8236 {"(*Float).MantExp", Method, 5, ""},
8237 {"(*Float).MarshalText", Method, 6, ""},
8238 {"(*Float).MinPrec", Method, 5, ""},
8239 {"(*Float).Mode", Method, 5, ""},
8240 {"(*Float).Mul", Method, 5, ""},
8241 {"(*Float).Neg", Method, 5, ""},
8242 {"(*Float).Parse", Method, 5, ""},
8243 {"(*Float).Prec", Method, 5, ""},
8244 {"(*Float).Quo", Method, 5, ""},
8245 {"(*Float).Rat", Method, 5, ""},
8246 {"(*Float).Scan", Method, 8, ""},
8247 {"(*Float).Set", Method, 5, ""},
8248 {"(*Float).SetFloat64", Method, 5, ""},
8249 {"(*Float).SetInf", Method, 5, ""},
8250 {"(*Float).SetInt", Method, 5, ""},
8251 {"(*Float).SetInt64", Method, 5, ""},
8252 {"(*Float).SetMantExp", Method, 5, ""},
8253 {"(*Float).SetMode", Method, 5, ""},
8254 {"(*Float).SetPrec", Method, 5, ""},
8255 {"(*Float).SetRat", Method, 5, ""},
8256 {"(*Float).SetString", Method, 5, ""},
8257 {"(*Float).SetUint64", Method, 5, ""},
8258 {"(*Float).Sign", Method, 5, ""},
8259 {"(*Float).Signbit", Method, 5, ""},
8260 {"(*Float).Sqrt", Method, 10, ""},
8261 {"(*Float).String", Method, 5, ""},
8262 {"(*Float).Sub", Method, 5, ""},
8263 {"(*Float).Text", Method, 5, ""},
8264 {"(*Float).Uint64", Method, 5, ""},
8265 {"(*Float).UnmarshalText", Method, 6, ""},
8266 {"(*Int).Abs", Method, 0, ""},
8267 {"(*Int).Add", Method, 0, ""},
8268 {"(*Int).And", Method, 0, ""},
8269 {"(*Int).AndNot", Method, 0, ""},
8270 {"(*Int).Append", Method, 6, ""},
8271 {"(*Int).AppendText", Method, 24, ""},
8272 {"(*Int).Binomial", Method, 0, ""},
8273 {"(*Int).Bit", Method, 0, ""},
8274 {"(*Int).BitLen", Method, 0, ""},
8275 {"(*Int).Bits", Method, 0, ""},
8276 {"(*Int).Bytes", Method, 0, ""},
8277 {"(*Int).Cmp", Method, 0, ""},
8278 {"(*Int).CmpAbs", Method, 10, ""},
8279 {"(*Int).Div", Method, 0, ""},
8280 {"(*Int).DivMod", Method, 0, ""},
8281 {"(*Int).Divide", Method, 27, ""},
8282 {"(*Int).Exp", Method, 0, ""},
8283 {"(*Int).FillBytes", Method, 15, ""},
8284 {"(*Int).Float64", Method, 21, ""},
8285 {"(*Int).Format", Method, 0, ""},
8286 {"(*Int).GCD", Method, 0, ""},
8287 {"(*Int).GobDecode", Method, 0, ""},
8288 {"(*Int).GobEncode", Method, 0, ""},
8289 {"(*Int).Int64", Method, 0, ""},
8290 {"(*Int).IsInt64", Method, 9, ""},
8291 {"(*Int).IsUint64", Method, 9, ""},
8292 {"(*Int).Lsh", Method, 0, ""},
8293 {"(*Int).MarshalJSON", Method, 1, ""},
8294 {"(*Int).MarshalText", Method, 3, ""},
8295 {"(*Int).Mod", Method, 0, ""},
8296 {"(*Int).ModInverse", Method, 0, ""},
8297 {"(*Int).ModSqrt", Method, 5, ""},
8298 {"(*Int).Mul", Method, 0, ""},
8299 {"(*Int).MulRange", Method, 0, ""},
8300 {"(*Int).Neg", Method, 0, ""},
8301 {"(*Int).Not", Method, 0, ""},
8302 {"(*Int).Or", Method, 0, ""},
8303 {"(*Int).ProbablyPrime", Method, 0, ""},
8304 {"(*Int).Quo", Method, 0, ""},
8305 {"(*Int).QuoRem", Method, 0, ""},
8306 {"(*Int).Rand", Method, 0, ""},
8307 {"(*Int).Rem", Method, 0, ""},
8308 {"(*Int).Rsh", Method, 0, ""},
8309 {"(*Int).Scan", Method, 0, ""},
8310 {"(*Int).Set", Method, 0, ""},
8311 {"(*Int).SetBit", Method, 0, ""},
8312 {"(*Int).SetBits", Method, 0, ""},
8313 {"(*Int).SetBytes", Method, 0, ""},
8314 {"(*Int).SetInt64", Method, 0, ""},
8315 {"(*Int).SetString", Method, 0, ""},
8316 {"(*Int).SetUint64", Method, 1, ""},
8317 {"(*Int).Sign", Method, 0, ""},
8318 {"(*Int).Sqrt", Method, 8, ""},
8319 {"(*Int).String", Method, 0, ""},
8320 {"(*Int).Sub", Method, 0, ""},
8321 {"(*Int).Text", Method, 6, ""},
8322 {"(*Int).TrailingZeroBits", Method, 13, ""},
8323 {"(*Int).Uint64", Method, 1, ""},
8324 {"(*Int).UnmarshalJSON", Method, 1, ""},
8325 {"(*Int).UnmarshalText", Method, 3, ""},
8326 {"(*Int).Xor", Method, 0, ""},
8327 {"(*Rat).Abs", Method, 0, ""},
8328 {"(*Rat).Add", Method, 0, ""},
8329 {"(*Rat).AppendText", Method, 24, ""},
8330 {"(*Rat).Cmp", Method, 0, ""},
8331 {"(*Rat).Denom", Method, 0, ""},
8332 {"(*Rat).Float32", Method, 4, ""},
8333 {"(*Rat).Float64", Method, 1, ""},
8334 {"(*Rat).FloatPrec", Method, 22, ""},
8335 {"(*Rat).FloatString", Method, 0, ""},
8336 {"(*Rat).GobDecode", Method, 0, ""},
8337 {"(*Rat).GobEncode", Method, 0, ""},
8338 {"(*Rat).Inv", Method, 0, ""},
8339 {"(*Rat).IsInt", Method, 0, ""},
8340 {"(*Rat).MarshalText", Method, 3, ""},
8341 {"(*Rat).Mul", Method, 0, ""},
8342 {"(*Rat).Neg", Method, 0, ""},
8343 {"(*Rat).Num", Method, 0, ""},
8344 {"(*Rat).Quo", Method, 0, ""},
8345 {"(*Rat).RatString", Method, 0, ""},
8346 {"(*Rat).Scan", Method, 0, ""},
8347 {"(*Rat).Set", Method, 0, ""},
8348 {"(*Rat).SetFloat64", Method, 1, ""},
8349 {"(*Rat).SetFrac", Method, 0, ""},
8350 {"(*Rat).SetFrac64", Method, 0, ""},
8351 {"(*Rat).SetInt", Method, 0, ""},
8352 {"(*Rat).SetInt64", Method, 0, ""},
8353 {"(*Rat).SetString", Method, 0, ""},
8354 {"(*Rat).SetUint64", Method, 13, ""},
8355 {"(*Rat).Sign", Method, 0, ""},
8356 {"(*Rat).String", Method, 0, ""},
8357 {"(*Rat).Sub", Method, 0, ""},
8358 {"(*Rat).UnmarshalText", Method, 3, ""},
8359 {"(Accuracy).String", Method, 5, ""},
8360 {"(ErrNaN).Error", Method, 5, ""},
8361 {"(RoundingMode).String", Method, 5, ""},
8362 {"Above", Const, 5, ""},
8363 {"Accuracy", Type, 5, ""},
8364 {"AwayFromZero", Const, 5, ""},
8365 {"Below", Const, 5, ""},
8366 {"Ceil", Const, 27, ""},
8367 {"ErrNaN", Type, 5, ""},
8368 {"Exact", Const, 5, ""},
8369 {"Float", Type, 5, ""},
8370 {"Floor", Const, 27, ""},
8371 {"Int", Type, 0, ""},
8372 {"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
8373 {"MaxBase", Const, 0, ""},
8374 {"MaxExp", Const, 5, ""},
8375 {"MaxPrec", Const, 5, ""},
8376 {"MinExp", Const, 5, ""},
8377 {"NewFloat", Func, 5, "func(x float64) *Float"},
8378 {"NewInt", Func, 0, "func(x int64) *Int"},
8379 {"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
8380 {"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
8381 {"Rat", Type, 0, ""},
8382 {"Round", Const, 27, ""},
8383 {"RoundingMode", Type, 5, ""},
8384 {"ToNearestAway", Const, 5, ""},
8385 {"ToNearestEven", Const, 5, ""},
8386 {"ToNegativeInf", Const, 5, ""},
8387 {"ToPositiveInf", Const, 5, ""},
8388 {"ToZero", Const, 5, ""},
8389 {"Trunc", Const, 27, ""},
8390 {"Word", Type, 0, ""},
8391 },
8392 "math/bits": {
8393 {"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
8394 {"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
8395 {"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
8396 {"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
8397 {"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
8398 {"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
8399 {"LeadingZeros", Func, 9, "func(x uint) int"},
8400 {"LeadingZeros16", Func, 9, "func(x uint16) int"},
8401 {"LeadingZeros32", Func, 9, "func(x uint32) int"},
8402 {"LeadingZeros64", Func, 9, "func(x uint64) int"},
8403 {"LeadingZeros8", Func, 9, "func(x uint8) int"},
8404 {"Len", Func, 9, "func(x uint) int"},
8405 {"Len16", Func, 9, "func(x uint16) (n int)"},
8406 {"Len32", Func, 9, "func(x uint32) (n int)"},
8407 {"Len64", Func, 9, "func(x uint64) (n int)"},
8408 {"Len8", Func, 9, "func(x uint8) int"},
8409 {"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
8410 {"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
8411 {"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
8412 {"OnesCount", Func, 9, "func(x uint) int"},
8413 {"OnesCount16", Func, 9, "func(x uint16) int"},
8414 {"OnesCount32", Func, 9, "func(x uint32) int"},
8415 {"OnesCount64", Func, 9, "func(x uint64) int"},
8416 {"OnesCount8", Func, 9, "func(x uint8) int"},
8417 {"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
8418 {"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
8419 {"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
8420 {"Reverse", Func, 9, "func(x uint) uint"},
8421 {"Reverse16", Func, 9, "func(x uint16) uint16"},
8422 {"Reverse32", Func, 9, "func(x uint32) uint32"},
8423 {"Reverse64", Func, 9, "func(x uint64) uint64"},
8424 {"Reverse8", Func, 9, "func(x uint8) uint8"},
8425 {"ReverseBytes", Func, 9, "func(x uint) uint"},
8426 {"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
8427 {"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
8428 {"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
8429 {"RotateLeft", Func, 9, "func(x uint, k int) uint"},
8430 {"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
8431 {"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
8432 {"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
8433 {"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
8434 {"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
8435 {"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
8436 {"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
8437 {"TrailingZeros", Func, 9, "func(x uint) int"},
8438 {"TrailingZeros16", Func, 9, "func(x uint16) int"},
8439 {"TrailingZeros32", Func, 9, "func(x uint32) int"},
8440 {"TrailingZeros64", Func, 9, "func(x uint64) int"},
8441 {"TrailingZeros8", Func, 9, "func(x uint8) int"},
8442 {"UintSize", Const, 9, ""},
8443 },
8444 "math/cmplx": {
8445 {"Abs", Func, 0, "func(x complex128) float64"},
8446 {"Acos", Func, 0, "func(x complex128) complex128"},
8447 {"Acosh", Func, 0, "func(x complex128) complex128"},
8448 {"Asin", Func, 0, "func(x complex128) complex128"},
8449 {"Asinh", Func, 0, "func(x complex128) complex128"},
8450 {"Atan", Func, 0, "func(x complex128) complex128"},
8451 {"Atanh", Func, 0, "func(x complex128) complex128"},
8452 {"Conj", Func, 0, "func(x complex128) complex128"},
8453 {"Cos", Func, 0, "func(x complex128) complex128"},
8454 {"Cosh", Func, 0, "func(x complex128) complex128"},
8455 {"Cot", Func, 0, "func(x complex128) complex128"},
8456 {"Exp", Func, 0, "func(x complex128) complex128"},
8457 {"Inf", Func, 0, "func() complex128"},
8458 {"IsInf", Func, 0, "func(x complex128) bool"},
8459 {"IsNaN", Func, 0, "func(x complex128) bool"},
8460 {"Log", Func, 0, "func(x complex128) complex128"},
8461 {"Log10", Func, 0, "func(x complex128) complex128"},
8462 {"NaN", Func, 0, "func() complex128"},
8463 {"Phase", Func, 0, "func(x complex128) float64"},
8464 {"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
8465 {"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
8466 {"Rect", Func, 0, "func(r float64, θ float64) complex128"},
8467 {"Sin", Func, 0, "func(x complex128) complex128"},
8468 {"Sinh", Func, 0, "func(x complex128) complex128"},
8469 {"Sqrt", Func, 0, "func(x complex128) complex128"},
8470 {"Tan", Func, 0, "func(x complex128) complex128"},
8471 {"Tanh", Func, 0, "func(x complex128) complex128"},
8472 },
8473 "math/rand": {
8474 {"(*Rand).ExpFloat64", Method, 0, ""},
8475 {"(*Rand).Float32", Method, 0, ""},
8476 {"(*Rand).Float64", Method, 0, ""},
8477 {"(*Rand).Int", Method, 0, ""},
8478 {"(*Rand).Int31", Method, 0, ""},
8479 {"(*Rand).Int31n", Method, 0, ""},
8480 {"(*Rand).Int63", Method, 0, ""},
8481 {"(*Rand).Int63n", Method, 0, ""},
8482 {"(*Rand).Intn", Method, 0, ""},
8483 {"(*Rand).NormFloat64", Method, 0, ""},
8484 {"(*Rand).Perm", Method, 0, ""},
8485 {"(*Rand).Read", Method, 6, ""},
8486 {"(*Rand).Seed", Method, 0, ""},
8487 {"(*Rand).Shuffle", Method, 10, ""},
8488 {"(*Rand).Uint32", Method, 0, ""},
8489 {"(*Rand).Uint64", Method, 8, ""},
8490 {"(*Zipf).Uint64", Method, 0, ""},
8491 {"(Source).Int63", Method, 0, ""},
8492 {"(Source).Seed", Method, 0, ""},
8493 {"(Source64).Int63", Method, 8, ""},
8494 {"(Source64).Seed", Method, 8, ""},
8495 {"(Source64).Uint64", Method, 8, ""},
8496 {"ExpFloat64", Func, 0, "func() float64"},
8497 {"Float32", Func, 0, "func() float32"},
8498 {"Float64", Func, 0, "func() float64"},
8499 {"Int", Func, 0, "func() int"},
8500 {"Int31", Func, 0, "func() int32"},
8501 {"Int31n", Func, 0, "func(n int32) int32"},
8502 {"Int63", Func, 0, "func() int64"},
8503 {"Int63n", Func, 0, "func(n int64) int64"},
8504 {"Intn", Func, 0, "func(n int) int"},
8505 {"New", Func, 0, "func(src Source) *Rand"},
8506 {"NewSource", Func, 0, "func(seed int64) Source"},
8507 {"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8508 {"NormFloat64", Func, 0, "func() float64"},
8509 {"Perm", Func, 0, "func(n int) []int"},
8510 {"Rand", Type, 0, ""},
8511 {"Read", Func, 6, "func(p []byte) (n int, err error)"},
8512 {"Seed", Func, 0, "func(seed int64)"},
8513 {"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
8514 {"Source", Type, 0, ""},
8515 {"Source64", Type, 8, ""},
8516 {"Uint32", Func, 0, "func() uint32"},
8517 {"Uint64", Func, 8, "func() uint64"},
8518 {"Zipf", Type, 0, ""},
8519 },
8520 "math/rand/v2": {
8521 {"(*ChaCha8).AppendBinary", Method, 24, ""},
8522 {"(*ChaCha8).MarshalBinary", Method, 22, ""},
8523 {"(*ChaCha8).Read", Method, 23, ""},
8524 {"(*ChaCha8).Seed", Method, 22, ""},
8525 {"(*ChaCha8).Uint64", Method, 22, ""},
8526 {"(*ChaCha8).UnmarshalBinary", Method, 22, ""},
8527 {"(*PCG).AppendBinary", Method, 24, ""},
8528 {"(*PCG).MarshalBinary", Method, 22, ""},
8529 {"(*PCG).Seed", Method, 22, ""},
8530 {"(*PCG).Uint64", Method, 22, ""},
8531 {"(*PCG).UnmarshalBinary", Method, 22, ""},
8532 {"(*Rand).ExpFloat64", Method, 22, ""},
8533 {"(*Rand).Float32", Method, 22, ""},
8534 {"(*Rand).Float64", Method, 22, ""},
8535 {"(*Rand).Int", Method, 22, ""},
8536 {"(*Rand).Int32", Method, 22, ""},
8537 {"(*Rand).Int32N", Method, 22, ""},
8538 {"(*Rand).Int64", Method, 22, ""},
8539 {"(*Rand).Int64N", Method, 22, ""},
8540 {"(*Rand).IntN", Method, 22, ""},
8541 {"(*Rand).N", Method, 27, ""},
8542 {"(*Rand).NormFloat64", Method, 22, ""},
8543 {"(*Rand).Perm", Method, 22, ""},
8544 {"(*Rand).Shuffle", Method, 22, ""},
8545 {"(*Rand).Uint", Method, 23, ""},
8546 {"(*Rand).Uint32", Method, 22, ""},
8547 {"(*Rand).Uint32N", Method, 22, ""},
8548 {"(*Rand).Uint64", Method, 22, ""},
8549 {"(*Rand).Uint64N", Method, 22, ""},
8550 {"(*Rand).UintN", Method, 22, ""},
8551 {"(*Zipf).Uint64", Method, 22, ""},
8552 {"(Source).Uint64", Method, 22, ""},
8553 {"ChaCha8", Type, 22, ""},
8554 {"ExpFloat64", Func, 22, "func() float64"},
8555 {"Float32", Func, 22, "func() float32"},
8556 {"Float64", Func, 22, "func() float64"},
8557 {"Int", Func, 22, "func() int"},
8558 {"Int32", Func, 22, "func() int32"},
8559 {"Int32N", Func, 22, "func(n int32) int32"},
8560 {"Int64", Func, 22, "func() int64"},
8561 {"Int64N", Func, 22, "func(n int64) int64"},
8562 {"IntN", Func, 22, "func(n int) int"},
8563 {"N", Func, 22, "func[Int intType](n Int) Int"},
8564 {"New", Func, 22, "func(src Source) *Rand"},
8565 {"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
8566 {"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
8567 {"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8568 {"NormFloat64", Func, 22, "func() float64"},
8569 {"PCG", Type, 22, ""},
8570 {"Perm", Func, 22, "func(n int) []int"},
8571 {"Rand", Type, 22, ""},
8572 {"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
8573 {"Source", Type, 22, ""},
8574 {"Uint", Func, 23, "func() uint"},
8575 {"Uint32", Func, 22, "func() uint32"},
8576 {"Uint32N", Func, 22, "func(n uint32) uint32"},
8577 {"Uint64", Func, 22, "func() uint64"},
8578 {"Uint64N", Func, 22, "func(n uint64) uint64"},
8579 {"UintN", Func, 22, "func(n uint) uint"},
8580 {"Zipf", Type, 22, ""},
8581 },
8582 "mime": {
8583 {"(*WordDecoder).Decode", Method, 5, ""},
8584 {"(*WordDecoder).DecodeHeader", Method, 5, ""},
8585 {"(WordEncoder).Encode", Method, 5, ""},
8586 {"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
8587 {"BEncoding", Const, 5, ""},
8588 {"ErrInvalidMediaParameter", Var, 9, ""},
8589 {"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
8590 {"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
8591 {"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
8592 {"QEncoding", Const, 5, ""},
8593 {"TypeByExtension", Func, 0, "func(ext string) string"},
8594 {"WordDecoder", Type, 5, ""},
8595 {"WordDecoder.CharsetReader", Field, 5, ""},
8596 {"WordEncoder", Type, 5, ""},
8597 },
8598 "mime/multipart": {
8599 {"(*FileHeader).Open", Method, 0, ""},
8600 {"(*Form).RemoveAll", Method, 0, ""},
8601 {"(*Part).Close", Method, 0, ""},
8602 {"(*Part).FileName", Method, 0, ""},
8603 {"(*Part).FormName", Method, 0, ""},
8604 {"(*Part).Read", Method, 0, ""},
8605 {"(*Reader).NextPart", Method, 0, ""},
8606 {"(*Reader).NextRawPart", Method, 14, ""},
8607 {"(*Reader).ReadForm", Method, 0, ""},
8608 {"(*Writer).Boundary", Method, 0, ""},
8609 {"(*Writer).Close", Method, 0, ""},
8610 {"(*Writer).CreateFormField", Method, 0, ""},
8611 {"(*Writer).CreateFormFile", Method, 0, ""},
8612 {"(*Writer).CreatePart", Method, 0, ""},
8613 {"(*Writer).FormDataContentType", Method, 0, ""},
8614 {"(*Writer).SetBoundary", Method, 1, ""},
8615 {"(*Writer).WriteField", Method, 0, ""},
8616 {"(File).Close", Method, 0, ""},
8617 {"(File).Read", Method, 0, ""},
8618 {"(File).ReadAt", Method, 0, ""},
8619 {"(File).Seek", Method, 0, ""},
8620 {"ErrMessageTooLarge", Var, 9, ""},
8621 {"File", Type, 0, ""},
8622 {"FileContentDisposition", Func, 25, "func(fieldname string, filename string) string"},
8623 {"FileHeader", Type, 0, ""},
8624 {"FileHeader.Filename", Field, 0, ""},
8625 {"FileHeader.Header", Field, 0, ""},
8626 {"FileHeader.Size", Field, 9, ""},
8627 {"Form", Type, 0, ""},
8628 {"Form.File", Field, 0, ""},
8629 {"Form.Value", Field, 0, ""},
8630 {"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
8631 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
8632 {"Part", Type, 0, ""},
8633 {"Part.Header", Field, 0, ""},
8634 {"Reader", Type, 0, ""},
8635 {"Writer", Type, 0, ""},
8636 },
8637 "mime/quotedprintable": {
8638 {"(*Reader).Read", Method, 5, ""},
8639 {"(*Writer).Close", Method, 5, ""},
8640 {"(*Writer).Write", Method, 5, ""},
8641 {"NewReader", Func, 5, "func(r io.Reader) *Reader"},
8642 {"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
8643 {"Reader", Type, 5, ""},
8644 {"Writer", Type, 5, ""},
8645 {"Writer.Binary", Field, 5, ""},
8646 },
8647 "net": {
8648 {"(*AddrError).Error", Method, 0, ""},
8649 {"(*AddrError).Temporary", Method, 0, ""},
8650 {"(*AddrError).Timeout", Method, 0, ""},
8651 {"(*Buffers).Read", Method, 8, ""},
8652 {"(*Buffers).WriteTo", Method, 8, ""},
8653 {"(*DNSConfigError).Error", Method, 0, ""},
8654 {"(*DNSConfigError).Temporary", Method, 0, ""},
8655 {"(*DNSConfigError).Timeout", Method, 0, ""},
8656 {"(*DNSConfigError).Unwrap", Method, 13, ""},
8657 {"(*DNSError).Error", Method, 0, ""},
8658 {"(*DNSError).Temporary", Method, 0, ""},
8659 {"(*DNSError).Timeout", Method, 0, ""},
8660 {"(*DNSError).Unwrap", Method, 23, ""},
8661 {"(*Dialer).Dial", Method, 1, ""},
8662 {"(*Dialer).DialContext", Method, 7, ""},
8663 {"(*Dialer).DialIP", Method, 26, ""},
8664 {"(*Dialer).DialTCP", Method, 26, ""},
8665 {"(*Dialer).DialUDP", Method, 26, ""},
8666 {"(*Dialer).DialUnix", Method, 26, ""},
8667 {"(*Dialer).MultipathTCP", Method, 21, ""},
8668 {"(*Dialer).SetMultipathTCP", Method, 21, ""},
8669 {"(*IP).UnmarshalText", Method, 2, ""},
8670 {"(*IPAddr).Network", Method, 0, ""},
8671 {"(*IPAddr).String", Method, 0, ""},
8672 {"(*IPConn).Close", Method, 0, ""},
8673 {"(*IPConn).File", Method, 0, ""},
8674 {"(*IPConn).LocalAddr", Method, 0, ""},
8675 {"(*IPConn).Read", Method, 0, ""},
8676 {"(*IPConn).ReadFrom", Method, 0, ""},
8677 {"(*IPConn).ReadFromIP", Method, 0, ""},
8678 {"(*IPConn).ReadMsgIP", Method, 1, ""},
8679 {"(*IPConn).RemoteAddr", Method, 0, ""},
8680 {"(*IPConn).SetDeadline", Method, 0, ""},
8681 {"(*IPConn).SetReadBuffer", Method, 0, ""},
8682 {"(*IPConn).SetReadDeadline", Method, 0, ""},
8683 {"(*IPConn).SetWriteBuffer", Method, 0, ""},
8684 {"(*IPConn).SetWriteDeadline", Method, 0, ""},
8685 {"(*IPConn).SyscallConn", Method, 9, ""},
8686 {"(*IPConn).Write", Method, 0, ""},
8687 {"(*IPConn).WriteMsgIP", Method, 1, ""},
8688 {"(*IPConn).WriteTo", Method, 0, ""},
8689 {"(*IPConn).WriteToIP", Method, 0, ""},
8690 {"(*IPNet).Contains", Method, 0, ""},
8691 {"(*IPNet).Network", Method, 0, ""},
8692 {"(*IPNet).String", Method, 0, ""},
8693 {"(*Interface).Addrs", Method, 0, ""},
8694 {"(*Interface).MulticastAddrs", Method, 0, ""},
8695 {"(*ListenConfig).Listen", Method, 11, ""},
8696 {"(*ListenConfig).ListenPacket", Method, 11, ""},
8697 {"(*ListenConfig).MultipathTCP", Method, 21, ""},
8698 {"(*ListenConfig).SetMultipathTCP", Method, 21, ""},
8699 {"(*OpError).Error", Method, 0, ""},
8700 {"(*OpError).Temporary", Method, 0, ""},
8701 {"(*OpError).Timeout", Method, 0, ""},
8702 {"(*OpError).Unwrap", Method, 13, ""},
8703 {"(*ParseError).Error", Method, 0, ""},
8704 {"(*ParseError).Temporary", Method, 17, ""},
8705 {"(*ParseError).Timeout", Method, 17, ""},
8706 {"(*Resolver).LookupAddr", Method, 8, ""},
8707 {"(*Resolver).LookupCNAME", Method, 8, ""},
8708 {"(*Resolver).LookupHost", Method, 8, ""},
8709 {"(*Resolver).LookupIP", Method, 15, ""},
8710 {"(*Resolver).LookupIPAddr", Method, 8, ""},
8711 {"(*Resolver).LookupMX", Method, 8, ""},
8712 {"(*Resolver).LookupNS", Method, 8, ""},
8713 {"(*Resolver).LookupNetIP", Method, 18, ""},
8714 {"(*Resolver).LookupPort", Method, 8, ""},
8715 {"(*Resolver).LookupSRV", Method, 8, ""},
8716 {"(*Resolver).LookupTXT", Method, 8, ""},
8717 {"(*TCPAddr).AddrPort", Method, 18, ""},
8718 {"(*TCPAddr).Network", Method, 0, ""},
8719 {"(*TCPAddr).String", Method, 0, ""},
8720 {"(*TCPConn).Close", Method, 0, ""},
8721 {"(*TCPConn).CloseRead", Method, 0, ""},
8722 {"(*TCPConn).CloseWrite", Method, 0, ""},
8723 {"(*TCPConn).File", Method, 0, ""},
8724 {"(*TCPConn).LocalAddr", Method, 0, ""},
8725 {"(*TCPConn).MultipathTCP", Method, 21, ""},
8726 {"(*TCPConn).Read", Method, 0, ""},
8727 {"(*TCPConn).ReadFrom", Method, 0, ""},
8728 {"(*TCPConn).RemoteAddr", Method, 0, ""},
8729 {"(*TCPConn).SetDeadline", Method, 0, ""},
8730 {"(*TCPConn).SetKeepAlive", Method, 0, ""},
8731 {"(*TCPConn).SetKeepAliveConfig", Method, 23, ""},
8732 {"(*TCPConn).SetKeepAlivePeriod", Method, 2, ""},
8733 {"(*TCPConn).SetLinger", Method, 0, ""},
8734 {"(*TCPConn).SetNoDelay", Method, 0, ""},
8735 {"(*TCPConn).SetReadBuffer", Method, 0, ""},
8736 {"(*TCPConn).SetReadDeadline", Method, 0, ""},
8737 {"(*TCPConn).SetWriteBuffer", Method, 0, ""},
8738 {"(*TCPConn).SetWriteDeadline", Method, 0, ""},
8739 {"(*TCPConn).SyscallConn", Method, 9, ""},
8740 {"(*TCPConn).Write", Method, 0, ""},
8741 {"(*TCPConn).WriteTo", Method, 22, ""},
8742 {"(*TCPListener).Accept", Method, 0, ""},
8743 {"(*TCPListener).AcceptTCP", Method, 0, ""},
8744 {"(*TCPListener).Addr", Method, 0, ""},
8745 {"(*TCPListener).Close", Method, 0, ""},
8746 {"(*TCPListener).File", Method, 0, ""},
8747 {"(*TCPListener).SetDeadline", Method, 0, ""},
8748 {"(*TCPListener).SyscallConn", Method, 10, ""},
8749 {"(*UDPAddr).AddrPort", Method, 18, ""},
8750 {"(*UDPAddr).Network", Method, 0, ""},
8751 {"(*UDPAddr).String", Method, 0, ""},
8752 {"(*UDPConn).Close", Method, 0, ""},
8753 {"(*UDPConn).File", Method, 0, ""},
8754 {"(*UDPConn).LocalAddr", Method, 0, ""},
8755 {"(*UDPConn).Read", Method, 0, ""},
8756 {"(*UDPConn).ReadFrom", Method, 0, ""},
8757 {"(*UDPConn).ReadFromUDP", Method, 0, ""},
8758 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18, ""},
8759 {"(*UDPConn).ReadMsgUDP", Method, 1, ""},
8760 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18, ""},
8761 {"(*UDPConn).RemoteAddr", Method, 0, ""},
8762 {"(*UDPConn).SetDeadline", Method, 0, ""},
8763 {"(*UDPConn).SetReadBuffer", Method, 0, ""},
8764 {"(*UDPConn).SetReadDeadline", Method, 0, ""},
8765 {"(*UDPConn).SetWriteBuffer", Method, 0, ""},
8766 {"(*UDPConn).SetWriteDeadline", Method, 0, ""},
8767 {"(*UDPConn).SyscallConn", Method, 9, ""},
8768 {"(*UDPConn).Write", Method, 0, ""},
8769 {"(*UDPConn).WriteMsgUDP", Method, 1, ""},
8770 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18, ""},
8771 {"(*UDPConn).WriteTo", Method, 0, ""},
8772 {"(*UDPConn).WriteToUDP", Method, 0, ""},
8773 {"(*UDPConn).WriteToUDPAddrPort", Method, 18, ""},
8774 {"(*UnixAddr).Network", Method, 0, ""},
8775 {"(*UnixAddr).String", Method, 0, ""},
8776 {"(*UnixConn).Close", Method, 0, ""},
8777 {"(*UnixConn).CloseRead", Method, 1, ""},
8778 {"(*UnixConn).CloseWrite", Method, 1, ""},
8779 {"(*UnixConn).File", Method, 0, ""},
8780 {"(*UnixConn).LocalAddr", Method, 0, ""},
8781 {"(*UnixConn).Read", Method, 0, ""},
8782 {"(*UnixConn).ReadFrom", Method, 0, ""},
8783 {"(*UnixConn).ReadFromUnix", Method, 0, ""},
8784 {"(*UnixConn).ReadMsgUnix", Method, 0, ""},
8785 {"(*UnixConn).RemoteAddr", Method, 0, ""},
8786 {"(*UnixConn).SetDeadline", Method, 0, ""},
8787 {"(*UnixConn).SetReadBuffer", Method, 0, ""},
8788 {"(*UnixConn).SetReadDeadline", Method, 0, ""},
8789 {"(*UnixConn).SetWriteBuffer", Method, 0, ""},
8790 {"(*UnixConn).SetWriteDeadline", Method, 0, ""},
8791 {"(*UnixConn).SyscallConn", Method, 9, ""},
8792 {"(*UnixConn).Write", Method, 0, ""},
8793 {"(*UnixConn).WriteMsgUnix", Method, 0, ""},
8794 {"(*UnixConn).WriteTo", Method, 0, ""},
8795 {"(*UnixConn).WriteToUnix", Method, 0, ""},
8796 {"(*UnixListener).Accept", Method, 0, ""},
8797 {"(*UnixListener).AcceptUnix", Method, 0, ""},
8798 {"(*UnixListener).Addr", Method, 0, ""},
8799 {"(*UnixListener).Close", Method, 0, ""},
8800 {"(*UnixListener).File", Method, 0, ""},
8801 {"(*UnixListener).SetDeadline", Method, 0, ""},
8802 {"(*UnixListener).SetUnlinkOnClose", Method, 8, ""},
8803 {"(*UnixListener).SyscallConn", Method, 10, ""},
8804 {"(Addr).Network", Method, 0, ""},
8805 {"(Addr).String", Method, 0, ""},
8806 {"(Conn).Close", Method, 0, ""},
8807 {"(Conn).LocalAddr", Method, 0, ""},
8808 {"(Conn).Read", Method, 0, ""},
8809 {"(Conn).RemoteAddr", Method, 0, ""},
8810 {"(Conn).SetDeadline", Method, 0, ""},
8811 {"(Conn).SetReadDeadline", Method, 0, ""},
8812 {"(Conn).SetWriteDeadline", Method, 0, ""},
8813 {"(Conn).Write", Method, 0, ""},
8814 {"(Error).Error", Method, 0, ""},
8815 {"(Error).Temporary", Method, 0, ""},
8816 {"(Error).Timeout", Method, 0, ""},
8817 {"(Flags).String", Method, 0, ""},
8818 {"(HardwareAddr).String", Method, 0, ""},
8819 {"(IP).AppendText", Method, 24, ""},
8820 {"(IP).DefaultMask", Method, 0, ""},
8821 {"(IP).Equal", Method, 0, ""},
8822 {"(IP).IsGlobalUnicast", Method, 0, ""},
8823 {"(IP).IsInterfaceLocalMulticast", Method, 0, ""},
8824 {"(IP).IsLinkLocalMulticast", Method, 0, ""},
8825 {"(IP).IsLinkLocalUnicast", Method, 0, ""},
8826 {"(IP).IsLoopback", Method, 0, ""},
8827 {"(IP).IsMulticast", Method, 0, ""},
8828 {"(IP).IsPrivate", Method, 17, ""},
8829 {"(IP).IsUnspecified", Method, 0, ""},
8830 {"(IP).MarshalText", Method, 2, ""},
8831 {"(IP).Mask", Method, 0, ""},
8832 {"(IP).String", Method, 0, ""},
8833 {"(IP).To16", Method, 0, ""},
8834 {"(IP).To4", Method, 0, ""},
8835 {"(IPMask).Size", Method, 0, ""},
8836 {"(IPMask).String", Method, 0, ""},
8837 {"(InvalidAddrError).Error", Method, 0, ""},
8838 {"(InvalidAddrError).Temporary", Method, 0, ""},
8839 {"(InvalidAddrError).Timeout", Method, 0, ""},
8840 {"(Listener).Accept", Method, 0, ""},
8841 {"(Listener).Addr", Method, 0, ""},
8842 {"(Listener).Close", Method, 0, ""},
8843 {"(PacketConn).Close", Method, 0, ""},
8844 {"(PacketConn).LocalAddr", Method, 0, ""},
8845 {"(PacketConn).ReadFrom", Method, 0, ""},
8846 {"(PacketConn).SetDeadline", Method, 0, ""},
8847 {"(PacketConn).SetReadDeadline", Method, 0, ""},
8848 {"(PacketConn).SetWriteDeadline", Method, 0, ""},
8849 {"(PacketConn).WriteTo", Method, 0, ""},
8850 {"(UnknownNetworkError).Error", Method, 0, ""},
8851 {"(UnknownNetworkError).Temporary", Method, 0, ""},
8852 {"(UnknownNetworkError).Timeout", Method, 0, ""},
8853 {"Addr", Type, 0, ""},
8854 {"AddrError", Type, 0, ""},
8855 {"AddrError.Addr", Field, 0, ""},
8856 {"AddrError.Err", Field, 0, ""},
8857 {"Buffers", Type, 8, ""},
8858 {"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
8859 {"Conn", Type, 0, ""},
8860 {"DNSConfigError", Type, 0, ""},
8861 {"DNSConfigError.Err", Field, 0, ""},
8862 {"DNSError", Type, 0, ""},
8863 {"DNSError.Err", Field, 0, ""},
8864 {"DNSError.IsNotFound", Field, 13, ""},
8865 {"DNSError.IsTemporary", Field, 6, ""},
8866 {"DNSError.IsTimeout", Field, 0, ""},
8867 {"DNSError.Name", Field, 0, ""},
8868 {"DNSError.Server", Field, 0, ""},
8869 {"DNSError.UnwrapErr", Field, 23, ""},
8870 {"DefaultResolver", Var, 8, ""},
8871 {"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
8872 {"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
8873 {"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
8874 {"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
8875 {"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
8876 {"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
8877 {"Dialer", Type, 1, ""},
8878 {"Dialer.Cancel", Field, 6, ""},
8879 {"Dialer.Control", Field, 11, ""},
8880 {"Dialer.ControlContext", Field, 20, ""},
8881 {"Dialer.Deadline", Field, 1, ""},
8882 {"Dialer.DualStack", Field, 2, ""},
8883 {"Dialer.FallbackDelay", Field, 5, ""},
8884 {"Dialer.KeepAlive", Field, 3, ""},
8885 {"Dialer.KeepAliveConfig", Field, 23, ""},
8886 {"Dialer.LocalAddr", Field, 1, ""},
8887 {"Dialer.Resolver", Field, 8, ""},
8888 {"Dialer.Timeout", Field, 1, ""},
8889 {"ErrClosed", Var, 16, ""},
8890 {"ErrWriteToConnected", Var, 0, ""},
8891 {"Error", Type, 0, ""},
8892 {"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
8893 {"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
8894 {"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
8895 {"FlagBroadcast", Const, 0, ""},
8896 {"FlagLoopback", Const, 0, ""},
8897 {"FlagMulticast", Const, 0, ""},
8898 {"FlagPointToPoint", Const, 0, ""},
8899 {"FlagRunning", Const, 20, ""},
8900 {"FlagUp", Const, 0, ""},
8901 {"Flags", Type, 0, ""},
8902 {"HardwareAddr", Type, 0, ""},
8903 {"IP", Type, 0, ""},
8904 {"IPAddr", Type, 0, ""},
8905 {"IPAddr.IP", Field, 0, ""},
8906 {"IPAddr.Zone", Field, 1, ""},
8907 {"IPConn", Type, 0, ""},
8908 {"IPMask", Type, 0, ""},
8909 {"IPNet", Type, 0, ""},
8910 {"IPNet.IP", Field, 0, ""},
8911 {"IPNet.Mask", Field, 0, ""},
8912 {"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
8913 {"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
8914 {"IPv4allrouter", Var, 0, ""},
8915 {"IPv4allsys", Var, 0, ""},
8916 {"IPv4bcast", Var, 0, ""},
8917 {"IPv4len", Const, 0, ""},
8918 {"IPv4zero", Var, 0, ""},
8919 {"IPv6interfacelocalallnodes", Var, 0, ""},
8920 {"IPv6len", Const, 0, ""},
8921 {"IPv6linklocalallnodes", Var, 0, ""},
8922 {"IPv6linklocalallrouters", Var, 0, ""},
8923 {"IPv6loopback", Var, 0, ""},
8924 {"IPv6unspecified", Var, 0, ""},
8925 {"IPv6zero", Var, 0, ""},
8926 {"Interface", Type, 0, ""},
8927 {"Interface.Flags", Field, 0, ""},
8928 {"Interface.HardwareAddr", Field, 0, ""},
8929 {"Interface.Index", Field, 0, ""},
8930 {"Interface.MTU", Field, 0, ""},
8931 {"Interface.Name", Field, 0, ""},
8932 {"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
8933 {"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
8934 {"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
8935 {"Interfaces", Func, 0, "func() ([]Interface, error)"},
8936 {"InvalidAddrError", Type, 0, ""},
8937 {"JoinHostPort", Func, 0, "func(host string, port string) string"},
8938 {"KeepAliveConfig", Type, 23, ""},
8939 {"KeepAliveConfig.Count", Field, 23, ""},
8940 {"KeepAliveConfig.Enable", Field, 23, ""},
8941 {"KeepAliveConfig.Idle", Field, 23, ""},
8942 {"KeepAliveConfig.Interval", Field, 23, ""},
8943 {"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
8944 {"ListenConfig", Type, 11, ""},
8945 {"ListenConfig.Control", Field, 11, ""},
8946 {"ListenConfig.KeepAlive", Field, 13, ""},
8947 {"ListenConfig.KeepAliveConfig", Field, 23, ""},
8948 {"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
8949 {"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
8950 {"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
8951 {"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
8952 {"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
8953 {"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
8954 {"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
8955 {"Listener", Type, 0, ""},
8956 {"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
8957 {"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
8958 {"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
8959 {"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
8960 {"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
8961 {"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
8962 {"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
8963 {"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
8964 {"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
8965 {"MX", Type, 0, ""},
8966 {"MX.Host", Field, 0, ""},
8967 {"MX.Pref", Field, 0, ""},
8968 {"NS", Type, 1, ""},
8969 {"NS.Host", Field, 1, ""},
8970 {"OpError", Type, 0, ""},
8971 {"OpError.Addr", Field, 0, ""},
8972 {"OpError.Err", Field, 0, ""},
8973 {"OpError.Net", Field, 0, ""},
8974 {"OpError.Op", Field, 0, ""},
8975 {"OpError.Source", Field, 5, ""},
8976 {"PacketConn", Type, 0, ""},
8977 {"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
8978 {"ParseError", Type, 0, ""},
8979 {"ParseError.Text", Field, 0, ""},
8980 {"ParseError.Type", Field, 0, ""},
8981 {"ParseIP", Func, 0, "func(s string) IP"},
8982 {"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
8983 {"Pipe", Func, 0, "func() (Conn, Conn)"},
8984 {"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
8985 {"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
8986 {"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
8987 {"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
8988 {"Resolver", Type, 8, ""},
8989 {"Resolver.Dial", Field, 9, ""},
8990 {"Resolver.PreferGo", Field, 8, ""},
8991 {"Resolver.StrictErrors", Field, 9, ""},
8992 {"SRV", Type, 0, ""},
8993 {"SRV.Port", Field, 0, ""},
8994 {"SRV.Priority", Field, 0, ""},
8995 {"SRV.Target", Field, 0, ""},
8996 {"SRV.Weight", Field, 0, ""},
8997 {"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
8998 {"TCPAddr", Type, 0, ""},
8999 {"TCPAddr.IP", Field, 0, ""},
9000 {"TCPAddr.Port", Field, 0, ""},
9001 {"TCPAddr.Zone", Field, 1, ""},
9002 {"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
9003 {"TCPConn", Type, 0, ""},
9004 {"TCPListener", Type, 0, ""},
9005 {"UDPAddr", Type, 0, ""},
9006 {"UDPAddr.IP", Field, 0, ""},
9007 {"UDPAddr.Port", Field, 0, ""},
9008 {"UDPAddr.Zone", Field, 1, ""},
9009 {"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
9010 {"UDPConn", Type, 0, ""},
9011 {"UnixAddr", Type, 0, ""},
9012 {"UnixAddr.Name", Field, 0, ""},
9013 {"UnixAddr.Net", Field, 0, ""},
9014 {"UnixConn", Type, 0, ""},
9015 {"UnixListener", Type, 0, ""},
9016 {"UnknownNetworkError", Type, 0, ""},
9017 },
9018 "net/http": {
9019 {"(*Client).CloseIdleConnections", Method, 12, ""},
9020 {"(*Client).Do", Method, 0, ""},
9021 {"(*Client).Get", Method, 0, ""},
9022 {"(*Client).Head", Method, 0, ""},
9023 {"(*Client).Post", Method, 0, ""},
9024 {"(*Client).PostForm", Method, 0, ""},
9025 {"(*ClientConn).Available", Method, 26, ""},
9026 {"(*ClientConn).Close", Method, 26, ""},
9027 {"(*ClientConn).Err", Method, 26, ""},
9028 {"(*ClientConn).InFlight", Method, 26, ""},
9029 {"(*ClientConn).Release", Method, 26, ""},
9030 {"(*ClientConn).Reserve", Method, 26, ""},
9031 {"(*ClientConn).RoundTrip", Method, 26, ""},
9032 {"(*ClientConn).SetStateHook", Method, 26, ""},
9033 {"(*Cookie).String", Method, 0, ""},
9034 {"(*Cookie).Valid", Method, 18, ""},
9035 {"(*CrossOriginProtection).AddInsecureBypassPattern", Method, 25, ""},
9036 {"(*CrossOriginProtection).AddTrustedOrigin", Method, 25, ""},
9037 {"(*CrossOriginProtection).Check", Method, 25, ""},
9038 {"(*CrossOriginProtection).Handler", Method, 25, ""},
9039 {"(*CrossOriginProtection).SetDenyHandler", Method, 25, ""},
9040 {"(*MaxBytesError).Error", Method, 19, ""},
9041 {"(*ProtocolError).Error", Method, 0, ""},
9042 {"(*ProtocolError).Is", Method, 21, ""},
9043 {"(*Protocols).SetHTTP1", Method, 24, ""},
9044 {"(*Protocols).SetHTTP2", Method, 24, ""},
9045 {"(*Protocols).SetUnencryptedHTTP2", Method, 24, ""},
9046 {"(*Request).AddCookie", Method, 0, ""},
9047 {"(*Request).BasicAuth", Method, 4, ""},
9048 {"(*Request).Clone", Method, 13, ""},
9049 {"(*Request).Context", Method, 7, ""},
9050 {"(*Request).Cookie", Method, 0, ""},
9051 {"(*Request).Cookies", Method, 0, ""},
9052 {"(*Request).CookiesNamed", Method, 23, ""},
9053 {"(*Request).FormFile", Method, 0, ""},
9054 {"(*Request).FormValue", Method, 0, ""},
9055 {"(*Request).MultipartReader", Method, 0, ""},
9056 {"(*Request).ParseForm", Method, 0, ""},
9057 {"(*Request).ParseMultipartForm", Method, 0, ""},
9058 {"(*Request).PathValue", Method, 22, ""},
9059 {"(*Request).PostFormValue", Method, 1, ""},
9060 {"(*Request).ProtoAtLeast", Method, 0, ""},
9061 {"(*Request).Referer", Method, 0, ""},
9062 {"(*Request).SetBasicAuth", Method, 0, ""},
9063 {"(*Request).SetPathValue", Method, 22, ""},
9064 {"(*Request).UserAgent", Method, 0, ""},
9065 {"(*Request).WithContext", Method, 7, ""},
9066 {"(*Request).Write", Method, 0, ""},
9067 {"(*Request).WriteProxy", Method, 0, ""},
9068 {"(*Response).Cookies", Method, 0, ""},
9069 {"(*Response).Location", Method, 0, ""},
9070 {"(*Response).ProtoAtLeast", Method, 0, ""},
9071 {"(*Response).Write", Method, 0, ""},
9072 {"(*ResponseController).EnableFullDuplex", Method, 21, ""},
9073 {"(*ResponseController).Flush", Method, 20, ""},
9074 {"(*ResponseController).Hijack", Method, 20, ""},
9075 {"(*ResponseController).SetReadDeadline", Method, 20, ""},
9076 {"(*ResponseController).SetWriteDeadline", Method, 20, ""},
9077 {"(*ServeMux).Handle", Method, 0, ""},
9078 {"(*ServeMux).HandleFunc", Method, 0, ""},
9079 {"(*ServeMux).Handler", Method, 1, ""},
9080 {"(*ServeMux).ServeHTTP", Method, 0, ""},
9081 {"(*Server).Close", Method, 8, ""},
9082 {"(*Server).ListenAndServe", Method, 0, ""},
9083 {"(*Server).ListenAndServeTLS", Method, 0, ""},
9084 {"(*Server).RegisterOnShutdown", Method, 9, ""},
9085 {"(*Server).Serve", Method, 0, ""},
9086 {"(*Server).ServeTLS", Method, 9, ""},
9087 {"(*Server).SetKeepAlivesEnabled", Method, 3, ""},
9088 {"(*Server).Shutdown", Method, 8, ""},
9089 {"(*Transport).CancelRequest", Method, 1, ""},
9090 {"(*Transport).Clone", Method, 13, ""},
9091 {"(*Transport).CloseIdleConnections", Method, 0, ""},
9092 {"(*Transport).NewClientConn", Method, 26, ""},
9093 {"(*Transport).RegisterProtocol", Method, 0, ""},
9094 {"(*Transport).RoundTrip", Method, 0, ""},
9095 {"(CloseNotifier).CloseNotify", Method, 1, ""},
9096 {"(ConnState).String", Method, 3, ""},
9097 {"(CookieJar).Cookies", Method, 0, ""},
9098 {"(CookieJar).SetCookies", Method, 0, ""},
9099 {"(Dir).Open", Method, 0, ""},
9100 {"(File).Close", Method, 0, ""},
9101 {"(File).Read", Method, 0, ""},
9102 {"(File).Readdir", Method, 0, ""},
9103 {"(File).Seek", Method, 0, ""},
9104 {"(File).Stat", Method, 0, ""},
9105 {"(FileSystem).Open", Method, 0, ""},
9106 {"(Flusher).Flush", Method, 0, ""},
9107 {"(Handler).ServeHTTP", Method, 0, ""},
9108 {"(HandlerFunc).ServeHTTP", Method, 0, ""},
9109 {"(Header).Add", Method, 0, ""},
9110 {"(Header).Clone", Method, 13, ""},
9111 {"(Header).Del", Method, 0, ""},
9112 {"(Header).Get", Method, 0, ""},
9113 {"(Header).Set", Method, 0, ""},
9114 {"(Header).Values", Method, 14, ""},
9115 {"(Header).Write", Method, 0, ""},
9116 {"(Header).WriteSubset", Method, 0, ""},
9117 {"(Hijacker).Hijack", Method, 0, ""},
9118 {"(Protocols).HTTP1", Method, 24, ""},
9119 {"(Protocols).HTTP2", Method, 24, ""},
9120 {"(Protocols).String", Method, 24, ""},
9121 {"(Protocols).UnencryptedHTTP2", Method, 24, ""},
9122 {"(Pusher).Push", Method, 8, ""},
9123 {"(ResponseWriter).Header", Method, 0, ""},
9124 {"(ResponseWriter).Write", Method, 0, ""},
9125 {"(ResponseWriter).WriteHeader", Method, 0, ""},
9126 {"(RoundTripper).RoundTrip", Method, 0, ""},
9127 {"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
9128 {"CanonicalHeaderKey", Func, 0, "func(s string) string"},
9129 {"Client", Type, 0, ""},
9130 {"Client.CheckRedirect", Field, 0, ""},
9131 {"Client.Jar", Field, 0, ""},
9132 {"Client.Timeout", Field, 3, ""},
9133 {"Client.Transport", Field, 0, ""},
9134 {"ClientConn", Type, 26, ""},
9135 {"CloseNotifier", Type, 1, ""},
9136 {"ConnState", Type, 3, ""},
9137 {"Cookie", Type, 0, ""},
9138 {"Cookie.Domain", Field, 0, ""},
9139 {"Cookie.Expires", Field, 0, ""},
9140 {"Cookie.HttpOnly", Field, 0, ""},
9141 {"Cookie.MaxAge", Field, 0, ""},
9142 {"Cookie.Name", Field, 0, ""},
9143 {"Cookie.Partitioned", Field, 23, ""},
9144 {"Cookie.Path", Field, 0, ""},
9145 {"Cookie.Quoted", Field, 23, ""},
9146 {"Cookie.Raw", Field, 0, ""},
9147 {"Cookie.RawExpires", Field, 0, ""},
9148 {"Cookie.SameSite", Field, 11, ""},
9149 {"Cookie.Secure", Field, 0, ""},
9150 {"Cookie.Unparsed", Field, 0, ""},
9151 {"Cookie.Value", Field, 0, ""},
9152 {"CookieJar", Type, 0, ""},
9153 {"CrossOriginProtection", Type, 25, ""},
9154 {"DefaultClient", Var, 0, ""},
9155 {"DefaultMaxHeaderBytes", Const, 0, ""},
9156 {"DefaultMaxHeaderValueCount", Const, 27, ""},
9157 {"DefaultMaxIdleConnsPerHost", Const, 0, ""},
9158 {"DefaultServeMux", Var, 0, ""},
9159 {"DefaultTransport", Var, 0, ""},
9160 {"DetectContentType", Func, 0, "func(data []byte) string"},
9161 {"Dir", Type, 0, ""},
9162 {"ErrAbortHandler", Var, 8, ""},
9163 {"ErrBodyNotAllowed", Var, 0, ""},
9164 {"ErrBodyReadAfterClose", Var, 0, ""},
9165 {"ErrContentLength", Var, 0, ""},
9166 {"ErrHandlerTimeout", Var, 0, ""},
9167 {"ErrHeaderTooLong", Var, 0, ""},
9168 {"ErrHijacked", Var, 0, ""},
9169 {"ErrLineTooLong", Var, 0, ""},
9170 {"ErrMissingBoundary", Var, 0, ""},
9171 {"ErrMissingContentLength", Var, 0, ""},
9172 {"ErrMissingFile", Var, 0, ""},
9173 {"ErrNoCookie", Var, 0, ""},
9174 {"ErrNoLocation", Var, 0, ""},
9175 {"ErrNotMultipart", Var, 0, ""},
9176 {"ErrNotSupported", Var, 0, ""},
9177 {"ErrSchemeMismatch", Var, 21, ""},
9178 {"ErrServerClosed", Var, 8, ""},
9179 {"ErrShortBody", Var, 0, ""},
9180 {"ErrSkipAltProtocol", Var, 6, ""},
9181 {"ErrUnexpectedTrailer", Var, 0, ""},
9182 {"ErrUseLastResponse", Var, 7, ""},
9183 {"ErrWriteAfterFlush", Var, 0, ""},
9184 {"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
9185 {"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
9186 {"File", Type, 0, ""},
9187 {"FileServer", Func, 0, "func(root FileSystem) Handler"},
9188 {"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
9189 {"FileSystem", Type, 0, ""},
9190 {"Flusher", Type, 0, ""},
9191 {"Get", Func, 0, "func(url string) (resp *Response, err error)"},
9192 {"HTTP2Config", Type, 24, ""},
9193 {"HTTP2Config.CountError", Field, 24, ""},
9194 {"HTTP2Config.MaxConcurrentStreams", Field, 24, ""},
9195 {"HTTP2Config.MaxDecoderHeaderTableSize", Field, 24, ""},
9196 {"HTTP2Config.MaxEncoderHeaderTableSize", Field, 24, ""},
9197 {"HTTP2Config.MaxReadFrameSize", Field, 24, ""},
9198 {"HTTP2Config.MaxReceiveBufferPerConnection", Field, 24, ""},
9199 {"HTTP2Config.MaxReceiveBufferPerStream", Field, 24, ""},
9200 {"HTTP2Config.PermitProhibitedCipherSuites", Field, 24, ""},
9201 {"HTTP2Config.PingTimeout", Field, 24, ""},
9202 {"HTTP2Config.SendPingTimeout", Field, 24, ""},
9203 {"HTTP2Config.StrictMaxConcurrentRequests", Field, 26, ""},
9204 {"HTTP2Config.WriteByteTimeout", Field, 24, ""},
9205 {"Handle", Func, 0, "func(pattern string, handler Handler)"},
9206 {"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
9207 {"Handler", Type, 0, ""},
9208 {"HandlerFunc", Type, 0, ""},
9209 {"Head", Func, 0, "func(url string) (resp *Response, err error)"},
9210 {"Header", Type, 0, ""},
9211 {"Hijacker", Type, 0, ""},
9212 {"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
9213 {"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
9214 {"LocalAddrContextKey", Var, 7, ""},
9215 {"MaxBytesError", Type, 19, ""},
9216 {"MaxBytesError.Limit", Field, 19, ""},
9217 {"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
9218 {"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
9219 {"MethodConnect", Const, 6, ""},
9220 {"MethodDelete", Const, 6, ""},
9221 {"MethodGet", Const, 6, ""},
9222 {"MethodHead", Const, 6, ""},
9223 {"MethodOptions", Const, 6, ""},
9224 {"MethodPatch", Const, 6, ""},
9225 {"MethodPost", Const, 6, ""},
9226 {"MethodPut", Const, 6, ""},
9227 {"MethodTrace", Const, 6, ""},
9228 {"NewCrossOriginProtection", Func, 25, "func() *CrossOriginProtection"},
9229 {"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
9230 {"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
9231 {"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
9232 {"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
9233 {"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
9234 {"NewServeMux", Func, 0, "func() *ServeMux"},
9235 {"NoBody", Var, 8, ""},
9236 {"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
9237 {"NotFoundHandler", Func, 0, "func() Handler"},
9238 {"ParseCookie", Func, 23, "func(line string) (#rv1 []*Cookie, #rv2 error)"},
9239 {"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
9240 {"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
9241 {"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
9242 {"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
9243 {"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
9244 {"ProtocolError", Type, 0, ""},
9245 {"ProtocolError.ErrorString", Field, 0, ""},
9246 {"Protocols", Type, 24, ""},
9247 {"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
9248 {"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
9249 {"PushOptions", Type, 8, ""},
9250 {"PushOptions.Header", Field, 8, ""},
9251 {"PushOptions.Method", Field, 8, ""},
9252 {"Pusher", Type, 8, ""},
9253 {"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
9254 {"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
9255 {"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
9256 {"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
9257 {"Request", Type, 0, ""},
9258 {"Request.Body", Field, 0, ""},
9259 {"Request.Cancel", Field, 5, ""},
9260 {"Request.Close", Field, 0, ""},
9261 {"Request.ContentLength", Field, 0, ""},
9262 {"Request.Form", Field, 0, ""},
9263 {"Request.GetBody", Field, 8, ""},
9264 {"Request.Header", Field, 0, ""},
9265 {"Request.Host", Field, 0, ""},
9266 {"Request.Method", Field, 0, ""},
9267 {"Request.MultipartForm", Field, 0, ""},
9268 {"Request.Pattern", Field, 23, ""},
9269 {"Request.PostForm", Field, 1, ""},
9270 {"Request.Proto", Field, 0, ""},
9271 {"Request.ProtoMajor", Field, 0, ""},
9272 {"Request.ProtoMinor", Field, 0, ""},
9273 {"Request.RemoteAddr", Field, 0, ""},
9274 {"Request.RequestURI", Field, 0, ""},
9275 {"Request.Response", Field, 7, ""},
9276 {"Request.TLS", Field, 0, ""},
9277 {"Request.Trailer", Field, 0, ""},
9278 {"Request.TransferEncoding", Field, 0, ""},
9279 {"Request.URL", Field, 0, ""},
9280 {"Response", Type, 0, ""},
9281 {"Response.Body", Field, 0, ""},
9282 {"Response.Close", Field, 0, ""},
9283 {"Response.ContentLength", Field, 0, ""},
9284 {"Response.Header", Field, 0, ""},
9285 {"Response.Proto", Field, 0, ""},
9286 {"Response.ProtoMajor", Field, 0, ""},
9287 {"Response.ProtoMinor", Field, 0, ""},
9288 {"Response.Request", Field, 0, ""},
9289 {"Response.Status", Field, 0, ""},
9290 {"Response.StatusCode", Field, 0, ""},
9291 {"Response.TLS", Field, 3, ""},
9292 {"Response.Trailer", Field, 0, ""},
9293 {"Response.TransferEncoding", Field, 0, ""},
9294 {"Response.Uncompressed", Field, 7, ""},
9295 {"ResponseController", Type, 20, ""},
9296 {"ResponseWriter", Type, 0, ""},
9297 {"RoundTripper", Type, 0, ""},
9298 {"SameSite", Type, 11, ""},
9299 {"SameSiteDefaultMode", Const, 11, ""},
9300 {"SameSiteLaxMode", Const, 11, ""},
9301 {"SameSiteNoneMode", Const, 13, ""},
9302 {"SameSiteStrictMode", Const, 11, ""},
9303 {"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
9304 {"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
9305 {"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
9306 {"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
9307 {"ServeMux", Type, 0, ""},
9308 {"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
9309 {"Server", Type, 0, ""},
9310 {"Server.Addr", Field, 0, ""},
9311 {"Server.BaseContext", Field, 13, ""},
9312 {"Server.ConnContext", Field, 13, ""},
9313 {"Server.ConnState", Field, 3, ""},
9314 {"Server.DisableClientPriority", Field, 27, ""},
9315 {"Server.DisableGeneralOptionsHandler", Field, 20, ""},
9316 {"Server.ErrorLog", Field, 3, ""},
9317 {"Server.HTTP2", Field, 24, ""},
9318 {"Server.Handler", Field, 0, ""},
9319 {"Server.IdleTimeout", Field, 8, ""},
9320 {"Server.MaxHeaderBytes", Field, 0, ""},
9321 {"Server.MaxHeaderValueCount", Field, 27, ""},
9322 {"Server.Protocols", Field, 24, ""},
9323 {"Server.ReadHeaderTimeout", Field, 8, ""},
9324 {"Server.ReadTimeout", Field, 0, ""},
9325 {"Server.TLSConfig", Field, 0, ""},
9326 {"Server.TLSNextProto", Field, 1, ""},
9327 {"Server.WriteTimeout", Field, 0, ""},
9328 {"ServerContextKey", Var, 7, ""},
9329 {"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
9330 {"StateActive", Const, 3, ""},
9331 {"StateClosed", Const, 3, ""},
9332 {"StateHijacked", Const, 3, ""},
9333 {"StateIdle", Const, 3, ""},
9334 {"StateNew", Const, 3, ""},
9335 {"StatusAccepted", Const, 0, ""},
9336 {"StatusAlreadyReported", Const, 7, ""},
9337 {"StatusBadGateway", Const, 0, ""},
9338 {"StatusBadRequest", Const, 0, ""},
9339 {"StatusConflict", Const, 0, ""},
9340 {"StatusContinue", Const, 0, ""},
9341 {"StatusCreated", Const, 0, ""},
9342 {"StatusEarlyHints", Const, 13, ""},
9343 {"StatusExpectationFailed", Const, 0, ""},
9344 {"StatusFailedDependency", Const, 7, ""},
9345 {"StatusForbidden", Const, 0, ""},
9346 {"StatusFound", Const, 0, ""},
9347 {"StatusGatewayTimeout", Const, 0, ""},
9348 {"StatusGone", Const, 0, ""},
9349 {"StatusHTTPVersionNotSupported", Const, 0, ""},
9350 {"StatusIMUsed", Const, 7, ""},
9351 {"StatusInsufficientStorage", Const, 7, ""},
9352 {"StatusInternalServerError", Const, 0, ""},
9353 {"StatusLengthRequired", Const, 0, ""},
9354 {"StatusLocked", Const, 7, ""},
9355 {"StatusLoopDetected", Const, 7, ""},
9356 {"StatusMethodNotAllowed", Const, 0, ""},
9357 {"StatusMisdirectedRequest", Const, 11, ""},
9358 {"StatusMovedPermanently", Const, 0, ""},
9359 {"StatusMultiStatus", Const, 7, ""},
9360 {"StatusMultipleChoices", Const, 0, ""},
9361 {"StatusNetworkAuthenticationRequired", Const, 6, ""},
9362 {"StatusNoContent", Const, 0, ""},
9363 {"StatusNonAuthoritativeInfo", Const, 0, ""},
9364 {"StatusNotAcceptable", Const, 0, ""},
9365 {"StatusNotExtended", Const, 7, ""},
9366 {"StatusNotFound", Const, 0, ""},
9367 {"StatusNotImplemented", Const, 0, ""},
9368 {"StatusNotModified", Const, 0, ""},
9369 {"StatusOK", Const, 0, ""},
9370 {"StatusPartialContent", Const, 0, ""},
9371 {"StatusPaymentRequired", Const, 0, ""},
9372 {"StatusPermanentRedirect", Const, 7, ""},
9373 {"StatusPreconditionFailed", Const, 0, ""},
9374 {"StatusPreconditionRequired", Const, 6, ""},
9375 {"StatusProcessing", Const, 7, ""},
9376 {"StatusProxyAuthRequired", Const, 0, ""},
9377 {"StatusRequestEntityTooLarge", Const, 0, ""},
9378 {"StatusRequestHeaderFieldsTooLarge", Const, 6, ""},
9379 {"StatusRequestTimeout", Const, 0, ""},
9380 {"StatusRequestURITooLong", Const, 0, ""},
9381 {"StatusRequestedRangeNotSatisfiable", Const, 0, ""},
9382 {"StatusResetContent", Const, 0, ""},
9383 {"StatusSeeOther", Const, 0, ""},
9384 {"StatusServiceUnavailable", Const, 0, ""},
9385 {"StatusSwitchingProtocols", Const, 0, ""},
9386 {"StatusTeapot", Const, 0, ""},
9387 {"StatusTemporaryRedirect", Const, 0, ""},
9388 {"StatusText", Func, 0, "func(code int) string"},
9389 {"StatusTooEarly", Const, 12, ""},
9390 {"StatusTooManyRequests", Const, 6, ""},
9391 {"StatusUnauthorized", Const, 0, ""},
9392 {"StatusUnavailableForLegalReasons", Const, 6, ""},
9393 {"StatusUnprocessableEntity", Const, 7, ""},
9394 {"StatusUnsupportedMediaType", Const, 0, ""},
9395 {"StatusUpgradeRequired", Const, 7, ""},
9396 {"StatusUseProxy", Const, 0, ""},
9397 {"StatusVariantAlsoNegotiates", Const, 7, ""},
9398 {"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
9399 {"TimeFormat", Const, 0, ""},
9400 {"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
9401 {"TrailerPrefix", Const, 8, ""},
9402 {"Transport", Type, 0, ""},
9403 {"Transport.Dial", Field, 0, ""},
9404 {"Transport.DialContext", Field, 7, ""},
9405 {"Transport.DialTLS", Field, 4, ""},
9406 {"Transport.DialTLSContext", Field, 14, ""},
9407 {"Transport.DisableCompression", Field, 0, ""},
9408 {"Transport.DisableKeepAlives", Field, 0, ""},
9409 {"Transport.ExpectContinueTimeout", Field, 6, ""},
9410 {"Transport.ForceAttemptHTTP2", Field, 13, ""},
9411 {"Transport.GetProxyConnectHeader", Field, 16, ""},
9412 {"Transport.HTTP2", Field, 24, ""},
9413 {"Transport.IdleConnTimeout", Field, 7, ""},
9414 {"Transport.MaxConnsPerHost", Field, 11, ""},
9415 {"Transport.MaxIdleConns", Field, 7, ""},
9416 {"Transport.MaxIdleConnsPerHost", Field, 0, ""},
9417 {"Transport.MaxResponseHeaderBytes", Field, 7, ""},
9418 {"Transport.OnProxyConnectResponse", Field, 20, ""},
9419 {"Transport.Protocols", Field, 24, ""},
9420 {"Transport.Proxy", Field, 0, ""},
9421 {"Transport.ProxyConnectHeader", Field, 8, ""},
9422 {"Transport.ReadBufferSize", Field, 13, ""},
9423 {"Transport.ResponseHeaderTimeout", Field, 1, ""},
9424 {"Transport.TLSClientConfig", Field, 0, ""},
9425 {"Transport.TLSHandshakeTimeout", Field, 3, ""},
9426 {"Transport.TLSNextProto", Field, 6, ""},
9427 {"Transport.WriteBufferSize", Field, 13, ""},
9428 },
9429 "net/http/cgi": {
9430 {"(*Handler).ServeHTTP", Method, 0, ""},
9431 {"Handler", Type, 0, ""},
9432 {"Handler.Args", Field, 0, ""},
9433 {"Handler.Dir", Field, 0, ""},
9434 {"Handler.Env", Field, 0, ""},
9435 {"Handler.InheritEnv", Field, 0, ""},
9436 {"Handler.Logger", Field, 0, ""},
9437 {"Handler.Path", Field, 0, ""},
9438 {"Handler.PathLocationHandler", Field, 0, ""},
9439 {"Handler.Root", Field, 0, ""},
9440 {"Handler.Stderr", Field, 7, ""},
9441 {"Request", Func, 0, "func() (*http.Request, error)"},
9442 {"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
9443 {"Serve", Func, 0, "func(handler http.Handler) error"},
9444 },
9445 "net/http/cookiejar": {
9446 {"(*Jar).Cookies", Method, 1, ""},
9447 {"(*Jar).SetCookies", Method, 1, ""},
9448 {"(PublicSuffixList).PublicSuffix", Method, 1, ""},
9449 {"(PublicSuffixList).String", Method, 1, ""},
9450 {"Jar", Type, 1, ""},
9451 {"New", Func, 1, "func(o *Options) (*Jar, error)"},
9452 {"Options", Type, 1, ""},
9453 {"Options.PublicSuffixList", Field, 1, ""},
9454 {"PublicSuffixList", Type, 1, ""},
9455 },
9456 "net/http/fcgi": {
9457 {"ErrConnClosed", Var, 5, ""},
9458 {"ErrRequestAborted", Var, 5, ""},
9459 {"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
9460 {"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
9461 },
9462 "net/http/httptest": {
9463 {"(*ResponseRecorder).Flush", Method, 0, ""},
9464 {"(*ResponseRecorder).Header", Method, 0, ""},
9465 {"(*ResponseRecorder).Result", Method, 7, ""},
9466 {"(*ResponseRecorder).Write", Method, 0, ""},
9467 {"(*ResponseRecorder).WriteHeader", Method, 0, ""},
9468 {"(*ResponseRecorder).WriteString", Method, 6, ""},
9469 {"(*Server).Certificate", Method, 9, ""},
9470 {"(*Server).Client", Method, 9, ""},
9471 {"(*Server).Close", Method, 0, ""},
9472 {"(*Server).CloseClientConnections", Method, 0, ""},
9473 {"(*Server).Start", Method, 0, ""},
9474 {"(*Server).StartTLS", Method, 0, ""},
9475 {"DefaultRemoteAddr", Const, 0, ""},
9476 {"NewRecorder", Func, 0, "func() *ResponseRecorder"},
9477 {"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
9478 {"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
9479 {"NewServer", Func, 0, "func(handler http.Handler) *Server"},
9480 {"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
9481 {"NewTestServer", Func, 27, "func(t testing.TB, handler http.Handler) *Server"},
9482 {"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
9483 {"ResponseRecorder", Type, 0, ""},
9484 {"ResponseRecorder.Body", Field, 0, ""},
9485 {"ResponseRecorder.Code", Field, 0, ""},
9486 {"ResponseRecorder.Flushed", Field, 0, ""},
9487 {"ResponseRecorder.HeaderMap", Field, 0, ""},
9488 {"Server", Type, 0, ""},
9489 {"Server.Config", Field, 0, ""},
9490 {"Server.EnableHTTP2", Field, 14, ""},
9491 {"Server.Listener", Field, 0, ""},
9492 {"Server.TLS", Field, 0, ""},
9493 {"Server.URL", Field, 0, ""},
9494 },
9495 "net/http/httptrace": {
9496 {"ClientTrace", Type, 7, ""},
9497 {"ClientTrace.ConnectDone", Field, 7, ""},
9498 {"ClientTrace.ConnectStart", Field, 7, ""},
9499 {"ClientTrace.DNSDone", Field, 7, ""},
9500 {"ClientTrace.DNSStart", Field, 7, ""},
9501 {"ClientTrace.GetConn", Field, 7, ""},
9502 {"ClientTrace.Got100Continue", Field, 7, ""},
9503 {"ClientTrace.Got1xxResponse", Field, 11, ""},
9504 {"ClientTrace.GotConn", Field, 7, ""},
9505 {"ClientTrace.GotFirstResponseByte", Field, 7, ""},
9506 {"ClientTrace.PutIdleConn", Field, 7, ""},
9507 {"ClientTrace.TLSHandshakeDone", Field, 8, ""},
9508 {"ClientTrace.TLSHandshakeStart", Field, 8, ""},
9509 {"ClientTrace.Wait100Continue", Field, 7, ""},
9510 {"ClientTrace.WroteHeaderField", Field, 11, ""},
9511 {"ClientTrace.WroteHeaders", Field, 7, ""},
9512 {"ClientTrace.WroteRequest", Field, 7, ""},
9513 {"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
9514 {"DNSDoneInfo", Type, 7, ""},
9515 {"DNSDoneInfo.Addrs", Field, 7, ""},
9516 {"DNSDoneInfo.Coalesced", Field, 7, ""},
9517 {"DNSDoneInfo.Err", Field, 7, ""},
9518 {"DNSStartInfo", Type, 7, ""},
9519 {"DNSStartInfo.Host", Field, 7, ""},
9520 {"GotConnInfo", Type, 7, ""},
9521 {"GotConnInfo.Conn", Field, 7, ""},
9522 {"GotConnInfo.IdleTime", Field, 7, ""},
9523 {"GotConnInfo.Reused", Field, 7, ""},
9524 {"GotConnInfo.WasIdle", Field, 7, ""},
9525 {"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
9526 {"WroteRequestInfo", Type, 7, ""},
9527 {"WroteRequestInfo.Err", Field, 7, ""},
9528 },
9529 "net/http/httputil": {
9530 {"(*ClientConn).Close", Method, 0, ""},
9531 {"(*ClientConn).Do", Method, 0, ""},
9532 {"(*ClientConn).Hijack", Method, 0, ""},
9533 {"(*ClientConn).Pending", Method, 0, ""},
9534 {"(*ClientConn).Read", Method, 0, ""},
9535 {"(*ClientConn).Write", Method, 0, ""},
9536 {"(*ProxyRequest).SetURL", Method, 20, ""},
9537 {"(*ProxyRequest).SetXForwarded", Method, 20, ""},
9538 {"(*ReverseProxy).ServeHTTP", Method, 0, ""},
9539 {"(*ServerConn).Close", Method, 0, ""},
9540 {"(*ServerConn).Hijack", Method, 0, ""},
9541 {"(*ServerConn).Pending", Method, 0, ""},
9542 {"(*ServerConn).Read", Method, 0, ""},
9543 {"(*ServerConn).Write", Method, 0, ""},
9544 {"(BufferPool).Get", Method, 6, ""},
9545 {"(BufferPool).Put", Method, 6, ""},
9546 {"BufferPool", Type, 6, ""},
9547 {"ClientConn", Type, 0, ""},
9548 {"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9549 {"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9550 {"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
9551 {"ErrClosed", Var, 0, ""},
9552 {"ErrLineTooLong", Var, 0, ""},
9553 {"ErrPersistEOF", Var, 0, ""},
9554 {"ErrPipeline", Var, 0, ""},
9555 {"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
9556 {"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
9557 {"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9558 {"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9559 {"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
9560 {"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
9561 {"ProxyRequest", Type, 20, ""},
9562 {"ProxyRequest.In", Field, 20, ""},
9563 {"ProxyRequest.Out", Field, 20, ""},
9564 {"ReverseProxy", Type, 0, ""},
9565 {"ReverseProxy.BufferPool", Field, 6, ""},
9566 {"ReverseProxy.Director", Field, 0, ""},
9567 {"ReverseProxy.ErrorHandler", Field, 11, ""},
9568 {"ReverseProxy.ErrorLog", Field, 4, ""},
9569 {"ReverseProxy.FlushInterval", Field, 0, ""},
9570 {"ReverseProxy.ModifyResponse", Field, 8, ""},
9571 {"ReverseProxy.Rewrite", Field, 20, ""},
9572 {"ReverseProxy.Transport", Field, 0, ""},
9573 {"ServerConn", Type, 0, ""},
9574 },
9575 "net/http/pprof": {
9576 {"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9577 {"Handler", Func, 0, "func(name string) http.Handler"},
9578 {"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9579 {"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9580 {"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9581 {"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
9582 },
9583 "net/mail": {
9584 {"(*Address).String", Method, 0, ""},
9585 {"(*AddressParser).Parse", Method, 5, ""},
9586 {"(*AddressParser).ParseList", Method, 5, ""},
9587 {"(Header).AddressList", Method, 0, ""},
9588 {"(Header).Date", Method, 0, ""},
9589 {"(Header).Get", Method, 0, ""},
9590 {"Address", Type, 0, ""},
9591 {"Address.Address", Field, 0, ""},
9592 {"Address.Name", Field, 0, ""},
9593 {"AddressParser", Type, 5, ""},
9594 {"AddressParser.WordDecoder", Field, 5, ""},
9595 {"ErrHeaderNotPresent", Var, 0, ""},
9596 {"Header", Type, 0, ""},
9597 {"Message", Type, 0, ""},
9598 {"Message.Body", Field, 0, ""},
9599 {"Message.Header", Field, 0, ""},
9600 {"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
9601 {"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
9602 {"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
9603 {"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
9604 },
9605 "net/netip": {
9606 {"(*Addr).UnmarshalBinary", Method, 18, ""},
9607 {"(*Addr).UnmarshalText", Method, 18, ""},
9608 {"(*AddrPort).UnmarshalBinary", Method, 18, ""},
9609 {"(*AddrPort).UnmarshalText", Method, 18, ""},
9610 {"(*Prefix).UnmarshalBinary", Method, 18, ""},
9611 {"(*Prefix).UnmarshalText", Method, 18, ""},
9612 {"(Addr).AppendBinary", Method, 24, ""},
9613 {"(Addr).AppendText", Method, 24, ""},
9614 {"(Addr).AppendTo", Method, 18, ""},
9615 {"(Addr).As16", Method, 18, ""},
9616 {"(Addr).As4", Method, 18, ""},
9617 {"(Addr).AsSlice", Method, 18, ""},
9618 {"(Addr).BitLen", Method, 18, ""},
9619 {"(Addr).Compare", Method, 18, ""},
9620 {"(Addr).Is4", Method, 18, ""},
9621 {"(Addr).Is4In6", Method, 18, ""},
9622 {"(Addr).Is6", Method, 18, ""},
9623 {"(Addr).IsGlobalUnicast", Method, 18, ""},
9624 {"(Addr).IsInterfaceLocalMulticast", Method, 18, ""},
9625 {"(Addr).IsLinkLocalMulticast", Method, 18, ""},
9626 {"(Addr).IsLinkLocalUnicast", Method, 18, ""},
9627 {"(Addr).IsLoopback", Method, 18, ""},
9628 {"(Addr).IsMulticast", Method, 18, ""},
9629 {"(Addr).IsPrivate", Method, 18, ""},
9630 {"(Addr).IsUnspecified", Method, 18, ""},
9631 {"(Addr).IsValid", Method, 18, ""},
9632 {"(Addr).Less", Method, 18, ""},
9633 {"(Addr).MarshalBinary", Method, 18, ""},
9634 {"(Addr).MarshalText", Method, 18, ""},
9635 {"(Addr).Next", Method, 18, ""},
9636 {"(Addr).Prefix", Method, 18, ""},
9637 {"(Addr).Prev", Method, 18, ""},
9638 {"(Addr).String", Method, 18, ""},
9639 {"(Addr).StringExpanded", Method, 18, ""},
9640 {"(Addr).Unmap", Method, 18, ""},
9641 {"(Addr).WithZone", Method, 18, ""},
9642 {"(Addr).Zone", Method, 18, ""},
9643 {"(AddrPort).Addr", Method, 18, ""},
9644 {"(AddrPort).AppendBinary", Method, 24, ""},
9645 {"(AddrPort).AppendText", Method, 24, ""},
9646 {"(AddrPort).AppendTo", Method, 18, ""},
9647 {"(AddrPort).Compare", Method, 22, ""},
9648 {"(AddrPort).IsValid", Method, 18, ""},
9649 {"(AddrPort).MarshalBinary", Method, 18, ""},
9650 {"(AddrPort).MarshalText", Method, 18, ""},
9651 {"(AddrPort).Port", Method, 18, ""},
9652 {"(AddrPort).String", Method, 18, ""},
9653 {"(Prefix).Addr", Method, 18, ""},
9654 {"(Prefix).AppendBinary", Method, 24, ""},
9655 {"(Prefix).AppendText", Method, 24, ""},
9656 {"(Prefix).AppendTo", Method, 18, ""},
9657 {"(Prefix).Bits", Method, 18, ""},
9658 {"(Prefix).Compare", Method, 26, ""},
9659 {"(Prefix).Contains", Method, 18, ""},
9660 {"(Prefix).IsSingleIP", Method, 18, ""},
9661 {"(Prefix).IsValid", Method, 18, ""},
9662 {"(Prefix).MarshalBinary", Method, 18, ""},
9663 {"(Prefix).MarshalText", Method, 18, ""},
9664 {"(Prefix).Masked", Method, 18, ""},
9665 {"(Prefix).Overlaps", Method, 18, ""},
9666 {"(Prefix).String", Method, 18, ""},
9667 {"Addr", Type, 18, ""},
9668 {"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
9669 {"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
9670 {"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
9671 {"AddrPort", Type, 18, ""},
9672 {"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
9673 {"IPv4Unspecified", Func, 18, "func() Addr"},
9674 {"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
9675 {"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
9676 {"IPv6Loopback", Func, 20, "func() Addr"},
9677 {"IPv6Unspecified", Func, 18, "func() Addr"},
9678 {"MustParseAddr", Func, 18, "func(s string) Addr"},
9679 {"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
9680 {"MustParsePrefix", Func, 18, "func(s string) Prefix"},
9681 {"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
9682 {"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
9683 {"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
9684 {"Prefix", Type, 18, ""},
9685 {"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
9686 },
9687 "net/rpc": {
9688 {"(*Client).Call", Method, 0, ""},
9689 {"(*Client).Close", Method, 0, ""},
9690 {"(*Client).Go", Method, 0, ""},
9691 {"(*Server).Accept", Method, 0, ""},
9692 {"(*Server).HandleHTTP", Method, 0, ""},
9693 {"(*Server).Register", Method, 0, ""},
9694 {"(*Server).RegisterName", Method, 0, ""},
9695 {"(*Server).ServeCodec", Method, 0, ""},
9696 {"(*Server).ServeConn", Method, 0, ""},
9697 {"(*Server).ServeHTTP", Method, 0, ""},
9698 {"(*Server).ServeRequest", Method, 0, ""},
9699 {"(ClientCodec).Close", Method, 0, ""},
9700 {"(ClientCodec).ReadResponseBody", Method, 0, ""},
9701 {"(ClientCodec).ReadResponseHeader", Method, 0, ""},
9702 {"(ClientCodec).WriteRequest", Method, 0, ""},
9703 {"(ServerCodec).Close", Method, 0, ""},
9704 {"(ServerCodec).ReadRequestBody", Method, 0, ""},
9705 {"(ServerCodec).ReadRequestHeader", Method, 0, ""},
9706 {"(ServerCodec).WriteResponse", Method, 0, ""},
9707 {"(ServerError).Error", Method, 0, ""},
9708 {"Accept", Func, 0, "func(lis net.Listener)"},
9709 {"Call", Type, 0, ""},
9710 {"Call.Args", Field, 0, ""},
9711 {"Call.Done", Field, 0, ""},
9712 {"Call.Error", Field, 0, ""},
9713 {"Call.Reply", Field, 0, ""},
9714 {"Call.ServiceMethod", Field, 0, ""},
9715 {"Client", Type, 0, ""},
9716 {"ClientCodec", Type, 0, ""},
9717 {"DefaultDebugPath", Const, 0, ""},
9718 {"DefaultRPCPath", Const, 0, ""},
9719 {"DefaultServer", Var, 0, ""},
9720 {"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
9721 {"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
9722 {"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
9723 {"ErrShutdown", Var, 0, ""},
9724 {"HandleHTTP", Func, 0, "func()"},
9725 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
9726 {"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
9727 {"NewServer", Func, 0, "func() *Server"},
9728 {"Register", Func, 0, "func(rcvr any) error"},
9729 {"RegisterName", Func, 0, "func(name string, rcvr any) error"},
9730 {"Request", Type, 0, ""},
9731 {"Request.Seq", Field, 0, ""},
9732 {"Request.ServiceMethod", Field, 0, ""},
9733 {"Response", Type, 0, ""},
9734 {"Response.Error", Field, 0, ""},
9735 {"Response.Seq", Field, 0, ""},
9736 {"Response.ServiceMethod", Field, 0, ""},
9737 {"ServeCodec", Func, 0, "func(codec ServerCodec)"},
9738 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9739 {"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
9740 {"Server", Type, 0, ""},
9741 {"ServerCodec", Type, 0, ""},
9742 {"ServerError", Type, 0, ""},
9743 },
9744 "net/rpc/jsonrpc": {
9745 {"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
9746 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
9747 {"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
9748 {"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
9749 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9750 },
9751 "net/smtp": {
9752 {"(*Client).Auth", Method, 0, ""},
9753 {"(*Client).Close", Method, 2, ""},
9754 {"(*Client).Data", Method, 0, ""},
9755 {"(*Client).Extension", Method, 0, ""},
9756 {"(*Client).Hello", Method, 1, ""},
9757 {"(*Client).Mail", Method, 0, ""},
9758 {"(*Client).Noop", Method, 10, ""},
9759 {"(*Client).Quit", Method, 0, ""},
9760 {"(*Client).Rcpt", Method, 0, ""},
9761 {"(*Client).Reset", Method, 0, ""},
9762 {"(*Client).StartTLS", Method, 0, ""},
9763 {"(*Client).TLSConnectionState", Method, 5, ""},
9764 {"(*Client).Verify", Method, 0, ""},
9765 {"(Auth).Next", Method, 0, ""},
9766 {"(Auth).Start", Method, 0, ""},
9767 {"Auth", Type, 0, ""},
9768 {"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
9769 {"Client", Type, 0, ""},
9770 {"Client.Text", Field, 0, ""},
9771 {"Dial", Func, 0, "func(addr string) (*Client, error)"},
9772 {"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
9773 {"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
9774 {"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
9775 {"ServerInfo", Type, 0, ""},
9776 {"ServerInfo.Auth", Field, 0, ""},
9777 {"ServerInfo.Name", Field, 0, ""},
9778 {"ServerInfo.TLS", Field, 0, ""},
9779 },
9780 "net/textproto": {
9781 {"(*Conn).Close", Method, 0, ""},
9782 {"(*Conn).Cmd", Method, 0, ""},
9783 {"(*Conn).DotReader", Method, 0, ""},
9784 {"(*Conn).DotWriter", Method, 0, ""},
9785 {"(*Conn).EndRequest", Method, 0, ""},
9786 {"(*Conn).EndResponse", Method, 0, ""},
9787 {"(*Conn).Next", Method, 0, ""},
9788 {"(*Conn).PrintfLine", Method, 0, ""},
9789 {"(*Conn).ReadCodeLine", Method, 0, ""},
9790 {"(*Conn).ReadContinuedLine", Method, 0, ""},
9791 {"(*Conn).ReadContinuedLineBytes", Method, 0, ""},
9792 {"(*Conn).ReadDotBytes", Method, 0, ""},
9793 {"(*Conn).ReadDotLines", Method, 0, ""},
9794 {"(*Conn).ReadLine", Method, 0, ""},
9795 {"(*Conn).ReadLineBytes", Method, 0, ""},
9796 {"(*Conn).ReadMIMEHeader", Method, 0, ""},
9797 {"(*Conn).ReadResponse", Method, 0, ""},
9798 {"(*Conn).StartRequest", Method, 0, ""},
9799 {"(*Conn).StartResponse", Method, 0, ""},
9800 {"(*Error).Error", Method, 0, ""},
9801 {"(*Pipeline).EndRequest", Method, 0, ""},
9802 {"(*Pipeline).EndResponse", Method, 0, ""},
9803 {"(*Pipeline).Next", Method, 0, ""},
9804 {"(*Pipeline).StartRequest", Method, 0, ""},
9805 {"(*Pipeline).StartResponse", Method, 0, ""},
9806 {"(*Reader).DotReader", Method, 0, ""},
9807 {"(*Reader).ReadCodeLine", Method, 0, ""},
9808 {"(*Reader).ReadContinuedLine", Method, 0, ""},
9809 {"(*Reader).ReadContinuedLineBytes", Method, 0, ""},
9810 {"(*Reader).ReadDotBytes", Method, 0, ""},
9811 {"(*Reader).ReadDotLines", Method, 0, ""},
9812 {"(*Reader).ReadLine", Method, 0, ""},
9813 {"(*Reader).ReadLineBytes", Method, 0, ""},
9814 {"(*Reader).ReadMIMEHeader", Method, 0, ""},
9815 {"(*Reader).ReadResponse", Method, 0, ""},
9816 {"(*Writer).DotWriter", Method, 0, ""},
9817 {"(*Writer).PrintfLine", Method, 0, ""},
9818 {"(MIMEHeader).Add", Method, 0, ""},
9819 {"(MIMEHeader).Del", Method, 0, ""},
9820 {"(MIMEHeader).Get", Method, 0, ""},
9821 {"(MIMEHeader).Set", Method, 0, ""},
9822 {"(MIMEHeader).Values", Method, 14, ""},
9823 {"(ProtocolError).Error", Method, 0, ""},
9824 {"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
9825 {"Conn", Type, 0, ""},
9826 {"Conn.Pipeline", Field, 0, ""},
9827 {"Conn.Reader", Field, 0, ""},
9828 {"Conn.Writer", Field, 0, ""},
9829 {"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
9830 {"Error", Type, 0, ""},
9831 {"Error.Code", Field, 0, ""},
9832 {"Error.Msg", Field, 0, ""},
9833 {"MIMEHeader", Type, 0, ""},
9834 {"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
9835 {"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
9836 {"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
9837 {"Pipeline", Type, 0, ""},
9838 {"ProtocolError", Type, 0, ""},
9839 {"Reader", Type, 0, ""},
9840 {"Reader.R", Field, 0, ""},
9841 {"TrimBytes", Func, 1, "func(b []byte) []byte"},
9842 {"TrimString", Func, 1, "func(s string) string"},
9843 {"Writer", Type, 0, ""},
9844 {"Writer.W", Field, 0, ""},
9845 },
9846 "net/url": {
9847 {"(*Error).Error", Method, 0, ""},
9848 {"(*Error).Temporary", Method, 6, ""},
9849 {"(*Error).Timeout", Method, 6, ""},
9850 {"(*Error).Unwrap", Method, 13, ""},
9851 {"(*URL).AppendBinary", Method, 24, ""},
9852 {"(*URL).Clone", Method, 27, ""},
9853 {"(*URL).EscapedFragment", Method, 15, ""},
9854 {"(*URL).EscapedPath", Method, 5, ""},
9855 {"(*URL).Hostname", Method, 8, ""},
9856 {"(*URL).IsAbs", Method, 0, ""},
9857 {"(*URL).JoinPath", Method, 19, ""},
9858 {"(*URL).MarshalBinary", Method, 8, ""},
9859 {"(*URL).Parse", Method, 0, ""},
9860 {"(*URL).Port", Method, 8, ""},
9861 {"(*URL).Query", Method, 0, ""},
9862 {"(*URL).Redacted", Method, 15, ""},
9863 {"(*URL).RequestURI", Method, 0, ""},
9864 {"(*URL).ResolveReference", Method, 0, ""},
9865 {"(*URL).String", Method, 0, ""},
9866 {"(*URL).UnmarshalBinary", Method, 8, ""},
9867 {"(*Userinfo).Password", Method, 0, ""},
9868 {"(*Userinfo).String", Method, 0, ""},
9869 {"(*Userinfo).Username", Method, 0, ""},
9870 {"(EscapeError).Error", Method, 0, ""},
9871 {"(InvalidHostError).Error", Method, 6, ""},
9872 {"(Values).Add", Method, 0, ""},
9873 {"(Values).Clone", Method, 27, ""},
9874 {"(Values).Del", Method, 0, ""},
9875 {"(Values).Encode", Method, 0, ""},
9876 {"(Values).Get", Method, 0, ""},
9877 {"(Values).Has", Method, 17, ""},
9878 {"(Values).Set", Method, 0, ""},
9879 {"Error", Type, 0, ""},
9880 {"Error.Err", Field, 0, ""},
9881 {"Error.Op", Field, 0, ""},
9882 {"Error.URL", Field, 0, ""},
9883 {"EscapeError", Type, 0, ""},
9884 {"InvalidHostError", Type, 6, ""},
9885 {"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
9886 {"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
9887 {"ParseQuery", Func, 0, "func(query string) (Values, error)"},
9888 {"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
9889 {"PathEscape", Func, 8, "func(s string) string"},
9890 {"PathUnescape", Func, 8, "func(s string) (string, error)"},
9891 {"QueryEscape", Func, 0, "func(s string) string"},
9892 {"QueryUnescape", Func, 0, "func(s string) (string, error)"},
9893 {"URL", Type, 0, ""},
9894 {"URL.ForceQuery", Field, 7, ""},
9895 {"URL.Fragment", Field, 0, ""},
9896 {"URL.Host", Field, 0, ""},
9897 {"URL.OmitHost", Field, 19, ""},
9898 {"URL.Opaque", Field, 0, ""},
9899 {"URL.Path", Field, 0, ""},
9900 {"URL.RawFragment", Field, 15, ""},
9901 {"URL.RawPath", Field, 5, ""},
9902 {"URL.RawQuery", Field, 0, ""},
9903 {"URL.Scheme", Field, 0, ""},
9904 {"URL.User", Field, 0, ""},
9905 {"User", Func, 0, "func(username string) *Userinfo"},
9906 {"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
9907 {"Userinfo", Type, 0, ""},
9908 {"Values", Type, 0, ""},
9909 },
9910 "os": {
9911 {"(*File).Chdir", Method, 0, ""},
9912 {"(*File).Chmod", Method, 0, ""},
9913 {"(*File).Chown", Method, 0, ""},
9914 {"(*File).Close", Method, 0, ""},
9915 {"(*File).Fd", Method, 0, ""},
9916 {"(*File).Name", Method, 0, ""},
9917 {"(*File).Read", Method, 0, ""},
9918 {"(*File).ReadAt", Method, 0, ""},
9919 {"(*File).ReadDir", Method, 16, ""},
9920 {"(*File).ReadFrom", Method, 15, ""},
9921 {"(*File).Readdir", Method, 0, ""},
9922 {"(*File).Readdirnames", Method, 0, ""},
9923 {"(*File).Seek", Method, 0, ""},
9924 {"(*File).SetDeadline", Method, 10, ""},
9925 {"(*File).SetReadDeadline", Method, 10, ""},
9926 {"(*File).SetWriteDeadline", Method, 10, ""},
9927 {"(*File).Stat", Method, 0, ""},
9928 {"(*File).Sync", Method, 0, ""},
9929 {"(*File).SyscallConn", Method, 12, ""},
9930 {"(*File).Truncate", Method, 0, ""},
9931 {"(*File).Write", Method, 0, ""},
9932 {"(*File).WriteAt", Method, 0, ""},
9933 {"(*File).WriteString", Method, 0, ""},
9934 {"(*File).WriteTo", Method, 22, ""},
9935 {"(*LinkError).Error", Method, 0, ""},
9936 {"(*LinkError).Unwrap", Method, 13, ""},
9937 {"(*PathError).Error", Method, 0, ""},
9938 {"(*PathError).Timeout", Method, 10, ""},
9939 {"(*PathError).Unwrap", Method, 13, ""},
9940 {"(*Process).Kill", Method, 0, ""},
9941 {"(*Process).Release", Method, 0, ""},
9942 {"(*Process).Signal", Method, 0, ""},
9943 {"(*Process).Wait", Method, 0, ""},
9944 {"(*Process).WithHandle", Method, 26, ""},
9945 {"(*ProcessState).ExitCode", Method, 12, ""},
9946 {"(*ProcessState).Exited", Method, 0, ""},
9947 {"(*ProcessState).Pid", Method, 0, ""},
9948 {"(*ProcessState).String", Method, 0, ""},
9949 {"(*ProcessState).Success", Method, 0, ""},
9950 {"(*ProcessState).Sys", Method, 0, ""},
9951 {"(*ProcessState).SysUsage", Method, 0, ""},
9952 {"(*ProcessState).SystemTime", Method, 0, ""},
9953 {"(*ProcessState).UserTime", Method, 0, ""},
9954 {"(*Root).Chmod", Method, 25, ""},
9955 {"(*Root).Chown", Method, 25, ""},
9956 {"(*Root).Chtimes", Method, 25, ""},
9957 {"(*Root).Close", Method, 24, ""},
9958 {"(*Root).Create", Method, 24, ""},
9959 {"(*Root).FS", Method, 24, ""},
9960 {"(*Root).Lchown", Method, 25, ""},
9961 {"(*Root).Link", Method, 25, ""},
9962 {"(*Root).Lstat", Method, 24, ""},
9963 {"(*Root).Mkdir", Method, 24, ""},
9964 {"(*Root).MkdirAll", Method, 25, ""},
9965 {"(*Root).Name", Method, 24, ""},
9966 {"(*Root).Open", Method, 24, ""},
9967 {"(*Root).OpenFile", Method, 24, ""},
9968 {"(*Root).OpenRoot", Method, 24, ""},
9969 {"(*Root).ReadFile", Method, 25, ""},
9970 {"(*Root).Readlink", Method, 25, ""},
9971 {"(*Root).Remove", Method, 24, ""},
9972 {"(*Root).RemoveAll", Method, 25, ""},
9973 {"(*Root).Rename", Method, 25, ""},
9974 {"(*Root).Stat", Method, 24, ""},
9975 {"(*Root).Symlink", Method, 25, ""},
9976 {"(*Root).WriteFile", Method, 25, ""},
9977 {"(*SyscallError).Error", Method, 0, ""},
9978 {"(*SyscallError).Timeout", Method, 10, ""},
9979 {"(*SyscallError).Unwrap", Method, 13, ""},
9980 {"(FileInfo).IsDir", Method, 0, ""},
9981 {"(FileInfo).ModTime", Method, 0, ""},
9982 {"(FileInfo).Mode", Method, 0, ""},
9983 {"(FileInfo).Name", Method, 0, ""},
9984 {"(FileInfo).Size", Method, 0, ""},
9985 {"(FileInfo).Sys", Method, 0, ""},
9986 {"(FileMode).IsDir", Method, 0, ""},
9987 {"(FileMode).IsRegular", Method, 1, ""},
9988 {"(FileMode).Perm", Method, 0, ""},
9989 {"(FileMode).String", Method, 0, ""},
9990 {"(Signal).Signal", Method, 0, ""},
9991 {"(Signal).String", Method, 0, ""},
9992 {"Args", Var, 0, ""},
9993 {"Chdir", Func, 0, "func(dir string) error"},
9994 {"Chmod", Func, 0, "func(name string, mode FileMode) error"},
9995 {"Chown", Func, 0, "func(name string, uid int, gid int) error"},
9996 {"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
9997 {"Clearenv", Func, 0, "func()"},
9998 {"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
9999 {"Create", Func, 0, "func(name string) (*File, error)"},
10000 {"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
10001 {"DevNull", Const, 0, ""},
10002 {"DirEntry", Type, 16, ""},
10003 {"DirFS", Func, 16, "func(dir string) fs.FS"},
10004 {"Environ", Func, 0, "func() []string"},
10005 {"ErrClosed", Var, 8, ""},
10006 {"ErrDeadlineExceeded", Var, 15, ""},
10007 {"ErrExist", Var, 0, ""},
10008 {"ErrInvalid", Var, 0, ""},
10009 {"ErrNoDeadline", Var, 10, ""},
10010 {"ErrNoHandle", Var, 26, ""},
10011 {"ErrNotExist", Var, 0, ""},
10012 {"ErrPermission", Var, 0, ""},
10013 {"ErrProcessDone", Var, 16, ""},
10014 {"Executable", Func, 8, "func() (string, error)"},
10015 {"Exit", Func, 0, "func(code int)"},
10016 {"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
10017 {"ExpandEnv", Func, 0, "func(s string) string"},
10018 {"File", Type, 0, ""},
10019 {"FileInfo", Type, 0, ""},
10020 {"FileMode", Type, 0, ""},
10021 {"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
10022 {"Getegid", Func, 0, "func() int"},
10023 {"Getenv", Func, 0, "func(key string) string"},
10024 {"Geteuid", Func, 0, "func() int"},
10025 {"Getgid", Func, 0, "func() int"},
10026 {"Getgroups", Func, 0, "func() ([]int, error)"},
10027 {"Getpagesize", Func, 0, "func() int"},
10028 {"Getpid", Func, 0, "func() int"},
10029 {"Getppid", Func, 0, "func() int"},
10030 {"Getuid", Func, 0, "func() int"},
10031 {"Getwd", Func, 0, "func() (dir string, err error)"},
10032 {"Hostname", Func, 0, "func() (name string, err error)"},
10033 {"Interrupt", Var, 0, ""},
10034 {"IsExist", Func, 0, "func(err error) bool"},
10035 {"IsNotExist", Func, 0, "func(err error) bool"},
10036 {"IsPathSeparator", Func, 0, "func(c uint8) bool"},
10037 {"IsPermission", Func, 0, "func(err error) bool"},
10038 {"IsTimeout", Func, 10, "func(err error) bool"},
10039 {"Kill", Var, 0, ""},
10040 {"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
10041 {"Link", Func, 0, "func(oldname string, newname string) error"},
10042 {"LinkError", Type, 0, ""},
10043 {"LinkError.Err", Field, 0, ""},
10044 {"LinkError.New", Field, 0, ""},
10045 {"LinkError.Old", Field, 0, ""},
10046 {"LinkError.Op", Field, 0, ""},
10047 {"LookupEnv", Func, 5, "func(key string) (string, bool)"},
10048 {"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
10049 {"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
10050 {"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
10051 {"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
10052 {"ModeAppend", Const, 0, ""},
10053 {"ModeCharDevice", Const, 0, ""},
10054 {"ModeDevice", Const, 0, ""},
10055 {"ModeDir", Const, 0, ""},
10056 {"ModeExclusive", Const, 0, ""},
10057 {"ModeIrregular", Const, 11, ""},
10058 {"ModeNamedPipe", Const, 0, ""},
10059 {"ModePerm", Const, 0, ""},
10060 {"ModeSetgid", Const, 0, ""},
10061 {"ModeSetuid", Const, 0, ""},
10062 {"ModeSocket", Const, 0, ""},
10063 {"ModeSticky", Const, 0, ""},
10064 {"ModeSymlink", Const, 0, ""},
10065 {"ModeTemporary", Const, 0, ""},
10066 {"ModeType", Const, 0, ""},
10067 {"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
10068 {"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
10069 {"O_APPEND", Const, 0, ""},
10070 {"O_CREATE", Const, 0, ""},
10071 {"O_EXCL", Const, 0, ""},
10072 {"O_RDONLY", Const, 0, ""},
10073 {"O_RDWR", Const, 0, ""},
10074 {"O_SYNC", Const, 0, ""},
10075 {"O_TRUNC", Const, 0, ""},
10076 {"O_WRONLY", Const, 0, ""},
10077 {"Open", Func, 0, "func(name string) (*File, error)"},
10078 {"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
10079 {"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
10080 {"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
10081 {"PathError", Type, 0, ""},
10082 {"PathError.Err", Field, 0, ""},
10083 {"PathError.Op", Field, 0, ""},
10084 {"PathError.Path", Field, 0, ""},
10085 {"PathListSeparator", Const, 0, ""},
10086 {"PathSeparator", Const, 0, ""},
10087 {"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
10088 {"ProcAttr", Type, 0, ""},
10089 {"ProcAttr.Dir", Field, 0, ""},
10090 {"ProcAttr.Env", Field, 0, ""},
10091 {"ProcAttr.Files", Field, 0, ""},
10092 {"ProcAttr.Sys", Field, 0, ""},
10093 {"Process", Type, 0, ""},
10094 {"Process.Pid", Field, 0, ""},
10095 {"ProcessState", Type, 0, ""},
10096 {"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
10097 {"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
10098 {"Readlink", Func, 0, "func(name string) (string, error)"},
10099 {"Remove", Func, 0, "func(name string) error"},
10100 {"RemoveAll", Func, 0, "func(path string) error"},
10101 {"Rename", Func, 0, "func(oldpath string, newpath string) error"},
10102 {"Root", Type, 24, ""},
10103 {"SEEK_CUR", Const, 0, ""},
10104 {"SEEK_END", Const, 0, ""},
10105 {"SEEK_SET", Const, 0, ""},
10106 {"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
10107 {"Setenv", Func, 0, "func(key string, value string) error"},
10108 {"Signal", Type, 0, ""},
10109 {"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
10110 {"Stat", Func, 0, "func(name string) (FileInfo, error)"},
10111 {"Stderr", Var, 0, ""},
10112 {"Stdin", Var, 0, ""},
10113 {"Stdout", Var, 0, ""},
10114 {"Symlink", Func, 0, "func(oldname string, newname string) error"},
10115 {"SyscallError", Type, 0, ""},
10116 {"SyscallError.Err", Field, 0, ""},
10117 {"SyscallError.Syscall", Field, 0, ""},
10118 {"TempDir", Func, 0, "func() string"},
10119 {"Truncate", Func, 0, "func(name string, size int64) error"},
10120 {"Unsetenv", Func, 4, "func(key string) error"},
10121 {"UserCacheDir", Func, 11, "func() (string, error)"},
10122 {"UserConfigDir", Func, 13, "func() (string, error)"},
10123 {"UserHomeDir", Func, 12, "func() (string, error)"},
10124 {"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
10125 },
10126 "os/exec": {
10127 {"(*Cmd).CombinedOutput", Method, 0, ""},
10128 {"(*Cmd).Environ", Method, 19, ""},
10129 {"(*Cmd).Output", Method, 0, ""},
10130 {"(*Cmd).Run", Method, 0, ""},
10131 {"(*Cmd).Start", Method, 0, ""},
10132 {"(*Cmd).StderrPipe", Method, 0, ""},
10133 {"(*Cmd).StdinPipe", Method, 0, ""},
10134 {"(*Cmd).StdoutPipe", Method, 0, ""},
10135 {"(*Cmd).String", Method, 13, ""},
10136 {"(*Cmd).Wait", Method, 0, ""},
10137 {"(*Error).Error", Method, 0, ""},
10138 {"(*Error).Unwrap", Method, 13, ""},
10139 {"(*ExitError).Error", Method, 0, ""},
10140 {"(ExitError).ExitCode", Method, 12, ""},
10141 {"(ExitError).Exited", Method, 0, ""},
10142 {"(ExitError).Pid", Method, 0, ""},
10143 {"(ExitError).String", Method, 0, ""},
10144 {"(ExitError).Success", Method, 0, ""},
10145 {"(ExitError).Sys", Method, 0, ""},
10146 {"(ExitError).SysUsage", Method, 0, ""},
10147 {"(ExitError).SystemTime", Method, 0, ""},
10148 {"(ExitError).UserTime", Method, 0, ""},
10149 {"Cmd", Type, 0, ""},
10150 {"Cmd.Args", Field, 0, ""},
10151 {"Cmd.Cancel", Field, 20, ""},
10152 {"Cmd.Dir", Field, 0, ""},
10153 {"Cmd.Env", Field, 0, ""},
10154 {"Cmd.Err", Field, 19, ""},
10155 {"Cmd.ExtraFiles", Field, 0, ""},
10156 {"Cmd.Path", Field, 0, ""},
10157 {"Cmd.Process", Field, 0, ""},
10158 {"Cmd.ProcessState", Field, 0, ""},
10159 {"Cmd.Stderr", Field, 0, ""},
10160 {"Cmd.Stdin", Field, 0, ""},
10161 {"Cmd.Stdout", Field, 0, ""},
10162 {"Cmd.SysProcAttr", Field, 0, ""},
10163 {"Cmd.WaitDelay", Field, 20, ""},
10164 {"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
10165 {"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
10166 {"ErrDot", Var, 19, ""},
10167 {"ErrNotFound", Var, 0, ""},
10168 {"ErrWaitDelay", Var, 20, ""},
10169 {"Error", Type, 0, ""},
10170 {"Error.Err", Field, 0, ""},
10171 {"Error.Name", Field, 0, ""},
10172 {"ExitError", Type, 0, ""},
10173 {"ExitError.ProcessState", Field, 0, ""},
10174 {"ExitError.Stderr", Field, 6, ""},
10175 {"LookPath", Func, 0, "func(file string) (string, error)"},
10176 },
10177 "os/signal": {
10178 {"Ignore", Func, 5, "func(sig ...os.Signal)"},
10179 {"Ignored", Func, 11, "func(sig os.Signal) bool"},
10180 {"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
10181 {"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
10182 {"Reset", Func, 5, "func(sig ...os.Signal)"},
10183 {"Stop", Func, 1, "func(c chan<- os.Signal)"},
10184 },
10185 "os/user": {
10186 {"(*User).GroupIds", Method, 7, ""},
10187 {"(UnknownGroupError).Error", Method, 7, ""},
10188 {"(UnknownGroupIdError).Error", Method, 7, ""},
10189 {"(UnknownUserError).Error", Method, 0, ""},
10190 {"(UnknownUserIdError).Error", Method, 0, ""},
10191 {"Current", Func, 0, "func() (*User, error)"},
10192 {"Group", Type, 7, ""},
10193 {"Group.Gid", Field, 7, ""},
10194 {"Group.Name", Field, 7, ""},
10195 {"Lookup", Func, 0, "func(username string) (*User, error)"},
10196 {"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
10197 {"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
10198 {"LookupId", Func, 0, "func(uid string) (*User, error)"},
10199 {"UnknownGroupError", Type, 7, ""},
10200 {"UnknownGroupIdError", Type, 7, ""},
10201 {"UnknownUserError", Type, 0, ""},
10202 {"UnknownUserIdError", Type, 0, ""},
10203 {"User", Type, 0, ""},
10204 {"User.Gid", Field, 0, ""},
10205 {"User.HomeDir", Field, 0, ""},
10206 {"User.Name", Field, 0, ""},
10207 {"User.Uid", Field, 0, ""},
10208 {"User.Username", Field, 0, ""},
10209 },
10210 "path": {
10211 {"Base", Func, 0, "func(path string) string"},
10212 {"Clean", Func, 0, "func(path string) string"},
10213 {"Dir", Func, 0, "func(path string) string"},
10214 {"ErrBadPattern", Var, 0, ""},
10215 {"Ext", Func, 0, "func(path string) string"},
10216 {"IsAbs", Func, 0, "func(path string) bool"},
10217 {"Join", Func, 0, "func(elem ...string) string"},
10218 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
10219 {"Split", Func, 0, "func(path string) (dir string, file string)"},
10220 },
10221 "path/filepath": {
10222 {"Abs", Func, 0, "func(path string) (string, error)"},
10223 {"Base", Func, 0, "func(path string) string"},
10224 {"Clean", Func, 0, "func(path string) string"},
10225 {"Dir", Func, 0, "func(path string) string"},
10226 {"ErrBadPattern", Var, 0, ""},
10227 {"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
10228 {"Ext", Func, 0, "func(path string) string"},
10229 {"FromSlash", Func, 0, "func(path string) string"},
10230 {"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
10231 {"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
10232 {"IsAbs", Func, 0, "func(path string) bool"},
10233 {"IsLocal", Func, 20, "func(path string) bool"},
10234 {"Join", Func, 0, "func(elem ...string) string"},
10235 {"ListSeparator", Const, 0, ""},
10236 {"Localize", Func, 23, "func(path string) (string, error)"},
10237 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
10238 {"Rel", Func, 0, "func(basePath string, targPath string) (string, error)"},
10239 {"Separator", Const, 0, ""},
10240 {"SkipAll", Var, 20, ""},
10241 {"SkipDir", Var, 0, ""},
10242 {"Split", Func, 0, "func(path string) (dir string, file string)"},
10243 {"SplitList", Func, 0, "func(path string) []string"},
10244 {"ToSlash", Func, 0, "func(path string) string"},
10245 {"VolumeName", Func, 0, "func(path string) string"},
10246 {"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
10247 {"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
10248 {"WalkFunc", Type, 0, ""},
10249 },
10250 "plugin": {
10251 {"(*Plugin).Lookup", Method, 8, ""},
10252 {"Open", Func, 8, "func(path string) (*Plugin, error)"},
10253 {"Plugin", Type, 8, ""},
10254 {"Symbol", Type, 8, ""},
10255 },
10256 "reflect": {
10257 {"(*MapIter).Key", Method, 12, ""},
10258 {"(*MapIter).Next", Method, 12, ""},
10259 {"(*MapIter).Reset", Method, 18, ""},
10260 {"(*MapIter).Value", Method, 12, ""},
10261 {"(*ValueError).Error", Method, 0, ""},
10262 {"(ChanDir).String", Method, 0, ""},
10263 {"(Kind).String", Method, 0, ""},
10264 {"(Method).IsExported", Method, 17, ""},
10265 {"(StructField).IsExported", Method, 17, ""},
10266 {"(StructTag).Get", Method, 0, ""},
10267 {"(StructTag).Lookup", Method, 7, ""},
10268 {"(Type).Align", Method, 0, ""},
10269 {"(Type).AssignableTo", Method, 0, ""},
10270 {"(Type).Bits", Method, 0, ""},
10271 {"(Type).CanSeq", Method, 23, ""},
10272 {"(Type).CanSeq2", Method, 23, ""},
10273 {"(Type).ChanDir", Method, 0, ""},
10274 {"(Type).Comparable", Method, 4, ""},
10275 {"(Type).ConvertibleTo", Method, 1, ""},
10276 {"(Type).Elem", Method, 0, ""},
10277 {"(Type).Field", Method, 0, ""},
10278 {"(Type).FieldAlign", Method, 0, ""},
10279 {"(Type).FieldByIndex", Method, 0, ""},
10280 {"(Type).FieldByName", Method, 0, ""},
10281 {"(Type).FieldByNameFunc", Method, 0, ""},
10282 {"(Type).Fields", Method, 26, ""},
10283 {"(Type).Implements", Method, 0, ""},
10284 {"(Type).In", Method, 0, ""},
10285 {"(Type).Ins", Method, 26, ""},
10286 {"(Type).IsVariadic", Method, 0, ""},
10287 {"(Type).Key", Method, 0, ""},
10288 {"(Type).Kind", Method, 0, ""},
10289 {"(Type).Len", Method, 0, ""},
10290 {"(Type).Method", Method, 0, ""},
10291 {"(Type).MethodByName", Method, 0, ""},
10292 {"(Type).Methods", Method, 26, ""},
10293 {"(Type).Name", Method, 0, ""},
10294 {"(Type).NumField", Method, 0, ""},
10295 {"(Type).NumIn", Method, 0, ""},
10296 {"(Type).NumMethod", Method, 0, ""},
10297 {"(Type).NumOut", Method, 0, ""},
10298 {"(Type).Out", Method, 0, ""},
10299 {"(Type).Outs", Method, 26, ""},
10300 {"(Type).OverflowComplex", Method, 23, ""},
10301 {"(Type).OverflowFloat", Method, 23, ""},
10302 {"(Type).OverflowInt", Method, 23, ""},
10303 {"(Type).OverflowUint", Method, 23, ""},
10304 {"(Type).PkgPath", Method, 0, ""},
10305 {"(Type).Size", Method, 0, ""},
10306 {"(Type).String", Method, 0, ""},
10307 {"(Value).Addr", Method, 0, ""},
10308 {"(Value).Bool", Method, 0, ""},
10309 {"(Value).Bytes", Method, 0, ""},
10310 {"(Value).Call", Method, 0, ""},
10311 {"(Value).CallSlice", Method, 0, ""},
10312 {"(Value).CanAddr", Method, 0, ""},
10313 {"(Value).CanComplex", Method, 18, ""},
10314 {"(Value).CanConvert", Method, 17, ""},
10315 {"(Value).CanFloat", Method, 18, ""},
10316 {"(Value).CanInt", Method, 18, ""},
10317 {"(Value).CanInterface", Method, 0, ""},
10318 {"(Value).CanSet", Method, 0, ""},
10319 {"(Value).CanUint", Method, 18, ""},
10320 {"(Value).Cap", Method, 0, ""},
10321 {"(Value).Clear", Method, 21, ""},
10322 {"(Value).Close", Method, 0, ""},
10323 {"(Value).Comparable", Method, 20, ""},
10324 {"(Value).Complex", Method, 0, ""},
10325 {"(Value).Convert", Method, 1, ""},
10326 {"(Value).Elem", Method, 0, ""},
10327 {"(Value).Equal", Method, 20, ""},
10328 {"(Value).Field", Method, 0, ""},
10329 {"(Value).FieldByIndex", Method, 0, ""},
10330 {"(Value).FieldByIndexErr", Method, 18, ""},
10331 {"(Value).FieldByName", Method, 0, ""},
10332 {"(Value).FieldByNameFunc", Method, 0, ""},
10333 {"(Value).Fields", Method, 26, ""},
10334 {"(Value).Float", Method, 0, ""},
10335 {"(Value).Grow", Method, 20, ""},
10336 {"(Value).Index", Method, 0, ""},
10337 {"(Value).Int", Method, 0, ""},
10338 {"(Value).Interface", Method, 0, ""},
10339 {"(Value).InterfaceData", Method, 0, ""},
10340 {"(Value).IsNil", Method, 0, ""},
10341 {"(Value).IsValid", Method, 0, ""},
10342 {"(Value).IsZero", Method, 13, ""},
10343 {"(Value).Kind", Method, 0, ""},
10344 {"(Value).Len", Method, 0, ""},
10345 {"(Value).MapIndex", Method, 0, ""},
10346 {"(Value).MapKeys", Method, 0, ""},
10347 {"(Value).MapRange", Method, 12, ""},
10348 {"(Value).Method", Method, 0, ""},
10349 {"(Value).MethodByName", Method, 0, ""},
10350 {"(Value).Methods", Method, 26, ""},
10351 {"(Value).NumField", Method, 0, ""},
10352 {"(Value).NumMethod", Method, 0, ""},
10353 {"(Value).OverflowComplex", Method, 0, ""},
10354 {"(Value).OverflowFloat", Method, 0, ""},
10355 {"(Value).OverflowInt", Method, 0, ""},
10356 {"(Value).OverflowUint", Method, 0, ""},
10357 {"(Value).Pointer", Method, 0, ""},
10358 {"(Value).Recv", Method, 0, ""},
10359 {"(Value).Send", Method, 0, ""},
10360 {"(Value).Seq", Method, 23, ""},
10361 {"(Value).Seq2", Method, 23, ""},
10362 {"(Value).Set", Method, 0, ""},
10363 {"(Value).SetBool", Method, 0, ""},
10364 {"(Value).SetBytes", Method, 0, ""},
10365 {"(Value).SetCap", Method, 2, ""},
10366 {"(Value).SetComplex", Method, 0, ""},
10367 {"(Value).SetFloat", Method, 0, ""},
10368 {"(Value).SetInt", Method, 0, ""},
10369 {"(Value).SetIterKey", Method, 18, ""},
10370 {"(Value).SetIterValue", Method, 18, ""},
10371 {"(Value).SetLen", Method, 0, ""},
10372 {"(Value).SetMapIndex", Method, 0, ""},
10373 {"(Value).SetPointer", Method, 0, ""},
10374 {"(Value).SetString", Method, 0, ""},
10375 {"(Value).SetUint", Method, 0, ""},
10376 {"(Value).SetZero", Method, 20, ""},
10377 {"(Value).Slice", Method, 0, ""},
10378 {"(Value).Slice3", Method, 2, ""},
10379 {"(Value).String", Method, 0, ""},
10380 {"(Value).TryRecv", Method, 0, ""},
10381 {"(Value).TrySend", Method, 0, ""},
10382 {"(Value).Type", Method, 0, ""},
10383 {"(Value).Uint", Method, 0, ""},
10384 {"(Value).UnsafeAddr", Method, 0, ""},
10385 {"(Value).UnsafePointer", Method, 18, ""},
10386 {"Append", Func, 0, "func(s Value, x ...Value) Value"},
10387 {"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
10388 {"Array", Const, 0, ""},
10389 {"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
10390 {"Bool", Const, 0, ""},
10391 {"BothDir", Const, 0, ""},
10392 {"Chan", Const, 0, ""},
10393 {"ChanDir", Type, 0, ""},
10394 {"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
10395 {"Complex128", Const, 0, ""},
10396 {"Complex64", Const, 0, ""},
10397 {"Copy", Func, 0, "func(dst Value, src Value) int"},
10398 {"DeepEqual", Func, 0, "func(x any, y any) bool"},
10399 {"Float32", Const, 0, ""},
10400 {"Float64", Const, 0, ""},
10401 {"Func", Const, 0, ""},
10402 {"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
10403 {"Indirect", Func, 0, "func(v Value) Value"},
10404 {"Int", Const, 0, ""},
10405 {"Int16", Const, 0, ""},
10406 {"Int32", Const, 0, ""},
10407 {"Int64", Const, 0, ""},
10408 {"Int8", Const, 0, ""},
10409 {"Interface", Const, 0, ""},
10410 {"Invalid", Const, 0, ""},
10411 {"Kind", Type, 0, ""},
10412 {"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
10413 {"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
10414 {"MakeMap", Func, 0, "func(typ Type) Value"},
10415 {"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
10416 {"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
10417 {"Map", Const, 0, ""},
10418 {"MapIter", Type, 12, ""},
10419 {"MapOf", Func, 1, "func(key Type, elem Type) Type"},
10420 {"Method", Type, 0, ""},
10421 {"Method.Func", Field, 0, ""},
10422 {"Method.Index", Field, 0, ""},
10423 {"Method.Name", Field, 0, ""},
10424 {"Method.PkgPath", Field, 0, ""},
10425 {"Method.Type", Field, 0, ""},
10426 {"New", Func, 0, "func(typ Type) Value"},
10427 {"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
10428 {"Pointer", Const, 18, ""},
10429 {"PointerTo", Func, 18, "func(t Type) Type"},
10430 {"Ptr", Const, 0, ""},
10431 {"PtrTo", Func, 0, "func(t Type) Type"},
10432 {"RecvDir", Const, 0, ""},
10433 {"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
10434 {"SelectCase", Type, 1, ""},
10435 {"SelectCase.Chan", Field, 1, ""},
10436 {"SelectCase.Dir", Field, 1, ""},
10437 {"SelectCase.Send", Field, 1, ""},
10438 {"SelectDefault", Const, 1, ""},
10439 {"SelectDir", Type, 1, ""},
10440 {"SelectRecv", Const, 1, ""},
10441 {"SelectSend", Const, 1, ""},
10442 {"SendDir", Const, 0, ""},
10443 {"Slice", Const, 0, ""},
10444 {"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
10445 {"SliceHeader", Type, 0, ""},
10446 {"SliceHeader.Cap", Field, 0, ""},
10447 {"SliceHeader.Data", Field, 0, ""},
10448 {"SliceHeader.Len", Field, 0, ""},
10449 {"SliceOf", Func, 1, "func(t Type) Type"},
10450 {"String", Const, 0, ""},
10451 {"StringHeader", Type, 0, ""},
10452 {"StringHeader.Data", Field, 0, ""},
10453 {"StringHeader.Len", Field, 0, ""},
10454 {"Struct", Const, 0, ""},
10455 {"StructField", Type, 0, ""},
10456 {"StructField.Anonymous", Field, 0, ""},
10457 {"StructField.Index", Field, 0, ""},
10458 {"StructField.Name", Field, 0, ""},
10459 {"StructField.Offset", Field, 0, ""},
10460 {"StructField.PkgPath", Field, 0, ""},
10461 {"StructField.Tag", Field, 0, ""},
10462 {"StructField.Type", Field, 0, ""},
10463 {"StructOf", Func, 7, "func(fields []StructField) Type"},
10464 {"StructTag", Type, 0, ""},
10465 {"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
10466 {"TypeAssert", Func, 25, "func[T any](v Value) (T, bool)"},
10467 {"TypeFor", Func, 22, "func[T any]() Type"},
10468 {"TypeOf", Func, 0, "func(i any) Type"},
10469 {"Uint", Const, 0, ""},
10470 {"Uint16", Const, 0, ""},
10471 {"Uint32", Const, 0, ""},
10472 {"Uint64", Const, 0, ""},
10473 {"Uint8", Const, 0, ""},
10474 {"Uintptr", Const, 0, ""},
10475 {"UnsafePointer", Const, 0, ""},
10476 {"Value", Type, 0, ""},
10477 {"ValueError", Type, 0, ""},
10478 {"ValueError.Kind", Field, 0, ""},
10479 {"ValueError.Method", Field, 0, ""},
10480 {"ValueOf", Func, 0, "func(i any) Value"},
10481 {"VisibleFields", Func, 17, "func(t Type) []StructField"},
10482 {"Zero", Func, 0, "func(typ Type) Value"},
10483 },
10484 "regexp": {
10485 {"(*Regexp).AppendText", Method, 24, ""},
10486 {"(*Regexp).Copy", Method, 6, ""},
10487 {"(*Regexp).Expand", Method, 0, ""},
10488 {"(*Regexp).ExpandString", Method, 0, ""},
10489 {"(*Regexp).Find", Method, 0, ""},
10490 {"(*Regexp).FindAll", Method, 0, ""},
10491 {"(*Regexp).FindAllIndex", Method, 0, ""},
10492 {"(*Regexp).FindAllString", Method, 0, ""},
10493 {"(*Regexp).FindAllStringIndex", Method, 0, ""},
10494 {"(*Regexp).FindAllStringSubmatch", Method, 0, ""},
10495 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0, ""},
10496 {"(*Regexp).FindAllSubmatch", Method, 0, ""},
10497 {"(*Regexp).FindAllSubmatchIndex", Method, 0, ""},
10498 {"(*Regexp).FindIndex", Method, 0, ""},
10499 {"(*Regexp).FindReaderIndex", Method, 0, ""},
10500 {"(*Regexp).FindReaderSubmatchIndex", Method, 0, ""},
10501 {"(*Regexp).FindString", Method, 0, ""},
10502 {"(*Regexp).FindStringIndex", Method, 0, ""},
10503 {"(*Regexp).FindStringSubmatch", Method, 0, ""},
10504 {"(*Regexp).FindStringSubmatchIndex", Method, 0, ""},
10505 {"(*Regexp).FindSubmatch", Method, 0, ""},
10506 {"(*Regexp).FindSubmatchIndex", Method, 0, ""},
10507 {"(*Regexp).LiteralPrefix", Method, 0, ""},
10508 {"(*Regexp).Longest", Method, 1, ""},
10509 {"(*Regexp).MarshalText", Method, 21, ""},
10510 {"(*Regexp).Match", Method, 0, ""},
10511 {"(*Regexp).MatchReader", Method, 0, ""},
10512 {"(*Regexp).MatchString", Method, 0, ""},
10513 {"(*Regexp).NumSubexp", Method, 0, ""},
10514 {"(*Regexp).ReplaceAll", Method, 0, ""},
10515 {"(*Regexp).ReplaceAllFunc", Method, 0, ""},
10516 {"(*Regexp).ReplaceAllLiteral", Method, 0, ""},
10517 {"(*Regexp).ReplaceAllLiteralString", Method, 0, ""},
10518 {"(*Regexp).ReplaceAllString", Method, 0, ""},
10519 {"(*Regexp).ReplaceAllStringFunc", Method, 0, ""},
10520 {"(*Regexp).Split", Method, 1, ""},
10521 {"(*Regexp).String", Method, 0, ""},
10522 {"(*Regexp).SubexpIndex", Method, 15, ""},
10523 {"(*Regexp).SubexpNames", Method, 0, ""},
10524 {"(*Regexp).UnmarshalText", Method, 21, ""},
10525 {"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
10526 {"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
10527 {"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
10528 {"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
10529 {"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
10530 {"MustCompile", Func, 0, "func(str string) *Regexp"},
10531 {"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
10532 {"QuoteMeta", Func, 0, "func(s string) string"},
10533 {"Regexp", Type, 0, ""},
10534 },
10535 "regexp/syntax": {
10536 {"(*Error).Error", Method, 0, ""},
10537 {"(*Inst).MatchEmptyWidth", Method, 0, ""},
10538 {"(*Inst).MatchRune", Method, 0, ""},
10539 {"(*Inst).MatchRunePos", Method, 3, ""},
10540 {"(*Inst).String", Method, 0, ""},
10541 {"(*Prog).Prefix", Method, 0, ""},
10542 {"(*Prog).StartCond", Method, 0, ""},
10543 {"(*Prog).String", Method, 0, ""},
10544 {"(*Regexp).CapNames", Method, 0, ""},
10545 {"(*Regexp).Equal", Method, 0, ""},
10546 {"(*Regexp).MaxCap", Method, 0, ""},
10547 {"(*Regexp).Simplify", Method, 0, ""},
10548 {"(*Regexp).String", Method, 0, ""},
10549 {"(ErrorCode).String", Method, 0, ""},
10550 {"(InstOp).String", Method, 3, ""},
10551 {"(Op).String", Method, 11, ""},
10552 {"ClassNL", Const, 0, ""},
10553 {"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
10554 {"DotNL", Const, 0, ""},
10555 {"EmptyBeginLine", Const, 0, ""},
10556 {"EmptyBeginText", Const, 0, ""},
10557 {"EmptyEndLine", Const, 0, ""},
10558 {"EmptyEndText", Const, 0, ""},
10559 {"EmptyNoWordBoundary", Const, 0, ""},
10560 {"EmptyOp", Type, 0, ""},
10561 {"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
10562 {"EmptyWordBoundary", Const, 0, ""},
10563 {"ErrInternalError", Const, 0, ""},
10564 {"ErrInvalidCharClass", Const, 0, ""},
10565 {"ErrInvalidCharRange", Const, 0, ""},
10566 {"ErrInvalidEscape", Const, 0, ""},
10567 {"ErrInvalidNamedCapture", Const, 0, ""},
10568 {"ErrInvalidPerlOp", Const, 0, ""},
10569 {"ErrInvalidRepeatOp", Const, 0, ""},
10570 {"ErrInvalidRepeatSize", Const, 0, ""},
10571 {"ErrInvalidUTF8", Const, 0, ""},
10572 {"ErrLarge", Const, 20, ""},
10573 {"ErrMissingBracket", Const, 0, ""},
10574 {"ErrMissingParen", Const, 0, ""},
10575 {"ErrMissingRepeatArgument", Const, 0, ""},
10576 {"ErrNestingDepth", Const, 19, ""},
10577 {"ErrTrailingBackslash", Const, 0, ""},
10578 {"ErrUnexpectedParen", Const, 1, ""},
10579 {"Error", Type, 0, ""},
10580 {"Error.Code", Field, 0, ""},
10581 {"Error.Expr", Field, 0, ""},
10582 {"ErrorCode", Type, 0, ""},
10583 {"Flags", Type, 0, ""},
10584 {"FoldCase", Const, 0, ""},
10585 {"Inst", Type, 0, ""},
10586 {"Inst.Arg", Field, 0, ""},
10587 {"Inst.Op", Field, 0, ""},
10588 {"Inst.Out", Field, 0, ""},
10589 {"Inst.Rune", Field, 0, ""},
10590 {"InstAlt", Const, 0, ""},
10591 {"InstAltMatch", Const, 0, ""},
10592 {"InstCapture", Const, 0, ""},
10593 {"InstEmptyWidth", Const, 0, ""},
10594 {"InstFail", Const, 0, ""},
10595 {"InstMatch", Const, 0, ""},
10596 {"InstNop", Const, 0, ""},
10597 {"InstOp", Type, 0, ""},
10598 {"InstRune", Const, 0, ""},
10599 {"InstRune1", Const, 0, ""},
10600 {"InstRuneAny", Const, 0, ""},
10601 {"InstRuneAnyNotNL", Const, 0, ""},
10602 {"IsWordChar", Func, 0, "func(r rune) bool"},
10603 {"Literal", Const, 0, ""},
10604 {"MatchNL", Const, 0, ""},
10605 {"NonGreedy", Const, 0, ""},
10606 {"OneLine", Const, 0, ""},
10607 {"Op", Type, 0, ""},
10608 {"OpAlternate", Const, 0, ""},
10609 {"OpAnyChar", Const, 0, ""},
10610 {"OpAnyCharNotNL", Const, 0, ""},
10611 {"OpBeginLine", Const, 0, ""},
10612 {"OpBeginText", Const, 0, ""},
10613 {"OpCapture", Const, 0, ""},
10614 {"OpCharClass", Const, 0, ""},
10615 {"OpConcat", Const, 0, ""},
10616 {"OpEmptyMatch", Const, 0, ""},
10617 {"OpEndLine", Const, 0, ""},
10618 {"OpEndText", Const, 0, ""},
10619 {"OpLiteral", Const, 0, ""},
10620 {"OpNoMatch", Const, 0, ""},
10621 {"OpNoWordBoundary", Const, 0, ""},
10622 {"OpPlus", Const, 0, ""},
10623 {"OpQuest", Const, 0, ""},
10624 {"OpRepeat", Const, 0, ""},
10625 {"OpStar", Const, 0, ""},
10626 {"OpWordBoundary", Const, 0, ""},
10627 {"POSIX", Const, 0, ""},
10628 {"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
10629 {"Perl", Const, 0, ""},
10630 {"PerlX", Const, 0, ""},
10631 {"Prog", Type, 0, ""},
10632 {"Prog.Inst", Field, 0, ""},
10633 {"Prog.NumCap", Field, 0, ""},
10634 {"Prog.Start", Field, 0, ""},
10635 {"Regexp", Type, 0, ""},
10636 {"Regexp.Cap", Field, 0, ""},
10637 {"Regexp.Flags", Field, 0, ""},
10638 {"Regexp.Max", Field, 0, ""},
10639 {"Regexp.Min", Field, 0, ""},
10640 {"Regexp.Name", Field, 0, ""},
10641 {"Regexp.Op", Field, 0, ""},
10642 {"Regexp.Rune", Field, 0, ""},
10643 {"Regexp.Rune0", Field, 0, ""},
10644 {"Regexp.Sub", Field, 0, ""},
10645 {"Regexp.Sub0", Field, 0, ""},
10646 {"Simple", Const, 0, ""},
10647 {"UnicodeGroups", Const, 0, ""},
10648 {"WasDollar", Const, 0, ""},
10649 },
10650 "runtime": {
10651 {"(*BlockProfileRecord).Stack", Method, 1, ""},
10652 {"(*Frames).Next", Method, 7, ""},
10653 {"(*Func).Entry", Method, 0, ""},
10654 {"(*Func).FileLine", Method, 0, ""},
10655 {"(*Func).Name", Method, 0, ""},
10656 {"(*MemProfileRecord).InUseBytes", Method, 0, ""},
10657 {"(*MemProfileRecord).InUseObjects", Method, 0, ""},
10658 {"(*MemProfileRecord).Stack", Method, 0, ""},
10659 {"(*PanicNilError).Error", Method, 21, ""},
10660 {"(*PanicNilError).RuntimeError", Method, 21, ""},
10661 {"(*Pinner).Pin", Method, 21, ""},
10662 {"(*Pinner).Unpin", Method, 21, ""},
10663 {"(*StackRecord).Stack", Method, 0, ""},
10664 {"(*TypeAssertionError).Error", Method, 0, ""},
10665 {"(*TypeAssertionError).RuntimeError", Method, 0, ""},
10666 {"(Cleanup).Stop", Method, 24, ""},
10667 {"(Error).Error", Method, 0, ""},
10668 {"(Error).RuntimeError", Method, 0, ""},
10669 {"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
10670 {"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
10671 {"BlockProfileRecord", Type, 1, ""},
10672 {"BlockProfileRecord.Count", Field, 1, ""},
10673 {"BlockProfileRecord.Cycles", Field, 1, ""},
10674 {"BlockProfileRecord.StackRecord", Field, 1, ""},
10675 {"Breakpoint", Func, 0, "func()"},
10676 {"CPUProfile", Func, 0, "func() []byte"},
10677 {"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
10678 {"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
10679 {"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
10680 {"Cleanup", Type, 24, ""},
10681 {"Compiler", Const, 0, ""},
10682 {"Error", Type, 0, ""},
10683 {"Frame", Type, 7, ""},
10684 {"Frame.Entry", Field, 7, ""},
10685 {"Frame.File", Field, 7, ""},
10686 {"Frame.Func", Field, 7, ""},
10687 {"Frame.Function", Field, 7, ""},
10688 {"Frame.Line", Field, 7, ""},
10689 {"Frame.PC", Field, 7, ""},
10690 {"Frames", Type, 7, ""},
10691 {"Func", Type, 0, ""},
10692 {"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
10693 {"GC", Func, 0, "func()"},
10694 {"GOARCH", Const, 0, ""},
10695 {"GOMAXPROCS", Func, 0, "func(n int) int"},
10696 {"GOOS", Const, 0, ""},
10697 {"GOROOT", Func, 0, "func() string"},
10698 {"Goexit", Func, 0, "func()"},
10699 {"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10700 {"Gosched", Func, 0, "func()"},
10701 {"KeepAlive", Func, 7, "func(x any)"},
10702 {"LockOSThread", Func, 0, "func()"},
10703 {"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
10704 {"MemProfileRate", Var, 0, ""},
10705 {"MemProfileRecord", Type, 0, ""},
10706 {"MemProfileRecord.AllocBytes", Field, 0, ""},
10707 {"MemProfileRecord.AllocObjects", Field, 0, ""},
10708 {"MemProfileRecord.FreeBytes", Field, 0, ""},
10709 {"MemProfileRecord.FreeObjects", Field, 0, ""},
10710 {"MemProfileRecord.Stack0", Field, 0, ""},
10711 {"MemStats", Type, 0, ""},
10712 {"MemStats.Alloc", Field, 0, ""},
10713 {"MemStats.BuckHashSys", Field, 0, ""},
10714 {"MemStats.BySize", Field, 0, ""},
10715 {"MemStats.DebugGC", Field, 0, ""},
10716 {"MemStats.EnableGC", Field, 0, ""},
10717 {"MemStats.Frees", Field, 0, ""},
10718 {"MemStats.GCCPUFraction", Field, 5, ""},
10719 {"MemStats.GCSys", Field, 2, ""},
10720 {"MemStats.HeapAlloc", Field, 0, ""},
10721 {"MemStats.HeapIdle", Field, 0, ""},
10722 {"MemStats.HeapInuse", Field, 0, ""},
10723 {"MemStats.HeapObjects", Field, 0, ""},
10724 {"MemStats.HeapReleased", Field, 0, ""},
10725 {"MemStats.HeapSys", Field, 0, ""},
10726 {"MemStats.LastGC", Field, 0, ""},
10727 {"MemStats.Lookups", Field, 0, ""},
10728 {"MemStats.MCacheInuse", Field, 0, ""},
10729 {"MemStats.MCacheSys", Field, 0, ""},
10730 {"MemStats.MSpanInuse", Field, 0, ""},
10731 {"MemStats.MSpanSys", Field, 0, ""},
10732 {"MemStats.Mallocs", Field, 0, ""},
10733 {"MemStats.NextGC", Field, 0, ""},
10734 {"MemStats.NumForcedGC", Field, 8, ""},
10735 {"MemStats.NumGC", Field, 0, ""},
10736 {"MemStats.OtherSys", Field, 2, ""},
10737 {"MemStats.PauseEnd", Field, 4, ""},
10738 {"MemStats.PauseNs", Field, 0, ""},
10739 {"MemStats.PauseTotalNs", Field, 0, ""},
10740 {"MemStats.StackInuse", Field, 0, ""},
10741 {"MemStats.StackSys", Field, 0, ""},
10742 {"MemStats.Sys", Field, 0, ""},
10743 {"MemStats.TotalAlloc", Field, 0, ""},
10744 {"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
10745 {"NumCPU", Func, 0, "func() int"},
10746 {"NumCgoCall", Func, 0, "func() int64"},
10747 {"NumGoroutine", Func, 0, "func() int"},
10748 {"PanicNilError", Type, 21, ""},
10749 {"Pinner", Type, 21, ""},
10750 {"ReadMemStats", Func, 0, "func(m *MemStats)"},
10751 {"ReadTrace", Func, 5, "func() (buf []byte)"},
10752 {"SetBlockProfileRate", Func, 1, "func(rate int)"},
10753 {"SetCPUProfileRate", Func, 0, "func(hz int)"},
10754 {"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
10755 {"SetDefaultGOMAXPROCS", Func, 25, "func()"},
10756 {"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
10757 {"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
10758 {"Stack", Func, 0, "func(buf []byte, all bool) int"},
10759 {"StackRecord", Type, 0, ""},
10760 {"StackRecord.Stack0", Field, 0, ""},
10761 {"StartTrace", Func, 5, "func() error"},
10762 {"StopTrace", Func, 5, "func()"},
10763 {"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10764 {"TypeAssertionError", Type, 0, ""},
10765 {"UnlockOSThread", Func, 0, "func()"},
10766 {"Version", Func, 0, "func() string"},
10767 },
10768 "runtime/cgo": {
10769 {"(Handle).Delete", Method, 17, ""},
10770 {"(Handle).Value", Method, 17, ""},
10771 {"Handle", Type, 17, ""},
10772 {"Incomplete", Type, 20, ""},
10773 {"NewHandle", Func, 17, ""},
10774 },
10775 "runtime/coverage": {
10776 {"ClearCounters", Func, 20, "func() error"},
10777 {"WriteCounters", Func, 20, "func(w io.Writer) error"},
10778 {"WriteCountersDir", Func, 20, "func(dir string) error"},
10779 {"WriteMeta", Func, 20, "func(w io.Writer) error"},
10780 {"WriteMetaDir", Func, 20, "func(dir string) error"},
10781 },
10782 "runtime/debug": {
10783 {"(*BuildInfo).String", Method, 18, ""},
10784 {"BuildInfo", Type, 12, ""},
10785 {"BuildInfo.Deps", Field, 12, ""},
10786 {"BuildInfo.GoVersion", Field, 18, ""},
10787 {"BuildInfo.Main", Field, 12, ""},
10788 {"BuildInfo.Path", Field, 12, ""},
10789 {"BuildInfo.Settings", Field, 18, ""},
10790 {"BuildSetting", Type, 18, ""},
10791 {"BuildSetting.Key", Field, 18, ""},
10792 {"BuildSetting.Value", Field, 18, ""},
10793 {"CrashOptions", Type, 23, ""},
10794 {"FreeOSMemory", Func, 1, "func()"},
10795 {"GCStats", Type, 1, ""},
10796 {"GCStats.LastGC", Field, 1, ""},
10797 {"GCStats.NumGC", Field, 1, ""},
10798 {"GCStats.Pause", Field, 1, ""},
10799 {"GCStats.PauseEnd", Field, 4, ""},
10800 {"GCStats.PauseQuantiles", Field, 1, ""},
10801 {"GCStats.PauseTotal", Field, 1, ""},
10802 {"Module", Type, 12, ""},
10803 {"Module.Path", Field, 12, ""},
10804 {"Module.Replace", Field, 12, ""},
10805 {"Module.Sum", Field, 12, ""},
10806 {"Module.Version", Field, 12, ""},
10807 {"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
10808 {"PrintStack", Func, 0, "func()"},
10809 {"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
10810 {"ReadGCStats", Func, 1, "func(stats *GCStats)"},
10811 {"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
10812 {"SetGCPercent", Func, 1, "func(percent int) int"},
10813 {"SetMaxStack", Func, 2, "func(bytes int) int"},
10814 {"SetMaxThreads", Func, 2, "func(threads int) int"},
10815 {"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
10816 {"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
10817 {"SetTraceback", Func, 6, "func(level string)"},
10818 {"Stack", Func, 0, "func() []byte"},
10819 {"WriteHeapDump", Func, 3, "func(fd uintptr)"},
10820 },
10821 "runtime/metrics": {
10822 {"(Value).Float64", Method, 16, ""},
10823 {"(Value).Float64Histogram", Method, 16, ""},
10824 {"(Value).Kind", Method, 16, ""},
10825 {"(Value).Uint64", Method, 16, ""},
10826 {"All", Func, 16, "func() []Description"},
10827 {"Description", Type, 16, ""},
10828 {"Description.Cumulative", Field, 16, ""},
10829 {"Description.Description", Field, 16, ""},
10830 {"Description.Kind", Field, 16, ""},
10831 {"Description.Name", Field, 16, ""},
10832 {"Float64Histogram", Type, 16, ""},
10833 {"Float64Histogram.Buckets", Field, 16, ""},
10834 {"Float64Histogram.Counts", Field, 16, ""},
10835 {"KindBad", Const, 16, ""},
10836 {"KindFloat64", Const, 16, ""},
10837 {"KindFloat64Histogram", Const, 16, ""},
10838 {"KindUint64", Const, 16, ""},
10839 {"Read", Func, 16, "func(m []Sample)"},
10840 {"Sample", Type, 16, ""},
10841 {"Sample.Name", Field, 16, ""},
10842 {"Sample.Value", Field, 16, ""},
10843 {"Value", Type, 16, ""},
10844 {"ValueKind", Type, 16, ""},
10845 },
10846 "runtime/pprof": {
10847 {"(*Profile).Add", Method, 0, ""},
10848 {"(*Profile).Count", Method, 0, ""},
10849 {"(*Profile).Name", Method, 0, ""},
10850 {"(*Profile).Remove", Method, 0, ""},
10851 {"(*Profile).WriteTo", Method, 0, ""},
10852 {"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
10853 {"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
10854 {"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
10855 {"LabelSet", Type, 9, ""},
10856 {"Labels", Func, 9, "func(args ...string) LabelSet"},
10857 {"Lookup", Func, 0, "func(name string) *Profile"},
10858 {"NewProfile", Func, 0, "func(name string) *Profile"},
10859 {"Profile", Type, 0, ""},
10860 {"Profiles", Func, 0, "func() []*Profile"},
10861 {"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
10862 {"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
10863 {"StopCPUProfile", Func, 0, "func()"},
10864 {"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
10865 {"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
10866 },
10867 "runtime/trace": {
10868 {"(*FlightRecorder).Enabled", Method, 25, ""},
10869 {"(*FlightRecorder).Start", Method, 25, ""},
10870 {"(*FlightRecorder).Stop", Method, 25, ""},
10871 {"(*FlightRecorder).WriteTo", Method, 25, ""},
10872 {"(*Region).End", Method, 11, ""},
10873 {"(*Task).End", Method, 11, ""},
10874 {"FlightRecorder", Type, 25, ""},
10875 {"FlightRecorderConfig", Type, 25, ""},
10876 {"FlightRecorderConfig.MaxBytes", Field, 25, ""},
10877 {"FlightRecorderConfig.MinAge", Field, 25, ""},
10878 {"IsEnabled", Func, 11, "func() bool"},
10879 {"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
10880 {"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
10881 {"NewFlightRecorder", Func, 25, "func(cfg FlightRecorderConfig) *FlightRecorder"},
10882 {"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
10883 {"Region", Type, 11, ""},
10884 {"Start", Func, 5, "func(w io.Writer) error"},
10885 {"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
10886 {"Stop", Func, 5, "func()"},
10887 {"Task", Type, 11, ""},
10888 {"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
10889 },
10890 "slices": {
10891 {"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10892 {"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
10893 {"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10894 {"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
10895 {"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
10896 {"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
10897 {"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
10898 {"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
10899 {"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
10900 {"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
10901 {"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
10902 {"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
10903 {"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
10904 {"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
10905 {"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
10906 {"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
10907 {"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
10908 {"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
10909 {"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
10910 {"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
10911 {"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
10912 {"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
10913 {"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
10914 {"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
10915 {"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
10916 {"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
10917 {"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10918 {"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10919 {"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10920 {"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10921 {"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
10922 {"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
10923 {"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
10924 {"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
10925 {"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10926 {"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10927 {"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
10928 {"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10929 {"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10930 {"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
10931 },
10932 "sort": {
10933 {"(Float64Slice).Len", Method, 0, ""},
10934 {"(Float64Slice).Less", Method, 0, ""},
10935 {"(Float64Slice).Search", Method, 0, ""},
10936 {"(Float64Slice).Sort", Method, 0, ""},
10937 {"(Float64Slice).Swap", Method, 0, ""},
10938 {"(IntSlice).Len", Method, 0, ""},
10939 {"(IntSlice).Less", Method, 0, ""},
10940 {"(IntSlice).Search", Method, 0, ""},
10941 {"(IntSlice).Sort", Method, 0, ""},
10942 {"(IntSlice).Swap", Method, 0, ""},
10943 {"(Interface).Len", Method, 0, ""},
10944 {"(Interface).Less", Method, 0, ""},
10945 {"(Interface).Swap", Method, 0, ""},
10946 {"(StringSlice).Len", Method, 0, ""},
10947 {"(StringSlice).Less", Method, 0, ""},
10948 {"(StringSlice).Search", Method, 0, ""},
10949 {"(StringSlice).Sort", Method, 0, ""},
10950 {"(StringSlice).Swap", Method, 0, ""},
10951 {"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
10952 {"Float64Slice", Type, 0, ""},
10953 {"Float64s", Func, 0, "func(x []float64)"},
10954 {"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
10955 {"IntSlice", Type, 0, ""},
10956 {"Interface", Type, 0, ""},
10957 {"Ints", Func, 0, "func(x []int)"},
10958 {"IntsAreSorted", Func, 0, "func(x []int) bool"},
10959 {"IsSorted", Func, 0, "func(data Interface) bool"},
10960 {"Reverse", Func, 1, "func(data Interface) Interface"},
10961 {"Search", Func, 0, "func(n int, f func(int) bool) int"},
10962 {"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
10963 {"SearchInts", Func, 0, "func(a []int, x int) int"},
10964 {"SearchStrings", Func, 0, "func(a []string, x string) int"},
10965 {"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
10966 {"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
10967 {"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
10968 {"Sort", Func, 0, "func(data Interface)"},
10969 {"Stable", Func, 2, "func(data Interface)"},
10970 {"StringSlice", Type, 0, ""},
10971 {"Strings", Func, 0, "func(x []string)"},
10972 {"StringsAreSorted", Func, 0, "func(x []string) bool"},
10973 },
10974 "strconv": {
10975 {"(*NumError).Error", Method, 0, ""},
10976 {"(*NumError).Unwrap", Method, 14, ""},
10977 {"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
10978 {"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
10979 {"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
10980 {"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
10981 {"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
10982 {"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
10983 {"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
10984 {"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
10985 {"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
10986 {"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
10987 {"Atoi", Func, 0, "func(s string) (int, error)"},
10988 {"CanBackquote", Func, 0, "func(s string) bool"},
10989 {"ErrRange", Var, 0, ""},
10990 {"ErrSyntax", Var, 0, ""},
10991 {"FormatBool", Func, 0, "func(b bool) string"},
10992 {"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
10993 {"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
10994 {"FormatInt", Func, 0, "func(i int64, base int) string"},
10995 {"FormatUint", Func, 0, "func(i uint64, base int) string"},
10996 {"IntSize", Const, 0, ""},
10997 {"IsGraphic", Func, 6, "func(r rune) bool"},
10998 {"IsPrint", Func, 0, "func(r rune) bool"},
10999 {"Itoa", Func, 0, "func(i int) string"},
11000 {"NumError", Type, 0, ""},
11001 {"NumError.Err", Field, 0, ""},
11002 {"NumError.Func", Field, 0, ""},
11003 {"NumError.Num", Field, 0, ""},
11004 {"ParseBool", Func, 0, "func(str string) (bool, error)"},
11005 {"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
11006 {"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
11007 {"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
11008 {"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
11009 {"Quote", Func, 0, "func(s string) string"},
11010 {"QuoteRune", Func, 0, "func(r rune) string"},
11011 {"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
11012 {"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
11013 {"QuoteToASCII", Func, 0, "func(s string) string"},
11014 {"QuoteToGraphic", Func, 6, "func(s string) string"},
11015 {"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
11016 {"Unquote", Func, 0, "func(s string) (string, error)"},
11017 {"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
11018 },
11019 "strings": {
11020 {"(*Builder).Cap", Method, 12, ""},
11021 {"(*Builder).Grow", Method, 10, ""},
11022 {"(*Builder).Len", Method, 10, ""},
11023 {"(*Builder).Reset", Method, 10, ""},
11024 {"(*Builder).String", Method, 10, ""},
11025 {"(*Builder).Write", Method, 10, ""},
11026 {"(*Builder).WriteByte", Method, 10, ""},
11027 {"(*Builder).WriteRune", Method, 10, ""},
11028 {"(*Builder).WriteString", Method, 10, ""},
11029 {"(*Reader).Len", Method, 0, ""},
11030 {"(*Reader).Read", Method, 0, ""},
11031 {"(*Reader).ReadAt", Method, 0, ""},
11032 {"(*Reader).ReadByte", Method, 0, ""},
11033 {"(*Reader).ReadRune", Method, 0, ""},
11034 {"(*Reader).Reset", Method, 7, ""},
11035 {"(*Reader).Seek", Method, 0, ""},
11036 {"(*Reader).Size", Method, 5, ""},
11037 {"(*Reader).UnreadByte", Method, 0, ""},
11038 {"(*Reader).UnreadRune", Method, 0, ""},
11039 {"(*Reader).WriteTo", Method, 1, ""},
11040 {"(*Replacer).Replace", Method, 0, ""},
11041 {"(*Replacer).WriteString", Method, 0, ""},
11042 {"Builder", Type, 10, ""},
11043 {"Clone", Func, 18, "func(s string) string"},
11044 {"Compare", Func, 5, "func(a string, b string) int"},
11045 {"Contains", Func, 0, "func(s string, substr string) bool"},
11046 {"ContainsAny", Func, 0, "func(s string, chars string) bool"},
11047 {"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
11048 {"ContainsRune", Func, 0, "func(s string, r rune) bool"},
11049 {"Count", Func, 0, "func(s string, substr string) int"},
11050 {"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
11051 {"CutLast", Func, 27, "func(s string, sep string) (before string, after string, found bool)"},
11052 {"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
11053 {"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
11054 {"EqualFold", Func, 0, "func(s string, t string) bool"},
11055 {"Fields", Func, 0, "func(s string) []string"},
11056 {"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
11057 {"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
11058 {"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
11059 {"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
11060 {"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
11061 {"Index", Func, 0, "func(s string, substr string) int"},
11062 {"IndexAny", Func, 0, "func(s string, chars string) int"},
11063 {"IndexByte", Func, 2, "func(s string, c byte) int"},
11064 {"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
11065 {"IndexRune", Func, 0, "func(s string, r rune) int"},
11066 {"Join", Func, 0, "func(elems []string, sep string) string"},
11067 {"LastIndex", Func, 0, "func(s string, substr string) int"},
11068 {"LastIndexAny", Func, 0, "func(s string, chars string) int"},
11069 {"LastIndexByte", Func, 5, "func(s string, c byte) int"},
11070 {"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
11071 {"Lines", Func, 24, "func(s string) iter.Seq[string]"},
11072 {"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
11073 {"NewReader", Func, 0, "func(s string) *Reader"},
11074 {"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
11075 {"Reader", Type, 0, ""},
11076 {"Repeat", Func, 0, "func(s string, count int) string"},
11077 {"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
11078 {"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
11079 {"Replacer", Type, 0, ""},
11080 {"Split", Func, 0, "func(s string, sep string) []string"},
11081 {"SplitAfter", Func, 0, "func(s string, sep string) []string"},
11082 {"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
11083 {"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
11084 {"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
11085 {"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
11086 {"Title", Func, 0, "func(s string) string"},
11087 {"ToLower", Func, 0, "func(s string) string"},
11088 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
11089 {"ToTitle", Func, 0, "func(s string) string"},
11090 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
11091 {"ToUpper", Func, 0, "func(s string) string"},
11092 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
11093 {"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
11094 {"Trim", Func, 0, "func(s string, cutset string) string"},
11095 {"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
11096 {"TrimLeft", Func, 0, "func(s string, cutset string) string"},
11097 {"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
11098 {"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
11099 {"TrimRight", Func, 0, "func(s string, cutset string) string"},
11100 {"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
11101 {"TrimSpace", Func, 0, "func(s string) string"},
11102 {"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
11103 },
11104 "structs": {
11105 {"HostLayout", Type, 23, ""},
11106 },
11107 "sync": {
11108 {"(*Cond).Broadcast", Method, 0, ""},
11109 {"(*Cond).Signal", Method, 0, ""},
11110 {"(*Cond).Wait", Method, 0, ""},
11111 {"(*Map).Clear", Method, 23, ""},
11112 {"(*Map).CompareAndDelete", Method, 20, ""},
11113 {"(*Map).CompareAndSwap", Method, 20, ""},
11114 {"(*Map).Delete", Method, 9, ""},
11115 {"(*Map).Load", Method, 9, ""},
11116 {"(*Map).LoadAndDelete", Method, 15, ""},
11117 {"(*Map).LoadOrStore", Method, 9, ""},
11118 {"(*Map).Range", Method, 9, ""},
11119 {"(*Map).Store", Method, 9, ""},
11120 {"(*Map).Swap", Method, 20, ""},
11121 {"(*Mutex).Lock", Method, 0, ""},
11122 {"(*Mutex).TryLock", Method, 18, ""},
11123 {"(*Mutex).Unlock", Method, 0, ""},
11124 {"(*Once).Do", Method, 0, ""},
11125 {"(*Pool).Get", Method, 3, ""},
11126 {"(*Pool).Put", Method, 3, ""},
11127 {"(*RWMutex).Lock", Method, 0, ""},
11128 {"(*RWMutex).RLock", Method, 0, ""},
11129 {"(*RWMutex).RLocker", Method, 0, ""},
11130 {"(*RWMutex).RUnlock", Method, 0, ""},
11131 {"(*RWMutex).TryLock", Method, 18, ""},
11132 {"(*RWMutex).TryRLock", Method, 18, ""},
11133 {"(*RWMutex).Unlock", Method, 0, ""},
11134 {"(*WaitGroup).Add", Method, 0, ""},
11135 {"(*WaitGroup).Done", Method, 0, ""},
11136 {"(*WaitGroup).Go", Method, 25, ""},
11137 {"(*WaitGroup).Wait", Method, 0, ""},
11138 {"(Locker).Lock", Method, 0, ""},
11139 {"(Locker).Unlock", Method, 0, ""},
11140 {"Cond", Type, 0, ""},
11141 {"Cond.L", Field, 0, ""},
11142 {"Locker", Type, 0, ""},
11143 {"Map", Type, 9, ""},
11144 {"Mutex", Type, 0, ""},
11145 {"NewCond", Func, 0, "func(l Locker) *Cond"},
11146 {"Once", Type, 0, ""},
11147 {"OnceFunc", Func, 21, "func(f func()) func()"},
11148 {"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
11149 {"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
11150 {"Pool", Type, 3, ""},
11151 {"Pool.New", Field, 3, ""},
11152 {"RWMutex", Type, 0, ""},
11153 {"WaitGroup", Type, 0, ""},
11154 },
11155 "sync/atomic": {
11156 {"(*Bool).CompareAndSwap", Method, 19, ""},
11157 {"(*Bool).Load", Method, 19, ""},
11158 {"(*Bool).Store", Method, 19, ""},
11159 {"(*Bool).Swap", Method, 19, ""},
11160 {"(*Int32).Add", Method, 19, ""},
11161 {"(*Int32).And", Method, 23, ""},
11162 {"(*Int32).CompareAndSwap", Method, 19, ""},
11163 {"(*Int32).Load", Method, 19, ""},
11164 {"(*Int32).Or", Method, 23, ""},
11165 {"(*Int32).Store", Method, 19, ""},
11166 {"(*Int32).Swap", Method, 19, ""},
11167 {"(*Int64).Add", Method, 19, ""},
11168 {"(*Int64).And", Method, 23, ""},
11169 {"(*Int64).CompareAndSwap", Method, 19, ""},
11170 {"(*Int64).Load", Method, 19, ""},
11171 {"(*Int64).Or", Method, 23, ""},
11172 {"(*Int64).Store", Method, 19, ""},
11173 {"(*Int64).Swap", Method, 19, ""},
11174 {"(*Pointer).CompareAndSwap", Method, 19, ""},
11175 {"(*Pointer).Load", Method, 19, ""},
11176 {"(*Pointer).Store", Method, 19, ""},
11177 {"(*Pointer).Swap", Method, 19, ""},
11178 {"(*Uint32).Add", Method, 19, ""},
11179 {"(*Uint32).And", Method, 23, ""},
11180 {"(*Uint32).CompareAndSwap", Method, 19, ""},
11181 {"(*Uint32).Load", Method, 19, ""},
11182 {"(*Uint32).Or", Method, 23, ""},
11183 {"(*Uint32).Store", Method, 19, ""},
11184 {"(*Uint32).Swap", Method, 19, ""},
11185 {"(*Uint64).Add", Method, 19, ""},
11186 {"(*Uint64).And", Method, 23, ""},
11187 {"(*Uint64).CompareAndSwap", Method, 19, ""},
11188 {"(*Uint64).Load", Method, 19, ""},
11189 {"(*Uint64).Or", Method, 23, ""},
11190 {"(*Uint64).Store", Method, 19, ""},
11191 {"(*Uint64).Swap", Method, 19, ""},
11192 {"(*Uintptr).Add", Method, 19, ""},
11193 {"(*Uintptr).And", Method, 23, ""},
11194 {"(*Uintptr).CompareAndSwap", Method, 19, ""},
11195 {"(*Uintptr).Load", Method, 19, ""},
11196 {"(*Uintptr).Or", Method, 23, ""},
11197 {"(*Uintptr).Store", Method, 19, ""},
11198 {"(*Uintptr).Swap", Method, 19, ""},
11199 {"(*Value).CompareAndSwap", Method, 17, ""},
11200 {"(*Value).Load", Method, 4, ""},
11201 {"(*Value).Store", Method, 4, ""},
11202 {"(*Value).Swap", Method, 17, ""},
11203 {"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
11204 {"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
11205 {"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
11206 {"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
11207 {"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
11208 {"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
11209 {"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
11210 {"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
11211 {"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
11212 {"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
11213 {"Bool", Type, 19, ""},
11214 {"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
11215 {"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
11216 {"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
11217 {"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
11218 {"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
11219 {"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
11220 {"Int32", Type, 19, ""},
11221 {"Int64", Type, 19, ""},
11222 {"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
11223 {"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
11224 {"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
11225 {"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
11226 {"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
11227 {"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
11228 {"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
11229 {"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
11230 {"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
11231 {"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
11232 {"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
11233 {"Pointer", Type, 19, ""},
11234 {"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
11235 {"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
11236 {"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
11237 {"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
11238 {"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
11239 {"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
11240 {"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
11241 {"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
11242 {"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
11243 {"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
11244 {"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
11245 {"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
11246 {"Uint32", Type, 19, ""},
11247 {"Uint64", Type, 19, ""},
11248 {"Uintptr", Type, 19, ""},
11249 {"Value", Type, 4, ""},
11250 },
11251 "syscall": {
11252 {"(*Cmsghdr).SetLen", Method, 0, ""},
11253 {"(*DLL).FindProc", Method, 0, ""},
11254 {"(*DLL).MustFindProc", Method, 0, ""},
11255 {"(*DLL).Release", Method, 0, ""},
11256 {"(*DLLError).Error", Method, 0, ""},
11257 {"(*DLLError).Unwrap", Method, 16, ""},
11258 {"(*Filetime).Nanoseconds", Method, 0, ""},
11259 {"(*Iovec).SetLen", Method, 0, ""},
11260 {"(*LazyDLL).Handle", Method, 0, ""},
11261 {"(*LazyDLL).Load", Method, 0, ""},
11262 {"(*LazyDLL).NewProc", Method, 0, ""},
11263 {"(*LazyProc).Addr", Method, 0, ""},
11264 {"(*LazyProc).Call", Method, 0, ""},
11265 {"(*LazyProc).Find", Method, 0, ""},
11266 {"(*Msghdr).SetControllen", Method, 0, ""},
11267 {"(*Proc).Addr", Method, 0, ""},
11268 {"(*Proc).Call", Method, 0, ""},
11269 {"(*PtraceRegs).PC", Method, 0, ""},
11270 {"(*PtraceRegs).SetPC", Method, 0, ""},
11271 {"(*RawSockaddrAny).Sockaddr", Method, 0, ""},
11272 {"(*SID).Copy", Method, 0, ""},
11273 {"(*SID).Len", Method, 0, ""},
11274 {"(*SID).LookupAccount", Method, 0, ""},
11275 {"(*SID).String", Method, 0, ""},
11276 {"(*Timespec).Nano", Method, 0, ""},
11277 {"(*Timespec).Unix", Method, 0, ""},
11278 {"(*Timeval).Nano", Method, 0, ""},
11279 {"(*Timeval).Nanoseconds", Method, 0, ""},
11280 {"(*Timeval).Unix", Method, 0, ""},
11281 {"(Conn).SyscallConn", Method, 9, ""},
11282 {"(Errno).Error", Method, 0, ""},
11283 {"(Errno).Is", Method, 13, ""},
11284 {"(Errno).Temporary", Method, 0, ""},
11285 {"(Errno).Timeout", Method, 0, ""},
11286 {"(RawConn).Control", Method, 9, ""},
11287 {"(RawConn).Read", Method, 9, ""},
11288 {"(RawConn).Write", Method, 9, ""},
11289 {"(Signal).Signal", Method, 0, ""},
11290 {"(Signal).String", Method, 0, ""},
11291 {"(Token).Close", Method, 0, ""},
11292 {"(Token).GetTokenPrimaryGroup", Method, 0, ""},
11293 {"(Token).GetTokenUser", Method, 0, ""},
11294 {"(Token).GetUserProfileDirectory", Method, 0, ""},
11295 {"(WaitStatus).Continued", Method, 0, ""},
11296 {"(WaitStatus).CoreDump", Method, 0, ""},
11297 {"(WaitStatus).ExitStatus", Method, 0, ""},
11298 {"(WaitStatus).Exited", Method, 0, ""},
11299 {"(WaitStatus).Signal", Method, 0, ""},
11300 {"(WaitStatus).Signaled", Method, 0, ""},
11301 {"(WaitStatus).StopSignal", Method, 0, ""},
11302 {"(WaitStatus).Stopped", Method, 0, ""},
11303 {"(WaitStatus).TrapCause", Method, 0, ""},
11304 {"AF_ALG", Const, 0, ""},
11305 {"AF_APPLETALK", Const, 0, ""},
11306 {"AF_ARP", Const, 0, ""},
11307 {"AF_ASH", Const, 0, ""},
11308 {"AF_ATM", Const, 0, ""},
11309 {"AF_ATMPVC", Const, 0, ""},
11310 {"AF_ATMSVC", Const, 0, ""},
11311 {"AF_AX25", Const, 0, ""},
11312 {"AF_BLUETOOTH", Const, 0, ""},
11313 {"AF_BRIDGE", Const, 0, ""},
11314 {"AF_CAIF", Const, 0, ""},
11315 {"AF_CAN", Const, 0, ""},
11316 {"AF_CCITT", Const, 0, ""},
11317 {"AF_CHAOS", Const, 0, ""},
11318 {"AF_CNT", Const, 0, ""},
11319 {"AF_COIP", Const, 0, ""},
11320 {"AF_DATAKIT", Const, 0, ""},
11321 {"AF_DECnet", Const, 0, ""},
11322 {"AF_DLI", Const, 0, ""},
11323 {"AF_E164", Const, 0, ""},
11324 {"AF_ECMA", Const, 0, ""},
11325 {"AF_ECONET", Const, 0, ""},
11326 {"AF_ENCAP", Const, 1, ""},
11327 {"AF_FILE", Const, 0, ""},
11328 {"AF_HYLINK", Const, 0, ""},
11329 {"AF_IEEE80211", Const, 0, ""},
11330 {"AF_IEEE802154", Const, 0, ""},
11331 {"AF_IMPLINK", Const, 0, ""},
11332 {"AF_INET", Const, 0, ""},
11333 {"AF_INET6", Const, 0, ""},
11334 {"AF_INET6_SDP", Const, 3, ""},
11335 {"AF_INET_SDP", Const, 3, ""},
11336 {"AF_IPX", Const, 0, ""},
11337 {"AF_IRDA", Const, 0, ""},
11338 {"AF_ISDN", Const, 0, ""},
11339 {"AF_ISO", Const, 0, ""},
11340 {"AF_IUCV", Const, 0, ""},
11341 {"AF_KEY", Const, 0, ""},
11342 {"AF_LAT", Const, 0, ""},
11343 {"AF_LINK", Const, 0, ""},
11344 {"AF_LLC", Const, 0, ""},
11345 {"AF_LOCAL", Const, 0, ""},
11346 {"AF_MAX", Const, 0, ""},
11347 {"AF_MPLS", Const, 1, ""},
11348 {"AF_NATM", Const, 0, ""},
11349 {"AF_NDRV", Const, 0, ""},
11350 {"AF_NETBEUI", Const, 0, ""},
11351 {"AF_NETBIOS", Const, 0, ""},
11352 {"AF_NETGRAPH", Const, 0, ""},
11353 {"AF_NETLINK", Const, 0, ""},
11354 {"AF_NETROM", Const, 0, ""},
11355 {"AF_NS", Const, 0, ""},
11356 {"AF_OROUTE", Const, 1, ""},
11357 {"AF_OSI", Const, 0, ""},
11358 {"AF_PACKET", Const, 0, ""},
11359 {"AF_PHONET", Const, 0, ""},
11360 {"AF_PPP", Const, 0, ""},
11361 {"AF_PPPOX", Const, 0, ""},
11362 {"AF_PUP", Const, 0, ""},
11363 {"AF_RDS", Const, 0, ""},
11364 {"AF_RESERVED_36", Const, 0, ""},
11365 {"AF_ROSE", Const, 0, ""},
11366 {"AF_ROUTE", Const, 0, ""},
11367 {"AF_RXRPC", Const, 0, ""},
11368 {"AF_SCLUSTER", Const, 0, ""},
11369 {"AF_SECURITY", Const, 0, ""},
11370 {"AF_SIP", Const, 0, ""},
11371 {"AF_SLOW", Const, 0, ""},
11372 {"AF_SNA", Const, 0, ""},
11373 {"AF_SYSTEM", Const, 0, ""},
11374 {"AF_TIPC", Const, 0, ""},
11375 {"AF_UNIX", Const, 0, ""},
11376 {"AF_UNSPEC", Const, 0, ""},
11377 {"AF_UTUN", Const, 16, ""},
11378 {"AF_VENDOR00", Const, 0, ""},
11379 {"AF_VENDOR01", Const, 0, ""},
11380 {"AF_VENDOR02", Const, 0, ""},
11381 {"AF_VENDOR03", Const, 0, ""},
11382 {"AF_VENDOR04", Const, 0, ""},
11383 {"AF_VENDOR05", Const, 0, ""},
11384 {"AF_VENDOR06", Const, 0, ""},
11385 {"AF_VENDOR07", Const, 0, ""},
11386 {"AF_VENDOR08", Const, 0, ""},
11387 {"AF_VENDOR09", Const, 0, ""},
11388 {"AF_VENDOR10", Const, 0, ""},
11389 {"AF_VENDOR11", Const, 0, ""},
11390 {"AF_VENDOR12", Const, 0, ""},
11391 {"AF_VENDOR13", Const, 0, ""},
11392 {"AF_VENDOR14", Const, 0, ""},
11393 {"AF_VENDOR15", Const, 0, ""},
11394 {"AF_VENDOR16", Const, 0, ""},
11395 {"AF_VENDOR17", Const, 0, ""},
11396 {"AF_VENDOR18", Const, 0, ""},
11397 {"AF_VENDOR19", Const, 0, ""},
11398 {"AF_VENDOR20", Const, 0, ""},
11399 {"AF_VENDOR21", Const, 0, ""},
11400 {"AF_VENDOR22", Const, 0, ""},
11401 {"AF_VENDOR23", Const, 0, ""},
11402 {"AF_VENDOR24", Const, 0, ""},
11403 {"AF_VENDOR25", Const, 0, ""},
11404 {"AF_VENDOR26", Const, 0, ""},
11405 {"AF_VENDOR27", Const, 0, ""},
11406 {"AF_VENDOR28", Const, 0, ""},
11407 {"AF_VENDOR29", Const, 0, ""},
11408 {"AF_VENDOR30", Const, 0, ""},
11409 {"AF_VENDOR31", Const, 0, ""},
11410 {"AF_VENDOR32", Const, 0, ""},
11411 {"AF_VENDOR33", Const, 0, ""},
11412 {"AF_VENDOR34", Const, 0, ""},
11413 {"AF_VENDOR35", Const, 0, ""},
11414 {"AF_VENDOR36", Const, 0, ""},
11415 {"AF_VENDOR37", Const, 0, ""},
11416 {"AF_VENDOR38", Const, 0, ""},
11417 {"AF_VENDOR39", Const, 0, ""},
11418 {"AF_VENDOR40", Const, 0, ""},
11419 {"AF_VENDOR41", Const, 0, ""},
11420 {"AF_VENDOR42", Const, 0, ""},
11421 {"AF_VENDOR43", Const, 0, ""},
11422 {"AF_VENDOR44", Const, 0, ""},
11423 {"AF_VENDOR45", Const, 0, ""},
11424 {"AF_VENDOR46", Const, 0, ""},
11425 {"AF_VENDOR47", Const, 0, ""},
11426 {"AF_WANPIPE", Const, 0, ""},
11427 {"AF_X25", Const, 0, ""},
11428 {"AI_CANONNAME", Const, 1, ""},
11429 {"AI_NUMERICHOST", Const, 1, ""},
11430 {"AI_PASSIVE", Const, 1, ""},
11431 {"APPLICATION_ERROR", Const, 0, ""},
11432 {"ARPHRD_ADAPT", Const, 0, ""},
11433 {"ARPHRD_APPLETLK", Const, 0, ""},
11434 {"ARPHRD_ARCNET", Const, 0, ""},
11435 {"ARPHRD_ASH", Const, 0, ""},
11436 {"ARPHRD_ATM", Const, 0, ""},
11437 {"ARPHRD_AX25", Const, 0, ""},
11438 {"ARPHRD_BIF", Const, 0, ""},
11439 {"ARPHRD_CHAOS", Const, 0, ""},
11440 {"ARPHRD_CISCO", Const, 0, ""},
11441 {"ARPHRD_CSLIP", Const, 0, ""},
11442 {"ARPHRD_CSLIP6", Const, 0, ""},
11443 {"ARPHRD_DDCMP", Const, 0, ""},
11444 {"ARPHRD_DLCI", Const, 0, ""},
11445 {"ARPHRD_ECONET", Const, 0, ""},
11446 {"ARPHRD_EETHER", Const, 0, ""},
11447 {"ARPHRD_ETHER", Const, 0, ""},
11448 {"ARPHRD_EUI64", Const, 0, ""},
11449 {"ARPHRD_FCAL", Const, 0, ""},
11450 {"ARPHRD_FCFABRIC", Const, 0, ""},
11451 {"ARPHRD_FCPL", Const, 0, ""},
11452 {"ARPHRD_FCPP", Const, 0, ""},
11453 {"ARPHRD_FDDI", Const, 0, ""},
11454 {"ARPHRD_FRAD", Const, 0, ""},
11455 {"ARPHRD_FRELAY", Const, 1, ""},
11456 {"ARPHRD_HDLC", Const, 0, ""},
11457 {"ARPHRD_HIPPI", Const, 0, ""},
11458 {"ARPHRD_HWX25", Const, 0, ""},
11459 {"ARPHRD_IEEE1394", Const, 0, ""},
11460 {"ARPHRD_IEEE802", Const, 0, ""},
11461 {"ARPHRD_IEEE80211", Const, 0, ""},
11462 {"ARPHRD_IEEE80211_PRISM", Const, 0, ""},
11463 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0, ""},
11464 {"ARPHRD_IEEE802154", Const, 0, ""},
11465 {"ARPHRD_IEEE802154_PHY", Const, 0, ""},
11466 {"ARPHRD_IEEE802_TR", Const, 0, ""},
11467 {"ARPHRD_INFINIBAND", Const, 0, ""},
11468 {"ARPHRD_IPDDP", Const, 0, ""},
11469 {"ARPHRD_IPGRE", Const, 0, ""},
11470 {"ARPHRD_IRDA", Const, 0, ""},
11471 {"ARPHRD_LAPB", Const, 0, ""},
11472 {"ARPHRD_LOCALTLK", Const, 0, ""},
11473 {"ARPHRD_LOOPBACK", Const, 0, ""},
11474 {"ARPHRD_METRICOM", Const, 0, ""},
11475 {"ARPHRD_NETROM", Const, 0, ""},
11476 {"ARPHRD_NONE", Const, 0, ""},
11477 {"ARPHRD_PIMREG", Const, 0, ""},
11478 {"ARPHRD_PPP", Const, 0, ""},
11479 {"ARPHRD_PRONET", Const, 0, ""},
11480 {"ARPHRD_RAWHDLC", Const, 0, ""},
11481 {"ARPHRD_ROSE", Const, 0, ""},
11482 {"ARPHRD_RSRVD", Const, 0, ""},
11483 {"ARPHRD_SIT", Const, 0, ""},
11484 {"ARPHRD_SKIP", Const, 0, ""},
11485 {"ARPHRD_SLIP", Const, 0, ""},
11486 {"ARPHRD_SLIP6", Const, 0, ""},
11487 {"ARPHRD_STRIP", Const, 1, ""},
11488 {"ARPHRD_TUNNEL", Const, 0, ""},
11489 {"ARPHRD_TUNNEL6", Const, 0, ""},
11490 {"ARPHRD_VOID", Const, 0, ""},
11491 {"ARPHRD_X25", Const, 0, ""},
11492 {"AUTHTYPE_CLIENT", Const, 0, ""},
11493 {"AUTHTYPE_SERVER", Const, 0, ""},
11494 {"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
11495 {"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
11496 {"AcceptEx", Func, 0, ""},
11497 {"Access", Func, 0, "func(path string, mode uint32) (err error)"},
11498 {"Acct", Func, 0, "func(path string) (err error)"},
11499 {"AddrinfoW", Type, 1, ""},
11500 {"AddrinfoW.Addr", Field, 1, ""},
11501 {"AddrinfoW.Addrlen", Field, 1, ""},
11502 {"AddrinfoW.Canonname", Field, 1, ""},
11503 {"AddrinfoW.Family", Field, 1, ""},
11504 {"AddrinfoW.Flags", Field, 1, ""},
11505 {"AddrinfoW.Next", Field, 1, ""},
11506 {"AddrinfoW.Protocol", Field, 1, ""},
11507 {"AddrinfoW.Socktype", Field, 1, ""},
11508 {"Adjtime", Func, 0, ""},
11509 {"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
11510 {"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11511 {"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11512 {"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
11513 {"B0", Const, 0, ""},
11514 {"B1000000", Const, 0, ""},
11515 {"B110", Const, 0, ""},
11516 {"B115200", Const, 0, ""},
11517 {"B1152000", Const, 0, ""},
11518 {"B1200", Const, 0, ""},
11519 {"B134", Const, 0, ""},
11520 {"B14400", Const, 1, ""},
11521 {"B150", Const, 0, ""},
11522 {"B1500000", Const, 0, ""},
11523 {"B1800", Const, 0, ""},
11524 {"B19200", Const, 0, ""},
11525 {"B200", Const, 0, ""},
11526 {"B2000000", Const, 0, ""},
11527 {"B230400", Const, 0, ""},
11528 {"B2400", Const, 0, ""},
11529 {"B2500000", Const, 0, ""},
11530 {"B28800", Const, 1, ""},
11531 {"B300", Const, 0, ""},
11532 {"B3000000", Const, 0, ""},
11533 {"B3500000", Const, 0, ""},
11534 {"B38400", Const, 0, ""},
11535 {"B4000000", Const, 0, ""},
11536 {"B460800", Const, 0, ""},
11537 {"B4800", Const, 0, ""},
11538 {"B50", Const, 0, ""},
11539 {"B500000", Const, 0, ""},
11540 {"B57600", Const, 0, ""},
11541 {"B576000", Const, 0, ""},
11542 {"B600", Const, 0, ""},
11543 {"B7200", Const, 1, ""},
11544 {"B75", Const, 0, ""},
11545 {"B76800", Const, 1, ""},
11546 {"B921600", Const, 0, ""},
11547 {"B9600", Const, 0, ""},
11548 {"BASE_PROTOCOL", Const, 2, ""},
11549 {"BIOCFEEDBACK", Const, 0, ""},
11550 {"BIOCFLUSH", Const, 0, ""},
11551 {"BIOCGBLEN", Const, 0, ""},
11552 {"BIOCGDIRECTION", Const, 0, ""},
11553 {"BIOCGDIRFILT", Const, 1, ""},
11554 {"BIOCGDLT", Const, 0, ""},
11555 {"BIOCGDLTLIST", Const, 0, ""},
11556 {"BIOCGETBUFMODE", Const, 0, ""},
11557 {"BIOCGETIF", Const, 0, ""},
11558 {"BIOCGETZMAX", Const, 0, ""},
11559 {"BIOCGFEEDBACK", Const, 1, ""},
11560 {"BIOCGFILDROP", Const, 1, ""},
11561 {"BIOCGHDRCMPLT", Const, 0, ""},
11562 {"BIOCGRSIG", Const, 0, ""},
11563 {"BIOCGRTIMEOUT", Const, 0, ""},
11564 {"BIOCGSEESENT", Const, 0, ""},
11565 {"BIOCGSTATS", Const, 0, ""},
11566 {"BIOCGSTATSOLD", Const, 1, ""},
11567 {"BIOCGTSTAMP", Const, 1, ""},
11568 {"BIOCIMMEDIATE", Const, 0, ""},
11569 {"BIOCLOCK", Const, 0, ""},
11570 {"BIOCPROMISC", Const, 0, ""},
11571 {"BIOCROTZBUF", Const, 0, ""},
11572 {"BIOCSBLEN", Const, 0, ""},
11573 {"BIOCSDIRECTION", Const, 0, ""},
11574 {"BIOCSDIRFILT", Const, 1, ""},
11575 {"BIOCSDLT", Const, 0, ""},
11576 {"BIOCSETBUFMODE", Const, 0, ""},
11577 {"BIOCSETF", Const, 0, ""},
11578 {"BIOCSETFNR", Const, 0, ""},
11579 {"BIOCSETIF", Const, 0, ""},
11580 {"BIOCSETWF", Const, 0, ""},
11581 {"BIOCSETZBUF", Const, 0, ""},
11582 {"BIOCSFEEDBACK", Const, 1, ""},
11583 {"BIOCSFILDROP", Const, 1, ""},
11584 {"BIOCSHDRCMPLT", Const, 0, ""},
11585 {"BIOCSRSIG", Const, 0, ""},
11586 {"BIOCSRTIMEOUT", Const, 0, ""},
11587 {"BIOCSSEESENT", Const, 0, ""},
11588 {"BIOCSTCPF", Const, 1, ""},
11589 {"BIOCSTSTAMP", Const, 1, ""},
11590 {"BIOCSUDPF", Const, 1, ""},
11591 {"BIOCVERSION", Const, 0, ""},
11592 {"BPF_A", Const, 0, ""},
11593 {"BPF_ABS", Const, 0, ""},
11594 {"BPF_ADD", Const, 0, ""},
11595 {"BPF_ALIGNMENT", Const, 0, ""},
11596 {"BPF_ALIGNMENT32", Const, 1, ""},
11597 {"BPF_ALU", Const, 0, ""},
11598 {"BPF_AND", Const, 0, ""},
11599 {"BPF_B", Const, 0, ""},
11600 {"BPF_BUFMODE_BUFFER", Const, 0, ""},
11601 {"BPF_BUFMODE_ZBUF", Const, 0, ""},
11602 {"BPF_DFLTBUFSIZE", Const, 1, ""},
11603 {"BPF_DIRECTION_IN", Const, 1, ""},
11604 {"BPF_DIRECTION_OUT", Const, 1, ""},
11605 {"BPF_DIV", Const, 0, ""},
11606 {"BPF_H", Const, 0, ""},
11607 {"BPF_IMM", Const, 0, ""},
11608 {"BPF_IND", Const, 0, ""},
11609 {"BPF_JA", Const, 0, ""},
11610 {"BPF_JEQ", Const, 0, ""},
11611 {"BPF_JGE", Const, 0, ""},
11612 {"BPF_JGT", Const, 0, ""},
11613 {"BPF_JMP", Const, 0, ""},
11614 {"BPF_JSET", Const, 0, ""},
11615 {"BPF_K", Const, 0, ""},
11616 {"BPF_LD", Const, 0, ""},
11617 {"BPF_LDX", Const, 0, ""},
11618 {"BPF_LEN", Const, 0, ""},
11619 {"BPF_LSH", Const, 0, ""},
11620 {"BPF_MAJOR_VERSION", Const, 0, ""},
11621 {"BPF_MAXBUFSIZE", Const, 0, ""},
11622 {"BPF_MAXINSNS", Const, 0, ""},
11623 {"BPF_MEM", Const, 0, ""},
11624 {"BPF_MEMWORDS", Const, 0, ""},
11625 {"BPF_MINBUFSIZE", Const, 0, ""},
11626 {"BPF_MINOR_VERSION", Const, 0, ""},
11627 {"BPF_MISC", Const, 0, ""},
11628 {"BPF_MSH", Const, 0, ""},
11629 {"BPF_MUL", Const, 0, ""},
11630 {"BPF_NEG", Const, 0, ""},
11631 {"BPF_OR", Const, 0, ""},
11632 {"BPF_RELEASE", Const, 0, ""},
11633 {"BPF_RET", Const, 0, ""},
11634 {"BPF_RSH", Const, 0, ""},
11635 {"BPF_ST", Const, 0, ""},
11636 {"BPF_STX", Const, 0, ""},
11637 {"BPF_SUB", Const, 0, ""},
11638 {"BPF_TAX", Const, 0, ""},
11639 {"BPF_TXA", Const, 0, ""},
11640 {"BPF_T_BINTIME", Const, 1, ""},
11641 {"BPF_T_BINTIME_FAST", Const, 1, ""},
11642 {"BPF_T_BINTIME_MONOTONIC", Const, 1, ""},
11643 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1, ""},
11644 {"BPF_T_FAST", Const, 1, ""},
11645 {"BPF_T_FLAG_MASK", Const, 1, ""},
11646 {"BPF_T_FORMAT_MASK", Const, 1, ""},
11647 {"BPF_T_MICROTIME", Const, 1, ""},
11648 {"BPF_T_MICROTIME_FAST", Const, 1, ""},
11649 {"BPF_T_MICROTIME_MONOTONIC", Const, 1, ""},
11650 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1, ""},
11651 {"BPF_T_MONOTONIC", Const, 1, ""},
11652 {"BPF_T_MONOTONIC_FAST", Const, 1, ""},
11653 {"BPF_T_NANOTIME", Const, 1, ""},
11654 {"BPF_T_NANOTIME_FAST", Const, 1, ""},
11655 {"BPF_T_NANOTIME_MONOTONIC", Const, 1, ""},
11656 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1, ""},
11657 {"BPF_T_NONE", Const, 1, ""},
11658 {"BPF_T_NORMAL", Const, 1, ""},
11659 {"BPF_W", Const, 0, ""},
11660 {"BPF_X", Const, 0, ""},
11661 {"BRKINT", Const, 0, ""},
11662 {"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11663 {"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
11664 {"BpfBuflen", Func, 0, ""},
11665 {"BpfDatalink", Func, 0, ""},
11666 {"BpfHdr", Type, 0, ""},
11667 {"BpfHdr.Caplen", Field, 0, ""},
11668 {"BpfHdr.Datalen", Field, 0, ""},
11669 {"BpfHdr.Hdrlen", Field, 0, ""},
11670 {"BpfHdr.Pad_cgo_0", Field, 0, ""},
11671 {"BpfHdr.Tstamp", Field, 0, ""},
11672 {"BpfHeadercmpl", Func, 0, ""},
11673 {"BpfInsn", Type, 0, ""},
11674 {"BpfInsn.Code", Field, 0, ""},
11675 {"BpfInsn.Jf", Field, 0, ""},
11676 {"BpfInsn.Jt", Field, 0, ""},
11677 {"BpfInsn.K", Field, 0, ""},
11678 {"BpfInterface", Func, 0, ""},
11679 {"BpfJump", Func, 0, ""},
11680 {"BpfProgram", Type, 0, ""},
11681 {"BpfProgram.Insns", Field, 0, ""},
11682 {"BpfProgram.Len", Field, 0, ""},
11683 {"BpfProgram.Pad_cgo_0", Field, 0, ""},
11684 {"BpfStat", Type, 0, ""},
11685 {"BpfStat.Capt", Field, 2, ""},
11686 {"BpfStat.Drop", Field, 0, ""},
11687 {"BpfStat.Padding", Field, 2, ""},
11688 {"BpfStat.Recv", Field, 0, ""},
11689 {"BpfStats", Func, 0, ""},
11690 {"BpfStmt", Func, 0, ""},
11691 {"BpfTimeout", Func, 0, ""},
11692 {"BpfTimeval", Type, 2, ""},
11693 {"BpfTimeval.Sec", Field, 2, ""},
11694 {"BpfTimeval.Usec", Field, 2, ""},
11695 {"BpfVersion", Type, 0, ""},
11696 {"BpfVersion.Major", Field, 0, ""},
11697 {"BpfVersion.Minor", Field, 0, ""},
11698 {"BpfZbuf", Type, 0, ""},
11699 {"BpfZbuf.Bufa", Field, 0, ""},
11700 {"BpfZbuf.Bufb", Field, 0, ""},
11701 {"BpfZbuf.Buflen", Field, 0, ""},
11702 {"BpfZbufHeader", Type, 0, ""},
11703 {"BpfZbufHeader.Kernel_gen", Field, 0, ""},
11704 {"BpfZbufHeader.Kernel_len", Field, 0, ""},
11705 {"BpfZbufHeader.User_gen", Field, 0, ""},
11706 {"BpfZbufHeader.X_bzh_pad", Field, 0, ""},
11707 {"ByHandleFileInformation", Type, 0, ""},
11708 {"ByHandleFileInformation.CreationTime", Field, 0, ""},
11709 {"ByHandleFileInformation.FileAttributes", Field, 0, ""},
11710 {"ByHandleFileInformation.FileIndexHigh", Field, 0, ""},
11711 {"ByHandleFileInformation.FileIndexLow", Field, 0, ""},
11712 {"ByHandleFileInformation.FileSizeHigh", Field, 0, ""},
11713 {"ByHandleFileInformation.FileSizeLow", Field, 0, ""},
11714 {"ByHandleFileInformation.LastAccessTime", Field, 0, ""},
11715 {"ByHandleFileInformation.LastWriteTime", Field, 0, ""},
11716 {"ByHandleFileInformation.NumberOfLinks", Field, 0, ""},
11717 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0, ""},
11718 {"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
11719 {"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
11720 {"CCR0_FLUSH", Const, 1, ""},
11721 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0, ""},
11722 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0, ""},
11723 {"CERT_CHAIN_POLICY_BASE", Const, 0, ""},
11724 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0, ""},
11725 {"CERT_CHAIN_POLICY_EV", Const, 0, ""},
11726 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0, ""},
11727 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0, ""},
11728 {"CERT_CHAIN_POLICY_SSL", Const, 0, ""},
11729 {"CERT_E_CN_NO_MATCH", Const, 0, ""},
11730 {"CERT_E_EXPIRED", Const, 0, ""},
11731 {"CERT_E_PURPOSE", Const, 0, ""},
11732 {"CERT_E_ROLE", Const, 0, ""},
11733 {"CERT_E_UNTRUSTEDROOT", Const, 0, ""},
11734 {"CERT_STORE_ADD_ALWAYS", Const, 0, ""},
11735 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0, ""},
11736 {"CERT_STORE_PROV_MEMORY", Const, 0, ""},
11737 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0, ""},
11738 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0, ""},
11739 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0, ""},
11740 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0, ""},
11741 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0, ""},
11742 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0, ""},
11743 {"CERT_TRUST_INVALID_EXTENSION", Const, 0, ""},
11744 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0, ""},
11745 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0, ""},
11746 {"CERT_TRUST_IS_CYCLIC", Const, 0, ""},
11747 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0, ""},
11748 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0, ""},
11749 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0, ""},
11750 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0, ""},
11751 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0, ""},
11752 {"CERT_TRUST_IS_REVOKED", Const, 0, ""},
11753 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0, ""},
11754 {"CERT_TRUST_NO_ERROR", Const, 0, ""},
11755 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0, ""},
11756 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0, ""},
11757 {"CFLUSH", Const, 1, ""},
11758 {"CLOCAL", Const, 0, ""},
11759 {"CLONE_CHILD_CLEARTID", Const, 2, ""},
11760 {"CLONE_CHILD_SETTID", Const, 2, ""},
11761 {"CLONE_CLEAR_SIGHAND", Const, 20, ""},
11762 {"CLONE_CSIGNAL", Const, 3, ""},
11763 {"CLONE_DETACHED", Const, 2, ""},
11764 {"CLONE_FILES", Const, 2, ""},
11765 {"CLONE_FS", Const, 2, ""},
11766 {"CLONE_INTO_CGROUP", Const, 20, ""},
11767 {"CLONE_IO", Const, 2, ""},
11768 {"CLONE_NEWCGROUP", Const, 20, ""},
11769 {"CLONE_NEWIPC", Const, 2, ""},
11770 {"CLONE_NEWNET", Const, 2, ""},
11771 {"CLONE_NEWNS", Const, 2, ""},
11772 {"CLONE_NEWPID", Const, 2, ""},
11773 {"CLONE_NEWTIME", Const, 20, ""},
11774 {"CLONE_NEWUSER", Const, 2, ""},
11775 {"CLONE_NEWUTS", Const, 2, ""},
11776 {"CLONE_PARENT", Const, 2, ""},
11777 {"CLONE_PARENT_SETTID", Const, 2, ""},
11778 {"CLONE_PID", Const, 3, ""},
11779 {"CLONE_PIDFD", Const, 20, ""},
11780 {"CLONE_PTRACE", Const, 2, ""},
11781 {"CLONE_SETTLS", Const, 2, ""},
11782 {"CLONE_SIGHAND", Const, 2, ""},
11783 {"CLONE_SYSVSEM", Const, 2, ""},
11784 {"CLONE_THREAD", Const, 2, ""},
11785 {"CLONE_UNTRACED", Const, 2, ""},
11786 {"CLONE_VFORK", Const, 2, ""},
11787 {"CLONE_VM", Const, 2, ""},
11788 {"CPUID_CFLUSH", Const, 1, ""},
11789 {"CREAD", Const, 0, ""},
11790 {"CREATE_ALWAYS", Const, 0, ""},
11791 {"CREATE_NEW", Const, 0, ""},
11792 {"CREATE_NEW_PROCESS_GROUP", Const, 1, ""},
11793 {"CREATE_UNICODE_ENVIRONMENT", Const, 0, ""},
11794 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0, ""},
11795 {"CRYPT_DELETEKEYSET", Const, 0, ""},
11796 {"CRYPT_MACHINE_KEYSET", Const, 0, ""},
11797 {"CRYPT_NEWKEYSET", Const, 0, ""},
11798 {"CRYPT_SILENT", Const, 0, ""},
11799 {"CRYPT_VERIFYCONTEXT", Const, 0, ""},
11800 {"CS5", Const, 0, ""},
11801 {"CS6", Const, 0, ""},
11802 {"CS7", Const, 0, ""},
11803 {"CS8", Const, 0, ""},
11804 {"CSIZE", Const, 0, ""},
11805 {"CSTART", Const, 1, ""},
11806 {"CSTATUS", Const, 1, ""},
11807 {"CSTOP", Const, 1, ""},
11808 {"CSTOPB", Const, 0, ""},
11809 {"CSUSP", Const, 1, ""},
11810 {"CTL_MAXNAME", Const, 0, ""},
11811 {"CTL_NET", Const, 0, ""},
11812 {"CTL_QUERY", Const, 1, ""},
11813 {"CTRL_BREAK_EVENT", Const, 1, ""},
11814 {"CTRL_CLOSE_EVENT", Const, 14, ""},
11815 {"CTRL_C_EVENT", Const, 1, ""},
11816 {"CTRL_LOGOFF_EVENT", Const, 14, ""},
11817 {"CTRL_SHUTDOWN_EVENT", Const, 14, ""},
11818 {"CancelIo", Func, 0, ""},
11819 {"CancelIoEx", Func, 1, ""},
11820 {"CertAddCertificateContextToStore", Func, 0, ""},
11821 {"CertChainContext", Type, 0, ""},
11822 {"CertChainContext.ChainCount", Field, 0, ""},
11823 {"CertChainContext.Chains", Field, 0, ""},
11824 {"CertChainContext.HasRevocationFreshnessTime", Field, 0, ""},
11825 {"CertChainContext.LowerQualityChainCount", Field, 0, ""},
11826 {"CertChainContext.LowerQualityChains", Field, 0, ""},
11827 {"CertChainContext.RevocationFreshnessTime", Field, 0, ""},
11828 {"CertChainContext.Size", Field, 0, ""},
11829 {"CertChainContext.TrustStatus", Field, 0, ""},
11830 {"CertChainElement", Type, 0, ""},
11831 {"CertChainElement.ApplicationUsage", Field, 0, ""},
11832 {"CertChainElement.CertContext", Field, 0, ""},
11833 {"CertChainElement.ExtendedErrorInfo", Field, 0, ""},
11834 {"CertChainElement.IssuanceUsage", Field, 0, ""},
11835 {"CertChainElement.RevocationInfo", Field, 0, ""},
11836 {"CertChainElement.Size", Field, 0, ""},
11837 {"CertChainElement.TrustStatus", Field, 0, ""},
11838 {"CertChainPara", Type, 0, ""},
11839 {"CertChainPara.CacheResync", Field, 0, ""},
11840 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0, ""},
11841 {"CertChainPara.RequestedUsage", Field, 0, ""},
11842 {"CertChainPara.RequstedIssuancePolicy", Field, 0, ""},
11843 {"CertChainPara.RevocationFreshnessTime", Field, 0, ""},
11844 {"CertChainPara.Size", Field, 0, ""},
11845 {"CertChainPara.URLRetrievalTimeout", Field, 0, ""},
11846 {"CertChainPolicyPara", Type, 0, ""},
11847 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0, ""},
11848 {"CertChainPolicyPara.Flags", Field, 0, ""},
11849 {"CertChainPolicyPara.Size", Field, 0, ""},
11850 {"CertChainPolicyStatus", Type, 0, ""},
11851 {"CertChainPolicyStatus.ChainIndex", Field, 0, ""},
11852 {"CertChainPolicyStatus.ElementIndex", Field, 0, ""},
11853 {"CertChainPolicyStatus.Error", Field, 0, ""},
11854 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0, ""},
11855 {"CertChainPolicyStatus.Size", Field, 0, ""},
11856 {"CertCloseStore", Func, 0, ""},
11857 {"CertContext", Type, 0, ""},
11858 {"CertContext.CertInfo", Field, 0, ""},
11859 {"CertContext.EncodedCert", Field, 0, ""},
11860 {"CertContext.EncodingType", Field, 0, ""},
11861 {"CertContext.Length", Field, 0, ""},
11862 {"CertContext.Store", Field, 0, ""},
11863 {"CertCreateCertificateContext", Func, 0, ""},
11864 {"CertEnhKeyUsage", Type, 0, ""},
11865 {"CertEnhKeyUsage.Length", Field, 0, ""},
11866 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0, ""},
11867 {"CertEnumCertificatesInStore", Func, 0, ""},
11868 {"CertFreeCertificateChain", Func, 0, ""},
11869 {"CertFreeCertificateContext", Func, 0, ""},
11870 {"CertGetCertificateChain", Func, 0, ""},
11871 {"CertInfo", Type, 11, ""},
11872 {"CertOpenStore", Func, 0, ""},
11873 {"CertOpenSystemStore", Func, 0, ""},
11874 {"CertRevocationCrlInfo", Type, 11, ""},
11875 {"CertRevocationInfo", Type, 0, ""},
11876 {"CertRevocationInfo.CrlInfo", Field, 0, ""},
11877 {"CertRevocationInfo.FreshnessTime", Field, 0, ""},
11878 {"CertRevocationInfo.HasFreshnessTime", Field, 0, ""},
11879 {"CertRevocationInfo.OidSpecificInfo", Field, 0, ""},
11880 {"CertRevocationInfo.RevocationOid", Field, 0, ""},
11881 {"CertRevocationInfo.RevocationResult", Field, 0, ""},
11882 {"CertRevocationInfo.Size", Field, 0, ""},
11883 {"CertSimpleChain", Type, 0, ""},
11884 {"CertSimpleChain.Elements", Field, 0, ""},
11885 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0, ""},
11886 {"CertSimpleChain.NumElements", Field, 0, ""},
11887 {"CertSimpleChain.RevocationFreshnessTime", Field, 0, ""},
11888 {"CertSimpleChain.Size", Field, 0, ""},
11889 {"CertSimpleChain.TrustListInfo", Field, 0, ""},
11890 {"CertSimpleChain.TrustStatus", Field, 0, ""},
11891 {"CertTrustListInfo", Type, 11, ""},
11892 {"CertTrustStatus", Type, 0, ""},
11893 {"CertTrustStatus.ErrorStatus", Field, 0, ""},
11894 {"CertTrustStatus.InfoStatus", Field, 0, ""},
11895 {"CertUsageMatch", Type, 0, ""},
11896 {"CertUsageMatch.Type", Field, 0, ""},
11897 {"CertUsageMatch.Usage", Field, 0, ""},
11898 {"CertVerifyCertificateChainPolicy", Func, 0, ""},
11899 {"Chdir", Func, 0, "func(path string) (err error)"},
11900 {"CheckBpfVersion", Func, 0, ""},
11901 {"Chflags", Func, 0, ""},
11902 {"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
11903 {"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
11904 {"Chroot", Func, 0, "func(path string) (err error)"},
11905 {"Clearenv", Func, 0, "func()"},
11906 {"Close", Func, 0, "func(fd int) (err error)"},
11907 {"CloseHandle", Func, 0, ""},
11908 {"CloseOnExec", Func, 0, "func(fd int)"},
11909 {"Closesocket", Func, 0, ""},
11910 {"CmsgLen", Func, 0, "func(datalen int) int"},
11911 {"CmsgSpace", Func, 0, "func(datalen int) int"},
11912 {"Cmsghdr", Type, 0, ""},
11913 {"Cmsghdr.Len", Field, 0, ""},
11914 {"Cmsghdr.Level", Field, 0, ""},
11915 {"Cmsghdr.Type", Field, 0, ""},
11916 {"Cmsghdr.X__cmsg_data", Field, 0, ""},
11917 {"CommandLineToArgv", Func, 0, ""},
11918 {"ComputerName", Func, 0, ""},
11919 {"Conn", Type, 9, ""},
11920 {"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11921 {"ConnectEx", Func, 1, ""},
11922 {"ConvertSidToStringSid", Func, 0, ""},
11923 {"ConvertStringSidToSid", Func, 0, ""},
11924 {"CopySid", Func, 0, ""},
11925 {"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
11926 {"CreateDirectory", Func, 0, ""},
11927 {"CreateFile", Func, 0, ""},
11928 {"CreateFileMapping", Func, 0, ""},
11929 {"CreateHardLink", Func, 4, ""},
11930 {"CreateIoCompletionPort", Func, 0, ""},
11931 {"CreatePipe", Func, 0, ""},
11932 {"CreateProcess", Func, 0, ""},
11933 {"CreateProcessAsUser", Func, 10, ""},
11934 {"CreateSymbolicLink", Func, 4, ""},
11935 {"CreateToolhelp32Snapshot", Func, 4, ""},
11936 {"Credential", Type, 0, ""},
11937 {"Credential.Gid", Field, 0, ""},
11938 {"Credential.Groups", Field, 0, ""},
11939 {"Credential.NoSetGroups", Field, 9, ""},
11940 {"Credential.Uid", Field, 0, ""},
11941 {"CryptAcquireContext", Func, 0, ""},
11942 {"CryptGenRandom", Func, 0, ""},
11943 {"CryptReleaseContext", Func, 0, ""},
11944 {"DIOCBSFLUSH", Const, 1, ""},
11945 {"DIOCOSFPFLUSH", Const, 1, ""},
11946 {"DLL", Type, 0, ""},
11947 {"DLL.Handle", Field, 0, ""},
11948 {"DLL.Name", Field, 0, ""},
11949 {"DLLError", Type, 0, ""},
11950 {"DLLError.Err", Field, 0, ""},
11951 {"DLLError.Msg", Field, 0, ""},
11952 {"DLLError.ObjName", Field, 0, ""},
11953 {"DLT_A429", Const, 0, ""},
11954 {"DLT_A653_ICM", Const, 0, ""},
11955 {"DLT_AIRONET_HEADER", Const, 0, ""},
11956 {"DLT_AOS", Const, 1, ""},
11957 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0, ""},
11958 {"DLT_ARCNET", Const, 0, ""},
11959 {"DLT_ARCNET_LINUX", Const, 0, ""},
11960 {"DLT_ATM_CLIP", Const, 0, ""},
11961 {"DLT_ATM_RFC1483", Const, 0, ""},
11962 {"DLT_AURORA", Const, 0, ""},
11963 {"DLT_AX25", Const, 0, ""},
11964 {"DLT_AX25_KISS", Const, 0, ""},
11965 {"DLT_BACNET_MS_TP", Const, 0, ""},
11966 {"DLT_BLUETOOTH_HCI_H4", Const, 0, ""},
11967 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0, ""},
11968 {"DLT_CAN20B", Const, 0, ""},
11969 {"DLT_CAN_SOCKETCAN", Const, 1, ""},
11970 {"DLT_CHAOS", Const, 0, ""},
11971 {"DLT_CHDLC", Const, 0, ""},
11972 {"DLT_CISCO_IOS", Const, 0, ""},
11973 {"DLT_C_HDLC", Const, 0, ""},
11974 {"DLT_C_HDLC_WITH_DIR", Const, 0, ""},
11975 {"DLT_DBUS", Const, 1, ""},
11976 {"DLT_DECT", Const, 1, ""},
11977 {"DLT_DOCSIS", Const, 0, ""},
11978 {"DLT_DVB_CI", Const, 1, ""},
11979 {"DLT_ECONET", Const, 0, ""},
11980 {"DLT_EN10MB", Const, 0, ""},
11981 {"DLT_EN3MB", Const, 0, ""},
11982 {"DLT_ENC", Const, 0, ""},
11983 {"DLT_ERF", Const, 0, ""},
11984 {"DLT_ERF_ETH", Const, 0, ""},
11985 {"DLT_ERF_POS", Const, 0, ""},
11986 {"DLT_FC_2", Const, 1, ""},
11987 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1, ""},
11988 {"DLT_FDDI", Const, 0, ""},
11989 {"DLT_FLEXRAY", Const, 0, ""},
11990 {"DLT_FRELAY", Const, 0, ""},
11991 {"DLT_FRELAY_WITH_DIR", Const, 0, ""},
11992 {"DLT_GCOM_SERIAL", Const, 0, ""},
11993 {"DLT_GCOM_T1E1", Const, 0, ""},
11994 {"DLT_GPF_F", Const, 0, ""},
11995 {"DLT_GPF_T", Const, 0, ""},
11996 {"DLT_GPRS_LLC", Const, 0, ""},
11997 {"DLT_GSMTAP_ABIS", Const, 1, ""},
11998 {"DLT_GSMTAP_UM", Const, 1, ""},
11999 {"DLT_HDLC", Const, 1, ""},
12000 {"DLT_HHDLC", Const, 0, ""},
12001 {"DLT_HIPPI", Const, 1, ""},
12002 {"DLT_IBM_SN", Const, 0, ""},
12003 {"DLT_IBM_SP", Const, 0, ""},
12004 {"DLT_IEEE802", Const, 0, ""},
12005 {"DLT_IEEE802_11", Const, 0, ""},
12006 {"DLT_IEEE802_11_RADIO", Const, 0, ""},
12007 {"DLT_IEEE802_11_RADIO_AVS", Const, 0, ""},
12008 {"DLT_IEEE802_15_4", Const, 0, ""},
12009 {"DLT_IEEE802_15_4_LINUX", Const, 0, ""},
12010 {"DLT_IEEE802_15_4_NOFCS", Const, 1, ""},
12011 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0, ""},
12012 {"DLT_IEEE802_16_MAC_CPS", Const, 0, ""},
12013 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0, ""},
12014 {"DLT_IPFILTER", Const, 0, ""},
12015 {"DLT_IPMB", Const, 0, ""},
12016 {"DLT_IPMB_LINUX", Const, 0, ""},
12017 {"DLT_IPNET", Const, 1, ""},
12018 {"DLT_IPOIB", Const, 1, ""},
12019 {"DLT_IPV4", Const, 1, ""},
12020 {"DLT_IPV6", Const, 1, ""},
12021 {"DLT_IP_OVER_FC", Const, 0, ""},
12022 {"DLT_JUNIPER_ATM1", Const, 0, ""},
12023 {"DLT_JUNIPER_ATM2", Const, 0, ""},
12024 {"DLT_JUNIPER_ATM_CEMIC", Const, 1, ""},
12025 {"DLT_JUNIPER_CHDLC", Const, 0, ""},
12026 {"DLT_JUNIPER_ES", Const, 0, ""},
12027 {"DLT_JUNIPER_ETHER", Const, 0, ""},
12028 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1, ""},
12029 {"DLT_JUNIPER_FRELAY", Const, 0, ""},
12030 {"DLT_JUNIPER_GGSN", Const, 0, ""},
12031 {"DLT_JUNIPER_ISM", Const, 0, ""},
12032 {"DLT_JUNIPER_MFR", Const, 0, ""},
12033 {"DLT_JUNIPER_MLFR", Const, 0, ""},
12034 {"DLT_JUNIPER_MLPPP", Const, 0, ""},
12035 {"DLT_JUNIPER_MONITOR", Const, 0, ""},
12036 {"DLT_JUNIPER_PIC_PEER", Const, 0, ""},
12037 {"DLT_JUNIPER_PPP", Const, 0, ""},
12038 {"DLT_JUNIPER_PPPOE", Const, 0, ""},
12039 {"DLT_JUNIPER_PPPOE_ATM", Const, 0, ""},
12040 {"DLT_JUNIPER_SERVICES", Const, 0, ""},
12041 {"DLT_JUNIPER_SRX_E2E", Const, 1, ""},
12042 {"DLT_JUNIPER_ST", Const, 0, ""},
12043 {"DLT_JUNIPER_VP", Const, 0, ""},
12044 {"DLT_JUNIPER_VS", Const, 1, ""},
12045 {"DLT_LAPB_WITH_DIR", Const, 0, ""},
12046 {"DLT_LAPD", Const, 0, ""},
12047 {"DLT_LIN", Const, 0, ""},
12048 {"DLT_LINUX_EVDEV", Const, 1, ""},
12049 {"DLT_LINUX_IRDA", Const, 0, ""},
12050 {"DLT_LINUX_LAPD", Const, 0, ""},
12051 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0, ""},
12052 {"DLT_LINUX_SLL", Const, 0, ""},
12053 {"DLT_LOOP", Const, 0, ""},
12054 {"DLT_LTALK", Const, 0, ""},
12055 {"DLT_MATCHING_MAX", Const, 1, ""},
12056 {"DLT_MATCHING_MIN", Const, 1, ""},
12057 {"DLT_MFR", Const, 0, ""},
12058 {"DLT_MOST", Const, 0, ""},
12059 {"DLT_MPEG_2_TS", Const, 1, ""},
12060 {"DLT_MPLS", Const, 1, ""},
12061 {"DLT_MTP2", Const, 0, ""},
12062 {"DLT_MTP2_WITH_PHDR", Const, 0, ""},
12063 {"DLT_MTP3", Const, 0, ""},
12064 {"DLT_MUX27010", Const, 1, ""},
12065 {"DLT_NETANALYZER", Const, 1, ""},
12066 {"DLT_NETANALYZER_TRANSPARENT", Const, 1, ""},
12067 {"DLT_NFC_LLCP", Const, 1, ""},
12068 {"DLT_NFLOG", Const, 1, ""},
12069 {"DLT_NG40", Const, 1, ""},
12070 {"DLT_NULL", Const, 0, ""},
12071 {"DLT_PCI_EXP", Const, 0, ""},
12072 {"DLT_PFLOG", Const, 0, ""},
12073 {"DLT_PFSYNC", Const, 0, ""},
12074 {"DLT_PPI", Const, 0, ""},
12075 {"DLT_PPP", Const, 0, ""},
12076 {"DLT_PPP_BSDOS", Const, 0, ""},
12077 {"DLT_PPP_ETHER", Const, 0, ""},
12078 {"DLT_PPP_PPPD", Const, 0, ""},
12079 {"DLT_PPP_SERIAL", Const, 0, ""},
12080 {"DLT_PPP_WITH_DIR", Const, 0, ""},
12081 {"DLT_PPP_WITH_DIRECTION", Const, 0, ""},
12082 {"DLT_PRISM_HEADER", Const, 0, ""},
12083 {"DLT_PRONET", Const, 0, ""},
12084 {"DLT_RAIF1", Const, 0, ""},
12085 {"DLT_RAW", Const, 0, ""},
12086 {"DLT_RAWAF_MASK", Const, 1, ""},
12087 {"DLT_RIO", Const, 0, ""},
12088 {"DLT_SCCP", Const, 0, ""},
12089 {"DLT_SITA", Const, 0, ""},
12090 {"DLT_SLIP", Const, 0, ""},
12091 {"DLT_SLIP_BSDOS", Const, 0, ""},
12092 {"DLT_STANAG_5066_D_PDU", Const, 1, ""},
12093 {"DLT_SUNATM", Const, 0, ""},
12094 {"DLT_SYMANTEC_FIREWALL", Const, 0, ""},
12095 {"DLT_TZSP", Const, 0, ""},
12096 {"DLT_USB", Const, 0, ""},
12097 {"DLT_USB_LINUX", Const, 0, ""},
12098 {"DLT_USB_LINUX_MMAPPED", Const, 1, ""},
12099 {"DLT_USER0", Const, 0, ""},
12100 {"DLT_USER1", Const, 0, ""},
12101 {"DLT_USER10", Const, 0, ""},
12102 {"DLT_USER11", Const, 0, ""},
12103 {"DLT_USER12", Const, 0, ""},
12104 {"DLT_USER13", Const, 0, ""},
12105 {"DLT_USER14", Const, 0, ""},
12106 {"DLT_USER15", Const, 0, ""},
12107 {"DLT_USER2", Const, 0, ""},
12108 {"DLT_USER3", Const, 0, ""},
12109 {"DLT_USER4", Const, 0, ""},
12110 {"DLT_USER5", Const, 0, ""},
12111 {"DLT_USER6", Const, 0, ""},
12112 {"DLT_USER7", Const, 0, ""},
12113 {"DLT_USER8", Const, 0, ""},
12114 {"DLT_USER9", Const, 0, ""},
12115 {"DLT_WIHART", Const, 1, ""},
12116 {"DLT_X2E_SERIAL", Const, 0, ""},
12117 {"DLT_X2E_XORAYA", Const, 0, ""},
12118 {"DNSMXData", Type, 0, ""},
12119 {"DNSMXData.NameExchange", Field, 0, ""},
12120 {"DNSMXData.Pad", Field, 0, ""},
12121 {"DNSMXData.Preference", Field, 0, ""},
12122 {"DNSPTRData", Type, 0, ""},
12123 {"DNSPTRData.Host", Field, 0, ""},
12124 {"DNSRecord", Type, 0, ""},
12125 {"DNSRecord.Data", Field, 0, ""},
12126 {"DNSRecord.Dw", Field, 0, ""},
12127 {"DNSRecord.Length", Field, 0, ""},
12128 {"DNSRecord.Name", Field, 0, ""},
12129 {"DNSRecord.Next", Field, 0, ""},
12130 {"DNSRecord.Reserved", Field, 0, ""},
12131 {"DNSRecord.Ttl", Field, 0, ""},
12132 {"DNSRecord.Type", Field, 0, ""},
12133 {"DNSSRVData", Type, 0, ""},
12134 {"DNSSRVData.Pad", Field, 0, ""},
12135 {"DNSSRVData.Port", Field, 0, ""},
12136 {"DNSSRVData.Priority", Field, 0, ""},
12137 {"DNSSRVData.Target", Field, 0, ""},
12138 {"DNSSRVData.Weight", Field, 0, ""},
12139 {"DNSTXTData", Type, 0, ""},
12140 {"DNSTXTData.StringArray", Field, 0, ""},
12141 {"DNSTXTData.StringCount", Field, 0, ""},
12142 {"DNS_INFO_NO_RECORDS", Const, 4, ""},
12143 {"DNS_TYPE_A", Const, 0, ""},
12144 {"DNS_TYPE_A6", Const, 0, ""},
12145 {"DNS_TYPE_AAAA", Const, 0, ""},
12146 {"DNS_TYPE_ADDRS", Const, 0, ""},
12147 {"DNS_TYPE_AFSDB", Const, 0, ""},
12148 {"DNS_TYPE_ALL", Const, 0, ""},
12149 {"DNS_TYPE_ANY", Const, 0, ""},
12150 {"DNS_TYPE_ATMA", Const, 0, ""},
12151 {"DNS_TYPE_AXFR", Const, 0, ""},
12152 {"DNS_TYPE_CERT", Const, 0, ""},
12153 {"DNS_TYPE_CNAME", Const, 0, ""},
12154 {"DNS_TYPE_DHCID", Const, 0, ""},
12155 {"DNS_TYPE_DNAME", Const, 0, ""},
12156 {"DNS_TYPE_DNSKEY", Const, 0, ""},
12157 {"DNS_TYPE_DS", Const, 0, ""},
12158 {"DNS_TYPE_EID", Const, 0, ""},
12159 {"DNS_TYPE_GID", Const, 0, ""},
12160 {"DNS_TYPE_GPOS", Const, 0, ""},
12161 {"DNS_TYPE_HINFO", Const, 0, ""},
12162 {"DNS_TYPE_ISDN", Const, 0, ""},
12163 {"DNS_TYPE_IXFR", Const, 0, ""},
12164 {"DNS_TYPE_KEY", Const, 0, ""},
12165 {"DNS_TYPE_KX", Const, 0, ""},
12166 {"DNS_TYPE_LOC", Const, 0, ""},
12167 {"DNS_TYPE_MAILA", Const, 0, ""},
12168 {"DNS_TYPE_MAILB", Const, 0, ""},
12169 {"DNS_TYPE_MB", Const, 0, ""},
12170 {"DNS_TYPE_MD", Const, 0, ""},
12171 {"DNS_TYPE_MF", Const, 0, ""},
12172 {"DNS_TYPE_MG", Const, 0, ""},
12173 {"DNS_TYPE_MINFO", Const, 0, ""},
12174 {"DNS_TYPE_MR", Const, 0, ""},
12175 {"DNS_TYPE_MX", Const, 0, ""},
12176 {"DNS_TYPE_NAPTR", Const, 0, ""},
12177 {"DNS_TYPE_NBSTAT", Const, 0, ""},
12178 {"DNS_TYPE_NIMLOC", Const, 0, ""},
12179 {"DNS_TYPE_NS", Const, 0, ""},
12180 {"DNS_TYPE_NSAP", Const, 0, ""},
12181 {"DNS_TYPE_NSAPPTR", Const, 0, ""},
12182 {"DNS_TYPE_NSEC", Const, 0, ""},
12183 {"DNS_TYPE_NULL", Const, 0, ""},
12184 {"DNS_TYPE_NXT", Const, 0, ""},
12185 {"DNS_TYPE_OPT", Const, 0, ""},
12186 {"DNS_TYPE_PTR", Const, 0, ""},
12187 {"DNS_TYPE_PX", Const, 0, ""},
12188 {"DNS_TYPE_RP", Const, 0, ""},
12189 {"DNS_TYPE_RRSIG", Const, 0, ""},
12190 {"DNS_TYPE_RT", Const, 0, ""},
12191 {"DNS_TYPE_SIG", Const, 0, ""},
12192 {"DNS_TYPE_SINK", Const, 0, ""},
12193 {"DNS_TYPE_SOA", Const, 0, ""},
12194 {"DNS_TYPE_SRV", Const, 0, ""},
12195 {"DNS_TYPE_TEXT", Const, 0, ""},
12196 {"DNS_TYPE_TKEY", Const, 0, ""},
12197 {"DNS_TYPE_TSIG", Const, 0, ""},
12198 {"DNS_TYPE_UID", Const, 0, ""},
12199 {"DNS_TYPE_UINFO", Const, 0, ""},
12200 {"DNS_TYPE_UNSPEC", Const, 0, ""},
12201 {"DNS_TYPE_WINS", Const, 0, ""},
12202 {"DNS_TYPE_WINSR", Const, 0, ""},
12203 {"DNS_TYPE_WKS", Const, 0, ""},
12204 {"DNS_TYPE_X25", Const, 0, ""},
12205 {"DT_BLK", Const, 0, ""},
12206 {"DT_CHR", Const, 0, ""},
12207 {"DT_DIR", Const, 0, ""},
12208 {"DT_FIFO", Const, 0, ""},
12209 {"DT_LNK", Const, 0, ""},
12210 {"DT_REG", Const, 0, ""},
12211 {"DT_SOCK", Const, 0, ""},
12212 {"DT_UNKNOWN", Const, 0, ""},
12213 {"DT_WHT", Const, 0, ""},
12214 {"DUPLICATE_CLOSE_SOURCE", Const, 0, ""},
12215 {"DUPLICATE_SAME_ACCESS", Const, 0, ""},
12216 {"DeleteFile", Func, 0, ""},
12217 {"DetachLsf", Func, 0, "func(fd int) error"},
12218 {"DeviceIoControl", Func, 4, ""},
12219 {"Dirent", Type, 0, ""},
12220 {"Dirent.Fileno", Field, 0, ""},
12221 {"Dirent.Ino", Field, 0, ""},
12222 {"Dirent.Name", Field, 0, ""},
12223 {"Dirent.Namlen", Field, 0, ""},
12224 {"Dirent.Off", Field, 0, ""},
12225 {"Dirent.Pad0", Field, 12, ""},
12226 {"Dirent.Pad1", Field, 12, ""},
12227 {"Dirent.Pad_cgo_0", Field, 0, ""},
12228 {"Dirent.Reclen", Field, 0, ""},
12229 {"Dirent.Seekoff", Field, 0, ""},
12230 {"Dirent.Type", Field, 0, ""},
12231 {"Dirent.X__d_padding", Field, 3, ""},
12232 {"DnsNameCompare", Func, 4, ""},
12233 {"DnsQuery", Func, 0, ""},
12234 {"DnsRecordListFree", Func, 0, ""},
12235 {"DnsSectionAdditional", Const, 4, ""},
12236 {"DnsSectionAnswer", Const, 4, ""},
12237 {"DnsSectionAuthority", Const, 4, ""},
12238 {"DnsSectionQuestion", Const, 4, ""},
12239 {"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
12240 {"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
12241 {"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
12242 {"DuplicateHandle", Func, 0, ""},
12243 {"E2BIG", Const, 0, ""},
12244 {"EACCES", Const, 0, ""},
12245 {"EADDRINUSE", Const, 0, ""},
12246 {"EADDRNOTAVAIL", Const, 0, ""},
12247 {"EADV", Const, 0, ""},
12248 {"EAFNOSUPPORT", Const, 0, ""},
12249 {"EAGAIN", Const, 0, ""},
12250 {"EALREADY", Const, 0, ""},
12251 {"EAUTH", Const, 0, ""},
12252 {"EBADARCH", Const, 0, ""},
12253 {"EBADE", Const, 0, ""},
12254 {"EBADEXEC", Const, 0, ""},
12255 {"EBADF", Const, 0, ""},
12256 {"EBADFD", Const, 0, ""},
12257 {"EBADMACHO", Const, 0, ""},
12258 {"EBADMSG", Const, 0, ""},
12259 {"EBADR", Const, 0, ""},
12260 {"EBADRPC", Const, 0, ""},
12261 {"EBADRQC", Const, 0, ""},
12262 {"EBADSLT", Const, 0, ""},
12263 {"EBFONT", Const, 0, ""},
12264 {"EBUSY", Const, 0, ""},
12265 {"ECANCELED", Const, 0, ""},
12266 {"ECAPMODE", Const, 1, ""},
12267 {"ECHILD", Const, 0, ""},
12268 {"ECHO", Const, 0, ""},
12269 {"ECHOCTL", Const, 0, ""},
12270 {"ECHOE", Const, 0, ""},
12271 {"ECHOK", Const, 0, ""},
12272 {"ECHOKE", Const, 0, ""},
12273 {"ECHONL", Const, 0, ""},
12274 {"ECHOPRT", Const, 0, ""},
12275 {"ECHRNG", Const, 0, ""},
12276 {"ECOMM", Const, 0, ""},
12277 {"ECONNABORTED", Const, 0, ""},
12278 {"ECONNREFUSED", Const, 0, ""},
12279 {"ECONNRESET", Const, 0, ""},
12280 {"EDEADLK", Const, 0, ""},
12281 {"EDEADLOCK", Const, 0, ""},
12282 {"EDESTADDRREQ", Const, 0, ""},
12283 {"EDEVERR", Const, 0, ""},
12284 {"EDOM", Const, 0, ""},
12285 {"EDOOFUS", Const, 0, ""},
12286 {"EDOTDOT", Const, 0, ""},
12287 {"EDQUOT", Const, 0, ""},
12288 {"EEXIST", Const, 0, ""},
12289 {"EFAULT", Const, 0, ""},
12290 {"EFBIG", Const, 0, ""},
12291 {"EFER_LMA", Const, 1, ""},
12292 {"EFER_LME", Const, 1, ""},
12293 {"EFER_NXE", Const, 1, ""},
12294 {"EFER_SCE", Const, 1, ""},
12295 {"EFTYPE", Const, 0, ""},
12296 {"EHOSTDOWN", Const, 0, ""},
12297 {"EHOSTUNREACH", Const, 0, ""},
12298 {"EHWPOISON", Const, 0, ""},
12299 {"EIDRM", Const, 0, ""},
12300 {"EILSEQ", Const, 0, ""},
12301 {"EINPROGRESS", Const, 0, ""},
12302 {"EINTR", Const, 0, ""},
12303 {"EINVAL", Const, 0, ""},
12304 {"EIO", Const, 0, ""},
12305 {"EIPSEC", Const, 1, ""},
12306 {"EISCONN", Const, 0, ""},
12307 {"EISDIR", Const, 0, ""},
12308 {"EISNAM", Const, 0, ""},
12309 {"EKEYEXPIRED", Const, 0, ""},
12310 {"EKEYREJECTED", Const, 0, ""},
12311 {"EKEYREVOKED", Const, 0, ""},
12312 {"EL2HLT", Const, 0, ""},
12313 {"EL2NSYNC", Const, 0, ""},
12314 {"EL3HLT", Const, 0, ""},
12315 {"EL3RST", Const, 0, ""},
12316 {"ELAST", Const, 0, ""},
12317 {"ELF_NGREG", Const, 0, ""},
12318 {"ELF_PRARGSZ", Const, 0, ""},
12319 {"ELIBACC", Const, 0, ""},
12320 {"ELIBBAD", Const, 0, ""},
12321 {"ELIBEXEC", Const, 0, ""},
12322 {"ELIBMAX", Const, 0, ""},
12323 {"ELIBSCN", Const, 0, ""},
12324 {"ELNRNG", Const, 0, ""},
12325 {"ELOOP", Const, 0, ""},
12326 {"EMEDIUMTYPE", Const, 0, ""},
12327 {"EMFILE", Const, 0, ""},
12328 {"EMLINK", Const, 0, ""},
12329 {"EMSGSIZE", Const, 0, ""},
12330 {"EMT_TAGOVF", Const, 1, ""},
12331 {"EMULTIHOP", Const, 0, ""},
12332 {"EMUL_ENABLED", Const, 1, ""},
12333 {"EMUL_LINUX", Const, 1, ""},
12334 {"EMUL_LINUX32", Const, 1, ""},
12335 {"EMUL_MAXID", Const, 1, ""},
12336 {"EMUL_NATIVE", Const, 1, ""},
12337 {"ENAMETOOLONG", Const, 0, ""},
12338 {"ENAVAIL", Const, 0, ""},
12339 {"ENDRUNDISC", Const, 1, ""},
12340 {"ENEEDAUTH", Const, 0, ""},
12341 {"ENETDOWN", Const, 0, ""},
12342 {"ENETRESET", Const, 0, ""},
12343 {"ENETUNREACH", Const, 0, ""},
12344 {"ENFILE", Const, 0, ""},
12345 {"ENOANO", Const, 0, ""},
12346 {"ENOATTR", Const, 0, ""},
12347 {"ENOBUFS", Const, 0, ""},
12348 {"ENOCSI", Const, 0, ""},
12349 {"ENODATA", Const, 0, ""},
12350 {"ENODEV", Const, 0, ""},
12351 {"ENOENT", Const, 0, ""},
12352 {"ENOEXEC", Const, 0, ""},
12353 {"ENOKEY", Const, 0, ""},
12354 {"ENOLCK", Const, 0, ""},
12355 {"ENOLINK", Const, 0, ""},
12356 {"ENOMEDIUM", Const, 0, ""},
12357 {"ENOMEM", Const, 0, ""},
12358 {"ENOMSG", Const, 0, ""},
12359 {"ENONET", Const, 0, ""},
12360 {"ENOPKG", Const, 0, ""},
12361 {"ENOPOLICY", Const, 0, ""},
12362 {"ENOPROTOOPT", Const, 0, ""},
12363 {"ENOSPC", Const, 0, ""},
12364 {"ENOSR", Const, 0, ""},
12365 {"ENOSTR", Const, 0, ""},
12366 {"ENOSYS", Const, 0, ""},
12367 {"ENOTBLK", Const, 0, ""},
12368 {"ENOTCAPABLE", Const, 0, ""},
12369 {"ENOTCONN", Const, 0, ""},
12370 {"ENOTDIR", Const, 0, ""},
12371 {"ENOTEMPTY", Const, 0, ""},
12372 {"ENOTNAM", Const, 0, ""},
12373 {"ENOTRECOVERABLE", Const, 0, ""},
12374 {"ENOTSOCK", Const, 0, ""},
12375 {"ENOTSUP", Const, 0, ""},
12376 {"ENOTTY", Const, 0, ""},
12377 {"ENOTUNIQ", Const, 0, ""},
12378 {"ENXIO", Const, 0, ""},
12379 {"EN_SW_CTL_INF", Const, 1, ""},
12380 {"EN_SW_CTL_PREC", Const, 1, ""},
12381 {"EN_SW_CTL_ROUND", Const, 1, ""},
12382 {"EN_SW_DATACHAIN", Const, 1, ""},
12383 {"EN_SW_DENORM", Const, 1, ""},
12384 {"EN_SW_INVOP", Const, 1, ""},
12385 {"EN_SW_OVERFLOW", Const, 1, ""},
12386 {"EN_SW_PRECLOSS", Const, 1, ""},
12387 {"EN_SW_UNDERFLOW", Const, 1, ""},
12388 {"EN_SW_ZERODIV", Const, 1, ""},
12389 {"EOPNOTSUPP", Const, 0, ""},
12390 {"EOVERFLOW", Const, 0, ""},
12391 {"EOWNERDEAD", Const, 0, ""},
12392 {"EPERM", Const, 0, ""},
12393 {"EPFNOSUPPORT", Const, 0, ""},
12394 {"EPIPE", Const, 0, ""},
12395 {"EPOLLERR", Const, 0, ""},
12396 {"EPOLLET", Const, 0, ""},
12397 {"EPOLLHUP", Const, 0, ""},
12398 {"EPOLLIN", Const, 0, ""},
12399 {"EPOLLMSG", Const, 0, ""},
12400 {"EPOLLONESHOT", Const, 0, ""},
12401 {"EPOLLOUT", Const, 0, ""},
12402 {"EPOLLPRI", Const, 0, ""},
12403 {"EPOLLRDBAND", Const, 0, ""},
12404 {"EPOLLRDHUP", Const, 0, ""},
12405 {"EPOLLRDNORM", Const, 0, ""},
12406 {"EPOLLWRBAND", Const, 0, ""},
12407 {"EPOLLWRNORM", Const, 0, ""},
12408 {"EPOLL_CLOEXEC", Const, 0, ""},
12409 {"EPOLL_CTL_ADD", Const, 0, ""},
12410 {"EPOLL_CTL_DEL", Const, 0, ""},
12411 {"EPOLL_CTL_MOD", Const, 0, ""},
12412 {"EPOLL_NONBLOCK", Const, 0, ""},
12413 {"EPROCLIM", Const, 0, ""},
12414 {"EPROCUNAVAIL", Const, 0, ""},
12415 {"EPROGMISMATCH", Const, 0, ""},
12416 {"EPROGUNAVAIL", Const, 0, ""},
12417 {"EPROTO", Const, 0, ""},
12418 {"EPROTONOSUPPORT", Const, 0, ""},
12419 {"EPROTOTYPE", Const, 0, ""},
12420 {"EPWROFF", Const, 0, ""},
12421 {"EQFULL", Const, 16, ""},
12422 {"ERANGE", Const, 0, ""},
12423 {"EREMCHG", Const, 0, ""},
12424 {"EREMOTE", Const, 0, ""},
12425 {"EREMOTEIO", Const, 0, ""},
12426 {"ERESTART", Const, 0, ""},
12427 {"ERFKILL", Const, 0, ""},
12428 {"EROFS", Const, 0, ""},
12429 {"ERPCMISMATCH", Const, 0, ""},
12430 {"ERROR_ACCESS_DENIED", Const, 0, ""},
12431 {"ERROR_ALREADY_EXISTS", Const, 0, ""},
12432 {"ERROR_BROKEN_PIPE", Const, 0, ""},
12433 {"ERROR_BUFFER_OVERFLOW", Const, 0, ""},
12434 {"ERROR_DIR_NOT_EMPTY", Const, 8, ""},
12435 {"ERROR_ENVVAR_NOT_FOUND", Const, 0, ""},
12436 {"ERROR_FILE_EXISTS", Const, 0, ""},
12437 {"ERROR_FILE_NOT_FOUND", Const, 0, ""},
12438 {"ERROR_HANDLE_EOF", Const, 2, ""},
12439 {"ERROR_INSUFFICIENT_BUFFER", Const, 0, ""},
12440 {"ERROR_IO_PENDING", Const, 0, ""},
12441 {"ERROR_MOD_NOT_FOUND", Const, 0, ""},
12442 {"ERROR_MORE_DATA", Const, 3, ""},
12443 {"ERROR_NETNAME_DELETED", Const, 3, ""},
12444 {"ERROR_NOT_FOUND", Const, 1, ""},
12445 {"ERROR_NO_MORE_FILES", Const, 0, ""},
12446 {"ERROR_OPERATION_ABORTED", Const, 0, ""},
12447 {"ERROR_PATH_NOT_FOUND", Const, 0, ""},
12448 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4, ""},
12449 {"ERROR_PROC_NOT_FOUND", Const, 0, ""},
12450 {"ESHLIBVERS", Const, 0, ""},
12451 {"ESHUTDOWN", Const, 0, ""},
12452 {"ESOCKTNOSUPPORT", Const, 0, ""},
12453 {"ESPIPE", Const, 0, ""},
12454 {"ESRCH", Const, 0, ""},
12455 {"ESRMNT", Const, 0, ""},
12456 {"ESTALE", Const, 0, ""},
12457 {"ESTRPIPE", Const, 0, ""},
12458 {"ETHERCAP_JUMBO_MTU", Const, 1, ""},
12459 {"ETHERCAP_VLAN_HWTAGGING", Const, 1, ""},
12460 {"ETHERCAP_VLAN_MTU", Const, 1, ""},
12461 {"ETHERMIN", Const, 1, ""},
12462 {"ETHERMTU", Const, 1, ""},
12463 {"ETHERMTU_JUMBO", Const, 1, ""},
12464 {"ETHERTYPE_8023", Const, 1, ""},
12465 {"ETHERTYPE_AARP", Const, 1, ""},
12466 {"ETHERTYPE_ACCTON", Const, 1, ""},
12467 {"ETHERTYPE_AEONIC", Const, 1, ""},
12468 {"ETHERTYPE_ALPHA", Const, 1, ""},
12469 {"ETHERTYPE_AMBER", Const, 1, ""},
12470 {"ETHERTYPE_AMOEBA", Const, 1, ""},
12471 {"ETHERTYPE_AOE", Const, 1, ""},
12472 {"ETHERTYPE_APOLLO", Const, 1, ""},
12473 {"ETHERTYPE_APOLLODOMAIN", Const, 1, ""},
12474 {"ETHERTYPE_APPLETALK", Const, 1, ""},
12475 {"ETHERTYPE_APPLITEK", Const, 1, ""},
12476 {"ETHERTYPE_ARGONAUT", Const, 1, ""},
12477 {"ETHERTYPE_ARP", Const, 1, ""},
12478 {"ETHERTYPE_AT", Const, 1, ""},
12479 {"ETHERTYPE_ATALK", Const, 1, ""},
12480 {"ETHERTYPE_ATOMIC", Const, 1, ""},
12481 {"ETHERTYPE_ATT", Const, 1, ""},
12482 {"ETHERTYPE_ATTSTANFORD", Const, 1, ""},
12483 {"ETHERTYPE_AUTOPHON", Const, 1, ""},
12484 {"ETHERTYPE_AXIS", Const, 1, ""},
12485 {"ETHERTYPE_BCLOOP", Const, 1, ""},
12486 {"ETHERTYPE_BOFL", Const, 1, ""},
12487 {"ETHERTYPE_CABLETRON", Const, 1, ""},
12488 {"ETHERTYPE_CHAOS", Const, 1, ""},
12489 {"ETHERTYPE_COMDESIGN", Const, 1, ""},
12490 {"ETHERTYPE_COMPUGRAPHIC", Const, 1, ""},
12491 {"ETHERTYPE_COUNTERPOINT", Const, 1, ""},
12492 {"ETHERTYPE_CRONUS", Const, 1, ""},
12493 {"ETHERTYPE_CRONUSVLN", Const, 1, ""},
12494 {"ETHERTYPE_DCA", Const, 1, ""},
12495 {"ETHERTYPE_DDE", Const, 1, ""},
12496 {"ETHERTYPE_DEBNI", Const, 1, ""},
12497 {"ETHERTYPE_DECAM", Const, 1, ""},
12498 {"ETHERTYPE_DECCUST", Const, 1, ""},
12499 {"ETHERTYPE_DECDIAG", Const, 1, ""},
12500 {"ETHERTYPE_DECDNS", Const, 1, ""},
12501 {"ETHERTYPE_DECDTS", Const, 1, ""},
12502 {"ETHERTYPE_DECEXPER", Const, 1, ""},
12503 {"ETHERTYPE_DECLAST", Const, 1, ""},
12504 {"ETHERTYPE_DECLTM", Const, 1, ""},
12505 {"ETHERTYPE_DECMUMPS", Const, 1, ""},
12506 {"ETHERTYPE_DECNETBIOS", Const, 1, ""},
12507 {"ETHERTYPE_DELTACON", Const, 1, ""},
12508 {"ETHERTYPE_DIDDLE", Const, 1, ""},
12509 {"ETHERTYPE_DLOG1", Const, 1, ""},
12510 {"ETHERTYPE_DLOG2", Const, 1, ""},
12511 {"ETHERTYPE_DN", Const, 1, ""},
12512 {"ETHERTYPE_DOGFIGHT", Const, 1, ""},
12513 {"ETHERTYPE_DSMD", Const, 1, ""},
12514 {"ETHERTYPE_ECMA", Const, 1, ""},
12515 {"ETHERTYPE_ENCRYPT", Const, 1, ""},
12516 {"ETHERTYPE_ES", Const, 1, ""},
12517 {"ETHERTYPE_EXCELAN", Const, 1, ""},
12518 {"ETHERTYPE_EXPERDATA", Const, 1, ""},
12519 {"ETHERTYPE_FLIP", Const, 1, ""},
12520 {"ETHERTYPE_FLOWCONTROL", Const, 1, ""},
12521 {"ETHERTYPE_FRARP", Const, 1, ""},
12522 {"ETHERTYPE_GENDYN", Const, 1, ""},
12523 {"ETHERTYPE_HAYES", Const, 1, ""},
12524 {"ETHERTYPE_HIPPI_FP", Const, 1, ""},
12525 {"ETHERTYPE_HITACHI", Const, 1, ""},
12526 {"ETHERTYPE_HP", Const, 1, ""},
12527 {"ETHERTYPE_IEEEPUP", Const, 1, ""},
12528 {"ETHERTYPE_IEEEPUPAT", Const, 1, ""},
12529 {"ETHERTYPE_IMLBL", Const, 1, ""},
12530 {"ETHERTYPE_IMLBLDIAG", Const, 1, ""},
12531 {"ETHERTYPE_IP", Const, 1, ""},
12532 {"ETHERTYPE_IPAS", Const, 1, ""},
12533 {"ETHERTYPE_IPV6", Const, 1, ""},
12534 {"ETHERTYPE_IPX", Const, 1, ""},
12535 {"ETHERTYPE_IPXNEW", Const, 1, ""},
12536 {"ETHERTYPE_KALPANA", Const, 1, ""},
12537 {"ETHERTYPE_LANBRIDGE", Const, 1, ""},
12538 {"ETHERTYPE_LANPROBE", Const, 1, ""},
12539 {"ETHERTYPE_LAT", Const, 1, ""},
12540 {"ETHERTYPE_LBACK", Const, 1, ""},
12541 {"ETHERTYPE_LITTLE", Const, 1, ""},
12542 {"ETHERTYPE_LLDP", Const, 1, ""},
12543 {"ETHERTYPE_LOGICRAFT", Const, 1, ""},
12544 {"ETHERTYPE_LOOPBACK", Const, 1, ""},
12545 {"ETHERTYPE_MATRA", Const, 1, ""},
12546 {"ETHERTYPE_MAX", Const, 1, ""},
12547 {"ETHERTYPE_MERIT", Const, 1, ""},
12548 {"ETHERTYPE_MICP", Const, 1, ""},
12549 {"ETHERTYPE_MOPDL", Const, 1, ""},
12550 {"ETHERTYPE_MOPRC", Const, 1, ""},
12551 {"ETHERTYPE_MOTOROLA", Const, 1, ""},
12552 {"ETHERTYPE_MPLS", Const, 1, ""},
12553 {"ETHERTYPE_MPLS_MCAST", Const, 1, ""},
12554 {"ETHERTYPE_MUMPS", Const, 1, ""},
12555 {"ETHERTYPE_NBPCC", Const, 1, ""},
12556 {"ETHERTYPE_NBPCLAIM", Const, 1, ""},
12557 {"ETHERTYPE_NBPCLREQ", Const, 1, ""},
12558 {"ETHERTYPE_NBPCLRSP", Const, 1, ""},
12559 {"ETHERTYPE_NBPCREQ", Const, 1, ""},
12560 {"ETHERTYPE_NBPCRSP", Const, 1, ""},
12561 {"ETHERTYPE_NBPDG", Const, 1, ""},
12562 {"ETHERTYPE_NBPDGB", Const, 1, ""},
12563 {"ETHERTYPE_NBPDLTE", Const, 1, ""},
12564 {"ETHERTYPE_NBPRAR", Const, 1, ""},
12565 {"ETHERTYPE_NBPRAS", Const, 1, ""},
12566 {"ETHERTYPE_NBPRST", Const, 1, ""},
12567 {"ETHERTYPE_NBPSCD", Const, 1, ""},
12568 {"ETHERTYPE_NBPVCD", Const, 1, ""},
12569 {"ETHERTYPE_NBS", Const, 1, ""},
12570 {"ETHERTYPE_NCD", Const, 1, ""},
12571 {"ETHERTYPE_NESTAR", Const, 1, ""},
12572 {"ETHERTYPE_NETBEUI", Const, 1, ""},
12573 {"ETHERTYPE_NOVELL", Const, 1, ""},
12574 {"ETHERTYPE_NS", Const, 1, ""},
12575 {"ETHERTYPE_NSAT", Const, 1, ""},
12576 {"ETHERTYPE_NSCOMPAT", Const, 1, ""},
12577 {"ETHERTYPE_NTRAILER", Const, 1, ""},
12578 {"ETHERTYPE_OS9", Const, 1, ""},
12579 {"ETHERTYPE_OS9NET", Const, 1, ""},
12580 {"ETHERTYPE_PACER", Const, 1, ""},
12581 {"ETHERTYPE_PAE", Const, 1, ""},
12582 {"ETHERTYPE_PCS", Const, 1, ""},
12583 {"ETHERTYPE_PLANNING", Const, 1, ""},
12584 {"ETHERTYPE_PPP", Const, 1, ""},
12585 {"ETHERTYPE_PPPOE", Const, 1, ""},
12586 {"ETHERTYPE_PPPOEDISC", Const, 1, ""},
12587 {"ETHERTYPE_PRIMENTS", Const, 1, ""},
12588 {"ETHERTYPE_PUP", Const, 1, ""},
12589 {"ETHERTYPE_PUPAT", Const, 1, ""},
12590 {"ETHERTYPE_QINQ", Const, 1, ""},
12591 {"ETHERTYPE_RACAL", Const, 1, ""},
12592 {"ETHERTYPE_RATIONAL", Const, 1, ""},
12593 {"ETHERTYPE_RAWFR", Const, 1, ""},
12594 {"ETHERTYPE_RCL", Const, 1, ""},
12595 {"ETHERTYPE_RDP", Const, 1, ""},
12596 {"ETHERTYPE_RETIX", Const, 1, ""},
12597 {"ETHERTYPE_REVARP", Const, 1, ""},
12598 {"ETHERTYPE_SCA", Const, 1, ""},
12599 {"ETHERTYPE_SECTRA", Const, 1, ""},
12600 {"ETHERTYPE_SECUREDATA", Const, 1, ""},
12601 {"ETHERTYPE_SGITW", Const, 1, ""},
12602 {"ETHERTYPE_SG_BOUNCE", Const, 1, ""},
12603 {"ETHERTYPE_SG_DIAG", Const, 1, ""},
12604 {"ETHERTYPE_SG_NETGAMES", Const, 1, ""},
12605 {"ETHERTYPE_SG_RESV", Const, 1, ""},
12606 {"ETHERTYPE_SIMNET", Const, 1, ""},
12607 {"ETHERTYPE_SLOW", Const, 1, ""},
12608 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1, ""},
12609 {"ETHERTYPE_SNA", Const, 1, ""},
12610 {"ETHERTYPE_SNMP", Const, 1, ""},
12611 {"ETHERTYPE_SONIX", Const, 1, ""},
12612 {"ETHERTYPE_SPIDER", Const, 1, ""},
12613 {"ETHERTYPE_SPRITE", Const, 1, ""},
12614 {"ETHERTYPE_STP", Const, 1, ""},
12615 {"ETHERTYPE_TALARIS", Const, 1, ""},
12616 {"ETHERTYPE_TALARISMC", Const, 1, ""},
12617 {"ETHERTYPE_TCPCOMP", Const, 1, ""},
12618 {"ETHERTYPE_TCPSM", Const, 1, ""},
12619 {"ETHERTYPE_TEC", Const, 1, ""},
12620 {"ETHERTYPE_TIGAN", Const, 1, ""},
12621 {"ETHERTYPE_TRAIL", Const, 1, ""},
12622 {"ETHERTYPE_TRANSETHER", Const, 1, ""},
12623 {"ETHERTYPE_TYMSHARE", Const, 1, ""},
12624 {"ETHERTYPE_UBBST", Const, 1, ""},
12625 {"ETHERTYPE_UBDEBUG", Const, 1, ""},
12626 {"ETHERTYPE_UBDIAGLOOP", Const, 1, ""},
12627 {"ETHERTYPE_UBDL", Const, 1, ""},
12628 {"ETHERTYPE_UBNIU", Const, 1, ""},
12629 {"ETHERTYPE_UBNMC", Const, 1, ""},
12630 {"ETHERTYPE_VALID", Const, 1, ""},
12631 {"ETHERTYPE_VARIAN", Const, 1, ""},
12632 {"ETHERTYPE_VAXELN", Const, 1, ""},
12633 {"ETHERTYPE_VEECO", Const, 1, ""},
12634 {"ETHERTYPE_VEXP", Const, 1, ""},
12635 {"ETHERTYPE_VGLAB", Const, 1, ""},
12636 {"ETHERTYPE_VINES", Const, 1, ""},
12637 {"ETHERTYPE_VINESECHO", Const, 1, ""},
12638 {"ETHERTYPE_VINESLOOP", Const, 1, ""},
12639 {"ETHERTYPE_VITAL", Const, 1, ""},
12640 {"ETHERTYPE_VLAN", Const, 1, ""},
12641 {"ETHERTYPE_VLTLMAN", Const, 1, ""},
12642 {"ETHERTYPE_VPROD", Const, 1, ""},
12643 {"ETHERTYPE_VURESERVED", Const, 1, ""},
12644 {"ETHERTYPE_WATERLOO", Const, 1, ""},
12645 {"ETHERTYPE_WELLFLEET", Const, 1, ""},
12646 {"ETHERTYPE_X25", Const, 1, ""},
12647 {"ETHERTYPE_X75", Const, 1, ""},
12648 {"ETHERTYPE_XNSSM", Const, 1, ""},
12649 {"ETHERTYPE_XTP", Const, 1, ""},
12650 {"ETHER_ADDR_LEN", Const, 1, ""},
12651 {"ETHER_ALIGN", Const, 1, ""},
12652 {"ETHER_CRC_LEN", Const, 1, ""},
12653 {"ETHER_CRC_POLY_BE", Const, 1, ""},
12654 {"ETHER_CRC_POLY_LE", Const, 1, ""},
12655 {"ETHER_HDR_LEN", Const, 1, ""},
12656 {"ETHER_MAX_DIX_LEN", Const, 1, ""},
12657 {"ETHER_MAX_LEN", Const, 1, ""},
12658 {"ETHER_MAX_LEN_JUMBO", Const, 1, ""},
12659 {"ETHER_MIN_LEN", Const, 1, ""},
12660 {"ETHER_PPPOE_ENCAP_LEN", Const, 1, ""},
12661 {"ETHER_TYPE_LEN", Const, 1, ""},
12662 {"ETHER_VLAN_ENCAP_LEN", Const, 1, ""},
12663 {"ETH_P_1588", Const, 0, ""},
12664 {"ETH_P_8021Q", Const, 0, ""},
12665 {"ETH_P_802_2", Const, 0, ""},
12666 {"ETH_P_802_3", Const, 0, ""},
12667 {"ETH_P_AARP", Const, 0, ""},
12668 {"ETH_P_ALL", Const, 0, ""},
12669 {"ETH_P_AOE", Const, 0, ""},
12670 {"ETH_P_ARCNET", Const, 0, ""},
12671 {"ETH_P_ARP", Const, 0, ""},
12672 {"ETH_P_ATALK", Const, 0, ""},
12673 {"ETH_P_ATMFATE", Const, 0, ""},
12674 {"ETH_P_ATMMPOA", Const, 0, ""},
12675 {"ETH_P_AX25", Const, 0, ""},
12676 {"ETH_P_BPQ", Const, 0, ""},
12677 {"ETH_P_CAIF", Const, 0, ""},
12678 {"ETH_P_CAN", Const, 0, ""},
12679 {"ETH_P_CONTROL", Const, 0, ""},
12680 {"ETH_P_CUST", Const, 0, ""},
12681 {"ETH_P_DDCMP", Const, 0, ""},
12682 {"ETH_P_DEC", Const, 0, ""},
12683 {"ETH_P_DIAG", Const, 0, ""},
12684 {"ETH_P_DNA_DL", Const, 0, ""},
12685 {"ETH_P_DNA_RC", Const, 0, ""},
12686 {"ETH_P_DNA_RT", Const, 0, ""},
12687 {"ETH_P_DSA", Const, 0, ""},
12688 {"ETH_P_ECONET", Const, 0, ""},
12689 {"ETH_P_EDSA", Const, 0, ""},
12690 {"ETH_P_FCOE", Const, 0, ""},
12691 {"ETH_P_FIP", Const, 0, ""},
12692 {"ETH_P_HDLC", Const, 0, ""},
12693 {"ETH_P_IEEE802154", Const, 0, ""},
12694 {"ETH_P_IEEEPUP", Const, 0, ""},
12695 {"ETH_P_IEEEPUPAT", Const, 0, ""},
12696 {"ETH_P_IP", Const, 0, ""},
12697 {"ETH_P_IPV6", Const, 0, ""},
12698 {"ETH_P_IPX", Const, 0, ""},
12699 {"ETH_P_IRDA", Const, 0, ""},
12700 {"ETH_P_LAT", Const, 0, ""},
12701 {"ETH_P_LINK_CTL", Const, 0, ""},
12702 {"ETH_P_LOCALTALK", Const, 0, ""},
12703 {"ETH_P_LOOP", Const, 0, ""},
12704 {"ETH_P_MOBITEX", Const, 0, ""},
12705 {"ETH_P_MPLS_MC", Const, 0, ""},
12706 {"ETH_P_MPLS_UC", Const, 0, ""},
12707 {"ETH_P_PAE", Const, 0, ""},
12708 {"ETH_P_PAUSE", Const, 0, ""},
12709 {"ETH_P_PHONET", Const, 0, ""},
12710 {"ETH_P_PPPTALK", Const, 0, ""},
12711 {"ETH_P_PPP_DISC", Const, 0, ""},
12712 {"ETH_P_PPP_MP", Const, 0, ""},
12713 {"ETH_P_PPP_SES", Const, 0, ""},
12714 {"ETH_P_PUP", Const, 0, ""},
12715 {"ETH_P_PUPAT", Const, 0, ""},
12716 {"ETH_P_RARP", Const, 0, ""},
12717 {"ETH_P_SCA", Const, 0, ""},
12718 {"ETH_P_SLOW", Const, 0, ""},
12719 {"ETH_P_SNAP", Const, 0, ""},
12720 {"ETH_P_TEB", Const, 0, ""},
12721 {"ETH_P_TIPC", Const, 0, ""},
12722 {"ETH_P_TRAILER", Const, 0, ""},
12723 {"ETH_P_TR_802_2", Const, 0, ""},
12724 {"ETH_P_WAN_PPP", Const, 0, ""},
12725 {"ETH_P_WCCP", Const, 0, ""},
12726 {"ETH_P_X25", Const, 0, ""},
12727 {"ETIME", Const, 0, ""},
12728 {"ETIMEDOUT", Const, 0, ""},
12729 {"ETOOMANYREFS", Const, 0, ""},
12730 {"ETXTBSY", Const, 0, ""},
12731 {"EUCLEAN", Const, 0, ""},
12732 {"EUNATCH", Const, 0, ""},
12733 {"EUSERS", Const, 0, ""},
12734 {"EVFILT_AIO", Const, 0, ""},
12735 {"EVFILT_FS", Const, 0, ""},
12736 {"EVFILT_LIO", Const, 0, ""},
12737 {"EVFILT_MACHPORT", Const, 0, ""},
12738 {"EVFILT_PROC", Const, 0, ""},
12739 {"EVFILT_READ", Const, 0, ""},
12740 {"EVFILT_SIGNAL", Const, 0, ""},
12741 {"EVFILT_SYSCOUNT", Const, 0, ""},
12742 {"EVFILT_THREADMARKER", Const, 0, ""},
12743 {"EVFILT_TIMER", Const, 0, ""},
12744 {"EVFILT_USER", Const, 0, ""},
12745 {"EVFILT_VM", Const, 0, ""},
12746 {"EVFILT_VNODE", Const, 0, ""},
12747 {"EVFILT_WRITE", Const, 0, ""},
12748 {"EV_ADD", Const, 0, ""},
12749 {"EV_CLEAR", Const, 0, ""},
12750 {"EV_DELETE", Const, 0, ""},
12751 {"EV_DISABLE", Const, 0, ""},
12752 {"EV_DISPATCH", Const, 0, ""},
12753 {"EV_DROP", Const, 3, ""},
12754 {"EV_ENABLE", Const, 0, ""},
12755 {"EV_EOF", Const, 0, ""},
12756 {"EV_ERROR", Const, 0, ""},
12757 {"EV_FLAG0", Const, 0, ""},
12758 {"EV_FLAG1", Const, 0, ""},
12759 {"EV_ONESHOT", Const, 0, ""},
12760 {"EV_OOBAND", Const, 0, ""},
12761 {"EV_POLL", Const, 0, ""},
12762 {"EV_RECEIPT", Const, 0, ""},
12763 {"EV_SYSFLAGS", Const, 0, ""},
12764 {"EWINDOWS", Const, 0, ""},
12765 {"EWOULDBLOCK", Const, 0, ""},
12766 {"EXDEV", Const, 0, ""},
12767 {"EXFULL", Const, 0, ""},
12768 {"EXTA", Const, 0, ""},
12769 {"EXTB", Const, 0, ""},
12770 {"EXTPROC", Const, 0, ""},
12771 {"Environ", Func, 0, "func() []string"},
12772 {"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
12773 {"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
12774 {"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
12775 {"EpollEvent", Type, 0, ""},
12776 {"EpollEvent.Events", Field, 0, ""},
12777 {"EpollEvent.Fd", Field, 0, ""},
12778 {"EpollEvent.Pad", Field, 0, ""},
12779 {"EpollEvent.PadFd", Field, 0, ""},
12780 {"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
12781 {"Errno", Type, 0, ""},
12782 {"EscapeArg", Func, 0, ""},
12783 {"Exchangedata", Func, 0, ""},
12784 {"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
12785 {"Exit", Func, 0, "func(code int)"},
12786 {"ExitProcess", Func, 0, ""},
12787 {"FD_CLOEXEC", Const, 0, ""},
12788 {"FD_SETSIZE", Const, 0, ""},
12789 {"FILE_ACTION_ADDED", Const, 0, ""},
12790 {"FILE_ACTION_MODIFIED", Const, 0, ""},
12791 {"FILE_ACTION_REMOVED", Const, 0, ""},
12792 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0, ""},
12793 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0, ""},
12794 {"FILE_APPEND_DATA", Const, 0, ""},
12795 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0, ""},
12796 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0, ""},
12797 {"FILE_ATTRIBUTE_HIDDEN", Const, 0, ""},
12798 {"FILE_ATTRIBUTE_NORMAL", Const, 0, ""},
12799 {"FILE_ATTRIBUTE_READONLY", Const, 0, ""},
12800 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4, ""},
12801 {"FILE_ATTRIBUTE_SYSTEM", Const, 0, ""},
12802 {"FILE_BEGIN", Const, 0, ""},
12803 {"FILE_CURRENT", Const, 0, ""},
12804 {"FILE_END", Const, 0, ""},
12805 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0, ""},
12806 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4, ""},
12807 {"FILE_FLAG_OVERLAPPED", Const, 0, ""},
12808 {"FILE_LIST_DIRECTORY", Const, 0, ""},
12809 {"FILE_MAP_COPY", Const, 0, ""},
12810 {"FILE_MAP_EXECUTE", Const, 0, ""},
12811 {"FILE_MAP_READ", Const, 0, ""},
12812 {"FILE_MAP_WRITE", Const, 0, ""},
12813 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0, ""},
12814 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0, ""},
12815 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0, ""},
12816 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0, ""},
12817 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0, ""},
12818 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0, ""},
12819 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0, ""},
12820 {"FILE_SHARE_DELETE", Const, 0, ""},
12821 {"FILE_SHARE_READ", Const, 0, ""},
12822 {"FILE_SHARE_WRITE", Const, 0, ""},
12823 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2, ""},
12824 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2, ""},
12825 {"FILE_TYPE_CHAR", Const, 0, ""},
12826 {"FILE_TYPE_DISK", Const, 0, ""},
12827 {"FILE_TYPE_PIPE", Const, 0, ""},
12828 {"FILE_TYPE_REMOTE", Const, 0, ""},
12829 {"FILE_TYPE_UNKNOWN", Const, 0, ""},
12830 {"FILE_WRITE_ATTRIBUTES", Const, 0, ""},
12831 {"FLUSHO", Const, 0, ""},
12832 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0, ""},
12833 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0, ""},
12834 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0, ""},
12835 {"FORMAT_MESSAGE_FROM_STRING", Const, 0, ""},
12836 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0, ""},
12837 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0, ""},
12838 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0, ""},
12839 {"FSCTL_GET_REPARSE_POINT", Const, 4, ""},
12840 {"F_ADDFILESIGS", Const, 0, ""},
12841 {"F_ADDSIGS", Const, 0, ""},
12842 {"F_ALLOCATEALL", Const, 0, ""},
12843 {"F_ALLOCATECONTIG", Const, 0, ""},
12844 {"F_CANCEL", Const, 0, ""},
12845 {"F_CHKCLEAN", Const, 0, ""},
12846 {"F_CLOSEM", Const, 1, ""},
12847 {"F_DUP2FD", Const, 0, ""},
12848 {"F_DUP2FD_CLOEXEC", Const, 1, ""},
12849 {"F_DUPFD", Const, 0, ""},
12850 {"F_DUPFD_CLOEXEC", Const, 0, ""},
12851 {"F_EXLCK", Const, 0, ""},
12852 {"F_FINDSIGS", Const, 16, ""},
12853 {"F_FLUSH_DATA", Const, 0, ""},
12854 {"F_FREEZE_FS", Const, 0, ""},
12855 {"F_FSCTL", Const, 1, ""},
12856 {"F_FSDIRMASK", Const, 1, ""},
12857 {"F_FSIN", Const, 1, ""},
12858 {"F_FSINOUT", Const, 1, ""},
12859 {"F_FSOUT", Const, 1, ""},
12860 {"F_FSPRIV", Const, 1, ""},
12861 {"F_FSVOID", Const, 1, ""},
12862 {"F_FULLFSYNC", Const, 0, ""},
12863 {"F_GETCODEDIR", Const, 16, ""},
12864 {"F_GETFD", Const, 0, ""},
12865 {"F_GETFL", Const, 0, ""},
12866 {"F_GETLEASE", Const, 0, ""},
12867 {"F_GETLK", Const, 0, ""},
12868 {"F_GETLK64", Const, 0, ""},
12869 {"F_GETLKPID", Const, 0, ""},
12870 {"F_GETNOSIGPIPE", Const, 0, ""},
12871 {"F_GETOWN", Const, 0, ""},
12872 {"F_GETOWN_EX", Const, 0, ""},
12873 {"F_GETPATH", Const, 0, ""},
12874 {"F_GETPATH_MTMINFO", Const, 0, ""},
12875 {"F_GETPIPE_SZ", Const, 0, ""},
12876 {"F_GETPROTECTIONCLASS", Const, 0, ""},
12877 {"F_GETPROTECTIONLEVEL", Const, 16, ""},
12878 {"F_GETSIG", Const, 0, ""},
12879 {"F_GLOBAL_NOCACHE", Const, 0, ""},
12880 {"F_LOCK", Const, 0, ""},
12881 {"F_LOG2PHYS", Const, 0, ""},
12882 {"F_LOG2PHYS_EXT", Const, 0, ""},
12883 {"F_MARKDEPENDENCY", Const, 0, ""},
12884 {"F_MAXFD", Const, 1, ""},
12885 {"F_NOCACHE", Const, 0, ""},
12886 {"F_NODIRECT", Const, 0, ""},
12887 {"F_NOTIFY", Const, 0, ""},
12888 {"F_OGETLK", Const, 0, ""},
12889 {"F_OK", Const, 0, ""},
12890 {"F_OSETLK", Const, 0, ""},
12891 {"F_OSETLKW", Const, 0, ""},
12892 {"F_PARAM_MASK", Const, 1, ""},
12893 {"F_PARAM_MAX", Const, 1, ""},
12894 {"F_PATHPKG_CHECK", Const, 0, ""},
12895 {"F_PEOFPOSMODE", Const, 0, ""},
12896 {"F_PREALLOCATE", Const, 0, ""},
12897 {"F_RDADVISE", Const, 0, ""},
12898 {"F_RDAHEAD", Const, 0, ""},
12899 {"F_RDLCK", Const, 0, ""},
12900 {"F_READAHEAD", Const, 0, ""},
12901 {"F_READBOOTSTRAP", Const, 0, ""},
12902 {"F_SETBACKINGSTORE", Const, 0, ""},
12903 {"F_SETFD", Const, 0, ""},
12904 {"F_SETFL", Const, 0, ""},
12905 {"F_SETLEASE", Const, 0, ""},
12906 {"F_SETLK", Const, 0, ""},
12907 {"F_SETLK64", Const, 0, ""},
12908 {"F_SETLKW", Const, 0, ""},
12909 {"F_SETLKW64", Const, 0, ""},
12910 {"F_SETLKWTIMEOUT", Const, 16, ""},
12911 {"F_SETLK_REMOTE", Const, 0, ""},
12912 {"F_SETNOSIGPIPE", Const, 0, ""},
12913 {"F_SETOWN", Const, 0, ""},
12914 {"F_SETOWN_EX", Const, 0, ""},
12915 {"F_SETPIPE_SZ", Const, 0, ""},
12916 {"F_SETPROTECTIONCLASS", Const, 0, ""},
12917 {"F_SETSIG", Const, 0, ""},
12918 {"F_SETSIZE", Const, 0, ""},
12919 {"F_SHLCK", Const, 0, ""},
12920 {"F_SINGLE_WRITER", Const, 16, ""},
12921 {"F_TEST", Const, 0, ""},
12922 {"F_THAW_FS", Const, 0, ""},
12923 {"F_TLOCK", Const, 0, ""},
12924 {"F_TRANSCODEKEY", Const, 16, ""},
12925 {"F_ULOCK", Const, 0, ""},
12926 {"F_UNLCK", Const, 0, ""},
12927 {"F_UNLCKSYS", Const, 0, ""},
12928 {"F_VOLPOSMODE", Const, 0, ""},
12929 {"F_WRITEBOOTSTRAP", Const, 0, ""},
12930 {"F_WRLCK", Const, 0, ""},
12931 {"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
12932 {"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
12933 {"Fbootstraptransfer_t", Type, 0, ""},
12934 {"Fbootstraptransfer_t.Buffer", Field, 0, ""},
12935 {"Fbootstraptransfer_t.Length", Field, 0, ""},
12936 {"Fbootstraptransfer_t.Offset", Field, 0, ""},
12937 {"Fchdir", Func, 0, "func(fd int) (err error)"},
12938 {"Fchflags", Func, 0, ""},
12939 {"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
12940 {"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
12941 {"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
12942 {"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
12943 {"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
12944 {"FdSet", Type, 0, ""},
12945 {"FdSet.Bits", Field, 0, ""},
12946 {"FdSet.X__fds_bits", Field, 0, ""},
12947 {"Fdatasync", Func, 0, "func(fd int) (err error)"},
12948 {"FileNotifyInformation", Type, 0, ""},
12949 {"FileNotifyInformation.Action", Field, 0, ""},
12950 {"FileNotifyInformation.FileName", Field, 0, ""},
12951 {"FileNotifyInformation.FileNameLength", Field, 0, ""},
12952 {"FileNotifyInformation.NextEntryOffset", Field, 0, ""},
12953 {"Filetime", Type, 0, ""},
12954 {"Filetime.HighDateTime", Field, 0, ""},
12955 {"Filetime.LowDateTime", Field, 0, ""},
12956 {"FindClose", Func, 0, ""},
12957 {"FindFirstFile", Func, 0, ""},
12958 {"FindNextFile", Func, 0, ""},
12959 {"Flock", Func, 0, "func(fd int, how int) (err error)"},
12960 {"Flock_t", Type, 0, ""},
12961 {"Flock_t.Len", Field, 0, ""},
12962 {"Flock_t.Pad_cgo_0", Field, 0, ""},
12963 {"Flock_t.Pad_cgo_1", Field, 3, ""},
12964 {"Flock_t.Pid", Field, 0, ""},
12965 {"Flock_t.Start", Field, 0, ""},
12966 {"Flock_t.Sysid", Field, 0, ""},
12967 {"Flock_t.Type", Field, 0, ""},
12968 {"Flock_t.Whence", Field, 0, ""},
12969 {"FlushBpf", Func, 0, ""},
12970 {"FlushFileBuffers", Func, 0, ""},
12971 {"FlushViewOfFile", Func, 0, ""},
12972 {"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
12973 {"ForkLock", Var, 0, ""},
12974 {"FormatMessage", Func, 0, ""},
12975 {"Fpathconf", Func, 0, ""},
12976 {"FreeAddrInfoW", Func, 1, ""},
12977 {"FreeEnvironmentStrings", Func, 0, ""},
12978 {"FreeLibrary", Func, 0, ""},
12979 {"Fsid", Type, 0, ""},
12980 {"Fsid.Val", Field, 0, ""},
12981 {"Fsid.X__fsid_val", Field, 2, ""},
12982 {"Fsid.X__val", Field, 0, ""},
12983 {"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
12984 {"Fstatat", Func, 12, ""},
12985 {"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
12986 {"Fstore_t", Type, 0, ""},
12987 {"Fstore_t.Bytesalloc", Field, 0, ""},
12988 {"Fstore_t.Flags", Field, 0, ""},
12989 {"Fstore_t.Length", Field, 0, ""},
12990 {"Fstore_t.Offset", Field, 0, ""},
12991 {"Fstore_t.Posmode", Field, 0, ""},
12992 {"Fsync", Func, 0, "func(fd int) (err error)"},
12993 {"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
12994 {"FullPath", Func, 4, ""},
12995 {"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
12996 {"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
12997 {"GENERIC_ALL", Const, 0, ""},
12998 {"GENERIC_EXECUTE", Const, 0, ""},
12999 {"GENERIC_READ", Const, 0, ""},
13000 {"GENERIC_WRITE", Const, 0, ""},
13001 {"GUID", Type, 1, ""},
13002 {"GUID.Data1", Field, 1, ""},
13003 {"GUID.Data2", Field, 1, ""},
13004 {"GUID.Data3", Field, 1, ""},
13005 {"GUID.Data4", Field, 1, ""},
13006 {"GetAcceptExSockaddrs", Func, 0, ""},
13007 {"GetAdaptersInfo", Func, 0, ""},
13008 {"GetAddrInfoW", Func, 1, ""},
13009 {"GetCommandLine", Func, 0, ""},
13010 {"GetComputerName", Func, 0, ""},
13011 {"GetConsoleMode", Func, 1, ""},
13012 {"GetCurrentDirectory", Func, 0, ""},
13013 {"GetCurrentProcess", Func, 0, ""},
13014 {"GetEnvironmentStrings", Func, 0, ""},
13015 {"GetEnvironmentVariable", Func, 0, ""},
13016 {"GetExitCodeProcess", Func, 0, ""},
13017 {"GetFileAttributes", Func, 0, ""},
13018 {"GetFileAttributesEx", Func, 0, ""},
13019 {"GetFileExInfoStandard", Const, 0, ""},
13020 {"GetFileExMaxInfoLevel", Const, 0, ""},
13021 {"GetFileInformationByHandle", Func, 0, ""},
13022 {"GetFileType", Func, 0, ""},
13023 {"GetFullPathName", Func, 0, ""},
13024 {"GetHostByName", Func, 0, ""},
13025 {"GetIfEntry", Func, 0, ""},
13026 {"GetLastError", Func, 0, ""},
13027 {"GetLengthSid", Func, 0, ""},
13028 {"GetLongPathName", Func, 0, ""},
13029 {"GetProcAddress", Func, 0, ""},
13030 {"GetProcessTimes", Func, 0, ""},
13031 {"GetProtoByName", Func, 0, ""},
13032 {"GetQueuedCompletionStatus", Func, 0, ""},
13033 {"GetServByName", Func, 0, ""},
13034 {"GetShortPathName", Func, 0, ""},
13035 {"GetStartupInfo", Func, 0, ""},
13036 {"GetStdHandle", Func, 0, ""},
13037 {"GetSystemTimeAsFileTime", Func, 0, ""},
13038 {"GetTempPath", Func, 0, ""},
13039 {"GetTimeZoneInformation", Func, 0, ""},
13040 {"GetTokenInformation", Func, 0, ""},
13041 {"GetUserNameEx", Func, 0, ""},
13042 {"GetUserProfileDirectory", Func, 0, ""},
13043 {"GetVersion", Func, 0, ""},
13044 {"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
13045 {"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
13046 {"Getdirentries", Func, 0, ""},
13047 {"Getdtablesize", Func, 0, ""},
13048 {"Getegid", Func, 0, "func() (egid int)"},
13049 {"Getenv", Func, 0, "func(key string) (value string, found bool)"},
13050 {"Geteuid", Func, 0, "func() (euid int)"},
13051 {"Getfsstat", Func, 0, ""},
13052 {"Getgid", Func, 0, "func() (gid int)"},
13053 {"Getgroups", Func, 0, "func() (gids []int, err error)"},
13054 {"Getpagesize", Func, 0, "func() int"},
13055 {"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
13056 {"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
13057 {"Getpgrp", Func, 0, "func() (pid int)"},
13058 {"Getpid", Func, 0, "func() (pid int)"},
13059 {"Getppid", Func, 0, "func() (ppid int)"},
13060 {"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
13061 {"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
13062 {"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
13063 {"Getsid", Func, 0, ""},
13064 {"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
13065 {"Getsockopt", Func, 1, ""},
13066 {"GetsockoptByte", Func, 0, ""},
13067 {"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
13068 {"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
13069 {"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
13070 {"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
13071 {"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
13072 {"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
13073 {"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
13074 {"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
13075 {"Gettid", Func, 0, "func() (tid int)"},
13076 {"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
13077 {"Getuid", Func, 0, "func() (uid int)"},
13078 {"Getwd", Func, 0, "func() (wd string, err error)"},
13079 {"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
13080 {"HANDLE_FLAG_INHERIT", Const, 0, ""},
13081 {"HKEY_CLASSES_ROOT", Const, 0, ""},
13082 {"HKEY_CURRENT_CONFIG", Const, 0, ""},
13083 {"HKEY_CURRENT_USER", Const, 0, ""},
13084 {"HKEY_DYN_DATA", Const, 0, ""},
13085 {"HKEY_LOCAL_MACHINE", Const, 0, ""},
13086 {"HKEY_PERFORMANCE_DATA", Const, 0, ""},
13087 {"HKEY_USERS", Const, 0, ""},
13088 {"HUPCL", Const, 0, ""},
13089 {"Handle", Type, 0, ""},
13090 {"Hostent", Type, 0, ""},
13091 {"Hostent.AddrList", Field, 0, ""},
13092 {"Hostent.AddrType", Field, 0, ""},
13093 {"Hostent.Aliases", Field, 0, ""},
13094 {"Hostent.Length", Field, 0, ""},
13095 {"Hostent.Name", Field, 0, ""},
13096 {"ICANON", Const, 0, ""},
13097 {"ICMP6_FILTER", Const, 2, ""},
13098 {"ICMPV6_FILTER", Const, 2, ""},
13099 {"ICMPv6Filter", Type, 2, ""},
13100 {"ICMPv6Filter.Data", Field, 2, ""},
13101 {"ICMPv6Filter.Filt", Field, 2, ""},
13102 {"ICRNL", Const, 0, ""},
13103 {"IEXTEN", Const, 0, ""},
13104 {"IFAN_ARRIVAL", Const, 1, ""},
13105 {"IFAN_DEPARTURE", Const, 1, ""},
13106 {"IFA_ADDRESS", Const, 0, ""},
13107 {"IFA_ANYCAST", Const, 0, ""},
13108 {"IFA_BROADCAST", Const, 0, ""},
13109 {"IFA_CACHEINFO", Const, 0, ""},
13110 {"IFA_F_DADFAILED", Const, 0, ""},
13111 {"IFA_F_DEPRECATED", Const, 0, ""},
13112 {"IFA_F_HOMEADDRESS", Const, 0, ""},
13113 {"IFA_F_NODAD", Const, 0, ""},
13114 {"IFA_F_OPTIMISTIC", Const, 0, ""},
13115 {"IFA_F_PERMANENT", Const, 0, ""},
13116 {"IFA_F_SECONDARY", Const, 0, ""},
13117 {"IFA_F_TEMPORARY", Const, 0, ""},
13118 {"IFA_F_TENTATIVE", Const, 0, ""},
13119 {"IFA_LABEL", Const, 0, ""},
13120 {"IFA_LOCAL", Const, 0, ""},
13121 {"IFA_MAX", Const, 0, ""},
13122 {"IFA_MULTICAST", Const, 0, ""},
13123 {"IFA_ROUTE", Const, 1, ""},
13124 {"IFA_UNSPEC", Const, 0, ""},
13125 {"IFF_ALLMULTI", Const, 0, ""},
13126 {"IFF_ALTPHYS", Const, 0, ""},
13127 {"IFF_AUTOMEDIA", Const, 0, ""},
13128 {"IFF_BROADCAST", Const, 0, ""},
13129 {"IFF_CANTCHANGE", Const, 0, ""},
13130 {"IFF_CANTCONFIG", Const, 1, ""},
13131 {"IFF_DEBUG", Const, 0, ""},
13132 {"IFF_DRV_OACTIVE", Const, 0, ""},
13133 {"IFF_DRV_RUNNING", Const, 0, ""},
13134 {"IFF_DYING", Const, 0, ""},
13135 {"IFF_DYNAMIC", Const, 0, ""},
13136 {"IFF_LINK0", Const, 0, ""},
13137 {"IFF_LINK1", Const, 0, ""},
13138 {"IFF_LINK2", Const, 0, ""},
13139 {"IFF_LOOPBACK", Const, 0, ""},
13140 {"IFF_MASTER", Const, 0, ""},
13141 {"IFF_MONITOR", Const, 0, ""},
13142 {"IFF_MULTICAST", Const, 0, ""},
13143 {"IFF_NOARP", Const, 0, ""},
13144 {"IFF_NOTRAILERS", Const, 0, ""},
13145 {"IFF_NO_PI", Const, 0, ""},
13146 {"IFF_OACTIVE", Const, 0, ""},
13147 {"IFF_ONE_QUEUE", Const, 0, ""},
13148 {"IFF_POINTOPOINT", Const, 0, ""},
13149 {"IFF_POINTTOPOINT", Const, 0, ""},
13150 {"IFF_PORTSEL", Const, 0, ""},
13151 {"IFF_PPROMISC", Const, 0, ""},
13152 {"IFF_PROMISC", Const, 0, ""},
13153 {"IFF_RENAMING", Const, 0, ""},
13154 {"IFF_RUNNING", Const, 0, ""},
13155 {"IFF_SIMPLEX", Const, 0, ""},
13156 {"IFF_SLAVE", Const, 0, ""},
13157 {"IFF_SMART", Const, 0, ""},
13158 {"IFF_STATICARP", Const, 0, ""},
13159 {"IFF_TAP", Const, 0, ""},
13160 {"IFF_TUN", Const, 0, ""},
13161 {"IFF_TUN_EXCL", Const, 0, ""},
13162 {"IFF_UP", Const, 0, ""},
13163 {"IFF_VNET_HDR", Const, 0, ""},
13164 {"IFLA_ADDRESS", Const, 0, ""},
13165 {"IFLA_BROADCAST", Const, 0, ""},
13166 {"IFLA_COST", Const, 0, ""},
13167 {"IFLA_IFALIAS", Const, 0, ""},
13168 {"IFLA_IFNAME", Const, 0, ""},
13169 {"IFLA_LINK", Const, 0, ""},
13170 {"IFLA_LINKINFO", Const, 0, ""},
13171 {"IFLA_LINKMODE", Const, 0, ""},
13172 {"IFLA_MAP", Const, 0, ""},
13173 {"IFLA_MASTER", Const, 0, ""},
13174 {"IFLA_MAX", Const, 0, ""},
13175 {"IFLA_MTU", Const, 0, ""},
13176 {"IFLA_NET_NS_PID", Const, 0, ""},
13177 {"IFLA_OPERSTATE", Const, 0, ""},
13178 {"IFLA_PRIORITY", Const, 0, ""},
13179 {"IFLA_PROTINFO", Const, 0, ""},
13180 {"IFLA_QDISC", Const, 0, ""},
13181 {"IFLA_STATS", Const, 0, ""},
13182 {"IFLA_TXQLEN", Const, 0, ""},
13183 {"IFLA_UNSPEC", Const, 0, ""},
13184 {"IFLA_WEIGHT", Const, 0, ""},
13185 {"IFLA_WIRELESS", Const, 0, ""},
13186 {"IFNAMSIZ", Const, 0, ""},
13187 {"IFT_1822", Const, 0, ""},
13188 {"IFT_A12MPPSWITCH", Const, 0, ""},
13189 {"IFT_AAL2", Const, 0, ""},
13190 {"IFT_AAL5", Const, 0, ""},
13191 {"IFT_ADSL", Const, 0, ""},
13192 {"IFT_AFLANE8023", Const, 0, ""},
13193 {"IFT_AFLANE8025", Const, 0, ""},
13194 {"IFT_ARAP", Const, 0, ""},
13195 {"IFT_ARCNET", Const, 0, ""},
13196 {"IFT_ARCNETPLUS", Const, 0, ""},
13197 {"IFT_ASYNC", Const, 0, ""},
13198 {"IFT_ATM", Const, 0, ""},
13199 {"IFT_ATMDXI", Const, 0, ""},
13200 {"IFT_ATMFUNI", Const, 0, ""},
13201 {"IFT_ATMIMA", Const, 0, ""},
13202 {"IFT_ATMLOGICAL", Const, 0, ""},
13203 {"IFT_ATMRADIO", Const, 0, ""},
13204 {"IFT_ATMSUBINTERFACE", Const, 0, ""},
13205 {"IFT_ATMVCIENDPT", Const, 0, ""},
13206 {"IFT_ATMVIRTUAL", Const, 0, ""},
13207 {"IFT_BGPPOLICYACCOUNTING", Const, 0, ""},
13208 {"IFT_BLUETOOTH", Const, 1, ""},
13209 {"IFT_BRIDGE", Const, 0, ""},
13210 {"IFT_BSC", Const, 0, ""},
13211 {"IFT_CARP", Const, 0, ""},
13212 {"IFT_CCTEMUL", Const, 0, ""},
13213 {"IFT_CELLULAR", Const, 0, ""},
13214 {"IFT_CEPT", Const, 0, ""},
13215 {"IFT_CES", Const, 0, ""},
13216 {"IFT_CHANNEL", Const, 0, ""},
13217 {"IFT_CNR", Const, 0, ""},
13218 {"IFT_COFFEE", Const, 0, ""},
13219 {"IFT_COMPOSITELINK", Const, 0, ""},
13220 {"IFT_DCN", Const, 0, ""},
13221 {"IFT_DIGITALPOWERLINE", Const, 0, ""},
13222 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0, ""},
13223 {"IFT_DLSW", Const, 0, ""},
13224 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0, ""},
13225 {"IFT_DOCSCABLEMACLAYER", Const, 0, ""},
13226 {"IFT_DOCSCABLEUPSTREAM", Const, 0, ""},
13227 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1, ""},
13228 {"IFT_DS0", Const, 0, ""},
13229 {"IFT_DS0BUNDLE", Const, 0, ""},
13230 {"IFT_DS1FDL", Const, 0, ""},
13231 {"IFT_DS3", Const, 0, ""},
13232 {"IFT_DTM", Const, 0, ""},
13233 {"IFT_DUMMY", Const, 1, ""},
13234 {"IFT_DVBASILN", Const, 0, ""},
13235 {"IFT_DVBASIOUT", Const, 0, ""},
13236 {"IFT_DVBRCCDOWNSTREAM", Const, 0, ""},
13237 {"IFT_DVBRCCMACLAYER", Const, 0, ""},
13238 {"IFT_DVBRCCUPSTREAM", Const, 0, ""},
13239 {"IFT_ECONET", Const, 1, ""},
13240 {"IFT_ENC", Const, 0, ""},
13241 {"IFT_EON", Const, 0, ""},
13242 {"IFT_EPLRS", Const, 0, ""},
13243 {"IFT_ESCON", Const, 0, ""},
13244 {"IFT_ETHER", Const, 0, ""},
13245 {"IFT_FAITH", Const, 0, ""},
13246 {"IFT_FAST", Const, 0, ""},
13247 {"IFT_FASTETHER", Const, 0, ""},
13248 {"IFT_FASTETHERFX", Const, 0, ""},
13249 {"IFT_FDDI", Const, 0, ""},
13250 {"IFT_FIBRECHANNEL", Const, 0, ""},
13251 {"IFT_FRAMERELAYINTERCONNECT", Const, 0, ""},
13252 {"IFT_FRAMERELAYMPI", Const, 0, ""},
13253 {"IFT_FRDLCIENDPT", Const, 0, ""},
13254 {"IFT_FRELAY", Const, 0, ""},
13255 {"IFT_FRELAYDCE", Const, 0, ""},
13256 {"IFT_FRF16MFRBUNDLE", Const, 0, ""},
13257 {"IFT_FRFORWARD", Const, 0, ""},
13258 {"IFT_G703AT2MB", Const, 0, ""},
13259 {"IFT_G703AT64K", Const, 0, ""},
13260 {"IFT_GIF", Const, 0, ""},
13261 {"IFT_GIGABITETHERNET", Const, 0, ""},
13262 {"IFT_GR303IDT", Const, 0, ""},
13263 {"IFT_GR303RDT", Const, 0, ""},
13264 {"IFT_H323GATEKEEPER", Const, 0, ""},
13265 {"IFT_H323PROXY", Const, 0, ""},
13266 {"IFT_HDH1822", Const, 0, ""},
13267 {"IFT_HDLC", Const, 0, ""},
13268 {"IFT_HDSL2", Const, 0, ""},
13269 {"IFT_HIPERLAN2", Const, 0, ""},
13270 {"IFT_HIPPI", Const, 0, ""},
13271 {"IFT_HIPPIINTERFACE", Const, 0, ""},
13272 {"IFT_HOSTPAD", Const, 0, ""},
13273 {"IFT_HSSI", Const, 0, ""},
13274 {"IFT_HY", Const, 0, ""},
13275 {"IFT_IBM370PARCHAN", Const, 0, ""},
13276 {"IFT_IDSL", Const, 0, ""},
13277 {"IFT_IEEE1394", Const, 0, ""},
13278 {"IFT_IEEE80211", Const, 0, ""},
13279 {"IFT_IEEE80212", Const, 0, ""},
13280 {"IFT_IEEE8023ADLAG", Const, 0, ""},
13281 {"IFT_IFGSN", Const, 0, ""},
13282 {"IFT_IMT", Const, 0, ""},
13283 {"IFT_INFINIBAND", Const, 1, ""},
13284 {"IFT_INTERLEAVE", Const, 0, ""},
13285 {"IFT_IP", Const, 0, ""},
13286 {"IFT_IPFORWARD", Const, 0, ""},
13287 {"IFT_IPOVERATM", Const, 0, ""},
13288 {"IFT_IPOVERCDLC", Const, 0, ""},
13289 {"IFT_IPOVERCLAW", Const, 0, ""},
13290 {"IFT_IPSWITCH", Const, 0, ""},
13291 {"IFT_IPXIP", Const, 0, ""},
13292 {"IFT_ISDN", Const, 0, ""},
13293 {"IFT_ISDNBASIC", Const, 0, ""},
13294 {"IFT_ISDNPRIMARY", Const, 0, ""},
13295 {"IFT_ISDNS", Const, 0, ""},
13296 {"IFT_ISDNU", Const, 0, ""},
13297 {"IFT_ISO88022LLC", Const, 0, ""},
13298 {"IFT_ISO88023", Const, 0, ""},
13299 {"IFT_ISO88024", Const, 0, ""},
13300 {"IFT_ISO88025", Const, 0, ""},
13301 {"IFT_ISO88025CRFPINT", Const, 0, ""},
13302 {"IFT_ISO88025DTR", Const, 0, ""},
13303 {"IFT_ISO88025FIBER", Const, 0, ""},
13304 {"IFT_ISO88026", Const, 0, ""},
13305 {"IFT_ISUP", Const, 0, ""},
13306 {"IFT_L2VLAN", Const, 0, ""},
13307 {"IFT_L3IPVLAN", Const, 0, ""},
13308 {"IFT_L3IPXVLAN", Const, 0, ""},
13309 {"IFT_LAPB", Const, 0, ""},
13310 {"IFT_LAPD", Const, 0, ""},
13311 {"IFT_LAPF", Const, 0, ""},
13312 {"IFT_LINEGROUP", Const, 1, ""},
13313 {"IFT_LOCALTALK", Const, 0, ""},
13314 {"IFT_LOOP", Const, 0, ""},
13315 {"IFT_MEDIAMAILOVERIP", Const, 0, ""},
13316 {"IFT_MFSIGLINK", Const, 0, ""},
13317 {"IFT_MIOX25", Const, 0, ""},
13318 {"IFT_MODEM", Const, 0, ""},
13319 {"IFT_MPC", Const, 0, ""},
13320 {"IFT_MPLS", Const, 0, ""},
13321 {"IFT_MPLSTUNNEL", Const, 0, ""},
13322 {"IFT_MSDSL", Const, 0, ""},
13323 {"IFT_MVL", Const, 0, ""},
13324 {"IFT_MYRINET", Const, 0, ""},
13325 {"IFT_NFAS", Const, 0, ""},
13326 {"IFT_NSIP", Const, 0, ""},
13327 {"IFT_OPTICALCHANNEL", Const, 0, ""},
13328 {"IFT_OPTICALTRANSPORT", Const, 0, ""},
13329 {"IFT_OTHER", Const, 0, ""},
13330 {"IFT_P10", Const, 0, ""},
13331 {"IFT_P80", Const, 0, ""},
13332 {"IFT_PARA", Const, 0, ""},
13333 {"IFT_PDP", Const, 0, ""},
13334 {"IFT_PFLOG", Const, 0, ""},
13335 {"IFT_PFLOW", Const, 1, ""},
13336 {"IFT_PFSYNC", Const, 0, ""},
13337 {"IFT_PLC", Const, 0, ""},
13338 {"IFT_PON155", Const, 1, ""},
13339 {"IFT_PON622", Const, 1, ""},
13340 {"IFT_POS", Const, 0, ""},
13341 {"IFT_PPP", Const, 0, ""},
13342 {"IFT_PPPMULTILINKBUNDLE", Const, 0, ""},
13343 {"IFT_PROPATM", Const, 1, ""},
13344 {"IFT_PROPBWAP2MP", Const, 0, ""},
13345 {"IFT_PROPCNLS", Const, 0, ""},
13346 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0, ""},
13347 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0, ""},
13348 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0, ""},
13349 {"IFT_PROPMUX", Const, 0, ""},
13350 {"IFT_PROPVIRTUAL", Const, 0, ""},
13351 {"IFT_PROPWIRELESSP2P", Const, 0, ""},
13352 {"IFT_PTPSERIAL", Const, 0, ""},
13353 {"IFT_PVC", Const, 0, ""},
13354 {"IFT_Q2931", Const, 1, ""},
13355 {"IFT_QLLC", Const, 0, ""},
13356 {"IFT_RADIOMAC", Const, 0, ""},
13357 {"IFT_RADSL", Const, 0, ""},
13358 {"IFT_REACHDSL", Const, 0, ""},
13359 {"IFT_RFC1483", Const, 0, ""},
13360 {"IFT_RS232", Const, 0, ""},
13361 {"IFT_RSRB", Const, 0, ""},
13362 {"IFT_SDLC", Const, 0, ""},
13363 {"IFT_SDSL", Const, 0, ""},
13364 {"IFT_SHDSL", Const, 0, ""},
13365 {"IFT_SIP", Const, 0, ""},
13366 {"IFT_SIPSIG", Const, 1, ""},
13367 {"IFT_SIPTG", Const, 1, ""},
13368 {"IFT_SLIP", Const, 0, ""},
13369 {"IFT_SMDSDXI", Const, 0, ""},
13370 {"IFT_SMDSICIP", Const, 0, ""},
13371 {"IFT_SONET", Const, 0, ""},
13372 {"IFT_SONETOVERHEADCHANNEL", Const, 0, ""},
13373 {"IFT_SONETPATH", Const, 0, ""},
13374 {"IFT_SONETVT", Const, 0, ""},
13375 {"IFT_SRP", Const, 0, ""},
13376 {"IFT_SS7SIGLINK", Const, 0, ""},
13377 {"IFT_STACKTOSTACK", Const, 0, ""},
13378 {"IFT_STARLAN", Const, 0, ""},
13379 {"IFT_STF", Const, 0, ""},
13380 {"IFT_T1", Const, 0, ""},
13381 {"IFT_TDLC", Const, 0, ""},
13382 {"IFT_TELINK", Const, 1, ""},
13383 {"IFT_TERMPAD", Const, 0, ""},
13384 {"IFT_TR008", Const, 0, ""},
13385 {"IFT_TRANSPHDLC", Const, 0, ""},
13386 {"IFT_TUNNEL", Const, 0, ""},
13387 {"IFT_ULTRA", Const, 0, ""},
13388 {"IFT_USB", Const, 0, ""},
13389 {"IFT_V11", Const, 0, ""},
13390 {"IFT_V35", Const, 0, ""},
13391 {"IFT_V36", Const, 0, ""},
13392 {"IFT_V37", Const, 0, ""},
13393 {"IFT_VDSL", Const, 0, ""},
13394 {"IFT_VIRTUALIPADDRESS", Const, 0, ""},
13395 {"IFT_VIRTUALTG", Const, 1, ""},
13396 {"IFT_VOICEDID", Const, 1, ""},
13397 {"IFT_VOICEEM", Const, 0, ""},
13398 {"IFT_VOICEEMFGD", Const, 1, ""},
13399 {"IFT_VOICEENCAP", Const, 0, ""},
13400 {"IFT_VOICEFGDEANA", Const, 1, ""},
13401 {"IFT_VOICEFXO", Const, 0, ""},
13402 {"IFT_VOICEFXS", Const, 0, ""},
13403 {"IFT_VOICEOVERATM", Const, 0, ""},
13404 {"IFT_VOICEOVERCABLE", Const, 1, ""},
13405 {"IFT_VOICEOVERFRAMERELAY", Const, 0, ""},
13406 {"IFT_VOICEOVERIP", Const, 0, ""},
13407 {"IFT_X213", Const, 0, ""},
13408 {"IFT_X25", Const, 0, ""},
13409 {"IFT_X25DDN", Const, 0, ""},
13410 {"IFT_X25HUNTGROUP", Const, 0, ""},
13411 {"IFT_X25MLP", Const, 0, ""},
13412 {"IFT_X25PLE", Const, 0, ""},
13413 {"IFT_XETHER", Const, 0, ""},
13414 {"IGNBRK", Const, 0, ""},
13415 {"IGNCR", Const, 0, ""},
13416 {"IGNORE", Const, 0, ""},
13417 {"IGNPAR", Const, 0, ""},
13418 {"IMAXBEL", Const, 0, ""},
13419 {"INFINITE", Const, 0, ""},
13420 {"INLCR", Const, 0, ""},
13421 {"INPCK", Const, 0, ""},
13422 {"INVALID_FILE_ATTRIBUTES", Const, 0, ""},
13423 {"IN_ACCESS", Const, 0, ""},
13424 {"IN_ALL_EVENTS", Const, 0, ""},
13425 {"IN_ATTRIB", Const, 0, ""},
13426 {"IN_CLASSA_HOST", Const, 0, ""},
13427 {"IN_CLASSA_MAX", Const, 0, ""},
13428 {"IN_CLASSA_NET", Const, 0, ""},
13429 {"IN_CLASSA_NSHIFT", Const, 0, ""},
13430 {"IN_CLASSB_HOST", Const, 0, ""},
13431 {"IN_CLASSB_MAX", Const, 0, ""},
13432 {"IN_CLASSB_NET", Const, 0, ""},
13433 {"IN_CLASSB_NSHIFT", Const, 0, ""},
13434 {"IN_CLASSC_HOST", Const, 0, ""},
13435 {"IN_CLASSC_NET", Const, 0, ""},
13436 {"IN_CLASSC_NSHIFT", Const, 0, ""},
13437 {"IN_CLASSD_HOST", Const, 0, ""},
13438 {"IN_CLASSD_NET", Const, 0, ""},
13439 {"IN_CLASSD_NSHIFT", Const, 0, ""},
13440 {"IN_CLOEXEC", Const, 0, ""},
13441 {"IN_CLOSE", Const, 0, ""},
13442 {"IN_CLOSE_NOWRITE", Const, 0, ""},
13443 {"IN_CLOSE_WRITE", Const, 0, ""},
13444 {"IN_CREATE", Const, 0, ""},
13445 {"IN_DELETE", Const, 0, ""},
13446 {"IN_DELETE_SELF", Const, 0, ""},
13447 {"IN_DONT_FOLLOW", Const, 0, ""},
13448 {"IN_EXCL_UNLINK", Const, 0, ""},
13449 {"IN_IGNORED", Const, 0, ""},
13450 {"IN_ISDIR", Const, 0, ""},
13451 {"IN_LINKLOCALNETNUM", Const, 0, ""},
13452 {"IN_LOOPBACKNET", Const, 0, ""},
13453 {"IN_MASK_ADD", Const, 0, ""},
13454 {"IN_MODIFY", Const, 0, ""},
13455 {"IN_MOVE", Const, 0, ""},
13456 {"IN_MOVED_FROM", Const, 0, ""},
13457 {"IN_MOVED_TO", Const, 0, ""},
13458 {"IN_MOVE_SELF", Const, 0, ""},
13459 {"IN_NONBLOCK", Const, 0, ""},
13460 {"IN_ONESHOT", Const, 0, ""},
13461 {"IN_ONLYDIR", Const, 0, ""},
13462 {"IN_OPEN", Const, 0, ""},
13463 {"IN_Q_OVERFLOW", Const, 0, ""},
13464 {"IN_RFC3021_HOST", Const, 1, ""},
13465 {"IN_RFC3021_MASK", Const, 1, ""},
13466 {"IN_RFC3021_NET", Const, 1, ""},
13467 {"IN_RFC3021_NSHIFT", Const, 1, ""},
13468 {"IN_UNMOUNT", Const, 0, ""},
13469 {"IOC_IN", Const, 1, ""},
13470 {"IOC_INOUT", Const, 1, ""},
13471 {"IOC_OUT", Const, 1, ""},
13472 {"IOC_VENDOR", Const, 3, ""},
13473 {"IOC_WS2", Const, 1, ""},
13474 {"IO_REPARSE_TAG_SYMLINK", Const, 4, ""},
13475 {"IPMreq", Type, 0, ""},
13476 {"IPMreq.Interface", Field, 0, ""},
13477 {"IPMreq.Multiaddr", Field, 0, ""},
13478 {"IPMreqn", Type, 0, ""},
13479 {"IPMreqn.Address", Field, 0, ""},
13480 {"IPMreqn.Ifindex", Field, 0, ""},
13481 {"IPMreqn.Multiaddr", Field, 0, ""},
13482 {"IPPROTO_3PC", Const, 0, ""},
13483 {"IPPROTO_ADFS", Const, 0, ""},
13484 {"IPPROTO_AH", Const, 0, ""},
13485 {"IPPROTO_AHIP", Const, 0, ""},
13486 {"IPPROTO_APES", Const, 0, ""},
13487 {"IPPROTO_ARGUS", Const, 0, ""},
13488 {"IPPROTO_AX25", Const, 0, ""},
13489 {"IPPROTO_BHA", Const, 0, ""},
13490 {"IPPROTO_BLT", Const, 0, ""},
13491 {"IPPROTO_BRSATMON", Const, 0, ""},
13492 {"IPPROTO_CARP", Const, 0, ""},
13493 {"IPPROTO_CFTP", Const, 0, ""},
13494 {"IPPROTO_CHAOS", Const, 0, ""},
13495 {"IPPROTO_CMTP", Const, 0, ""},
13496 {"IPPROTO_COMP", Const, 0, ""},
13497 {"IPPROTO_CPHB", Const, 0, ""},
13498 {"IPPROTO_CPNX", Const, 0, ""},
13499 {"IPPROTO_DCCP", Const, 0, ""},
13500 {"IPPROTO_DDP", Const, 0, ""},
13501 {"IPPROTO_DGP", Const, 0, ""},
13502 {"IPPROTO_DIVERT", Const, 0, ""},
13503 {"IPPROTO_DIVERT_INIT", Const, 3, ""},
13504 {"IPPROTO_DIVERT_RESP", Const, 3, ""},
13505 {"IPPROTO_DONE", Const, 0, ""},
13506 {"IPPROTO_DSTOPTS", Const, 0, ""},
13507 {"IPPROTO_EGP", Const, 0, ""},
13508 {"IPPROTO_EMCON", Const, 0, ""},
13509 {"IPPROTO_ENCAP", Const, 0, ""},
13510 {"IPPROTO_EON", Const, 0, ""},
13511 {"IPPROTO_ESP", Const, 0, ""},
13512 {"IPPROTO_ETHERIP", Const, 0, ""},
13513 {"IPPROTO_FRAGMENT", Const, 0, ""},
13514 {"IPPROTO_GGP", Const, 0, ""},
13515 {"IPPROTO_GMTP", Const, 0, ""},
13516 {"IPPROTO_GRE", Const, 0, ""},
13517 {"IPPROTO_HELLO", Const, 0, ""},
13518 {"IPPROTO_HMP", Const, 0, ""},
13519 {"IPPROTO_HOPOPTS", Const, 0, ""},
13520 {"IPPROTO_ICMP", Const, 0, ""},
13521 {"IPPROTO_ICMPV6", Const, 0, ""},
13522 {"IPPROTO_IDP", Const, 0, ""},
13523 {"IPPROTO_IDPR", Const, 0, ""},
13524 {"IPPROTO_IDRP", Const, 0, ""},
13525 {"IPPROTO_IGMP", Const, 0, ""},
13526 {"IPPROTO_IGP", Const, 0, ""},
13527 {"IPPROTO_IGRP", Const, 0, ""},
13528 {"IPPROTO_IL", Const, 0, ""},
13529 {"IPPROTO_INLSP", Const, 0, ""},
13530 {"IPPROTO_INP", Const, 0, ""},
13531 {"IPPROTO_IP", Const, 0, ""},
13532 {"IPPROTO_IPCOMP", Const, 0, ""},
13533 {"IPPROTO_IPCV", Const, 0, ""},
13534 {"IPPROTO_IPEIP", Const, 0, ""},
13535 {"IPPROTO_IPIP", Const, 0, ""},
13536 {"IPPROTO_IPPC", Const, 0, ""},
13537 {"IPPROTO_IPV4", Const, 0, ""},
13538 {"IPPROTO_IPV6", Const, 0, ""},
13539 {"IPPROTO_IPV6_ICMP", Const, 1, ""},
13540 {"IPPROTO_IRTP", Const, 0, ""},
13541 {"IPPROTO_KRYPTOLAN", Const, 0, ""},
13542 {"IPPROTO_LARP", Const, 0, ""},
13543 {"IPPROTO_LEAF1", Const, 0, ""},
13544 {"IPPROTO_LEAF2", Const, 0, ""},
13545 {"IPPROTO_MAX", Const, 0, ""},
13546 {"IPPROTO_MAXID", Const, 0, ""},
13547 {"IPPROTO_MEAS", Const, 0, ""},
13548 {"IPPROTO_MH", Const, 1, ""},
13549 {"IPPROTO_MHRP", Const, 0, ""},
13550 {"IPPROTO_MICP", Const, 0, ""},
13551 {"IPPROTO_MOBILE", Const, 0, ""},
13552 {"IPPROTO_MPLS", Const, 1, ""},
13553 {"IPPROTO_MTP", Const, 0, ""},
13554 {"IPPROTO_MUX", Const, 0, ""},
13555 {"IPPROTO_ND", Const, 0, ""},
13556 {"IPPROTO_NHRP", Const, 0, ""},
13557 {"IPPROTO_NONE", Const, 0, ""},
13558 {"IPPROTO_NSP", Const, 0, ""},
13559 {"IPPROTO_NVPII", Const, 0, ""},
13560 {"IPPROTO_OLD_DIVERT", Const, 0, ""},
13561 {"IPPROTO_OSPFIGP", Const, 0, ""},
13562 {"IPPROTO_PFSYNC", Const, 0, ""},
13563 {"IPPROTO_PGM", Const, 0, ""},
13564 {"IPPROTO_PIGP", Const, 0, ""},
13565 {"IPPROTO_PIM", Const, 0, ""},
13566 {"IPPROTO_PRM", Const, 0, ""},
13567 {"IPPROTO_PUP", Const, 0, ""},
13568 {"IPPROTO_PVP", Const, 0, ""},
13569 {"IPPROTO_RAW", Const, 0, ""},
13570 {"IPPROTO_RCCMON", Const, 0, ""},
13571 {"IPPROTO_RDP", Const, 0, ""},
13572 {"IPPROTO_ROUTING", Const, 0, ""},
13573 {"IPPROTO_RSVP", Const, 0, ""},
13574 {"IPPROTO_RVD", Const, 0, ""},
13575 {"IPPROTO_SATEXPAK", Const, 0, ""},
13576 {"IPPROTO_SATMON", Const, 0, ""},
13577 {"IPPROTO_SCCSP", Const, 0, ""},
13578 {"IPPROTO_SCTP", Const, 0, ""},
13579 {"IPPROTO_SDRP", Const, 0, ""},
13580 {"IPPROTO_SEND", Const, 1, ""},
13581 {"IPPROTO_SEP", Const, 0, ""},
13582 {"IPPROTO_SKIP", Const, 0, ""},
13583 {"IPPROTO_SPACER", Const, 0, ""},
13584 {"IPPROTO_SRPC", Const, 0, ""},
13585 {"IPPROTO_ST", Const, 0, ""},
13586 {"IPPROTO_SVMTP", Const, 0, ""},
13587 {"IPPROTO_SWIPE", Const, 0, ""},
13588 {"IPPROTO_TCF", Const, 0, ""},
13589 {"IPPROTO_TCP", Const, 0, ""},
13590 {"IPPROTO_TLSP", Const, 0, ""},
13591 {"IPPROTO_TP", Const, 0, ""},
13592 {"IPPROTO_TPXX", Const, 0, ""},
13593 {"IPPROTO_TRUNK1", Const, 0, ""},
13594 {"IPPROTO_TRUNK2", Const, 0, ""},
13595 {"IPPROTO_TTP", Const, 0, ""},
13596 {"IPPROTO_UDP", Const, 0, ""},
13597 {"IPPROTO_UDPLITE", Const, 0, ""},
13598 {"IPPROTO_VINES", Const, 0, ""},
13599 {"IPPROTO_VISA", Const, 0, ""},
13600 {"IPPROTO_VMTP", Const, 0, ""},
13601 {"IPPROTO_VRRP", Const, 1, ""},
13602 {"IPPROTO_WBEXPAK", Const, 0, ""},
13603 {"IPPROTO_WBMON", Const, 0, ""},
13604 {"IPPROTO_WSN", Const, 0, ""},
13605 {"IPPROTO_XNET", Const, 0, ""},
13606 {"IPPROTO_XTP", Const, 0, ""},
13607 {"IPV6_2292DSTOPTS", Const, 0, ""},
13608 {"IPV6_2292HOPLIMIT", Const, 0, ""},
13609 {"IPV6_2292HOPOPTS", Const, 0, ""},
13610 {"IPV6_2292NEXTHOP", Const, 0, ""},
13611 {"IPV6_2292PKTINFO", Const, 0, ""},
13612 {"IPV6_2292PKTOPTIONS", Const, 0, ""},
13613 {"IPV6_2292RTHDR", Const, 0, ""},
13614 {"IPV6_ADDRFORM", Const, 0, ""},
13615 {"IPV6_ADD_MEMBERSHIP", Const, 0, ""},
13616 {"IPV6_AUTHHDR", Const, 0, ""},
13617 {"IPV6_AUTH_LEVEL", Const, 1, ""},
13618 {"IPV6_AUTOFLOWLABEL", Const, 0, ""},
13619 {"IPV6_BINDANY", Const, 0, ""},
13620 {"IPV6_BINDV6ONLY", Const, 0, ""},
13621 {"IPV6_BOUND_IF", Const, 0, ""},
13622 {"IPV6_CHECKSUM", Const, 0, ""},
13623 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0, ""},
13624 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13625 {"IPV6_DEFHLIM", Const, 0, ""},
13626 {"IPV6_DONTFRAG", Const, 0, ""},
13627 {"IPV6_DROP_MEMBERSHIP", Const, 0, ""},
13628 {"IPV6_DSTOPTS", Const, 0, ""},
13629 {"IPV6_ESP_NETWORK_LEVEL", Const, 1, ""},
13630 {"IPV6_ESP_TRANS_LEVEL", Const, 1, ""},
13631 {"IPV6_FAITH", Const, 0, ""},
13632 {"IPV6_FLOWINFO_MASK", Const, 0, ""},
13633 {"IPV6_FLOWLABEL_MASK", Const, 0, ""},
13634 {"IPV6_FRAGTTL", Const, 0, ""},
13635 {"IPV6_FW_ADD", Const, 0, ""},
13636 {"IPV6_FW_DEL", Const, 0, ""},
13637 {"IPV6_FW_FLUSH", Const, 0, ""},
13638 {"IPV6_FW_GET", Const, 0, ""},
13639 {"IPV6_FW_ZERO", Const, 0, ""},
13640 {"IPV6_HLIMDEC", Const, 0, ""},
13641 {"IPV6_HOPLIMIT", Const, 0, ""},
13642 {"IPV6_HOPOPTS", Const, 0, ""},
13643 {"IPV6_IPCOMP_LEVEL", Const, 1, ""},
13644 {"IPV6_IPSEC_POLICY", Const, 0, ""},
13645 {"IPV6_JOIN_ANYCAST", Const, 0, ""},
13646 {"IPV6_JOIN_GROUP", Const, 0, ""},
13647 {"IPV6_LEAVE_ANYCAST", Const, 0, ""},
13648 {"IPV6_LEAVE_GROUP", Const, 0, ""},
13649 {"IPV6_MAXHLIM", Const, 0, ""},
13650 {"IPV6_MAXOPTHDR", Const, 0, ""},
13651 {"IPV6_MAXPACKET", Const, 0, ""},
13652 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13653 {"IPV6_MAX_MEMBERSHIPS", Const, 0, ""},
13654 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13655 {"IPV6_MIN_MEMBERSHIPS", Const, 0, ""},
13656 {"IPV6_MMTU", Const, 0, ""},
13657 {"IPV6_MSFILTER", Const, 0, ""},
13658 {"IPV6_MTU", Const, 0, ""},
13659 {"IPV6_MTU_DISCOVER", Const, 0, ""},
13660 {"IPV6_MULTICAST_HOPS", Const, 0, ""},
13661 {"IPV6_MULTICAST_IF", Const, 0, ""},
13662 {"IPV6_MULTICAST_LOOP", Const, 0, ""},
13663 {"IPV6_NEXTHOP", Const, 0, ""},
13664 {"IPV6_OPTIONS", Const, 1, ""},
13665 {"IPV6_PATHMTU", Const, 0, ""},
13666 {"IPV6_PIPEX", Const, 1, ""},
13667 {"IPV6_PKTINFO", Const, 0, ""},
13668 {"IPV6_PMTUDISC_DO", Const, 0, ""},
13669 {"IPV6_PMTUDISC_DONT", Const, 0, ""},
13670 {"IPV6_PMTUDISC_PROBE", Const, 0, ""},
13671 {"IPV6_PMTUDISC_WANT", Const, 0, ""},
13672 {"IPV6_PORTRANGE", Const, 0, ""},
13673 {"IPV6_PORTRANGE_DEFAULT", Const, 0, ""},
13674 {"IPV6_PORTRANGE_HIGH", Const, 0, ""},
13675 {"IPV6_PORTRANGE_LOW", Const, 0, ""},
13676 {"IPV6_PREFER_TEMPADDR", Const, 0, ""},
13677 {"IPV6_RECVDSTOPTS", Const, 0, ""},
13678 {"IPV6_RECVDSTPORT", Const, 3, ""},
13679 {"IPV6_RECVERR", Const, 0, ""},
13680 {"IPV6_RECVHOPLIMIT", Const, 0, ""},
13681 {"IPV6_RECVHOPOPTS", Const, 0, ""},
13682 {"IPV6_RECVPATHMTU", Const, 0, ""},
13683 {"IPV6_RECVPKTINFO", Const, 0, ""},
13684 {"IPV6_RECVRTHDR", Const, 0, ""},
13685 {"IPV6_RECVTCLASS", Const, 0, ""},
13686 {"IPV6_ROUTER_ALERT", Const, 0, ""},
13687 {"IPV6_RTABLE", Const, 1, ""},
13688 {"IPV6_RTHDR", Const, 0, ""},
13689 {"IPV6_RTHDRDSTOPTS", Const, 0, ""},
13690 {"IPV6_RTHDR_LOOSE", Const, 0, ""},
13691 {"IPV6_RTHDR_STRICT", Const, 0, ""},
13692 {"IPV6_RTHDR_TYPE_0", Const, 0, ""},
13693 {"IPV6_RXDSTOPTS", Const, 0, ""},
13694 {"IPV6_RXHOPOPTS", Const, 0, ""},
13695 {"IPV6_SOCKOPT_RESERVED1", Const, 0, ""},
13696 {"IPV6_TCLASS", Const, 0, ""},
13697 {"IPV6_UNICAST_HOPS", Const, 0, ""},
13698 {"IPV6_USE_MIN_MTU", Const, 0, ""},
13699 {"IPV6_V6ONLY", Const, 0, ""},
13700 {"IPV6_VERSION", Const, 0, ""},
13701 {"IPV6_VERSION_MASK", Const, 0, ""},
13702 {"IPV6_XFRM_POLICY", Const, 0, ""},
13703 {"IP_ADD_MEMBERSHIP", Const, 0, ""},
13704 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0, ""},
13705 {"IP_AUTH_LEVEL", Const, 1, ""},
13706 {"IP_BINDANY", Const, 0, ""},
13707 {"IP_BLOCK_SOURCE", Const, 0, ""},
13708 {"IP_BOUND_IF", Const, 0, ""},
13709 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13710 {"IP_DEFAULT_MULTICAST_TTL", Const, 0, ""},
13711 {"IP_DF", Const, 0, ""},
13712 {"IP_DIVERTFL", Const, 3, ""},
13713 {"IP_DONTFRAG", Const, 0, ""},
13714 {"IP_DROP_MEMBERSHIP", Const, 0, ""},
13715 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0, ""},
13716 {"IP_DUMMYNET3", Const, 0, ""},
13717 {"IP_DUMMYNET_CONFIGURE", Const, 0, ""},
13718 {"IP_DUMMYNET_DEL", Const, 0, ""},
13719 {"IP_DUMMYNET_FLUSH", Const, 0, ""},
13720 {"IP_DUMMYNET_GET", Const, 0, ""},
13721 {"IP_EF", Const, 1, ""},
13722 {"IP_ERRORMTU", Const, 1, ""},
13723 {"IP_ESP_NETWORK_LEVEL", Const, 1, ""},
13724 {"IP_ESP_TRANS_LEVEL", Const, 1, ""},
13725 {"IP_FAITH", Const, 0, ""},
13726 {"IP_FREEBIND", Const, 0, ""},
13727 {"IP_FW3", Const, 0, ""},
13728 {"IP_FW_ADD", Const, 0, ""},
13729 {"IP_FW_DEL", Const, 0, ""},
13730 {"IP_FW_FLUSH", Const, 0, ""},
13731 {"IP_FW_GET", Const, 0, ""},
13732 {"IP_FW_NAT_CFG", Const, 0, ""},
13733 {"IP_FW_NAT_DEL", Const, 0, ""},
13734 {"IP_FW_NAT_GET_CONFIG", Const, 0, ""},
13735 {"IP_FW_NAT_GET_LOG", Const, 0, ""},
13736 {"IP_FW_RESETLOG", Const, 0, ""},
13737 {"IP_FW_TABLE_ADD", Const, 0, ""},
13738 {"IP_FW_TABLE_DEL", Const, 0, ""},
13739 {"IP_FW_TABLE_FLUSH", Const, 0, ""},
13740 {"IP_FW_TABLE_GETSIZE", Const, 0, ""},
13741 {"IP_FW_TABLE_LIST", Const, 0, ""},
13742 {"IP_FW_ZERO", Const, 0, ""},
13743 {"IP_HDRINCL", Const, 0, ""},
13744 {"IP_IPCOMP_LEVEL", Const, 1, ""},
13745 {"IP_IPSECFLOWINFO", Const, 1, ""},
13746 {"IP_IPSEC_LOCAL_AUTH", Const, 1, ""},
13747 {"IP_IPSEC_LOCAL_CRED", Const, 1, ""},
13748 {"IP_IPSEC_LOCAL_ID", Const, 1, ""},
13749 {"IP_IPSEC_POLICY", Const, 0, ""},
13750 {"IP_IPSEC_REMOTE_AUTH", Const, 1, ""},
13751 {"IP_IPSEC_REMOTE_CRED", Const, 1, ""},
13752 {"IP_IPSEC_REMOTE_ID", Const, 1, ""},
13753 {"IP_MAXPACKET", Const, 0, ""},
13754 {"IP_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13755 {"IP_MAX_MEMBERSHIPS", Const, 0, ""},
13756 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0, ""},
13757 {"IP_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13758 {"IP_MAX_SOURCE_FILTER", Const, 0, ""},
13759 {"IP_MF", Const, 0, ""},
13760 {"IP_MINFRAGSIZE", Const, 1, ""},
13761 {"IP_MINTTL", Const, 0, ""},
13762 {"IP_MIN_MEMBERSHIPS", Const, 0, ""},
13763 {"IP_MSFILTER", Const, 0, ""},
13764 {"IP_MSS", Const, 0, ""},
13765 {"IP_MTU", Const, 0, ""},
13766 {"IP_MTU_DISCOVER", Const, 0, ""},
13767 {"IP_MULTICAST_IF", Const, 0, ""},
13768 {"IP_MULTICAST_IFINDEX", Const, 0, ""},
13769 {"IP_MULTICAST_LOOP", Const, 0, ""},
13770 {"IP_MULTICAST_TTL", Const, 0, ""},
13771 {"IP_MULTICAST_VIF", Const, 0, ""},
13772 {"IP_NAT__XXX", Const, 0, ""},
13773 {"IP_OFFMASK", Const, 0, ""},
13774 {"IP_OLD_FW_ADD", Const, 0, ""},
13775 {"IP_OLD_FW_DEL", Const, 0, ""},
13776 {"IP_OLD_FW_FLUSH", Const, 0, ""},
13777 {"IP_OLD_FW_GET", Const, 0, ""},
13778 {"IP_OLD_FW_RESETLOG", Const, 0, ""},
13779 {"IP_OLD_FW_ZERO", Const, 0, ""},
13780 {"IP_ONESBCAST", Const, 0, ""},
13781 {"IP_OPTIONS", Const, 0, ""},
13782 {"IP_ORIGDSTADDR", Const, 0, ""},
13783 {"IP_PASSSEC", Const, 0, ""},
13784 {"IP_PIPEX", Const, 1, ""},
13785 {"IP_PKTINFO", Const, 0, ""},
13786 {"IP_PKTOPTIONS", Const, 0, ""},
13787 {"IP_PMTUDISC", Const, 0, ""},
13788 {"IP_PMTUDISC_DO", Const, 0, ""},
13789 {"IP_PMTUDISC_DONT", Const, 0, ""},
13790 {"IP_PMTUDISC_PROBE", Const, 0, ""},
13791 {"IP_PMTUDISC_WANT", Const, 0, ""},
13792 {"IP_PORTRANGE", Const, 0, ""},
13793 {"IP_PORTRANGE_DEFAULT", Const, 0, ""},
13794 {"IP_PORTRANGE_HIGH", Const, 0, ""},
13795 {"IP_PORTRANGE_LOW", Const, 0, ""},
13796 {"IP_RECVDSTADDR", Const, 0, ""},
13797 {"IP_RECVDSTPORT", Const, 1, ""},
13798 {"IP_RECVERR", Const, 0, ""},
13799 {"IP_RECVIF", Const, 0, ""},
13800 {"IP_RECVOPTS", Const, 0, ""},
13801 {"IP_RECVORIGDSTADDR", Const, 0, ""},
13802 {"IP_RECVPKTINFO", Const, 0, ""},
13803 {"IP_RECVRETOPTS", Const, 0, ""},
13804 {"IP_RECVRTABLE", Const, 1, ""},
13805 {"IP_RECVTOS", Const, 0, ""},
13806 {"IP_RECVTTL", Const, 0, ""},
13807 {"IP_RETOPTS", Const, 0, ""},
13808 {"IP_RF", Const, 0, ""},
13809 {"IP_ROUTER_ALERT", Const, 0, ""},
13810 {"IP_RSVP_OFF", Const, 0, ""},
13811 {"IP_RSVP_ON", Const, 0, ""},
13812 {"IP_RSVP_VIF_OFF", Const, 0, ""},
13813 {"IP_RSVP_VIF_ON", Const, 0, ""},
13814 {"IP_RTABLE", Const, 1, ""},
13815 {"IP_SENDSRCADDR", Const, 0, ""},
13816 {"IP_STRIPHDR", Const, 0, ""},
13817 {"IP_TOS", Const, 0, ""},
13818 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0, ""},
13819 {"IP_TRANSPARENT", Const, 0, ""},
13820 {"IP_TTL", Const, 0, ""},
13821 {"IP_UNBLOCK_SOURCE", Const, 0, ""},
13822 {"IP_XFRM_POLICY", Const, 0, ""},
13823 {"IPv6MTUInfo", Type, 2, ""},
13824 {"IPv6MTUInfo.Addr", Field, 2, ""},
13825 {"IPv6MTUInfo.Mtu", Field, 2, ""},
13826 {"IPv6Mreq", Type, 0, ""},
13827 {"IPv6Mreq.Interface", Field, 0, ""},
13828 {"IPv6Mreq.Multiaddr", Field, 0, ""},
13829 {"ISIG", Const, 0, ""},
13830 {"ISTRIP", Const, 0, ""},
13831 {"IUCLC", Const, 0, ""},
13832 {"IUTF8", Const, 0, ""},
13833 {"IXANY", Const, 0, ""},
13834 {"IXOFF", Const, 0, ""},
13835 {"IXON", Const, 0, ""},
13836 {"IfAddrmsg", Type, 0, ""},
13837 {"IfAddrmsg.Family", Field, 0, ""},
13838 {"IfAddrmsg.Flags", Field, 0, ""},
13839 {"IfAddrmsg.Index", Field, 0, ""},
13840 {"IfAddrmsg.Prefixlen", Field, 0, ""},
13841 {"IfAddrmsg.Scope", Field, 0, ""},
13842 {"IfAnnounceMsghdr", Type, 1, ""},
13843 {"IfAnnounceMsghdr.Hdrlen", Field, 2, ""},
13844 {"IfAnnounceMsghdr.Index", Field, 1, ""},
13845 {"IfAnnounceMsghdr.Msglen", Field, 1, ""},
13846 {"IfAnnounceMsghdr.Name", Field, 1, ""},
13847 {"IfAnnounceMsghdr.Type", Field, 1, ""},
13848 {"IfAnnounceMsghdr.Version", Field, 1, ""},
13849 {"IfAnnounceMsghdr.What", Field, 1, ""},
13850 {"IfData", Type, 0, ""},
13851 {"IfData.Addrlen", Field, 0, ""},
13852 {"IfData.Baudrate", Field, 0, ""},
13853 {"IfData.Capabilities", Field, 2, ""},
13854 {"IfData.Collisions", Field, 0, ""},
13855 {"IfData.Datalen", Field, 0, ""},
13856 {"IfData.Epoch", Field, 0, ""},
13857 {"IfData.Hdrlen", Field, 0, ""},
13858 {"IfData.Hwassist", Field, 0, ""},
13859 {"IfData.Ibytes", Field, 0, ""},
13860 {"IfData.Ierrors", Field, 0, ""},
13861 {"IfData.Imcasts", Field, 0, ""},
13862 {"IfData.Ipackets", Field, 0, ""},
13863 {"IfData.Iqdrops", Field, 0, ""},
13864 {"IfData.Lastchange", Field, 0, ""},
13865 {"IfData.Link_state", Field, 0, ""},
13866 {"IfData.Mclpool", Field, 2, ""},
13867 {"IfData.Metric", Field, 0, ""},
13868 {"IfData.Mtu", Field, 0, ""},
13869 {"IfData.Noproto", Field, 0, ""},
13870 {"IfData.Obytes", Field, 0, ""},
13871 {"IfData.Oerrors", Field, 0, ""},
13872 {"IfData.Omcasts", Field, 0, ""},
13873 {"IfData.Opackets", Field, 0, ""},
13874 {"IfData.Pad", Field, 2, ""},
13875 {"IfData.Pad_cgo_0", Field, 2, ""},
13876 {"IfData.Pad_cgo_1", Field, 2, ""},
13877 {"IfData.Physical", Field, 0, ""},
13878 {"IfData.Recvquota", Field, 0, ""},
13879 {"IfData.Recvtiming", Field, 0, ""},
13880 {"IfData.Reserved1", Field, 0, ""},
13881 {"IfData.Reserved2", Field, 0, ""},
13882 {"IfData.Spare_char1", Field, 0, ""},
13883 {"IfData.Spare_char2", Field, 0, ""},
13884 {"IfData.Type", Field, 0, ""},
13885 {"IfData.Typelen", Field, 0, ""},
13886 {"IfData.Unused1", Field, 0, ""},
13887 {"IfData.Unused2", Field, 0, ""},
13888 {"IfData.Xmitquota", Field, 0, ""},
13889 {"IfData.Xmittiming", Field, 0, ""},
13890 {"IfInfomsg", Type, 0, ""},
13891 {"IfInfomsg.Change", Field, 0, ""},
13892 {"IfInfomsg.Family", Field, 0, ""},
13893 {"IfInfomsg.Flags", Field, 0, ""},
13894 {"IfInfomsg.Index", Field, 0, ""},
13895 {"IfInfomsg.Type", Field, 0, ""},
13896 {"IfInfomsg.X__ifi_pad", Field, 0, ""},
13897 {"IfMsghdr", Type, 0, ""},
13898 {"IfMsghdr.Addrs", Field, 0, ""},
13899 {"IfMsghdr.Data", Field, 0, ""},
13900 {"IfMsghdr.Flags", Field, 0, ""},
13901 {"IfMsghdr.Hdrlen", Field, 2, ""},
13902 {"IfMsghdr.Index", Field, 0, ""},
13903 {"IfMsghdr.Msglen", Field, 0, ""},
13904 {"IfMsghdr.Pad1", Field, 2, ""},
13905 {"IfMsghdr.Pad2", Field, 2, ""},
13906 {"IfMsghdr.Pad_cgo_0", Field, 0, ""},
13907 {"IfMsghdr.Pad_cgo_1", Field, 2, ""},
13908 {"IfMsghdr.Tableid", Field, 2, ""},
13909 {"IfMsghdr.Type", Field, 0, ""},
13910 {"IfMsghdr.Version", Field, 0, ""},
13911 {"IfMsghdr.Xflags", Field, 2, ""},
13912 {"IfaMsghdr", Type, 0, ""},
13913 {"IfaMsghdr.Addrs", Field, 0, ""},
13914 {"IfaMsghdr.Flags", Field, 0, ""},
13915 {"IfaMsghdr.Hdrlen", Field, 2, ""},
13916 {"IfaMsghdr.Index", Field, 0, ""},
13917 {"IfaMsghdr.Metric", Field, 0, ""},
13918 {"IfaMsghdr.Msglen", Field, 0, ""},
13919 {"IfaMsghdr.Pad1", Field, 2, ""},
13920 {"IfaMsghdr.Pad2", Field, 2, ""},
13921 {"IfaMsghdr.Pad_cgo_0", Field, 0, ""},
13922 {"IfaMsghdr.Tableid", Field, 2, ""},
13923 {"IfaMsghdr.Type", Field, 0, ""},
13924 {"IfaMsghdr.Version", Field, 0, ""},
13925 {"IfmaMsghdr", Type, 0, ""},
13926 {"IfmaMsghdr.Addrs", Field, 0, ""},
13927 {"IfmaMsghdr.Flags", Field, 0, ""},
13928 {"IfmaMsghdr.Index", Field, 0, ""},
13929 {"IfmaMsghdr.Msglen", Field, 0, ""},
13930 {"IfmaMsghdr.Pad_cgo_0", Field, 0, ""},
13931 {"IfmaMsghdr.Type", Field, 0, ""},
13932 {"IfmaMsghdr.Version", Field, 0, ""},
13933 {"IfmaMsghdr2", Type, 0, ""},
13934 {"IfmaMsghdr2.Addrs", Field, 0, ""},
13935 {"IfmaMsghdr2.Flags", Field, 0, ""},
13936 {"IfmaMsghdr2.Index", Field, 0, ""},
13937 {"IfmaMsghdr2.Msglen", Field, 0, ""},
13938 {"IfmaMsghdr2.Pad_cgo_0", Field, 0, ""},
13939 {"IfmaMsghdr2.Refcount", Field, 0, ""},
13940 {"IfmaMsghdr2.Type", Field, 0, ""},
13941 {"IfmaMsghdr2.Version", Field, 0, ""},
13942 {"ImplementsGetwd", Const, 0, ""},
13943 {"Inet4Pktinfo", Type, 0, ""},
13944 {"Inet4Pktinfo.Addr", Field, 0, ""},
13945 {"Inet4Pktinfo.Ifindex", Field, 0, ""},
13946 {"Inet4Pktinfo.Spec_dst", Field, 0, ""},
13947 {"Inet6Pktinfo", Type, 0, ""},
13948 {"Inet6Pktinfo.Addr", Field, 0, ""},
13949 {"Inet6Pktinfo.Ifindex", Field, 0, ""},
13950 {"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
13951 {"InotifyEvent", Type, 0, ""},
13952 {"InotifyEvent.Cookie", Field, 0, ""},
13953 {"InotifyEvent.Len", Field, 0, ""},
13954 {"InotifyEvent.Mask", Field, 0, ""},
13955 {"InotifyEvent.Name", Field, 0, ""},
13956 {"InotifyEvent.Wd", Field, 0, ""},
13957 {"InotifyInit", Func, 0, "func() (fd int, err error)"},
13958 {"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
13959 {"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
13960 {"InterfaceAddrMessage", Type, 0, ""},
13961 {"InterfaceAddrMessage.Data", Field, 0, ""},
13962 {"InterfaceAddrMessage.Header", Field, 0, ""},
13963 {"InterfaceAnnounceMessage", Type, 1, ""},
13964 {"InterfaceAnnounceMessage.Header", Field, 1, ""},
13965 {"InterfaceInfo", Type, 0, ""},
13966 {"InterfaceInfo.Address", Field, 0, ""},
13967 {"InterfaceInfo.BroadcastAddress", Field, 0, ""},
13968 {"InterfaceInfo.Flags", Field, 0, ""},
13969 {"InterfaceInfo.Netmask", Field, 0, ""},
13970 {"InterfaceMessage", Type, 0, ""},
13971 {"InterfaceMessage.Data", Field, 0, ""},
13972 {"InterfaceMessage.Header", Field, 0, ""},
13973 {"InterfaceMulticastAddrMessage", Type, 0, ""},
13974 {"InterfaceMulticastAddrMessage.Data", Field, 0, ""},
13975 {"InterfaceMulticastAddrMessage.Header", Field, 0, ""},
13976 {"InvalidHandle", Const, 0, ""},
13977 {"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
13978 {"Iopl", Func, 0, "func(level int) (err error)"},
13979 {"Iovec", Type, 0, ""},
13980 {"Iovec.Base", Field, 0, ""},
13981 {"Iovec.Len", Field, 0, ""},
13982 {"IpAdapterInfo", Type, 0, ""},
13983 {"IpAdapterInfo.AdapterName", Field, 0, ""},
13984 {"IpAdapterInfo.Address", Field, 0, ""},
13985 {"IpAdapterInfo.AddressLength", Field, 0, ""},
13986 {"IpAdapterInfo.ComboIndex", Field, 0, ""},
13987 {"IpAdapterInfo.CurrentIpAddress", Field, 0, ""},
13988 {"IpAdapterInfo.Description", Field, 0, ""},
13989 {"IpAdapterInfo.DhcpEnabled", Field, 0, ""},
13990 {"IpAdapterInfo.DhcpServer", Field, 0, ""},
13991 {"IpAdapterInfo.GatewayList", Field, 0, ""},
13992 {"IpAdapterInfo.HaveWins", Field, 0, ""},
13993 {"IpAdapterInfo.Index", Field, 0, ""},
13994 {"IpAdapterInfo.IpAddressList", Field, 0, ""},
13995 {"IpAdapterInfo.LeaseExpires", Field, 0, ""},
13996 {"IpAdapterInfo.LeaseObtained", Field, 0, ""},
13997 {"IpAdapterInfo.Next", Field, 0, ""},
13998 {"IpAdapterInfo.PrimaryWinsServer", Field, 0, ""},
13999 {"IpAdapterInfo.SecondaryWinsServer", Field, 0, ""},
14000 {"IpAdapterInfo.Type", Field, 0, ""},
14001 {"IpAddrString", Type, 0, ""},
14002 {"IpAddrString.Context", Field, 0, ""},
14003 {"IpAddrString.IpAddress", Field, 0, ""},
14004 {"IpAddrString.IpMask", Field, 0, ""},
14005 {"IpAddrString.Next", Field, 0, ""},
14006 {"IpAddressString", Type, 0, ""},
14007 {"IpAddressString.String", Field, 0, ""},
14008 {"IpMaskString", Type, 0, ""},
14009 {"IpMaskString.String", Field, 2, ""},
14010 {"Issetugid", Func, 0, ""},
14011 {"KEY_ALL_ACCESS", Const, 0, ""},
14012 {"KEY_CREATE_LINK", Const, 0, ""},
14013 {"KEY_CREATE_SUB_KEY", Const, 0, ""},
14014 {"KEY_ENUMERATE_SUB_KEYS", Const, 0, ""},
14015 {"KEY_EXECUTE", Const, 0, ""},
14016 {"KEY_NOTIFY", Const, 0, ""},
14017 {"KEY_QUERY_VALUE", Const, 0, ""},
14018 {"KEY_READ", Const, 0, ""},
14019 {"KEY_SET_VALUE", Const, 0, ""},
14020 {"KEY_WOW64_32KEY", Const, 0, ""},
14021 {"KEY_WOW64_64KEY", Const, 0, ""},
14022 {"KEY_WRITE", Const, 0, ""},
14023 {"Kevent", Func, 0, ""},
14024 {"Kevent_t", Type, 0, ""},
14025 {"Kevent_t.Data", Field, 0, ""},
14026 {"Kevent_t.Fflags", Field, 0, ""},
14027 {"Kevent_t.Filter", Field, 0, ""},
14028 {"Kevent_t.Flags", Field, 0, ""},
14029 {"Kevent_t.Ident", Field, 0, ""},
14030 {"Kevent_t.Pad_cgo_0", Field, 2, ""},
14031 {"Kevent_t.Udata", Field, 0, ""},
14032 {"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
14033 {"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
14034 {"Kqueue", Func, 0, ""},
14035 {"LANG_ENGLISH", Const, 0, ""},
14036 {"LAYERED_PROTOCOL", Const, 2, ""},
14037 {"LCNT_OVERLOAD_FLUSH", Const, 1, ""},
14038 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0, ""},
14039 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0, ""},
14040 {"LINUX_REBOOT_CMD_HALT", Const, 0, ""},
14041 {"LINUX_REBOOT_CMD_KEXEC", Const, 0, ""},
14042 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0, ""},
14043 {"LINUX_REBOOT_CMD_RESTART", Const, 0, ""},
14044 {"LINUX_REBOOT_CMD_RESTART2", Const, 0, ""},
14045 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0, ""},
14046 {"LINUX_REBOOT_MAGIC1", Const, 0, ""},
14047 {"LINUX_REBOOT_MAGIC2", Const, 0, ""},
14048 {"LOCK_EX", Const, 0, ""},
14049 {"LOCK_NB", Const, 0, ""},
14050 {"LOCK_SH", Const, 0, ""},
14051 {"LOCK_UN", Const, 0, ""},
14052 {"LazyDLL", Type, 0, ""},
14053 {"LazyDLL.Name", Field, 0, ""},
14054 {"LazyProc", Type, 0, ""},
14055 {"LazyProc.Name", Field, 0, ""},
14056 {"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
14057 {"Linger", Type, 0, ""},
14058 {"Linger.Linger", Field, 0, ""},
14059 {"Linger.Onoff", Field, 0, ""},
14060 {"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
14061 {"Listen", Func, 0, "func(s int, n int) (err error)"},
14062 {"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
14063 {"LoadCancelIoEx", Func, 1, ""},
14064 {"LoadConnectEx", Func, 1, ""},
14065 {"LoadCreateSymbolicLink", Func, 4, ""},
14066 {"LoadDLL", Func, 0, ""},
14067 {"LoadGetAddrInfo", Func, 1, ""},
14068 {"LoadLibrary", Func, 0, ""},
14069 {"LoadSetFileCompletionNotificationModes", Func, 2, ""},
14070 {"LocalFree", Func, 0, ""},
14071 {"Log2phys_t", Type, 0, ""},
14072 {"Log2phys_t.Contigbytes", Field, 0, ""},
14073 {"Log2phys_t.Devoffset", Field, 0, ""},
14074 {"Log2phys_t.Flags", Field, 0, ""},
14075 {"LookupAccountName", Func, 0, ""},
14076 {"LookupAccountSid", Func, 0, ""},
14077 {"LookupSID", Func, 0, ""},
14078 {"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
14079 {"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
14080 {"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
14081 {"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
14082 {"MADV_AUTOSYNC", Const, 1, ""},
14083 {"MADV_CAN_REUSE", Const, 0, ""},
14084 {"MADV_CORE", Const, 1, ""},
14085 {"MADV_DOFORK", Const, 0, ""},
14086 {"MADV_DONTFORK", Const, 0, ""},
14087 {"MADV_DONTNEED", Const, 0, ""},
14088 {"MADV_FREE", Const, 0, ""},
14089 {"MADV_FREE_REUSABLE", Const, 0, ""},
14090 {"MADV_FREE_REUSE", Const, 0, ""},
14091 {"MADV_HUGEPAGE", Const, 0, ""},
14092 {"MADV_HWPOISON", Const, 0, ""},
14093 {"MADV_MERGEABLE", Const, 0, ""},
14094 {"MADV_NOCORE", Const, 1, ""},
14095 {"MADV_NOHUGEPAGE", Const, 0, ""},
14096 {"MADV_NORMAL", Const, 0, ""},
14097 {"MADV_NOSYNC", Const, 1, ""},
14098 {"MADV_PROTECT", Const, 1, ""},
14099 {"MADV_RANDOM", Const, 0, ""},
14100 {"MADV_REMOVE", Const, 0, ""},
14101 {"MADV_SEQUENTIAL", Const, 0, ""},
14102 {"MADV_SPACEAVAIL", Const, 3, ""},
14103 {"MADV_UNMERGEABLE", Const, 0, ""},
14104 {"MADV_WILLNEED", Const, 0, ""},
14105 {"MADV_ZERO_WIRED_PAGES", Const, 0, ""},
14106 {"MAP_32BIT", Const, 0, ""},
14107 {"MAP_ALIGNED_SUPER", Const, 3, ""},
14108 {"MAP_ALIGNMENT_16MB", Const, 3, ""},
14109 {"MAP_ALIGNMENT_1TB", Const, 3, ""},
14110 {"MAP_ALIGNMENT_256TB", Const, 3, ""},
14111 {"MAP_ALIGNMENT_4GB", Const, 3, ""},
14112 {"MAP_ALIGNMENT_64KB", Const, 3, ""},
14113 {"MAP_ALIGNMENT_64PB", Const, 3, ""},
14114 {"MAP_ALIGNMENT_MASK", Const, 3, ""},
14115 {"MAP_ALIGNMENT_SHIFT", Const, 3, ""},
14116 {"MAP_ANON", Const, 0, ""},
14117 {"MAP_ANONYMOUS", Const, 0, ""},
14118 {"MAP_COPY", Const, 0, ""},
14119 {"MAP_DENYWRITE", Const, 0, ""},
14120 {"MAP_EXECUTABLE", Const, 0, ""},
14121 {"MAP_FILE", Const, 0, ""},
14122 {"MAP_FIXED", Const, 0, ""},
14123 {"MAP_FLAGMASK", Const, 3, ""},
14124 {"MAP_GROWSDOWN", Const, 0, ""},
14125 {"MAP_HASSEMAPHORE", Const, 0, ""},
14126 {"MAP_HUGETLB", Const, 0, ""},
14127 {"MAP_INHERIT", Const, 3, ""},
14128 {"MAP_INHERIT_COPY", Const, 3, ""},
14129 {"MAP_INHERIT_DEFAULT", Const, 3, ""},
14130 {"MAP_INHERIT_DONATE_COPY", Const, 3, ""},
14131 {"MAP_INHERIT_NONE", Const, 3, ""},
14132 {"MAP_INHERIT_SHARE", Const, 3, ""},
14133 {"MAP_JIT", Const, 0, ""},
14134 {"MAP_LOCKED", Const, 0, ""},
14135 {"MAP_NOCACHE", Const, 0, ""},
14136 {"MAP_NOCORE", Const, 1, ""},
14137 {"MAP_NOEXTEND", Const, 0, ""},
14138 {"MAP_NONBLOCK", Const, 0, ""},
14139 {"MAP_NORESERVE", Const, 0, ""},
14140 {"MAP_NOSYNC", Const, 1, ""},
14141 {"MAP_POPULATE", Const, 0, ""},
14142 {"MAP_PREFAULT_READ", Const, 1, ""},
14143 {"MAP_PRIVATE", Const, 0, ""},
14144 {"MAP_RENAME", Const, 0, ""},
14145 {"MAP_RESERVED0080", Const, 0, ""},
14146 {"MAP_RESERVED0100", Const, 1, ""},
14147 {"MAP_SHARED", Const, 0, ""},
14148 {"MAP_STACK", Const, 0, ""},
14149 {"MAP_TRYFIXED", Const, 3, ""},
14150 {"MAP_TYPE", Const, 0, ""},
14151 {"MAP_WIRED", Const, 3, ""},
14152 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4, ""},
14153 {"MAXLEN_IFDESCR", Const, 0, ""},
14154 {"MAXLEN_PHYSADDR", Const, 0, ""},
14155 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0, ""},
14156 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0, ""},
14157 {"MAX_ADAPTER_NAME_LENGTH", Const, 0, ""},
14158 {"MAX_COMPUTERNAME_LENGTH", Const, 0, ""},
14159 {"MAX_INTERFACE_NAME_LEN", Const, 0, ""},
14160 {"MAX_LONG_PATH", Const, 0, ""},
14161 {"MAX_PATH", Const, 0, ""},
14162 {"MAX_PROTOCOL_CHAIN", Const, 2, ""},
14163 {"MCL_CURRENT", Const, 0, ""},
14164 {"MCL_FUTURE", Const, 0, ""},
14165 {"MNT_DETACH", Const, 0, ""},
14166 {"MNT_EXPIRE", Const, 0, ""},
14167 {"MNT_FORCE", Const, 0, ""},
14168 {"MSG_BCAST", Const, 1, ""},
14169 {"MSG_CMSG_CLOEXEC", Const, 0, ""},
14170 {"MSG_COMPAT", Const, 0, ""},
14171 {"MSG_CONFIRM", Const, 0, ""},
14172 {"MSG_CONTROLMBUF", Const, 1, ""},
14173 {"MSG_CTRUNC", Const, 0, ""},
14174 {"MSG_DONTROUTE", Const, 0, ""},
14175 {"MSG_DONTWAIT", Const, 0, ""},
14176 {"MSG_EOF", Const, 0, ""},
14177 {"MSG_EOR", Const, 0, ""},
14178 {"MSG_ERRQUEUE", Const, 0, ""},
14179 {"MSG_FASTOPEN", Const, 1, ""},
14180 {"MSG_FIN", Const, 0, ""},
14181 {"MSG_FLUSH", Const, 0, ""},
14182 {"MSG_HAVEMORE", Const, 0, ""},
14183 {"MSG_HOLD", Const, 0, ""},
14184 {"MSG_IOVUSRSPACE", Const, 1, ""},
14185 {"MSG_LENUSRSPACE", Const, 1, ""},
14186 {"MSG_MCAST", Const, 1, ""},
14187 {"MSG_MORE", Const, 0, ""},
14188 {"MSG_NAMEMBUF", Const, 1, ""},
14189 {"MSG_NBIO", Const, 0, ""},
14190 {"MSG_NEEDSA", Const, 0, ""},
14191 {"MSG_NOSIGNAL", Const, 0, ""},
14192 {"MSG_NOTIFICATION", Const, 0, ""},
14193 {"MSG_OOB", Const, 0, ""},
14194 {"MSG_PEEK", Const, 0, ""},
14195 {"MSG_PROXY", Const, 0, ""},
14196 {"MSG_RCVMORE", Const, 0, ""},
14197 {"MSG_RST", Const, 0, ""},
14198 {"MSG_SEND", Const, 0, ""},
14199 {"MSG_SYN", Const, 0, ""},
14200 {"MSG_TRUNC", Const, 0, ""},
14201 {"MSG_TRYHARD", Const, 0, ""},
14202 {"MSG_USERFLAGS", Const, 1, ""},
14203 {"MSG_WAITALL", Const, 0, ""},
14204 {"MSG_WAITFORONE", Const, 0, ""},
14205 {"MSG_WAITSTREAM", Const, 0, ""},
14206 {"MS_ACTIVE", Const, 0, ""},
14207 {"MS_ASYNC", Const, 0, ""},
14208 {"MS_BIND", Const, 0, ""},
14209 {"MS_DEACTIVATE", Const, 0, ""},
14210 {"MS_DIRSYNC", Const, 0, ""},
14211 {"MS_INVALIDATE", Const, 0, ""},
14212 {"MS_I_VERSION", Const, 0, ""},
14213 {"MS_KERNMOUNT", Const, 0, ""},
14214 {"MS_KILLPAGES", Const, 0, ""},
14215 {"MS_MANDLOCK", Const, 0, ""},
14216 {"MS_MGC_MSK", Const, 0, ""},
14217 {"MS_MGC_VAL", Const, 0, ""},
14218 {"MS_MOVE", Const, 0, ""},
14219 {"MS_NOATIME", Const, 0, ""},
14220 {"MS_NODEV", Const, 0, ""},
14221 {"MS_NODIRATIME", Const, 0, ""},
14222 {"MS_NOEXEC", Const, 0, ""},
14223 {"MS_NOSUID", Const, 0, ""},
14224 {"MS_NOUSER", Const, 0, ""},
14225 {"MS_POSIXACL", Const, 0, ""},
14226 {"MS_PRIVATE", Const, 0, ""},
14227 {"MS_RDONLY", Const, 0, ""},
14228 {"MS_REC", Const, 0, ""},
14229 {"MS_RELATIME", Const, 0, ""},
14230 {"MS_REMOUNT", Const, 0, ""},
14231 {"MS_RMT_MASK", Const, 0, ""},
14232 {"MS_SHARED", Const, 0, ""},
14233 {"MS_SILENT", Const, 0, ""},
14234 {"MS_SLAVE", Const, 0, ""},
14235 {"MS_STRICTATIME", Const, 0, ""},
14236 {"MS_SYNC", Const, 0, ""},
14237 {"MS_SYNCHRONOUS", Const, 0, ""},
14238 {"MS_UNBINDABLE", Const, 0, ""},
14239 {"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
14240 {"MapViewOfFile", Func, 0, ""},
14241 {"MaxTokenInfoClass", Const, 0, ""},
14242 {"Mclpool", Type, 2, ""},
14243 {"Mclpool.Alive", Field, 2, ""},
14244 {"Mclpool.Cwm", Field, 2, ""},
14245 {"Mclpool.Grown", Field, 2, ""},
14246 {"Mclpool.Hwm", Field, 2, ""},
14247 {"Mclpool.Lwm", Field, 2, ""},
14248 {"MibIfRow", Type, 0, ""},
14249 {"MibIfRow.AdminStatus", Field, 0, ""},
14250 {"MibIfRow.Descr", Field, 0, ""},
14251 {"MibIfRow.DescrLen", Field, 0, ""},
14252 {"MibIfRow.InDiscards", Field, 0, ""},
14253 {"MibIfRow.InErrors", Field, 0, ""},
14254 {"MibIfRow.InNUcastPkts", Field, 0, ""},
14255 {"MibIfRow.InOctets", Field, 0, ""},
14256 {"MibIfRow.InUcastPkts", Field, 0, ""},
14257 {"MibIfRow.InUnknownProtos", Field, 0, ""},
14258 {"MibIfRow.Index", Field, 0, ""},
14259 {"MibIfRow.LastChange", Field, 0, ""},
14260 {"MibIfRow.Mtu", Field, 0, ""},
14261 {"MibIfRow.Name", Field, 0, ""},
14262 {"MibIfRow.OperStatus", Field, 0, ""},
14263 {"MibIfRow.OutDiscards", Field, 0, ""},
14264 {"MibIfRow.OutErrors", Field, 0, ""},
14265 {"MibIfRow.OutNUcastPkts", Field, 0, ""},
14266 {"MibIfRow.OutOctets", Field, 0, ""},
14267 {"MibIfRow.OutQLen", Field, 0, ""},
14268 {"MibIfRow.OutUcastPkts", Field, 0, ""},
14269 {"MibIfRow.PhysAddr", Field, 0, ""},
14270 {"MibIfRow.PhysAddrLen", Field, 0, ""},
14271 {"MibIfRow.Speed", Field, 0, ""},
14272 {"MibIfRow.Type", Field, 0, ""},
14273 {"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
14274 {"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
14275 {"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
14276 {"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
14277 {"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
14278 {"Mlock", Func, 0, "func(b []byte) (err error)"},
14279 {"Mlockall", Func, 0, "func(flags int) (err error)"},
14280 {"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
14281 {"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
14282 {"MoveFile", Func, 0, ""},
14283 {"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
14284 {"Msghdr", Type, 0, ""},
14285 {"Msghdr.Control", Field, 0, ""},
14286 {"Msghdr.Controllen", Field, 0, ""},
14287 {"Msghdr.Flags", Field, 0, ""},
14288 {"Msghdr.Iov", Field, 0, ""},
14289 {"Msghdr.Iovlen", Field, 0, ""},
14290 {"Msghdr.Name", Field, 0, ""},
14291 {"Msghdr.Namelen", Field, 0, ""},
14292 {"Msghdr.Pad_cgo_0", Field, 0, ""},
14293 {"Msghdr.Pad_cgo_1", Field, 0, ""},
14294 {"Munlock", Func, 0, "func(b []byte) (err error)"},
14295 {"Munlockall", Func, 0, "func() (err error)"},
14296 {"Munmap", Func, 0, "func(b []byte) (err error)"},
14297 {"MustLoadDLL", Func, 0, ""},
14298 {"NAME_MAX", Const, 0, ""},
14299 {"NETLINK_ADD_MEMBERSHIP", Const, 0, ""},
14300 {"NETLINK_AUDIT", Const, 0, ""},
14301 {"NETLINK_BROADCAST_ERROR", Const, 0, ""},
14302 {"NETLINK_CONNECTOR", Const, 0, ""},
14303 {"NETLINK_DNRTMSG", Const, 0, ""},
14304 {"NETLINK_DROP_MEMBERSHIP", Const, 0, ""},
14305 {"NETLINK_ECRYPTFS", Const, 0, ""},
14306 {"NETLINK_FIB_LOOKUP", Const, 0, ""},
14307 {"NETLINK_FIREWALL", Const, 0, ""},
14308 {"NETLINK_GENERIC", Const, 0, ""},
14309 {"NETLINK_INET_DIAG", Const, 0, ""},
14310 {"NETLINK_IP6_FW", Const, 0, ""},
14311 {"NETLINK_ISCSI", Const, 0, ""},
14312 {"NETLINK_KOBJECT_UEVENT", Const, 0, ""},
14313 {"NETLINK_NETFILTER", Const, 0, ""},
14314 {"NETLINK_NFLOG", Const, 0, ""},
14315 {"NETLINK_NO_ENOBUFS", Const, 0, ""},
14316 {"NETLINK_PKTINFO", Const, 0, ""},
14317 {"NETLINK_RDMA", Const, 0, ""},
14318 {"NETLINK_ROUTE", Const, 0, ""},
14319 {"NETLINK_SCSITRANSPORT", Const, 0, ""},
14320 {"NETLINK_SELINUX", Const, 0, ""},
14321 {"NETLINK_UNUSED", Const, 0, ""},
14322 {"NETLINK_USERSOCK", Const, 0, ""},
14323 {"NETLINK_XFRM", Const, 0, ""},
14324 {"NET_RT_DUMP", Const, 0, ""},
14325 {"NET_RT_DUMP2", Const, 0, ""},
14326 {"NET_RT_FLAGS", Const, 0, ""},
14327 {"NET_RT_IFLIST", Const, 0, ""},
14328 {"NET_RT_IFLIST2", Const, 0, ""},
14329 {"NET_RT_IFLISTL", Const, 1, ""},
14330 {"NET_RT_IFMALIST", Const, 0, ""},
14331 {"NET_RT_MAXID", Const, 0, ""},
14332 {"NET_RT_OIFLIST", Const, 1, ""},
14333 {"NET_RT_OOIFLIST", Const, 1, ""},
14334 {"NET_RT_STAT", Const, 0, ""},
14335 {"NET_RT_STATS", Const, 1, ""},
14336 {"NET_RT_TABLE", Const, 1, ""},
14337 {"NET_RT_TRASH", Const, 0, ""},
14338 {"NLA_ALIGNTO", Const, 0, ""},
14339 {"NLA_F_NESTED", Const, 0, ""},
14340 {"NLA_F_NET_BYTEORDER", Const, 0, ""},
14341 {"NLA_HDRLEN", Const, 0, ""},
14342 {"NLMSG_ALIGNTO", Const, 0, ""},
14343 {"NLMSG_DONE", Const, 0, ""},
14344 {"NLMSG_ERROR", Const, 0, ""},
14345 {"NLMSG_HDRLEN", Const, 0, ""},
14346 {"NLMSG_MIN_TYPE", Const, 0, ""},
14347 {"NLMSG_NOOP", Const, 0, ""},
14348 {"NLMSG_OVERRUN", Const, 0, ""},
14349 {"NLM_F_ACK", Const, 0, ""},
14350 {"NLM_F_APPEND", Const, 0, ""},
14351 {"NLM_F_ATOMIC", Const, 0, ""},
14352 {"NLM_F_CREATE", Const, 0, ""},
14353 {"NLM_F_DUMP", Const, 0, ""},
14354 {"NLM_F_ECHO", Const, 0, ""},
14355 {"NLM_F_EXCL", Const, 0, ""},
14356 {"NLM_F_MATCH", Const, 0, ""},
14357 {"NLM_F_MULTI", Const, 0, ""},
14358 {"NLM_F_REPLACE", Const, 0, ""},
14359 {"NLM_F_REQUEST", Const, 0, ""},
14360 {"NLM_F_ROOT", Const, 0, ""},
14361 {"NOFLSH", Const, 0, ""},
14362 {"NOTE_ABSOLUTE", Const, 0, ""},
14363 {"NOTE_ATTRIB", Const, 0, ""},
14364 {"NOTE_BACKGROUND", Const, 16, ""},
14365 {"NOTE_CHILD", Const, 0, ""},
14366 {"NOTE_CRITICAL", Const, 16, ""},
14367 {"NOTE_DELETE", Const, 0, ""},
14368 {"NOTE_EOF", Const, 1, ""},
14369 {"NOTE_EXEC", Const, 0, ""},
14370 {"NOTE_EXIT", Const, 0, ""},
14371 {"NOTE_EXITSTATUS", Const, 0, ""},
14372 {"NOTE_EXIT_CSERROR", Const, 16, ""},
14373 {"NOTE_EXIT_DECRYPTFAIL", Const, 16, ""},
14374 {"NOTE_EXIT_DETAIL", Const, 16, ""},
14375 {"NOTE_EXIT_DETAIL_MASK", Const, 16, ""},
14376 {"NOTE_EXIT_MEMORY", Const, 16, ""},
14377 {"NOTE_EXIT_REPARENTED", Const, 16, ""},
14378 {"NOTE_EXTEND", Const, 0, ""},
14379 {"NOTE_FFAND", Const, 0, ""},
14380 {"NOTE_FFCOPY", Const, 0, ""},
14381 {"NOTE_FFCTRLMASK", Const, 0, ""},
14382 {"NOTE_FFLAGSMASK", Const, 0, ""},
14383 {"NOTE_FFNOP", Const, 0, ""},
14384 {"NOTE_FFOR", Const, 0, ""},
14385 {"NOTE_FORK", Const, 0, ""},
14386 {"NOTE_LEEWAY", Const, 16, ""},
14387 {"NOTE_LINK", Const, 0, ""},
14388 {"NOTE_LOWAT", Const, 0, ""},
14389 {"NOTE_NONE", Const, 0, ""},
14390 {"NOTE_NSECONDS", Const, 0, ""},
14391 {"NOTE_PCTRLMASK", Const, 0, ""},
14392 {"NOTE_PDATAMASK", Const, 0, ""},
14393 {"NOTE_REAP", Const, 0, ""},
14394 {"NOTE_RENAME", Const, 0, ""},
14395 {"NOTE_RESOURCEEND", Const, 0, ""},
14396 {"NOTE_REVOKE", Const, 0, ""},
14397 {"NOTE_SECONDS", Const, 0, ""},
14398 {"NOTE_SIGNAL", Const, 0, ""},
14399 {"NOTE_TRACK", Const, 0, ""},
14400 {"NOTE_TRACKERR", Const, 0, ""},
14401 {"NOTE_TRIGGER", Const, 0, ""},
14402 {"NOTE_TRUNCATE", Const, 1, ""},
14403 {"NOTE_USECONDS", Const, 0, ""},
14404 {"NOTE_VM_ERROR", Const, 0, ""},
14405 {"NOTE_VM_PRESSURE", Const, 0, ""},
14406 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0, ""},
14407 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0, ""},
14408 {"NOTE_WRITE", Const, 0, ""},
14409 {"NameCanonical", Const, 0, ""},
14410 {"NameCanonicalEx", Const, 0, ""},
14411 {"NameDisplay", Const, 0, ""},
14412 {"NameDnsDomain", Const, 0, ""},
14413 {"NameFullyQualifiedDN", Const, 0, ""},
14414 {"NameSamCompatible", Const, 0, ""},
14415 {"NameServicePrincipal", Const, 0, ""},
14416 {"NameUniqueId", Const, 0, ""},
14417 {"NameUnknown", Const, 0, ""},
14418 {"NameUserPrincipal", Const, 0, ""},
14419 {"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
14420 {"NetApiBufferFree", Func, 0, ""},
14421 {"NetGetJoinInformation", Func, 2, ""},
14422 {"NetSetupDomainName", Const, 2, ""},
14423 {"NetSetupUnjoined", Const, 2, ""},
14424 {"NetSetupUnknownStatus", Const, 2, ""},
14425 {"NetSetupWorkgroupName", Const, 2, ""},
14426 {"NetUserGetInfo", Func, 0, ""},
14427 {"NetlinkMessage", Type, 0, ""},
14428 {"NetlinkMessage.Data", Field, 0, ""},
14429 {"NetlinkMessage.Header", Field, 0, ""},
14430 {"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
14431 {"NetlinkRouteAttr", Type, 0, ""},
14432 {"NetlinkRouteAttr.Attr", Field, 0, ""},
14433 {"NetlinkRouteAttr.Value", Field, 0, ""},
14434 {"NetlinkRouteRequest", Type, 0, ""},
14435 {"NetlinkRouteRequest.Data", Field, 0, ""},
14436 {"NetlinkRouteRequest.Header", Field, 0, ""},
14437 {"NewCallback", Func, 0, ""},
14438 {"NewCallbackCDecl", Func, 3, ""},
14439 {"NewLazyDLL", Func, 0, ""},
14440 {"NlAttr", Type, 0, ""},
14441 {"NlAttr.Len", Field, 0, ""},
14442 {"NlAttr.Type", Field, 0, ""},
14443 {"NlMsgerr", Type, 0, ""},
14444 {"NlMsgerr.Error", Field, 0, ""},
14445 {"NlMsgerr.Msg", Field, 0, ""},
14446 {"NlMsghdr", Type, 0, ""},
14447 {"NlMsghdr.Flags", Field, 0, ""},
14448 {"NlMsghdr.Len", Field, 0, ""},
14449 {"NlMsghdr.Pid", Field, 0, ""},
14450 {"NlMsghdr.Seq", Field, 0, ""},
14451 {"NlMsghdr.Type", Field, 0, ""},
14452 {"NsecToFiletime", Func, 0, ""},
14453 {"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
14454 {"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
14455 {"Ntohs", Func, 0, ""},
14456 {"OCRNL", Const, 0, ""},
14457 {"OFDEL", Const, 0, ""},
14458 {"OFILL", Const, 0, ""},
14459 {"OFIOGETBMAP", Const, 1, ""},
14460 {"OID_PKIX_KP_SERVER_AUTH", Var, 0, ""},
14461 {"OID_SERVER_GATED_CRYPTO", Var, 0, ""},
14462 {"OID_SGC_NETSCAPE", Var, 0, ""},
14463 {"OLCUC", Const, 0, ""},
14464 {"ONLCR", Const, 0, ""},
14465 {"ONLRET", Const, 0, ""},
14466 {"ONOCR", Const, 0, ""},
14467 {"ONOEOT", Const, 1, ""},
14468 {"OPEN_ALWAYS", Const, 0, ""},
14469 {"OPEN_EXISTING", Const, 0, ""},
14470 {"OPOST", Const, 0, ""},
14471 {"O_ACCMODE", Const, 0, ""},
14472 {"O_ALERT", Const, 0, ""},
14473 {"O_ALT_IO", Const, 1, ""},
14474 {"O_APPEND", Const, 0, ""},
14475 {"O_ASYNC", Const, 0, ""},
14476 {"O_CLOEXEC", Const, 0, ""},
14477 {"O_CREAT", Const, 0, ""},
14478 {"O_DIRECT", Const, 0, ""},
14479 {"O_DIRECTORY", Const, 0, ""},
14480 {"O_DP_GETRAWENCRYPTED", Const, 16, ""},
14481 {"O_DSYNC", Const, 0, ""},
14482 {"O_EVTONLY", Const, 0, ""},
14483 {"O_EXCL", Const, 0, ""},
14484 {"O_EXEC", Const, 0, ""},
14485 {"O_EXLOCK", Const, 0, ""},
14486 {"O_FSYNC", Const, 0, ""},
14487 {"O_LARGEFILE", Const, 0, ""},
14488 {"O_NDELAY", Const, 0, ""},
14489 {"O_NOATIME", Const, 0, ""},
14490 {"O_NOCTTY", Const, 0, ""},
14491 {"O_NOFOLLOW", Const, 0, ""},
14492 {"O_NONBLOCK", Const, 0, ""},
14493 {"O_NOSIGPIPE", Const, 1, ""},
14494 {"O_POPUP", Const, 0, ""},
14495 {"O_RDONLY", Const, 0, ""},
14496 {"O_RDWR", Const, 0, ""},
14497 {"O_RSYNC", Const, 0, ""},
14498 {"O_SHLOCK", Const, 0, ""},
14499 {"O_SYMLINK", Const, 0, ""},
14500 {"O_SYNC", Const, 0, ""},
14501 {"O_TRUNC", Const, 0, ""},
14502 {"O_TTY_INIT", Const, 0, ""},
14503 {"O_WRONLY", Const, 0, ""},
14504 {"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
14505 {"OpenCurrentProcessToken", Func, 0, ""},
14506 {"OpenProcess", Func, 0, ""},
14507 {"OpenProcessToken", Func, 0, ""},
14508 {"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
14509 {"Overlapped", Type, 0, ""},
14510 {"Overlapped.HEvent", Field, 0, ""},
14511 {"Overlapped.Internal", Field, 0, ""},
14512 {"Overlapped.InternalHigh", Field, 0, ""},
14513 {"Overlapped.Offset", Field, 0, ""},
14514 {"Overlapped.OffsetHigh", Field, 0, ""},
14515 {"PACKET_ADD_MEMBERSHIP", Const, 0, ""},
14516 {"PACKET_BROADCAST", Const, 0, ""},
14517 {"PACKET_DROP_MEMBERSHIP", Const, 0, ""},
14518 {"PACKET_FASTROUTE", Const, 0, ""},
14519 {"PACKET_HOST", Const, 0, ""},
14520 {"PACKET_LOOPBACK", Const, 0, ""},
14521 {"PACKET_MR_ALLMULTI", Const, 0, ""},
14522 {"PACKET_MR_MULTICAST", Const, 0, ""},
14523 {"PACKET_MR_PROMISC", Const, 0, ""},
14524 {"PACKET_MULTICAST", Const, 0, ""},
14525 {"PACKET_OTHERHOST", Const, 0, ""},
14526 {"PACKET_OUTGOING", Const, 0, ""},
14527 {"PACKET_RECV_OUTPUT", Const, 0, ""},
14528 {"PACKET_RX_RING", Const, 0, ""},
14529 {"PACKET_STATISTICS", Const, 0, ""},
14530 {"PAGE_EXECUTE_READ", Const, 0, ""},
14531 {"PAGE_EXECUTE_READWRITE", Const, 0, ""},
14532 {"PAGE_EXECUTE_WRITECOPY", Const, 0, ""},
14533 {"PAGE_READONLY", Const, 0, ""},
14534 {"PAGE_READWRITE", Const, 0, ""},
14535 {"PAGE_WRITECOPY", Const, 0, ""},
14536 {"PARENB", Const, 0, ""},
14537 {"PARMRK", Const, 0, ""},
14538 {"PARODD", Const, 0, ""},
14539 {"PENDIN", Const, 0, ""},
14540 {"PFL_HIDDEN", Const, 2, ""},
14541 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2, ""},
14542 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2, ""},
14543 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2, ""},
14544 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2, ""},
14545 {"PF_FLUSH", Const, 1, ""},
14546 {"PKCS_7_ASN_ENCODING", Const, 0, ""},
14547 {"PMC5_PIPELINE_FLUSH", Const, 1, ""},
14548 {"PRIO_PGRP", Const, 2, ""},
14549 {"PRIO_PROCESS", Const, 2, ""},
14550 {"PRIO_USER", Const, 2, ""},
14551 {"PRI_IOFLUSH", Const, 1, ""},
14552 {"PROCESS_QUERY_INFORMATION", Const, 0, ""},
14553 {"PROCESS_TERMINATE", Const, 2, ""},
14554 {"PROT_EXEC", Const, 0, ""},
14555 {"PROT_GROWSDOWN", Const, 0, ""},
14556 {"PROT_GROWSUP", Const, 0, ""},
14557 {"PROT_NONE", Const, 0, ""},
14558 {"PROT_READ", Const, 0, ""},
14559 {"PROT_WRITE", Const, 0, ""},
14560 {"PROV_DH_SCHANNEL", Const, 0, ""},
14561 {"PROV_DSS", Const, 0, ""},
14562 {"PROV_DSS_DH", Const, 0, ""},
14563 {"PROV_EC_ECDSA_FULL", Const, 0, ""},
14564 {"PROV_EC_ECDSA_SIG", Const, 0, ""},
14565 {"PROV_EC_ECNRA_FULL", Const, 0, ""},
14566 {"PROV_EC_ECNRA_SIG", Const, 0, ""},
14567 {"PROV_FORTEZZA", Const, 0, ""},
14568 {"PROV_INTEL_SEC", Const, 0, ""},
14569 {"PROV_MS_EXCHANGE", Const, 0, ""},
14570 {"PROV_REPLACE_OWF", Const, 0, ""},
14571 {"PROV_RNG", Const, 0, ""},
14572 {"PROV_RSA_AES", Const, 0, ""},
14573 {"PROV_RSA_FULL", Const, 0, ""},
14574 {"PROV_RSA_SCHANNEL", Const, 0, ""},
14575 {"PROV_RSA_SIG", Const, 0, ""},
14576 {"PROV_SPYRUS_LYNKS", Const, 0, ""},
14577 {"PROV_SSL", Const, 0, ""},
14578 {"PR_CAPBSET_DROP", Const, 0, ""},
14579 {"PR_CAPBSET_READ", Const, 0, ""},
14580 {"PR_CLEAR_SECCOMP_FILTER", Const, 0, ""},
14581 {"PR_ENDIAN_BIG", Const, 0, ""},
14582 {"PR_ENDIAN_LITTLE", Const, 0, ""},
14583 {"PR_ENDIAN_PPC_LITTLE", Const, 0, ""},
14584 {"PR_FPEMU_NOPRINT", Const, 0, ""},
14585 {"PR_FPEMU_SIGFPE", Const, 0, ""},
14586 {"PR_FP_EXC_ASYNC", Const, 0, ""},
14587 {"PR_FP_EXC_DISABLED", Const, 0, ""},
14588 {"PR_FP_EXC_DIV", Const, 0, ""},
14589 {"PR_FP_EXC_INV", Const, 0, ""},
14590 {"PR_FP_EXC_NONRECOV", Const, 0, ""},
14591 {"PR_FP_EXC_OVF", Const, 0, ""},
14592 {"PR_FP_EXC_PRECISE", Const, 0, ""},
14593 {"PR_FP_EXC_RES", Const, 0, ""},
14594 {"PR_FP_EXC_SW_ENABLE", Const, 0, ""},
14595 {"PR_FP_EXC_UND", Const, 0, ""},
14596 {"PR_GET_DUMPABLE", Const, 0, ""},
14597 {"PR_GET_ENDIAN", Const, 0, ""},
14598 {"PR_GET_FPEMU", Const, 0, ""},
14599 {"PR_GET_FPEXC", Const, 0, ""},
14600 {"PR_GET_KEEPCAPS", Const, 0, ""},
14601 {"PR_GET_NAME", Const, 0, ""},
14602 {"PR_GET_PDEATHSIG", Const, 0, ""},
14603 {"PR_GET_SECCOMP", Const, 0, ""},
14604 {"PR_GET_SECCOMP_FILTER", Const, 0, ""},
14605 {"PR_GET_SECUREBITS", Const, 0, ""},
14606 {"PR_GET_TIMERSLACK", Const, 0, ""},
14607 {"PR_GET_TIMING", Const, 0, ""},
14608 {"PR_GET_TSC", Const, 0, ""},
14609 {"PR_GET_UNALIGN", Const, 0, ""},
14610 {"PR_MCE_KILL", Const, 0, ""},
14611 {"PR_MCE_KILL_CLEAR", Const, 0, ""},
14612 {"PR_MCE_KILL_DEFAULT", Const, 0, ""},
14613 {"PR_MCE_KILL_EARLY", Const, 0, ""},
14614 {"PR_MCE_KILL_GET", Const, 0, ""},
14615 {"PR_MCE_KILL_LATE", Const, 0, ""},
14616 {"PR_MCE_KILL_SET", Const, 0, ""},
14617 {"PR_SECCOMP_FILTER_EVENT", Const, 0, ""},
14618 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0, ""},
14619 {"PR_SET_DUMPABLE", Const, 0, ""},
14620 {"PR_SET_ENDIAN", Const, 0, ""},
14621 {"PR_SET_FPEMU", Const, 0, ""},
14622 {"PR_SET_FPEXC", Const, 0, ""},
14623 {"PR_SET_KEEPCAPS", Const, 0, ""},
14624 {"PR_SET_NAME", Const, 0, ""},
14625 {"PR_SET_PDEATHSIG", Const, 0, ""},
14626 {"PR_SET_PTRACER", Const, 0, ""},
14627 {"PR_SET_SECCOMP", Const, 0, ""},
14628 {"PR_SET_SECCOMP_FILTER", Const, 0, ""},
14629 {"PR_SET_SECUREBITS", Const, 0, ""},
14630 {"PR_SET_TIMERSLACK", Const, 0, ""},
14631 {"PR_SET_TIMING", Const, 0, ""},
14632 {"PR_SET_TSC", Const, 0, ""},
14633 {"PR_SET_UNALIGN", Const, 0, ""},
14634 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0, ""},
14635 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0, ""},
14636 {"PR_TIMING_STATISTICAL", Const, 0, ""},
14637 {"PR_TIMING_TIMESTAMP", Const, 0, ""},
14638 {"PR_TSC_ENABLE", Const, 0, ""},
14639 {"PR_TSC_SIGSEGV", Const, 0, ""},
14640 {"PR_UNALIGN_NOPRINT", Const, 0, ""},
14641 {"PR_UNALIGN_SIGBUS", Const, 0, ""},
14642 {"PTRACE_ARCH_PRCTL", Const, 0, ""},
14643 {"PTRACE_ATTACH", Const, 0, ""},
14644 {"PTRACE_CONT", Const, 0, ""},
14645 {"PTRACE_DETACH", Const, 0, ""},
14646 {"PTRACE_EVENT_CLONE", Const, 0, ""},
14647 {"PTRACE_EVENT_EXEC", Const, 0, ""},
14648 {"PTRACE_EVENT_EXIT", Const, 0, ""},
14649 {"PTRACE_EVENT_FORK", Const, 0, ""},
14650 {"PTRACE_EVENT_VFORK", Const, 0, ""},
14651 {"PTRACE_EVENT_VFORK_DONE", Const, 0, ""},
14652 {"PTRACE_GETCRUNCHREGS", Const, 0, ""},
14653 {"PTRACE_GETEVENTMSG", Const, 0, ""},
14654 {"PTRACE_GETFPREGS", Const, 0, ""},
14655 {"PTRACE_GETFPXREGS", Const, 0, ""},
14656 {"PTRACE_GETHBPREGS", Const, 0, ""},
14657 {"PTRACE_GETREGS", Const, 0, ""},
14658 {"PTRACE_GETREGSET", Const, 0, ""},
14659 {"PTRACE_GETSIGINFO", Const, 0, ""},
14660 {"PTRACE_GETVFPREGS", Const, 0, ""},
14661 {"PTRACE_GETWMMXREGS", Const, 0, ""},
14662 {"PTRACE_GET_THREAD_AREA", Const, 0, ""},
14663 {"PTRACE_KILL", Const, 0, ""},
14664 {"PTRACE_OLDSETOPTIONS", Const, 0, ""},
14665 {"PTRACE_O_MASK", Const, 0, ""},
14666 {"PTRACE_O_TRACECLONE", Const, 0, ""},
14667 {"PTRACE_O_TRACEEXEC", Const, 0, ""},
14668 {"PTRACE_O_TRACEEXIT", Const, 0, ""},
14669 {"PTRACE_O_TRACEFORK", Const, 0, ""},
14670 {"PTRACE_O_TRACESYSGOOD", Const, 0, ""},
14671 {"PTRACE_O_TRACEVFORK", Const, 0, ""},
14672 {"PTRACE_O_TRACEVFORKDONE", Const, 0, ""},
14673 {"PTRACE_PEEKDATA", Const, 0, ""},
14674 {"PTRACE_PEEKTEXT", Const, 0, ""},
14675 {"PTRACE_PEEKUSR", Const, 0, ""},
14676 {"PTRACE_POKEDATA", Const, 0, ""},
14677 {"PTRACE_POKETEXT", Const, 0, ""},
14678 {"PTRACE_POKEUSR", Const, 0, ""},
14679 {"PTRACE_SETCRUNCHREGS", Const, 0, ""},
14680 {"PTRACE_SETFPREGS", Const, 0, ""},
14681 {"PTRACE_SETFPXREGS", Const, 0, ""},
14682 {"PTRACE_SETHBPREGS", Const, 0, ""},
14683 {"PTRACE_SETOPTIONS", Const, 0, ""},
14684 {"PTRACE_SETREGS", Const, 0, ""},
14685 {"PTRACE_SETREGSET", Const, 0, ""},
14686 {"PTRACE_SETSIGINFO", Const, 0, ""},
14687 {"PTRACE_SETVFPREGS", Const, 0, ""},
14688 {"PTRACE_SETWMMXREGS", Const, 0, ""},
14689 {"PTRACE_SET_SYSCALL", Const, 0, ""},
14690 {"PTRACE_SET_THREAD_AREA", Const, 0, ""},
14691 {"PTRACE_SINGLEBLOCK", Const, 0, ""},
14692 {"PTRACE_SINGLESTEP", Const, 0, ""},
14693 {"PTRACE_SYSCALL", Const, 0, ""},
14694 {"PTRACE_SYSEMU", Const, 0, ""},
14695 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0, ""},
14696 {"PTRACE_TRACEME", Const, 0, ""},
14697 {"PT_ATTACH", Const, 0, ""},
14698 {"PT_ATTACHEXC", Const, 0, ""},
14699 {"PT_CONTINUE", Const, 0, ""},
14700 {"PT_DATA_ADDR", Const, 0, ""},
14701 {"PT_DENY_ATTACH", Const, 0, ""},
14702 {"PT_DETACH", Const, 0, ""},
14703 {"PT_FIRSTMACH", Const, 0, ""},
14704 {"PT_FORCEQUOTA", Const, 0, ""},
14705 {"PT_KILL", Const, 0, ""},
14706 {"PT_MASK", Const, 1, ""},
14707 {"PT_READ_D", Const, 0, ""},
14708 {"PT_READ_I", Const, 0, ""},
14709 {"PT_READ_U", Const, 0, ""},
14710 {"PT_SIGEXC", Const, 0, ""},
14711 {"PT_STEP", Const, 0, ""},
14712 {"PT_TEXT_ADDR", Const, 0, ""},
14713 {"PT_TEXT_END_ADDR", Const, 0, ""},
14714 {"PT_THUPDATE", Const, 0, ""},
14715 {"PT_TRACE_ME", Const, 0, ""},
14716 {"PT_WRITE_D", Const, 0, ""},
14717 {"PT_WRITE_I", Const, 0, ""},
14718 {"PT_WRITE_U", Const, 0, ""},
14719 {"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
14720 {"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
14721 {"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
14722 {"ParseRoutingMessage", Func, 0, ""},
14723 {"ParseRoutingSockaddr", Func, 0, ""},
14724 {"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
14725 {"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
14726 {"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
14727 {"PathMax", Const, 0, ""},
14728 {"Pathconf", Func, 0, ""},
14729 {"Pause", Func, 0, "func() (err error)"},
14730 {"Pipe", Func, 0, "func(p []int) error"},
14731 {"Pipe2", Func, 1, "func(p []int, flags int) error"},
14732 {"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
14733 {"Pointer", Type, 11, ""},
14734 {"PostQueuedCompletionStatus", Func, 0, ""},
14735 {"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14736 {"Proc", Type, 0, ""},
14737 {"Proc.Dll", Field, 0, ""},
14738 {"Proc.Name", Field, 0, ""},
14739 {"ProcAttr", Type, 0, ""},
14740 {"ProcAttr.Dir", Field, 0, ""},
14741 {"ProcAttr.Env", Field, 0, ""},
14742 {"ProcAttr.Files", Field, 0, ""},
14743 {"ProcAttr.Sys", Field, 0, ""},
14744 {"Process32First", Func, 4, ""},
14745 {"Process32Next", Func, 4, ""},
14746 {"ProcessEntry32", Type, 4, ""},
14747 {"ProcessEntry32.DefaultHeapID", Field, 4, ""},
14748 {"ProcessEntry32.ExeFile", Field, 4, ""},
14749 {"ProcessEntry32.Flags", Field, 4, ""},
14750 {"ProcessEntry32.ModuleID", Field, 4, ""},
14751 {"ProcessEntry32.ParentProcessID", Field, 4, ""},
14752 {"ProcessEntry32.PriClassBase", Field, 4, ""},
14753 {"ProcessEntry32.ProcessID", Field, 4, ""},
14754 {"ProcessEntry32.Size", Field, 4, ""},
14755 {"ProcessEntry32.Threads", Field, 4, ""},
14756 {"ProcessEntry32.Usage", Field, 4, ""},
14757 {"ProcessInformation", Type, 0, ""},
14758 {"ProcessInformation.Process", Field, 0, ""},
14759 {"ProcessInformation.ProcessId", Field, 0, ""},
14760 {"ProcessInformation.Thread", Field, 0, ""},
14761 {"ProcessInformation.ThreadId", Field, 0, ""},
14762 {"Protoent", Type, 0, ""},
14763 {"Protoent.Aliases", Field, 0, ""},
14764 {"Protoent.Name", Field, 0, ""},
14765 {"Protoent.Proto", Field, 0, ""},
14766 {"PtraceAttach", Func, 0, "func(pid int) (err error)"},
14767 {"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
14768 {"PtraceDetach", Func, 0, "func(pid int) (err error)"},
14769 {"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
14770 {"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
14771 {"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14772 {"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14773 {"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14774 {"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14775 {"PtraceRegs", Type, 0, ""},
14776 {"PtraceRegs.Cs", Field, 0, ""},
14777 {"PtraceRegs.Ds", Field, 0, ""},
14778 {"PtraceRegs.Eax", Field, 0, ""},
14779 {"PtraceRegs.Ebp", Field, 0, ""},
14780 {"PtraceRegs.Ebx", Field, 0, ""},
14781 {"PtraceRegs.Ecx", Field, 0, ""},
14782 {"PtraceRegs.Edi", Field, 0, ""},
14783 {"PtraceRegs.Edx", Field, 0, ""},
14784 {"PtraceRegs.Eflags", Field, 0, ""},
14785 {"PtraceRegs.Eip", Field, 0, ""},
14786 {"PtraceRegs.Es", Field, 0, ""},
14787 {"PtraceRegs.Esi", Field, 0, ""},
14788 {"PtraceRegs.Esp", Field, 0, ""},
14789 {"PtraceRegs.Fs", Field, 0, ""},
14790 {"PtraceRegs.Fs_base", Field, 0, ""},
14791 {"PtraceRegs.Gs", Field, 0, ""},
14792 {"PtraceRegs.Gs_base", Field, 0, ""},
14793 {"PtraceRegs.Orig_eax", Field, 0, ""},
14794 {"PtraceRegs.Orig_rax", Field, 0, ""},
14795 {"PtraceRegs.R10", Field, 0, ""},
14796 {"PtraceRegs.R11", Field, 0, ""},
14797 {"PtraceRegs.R12", Field, 0, ""},
14798 {"PtraceRegs.R13", Field, 0, ""},
14799 {"PtraceRegs.R14", Field, 0, ""},
14800 {"PtraceRegs.R15", Field, 0, ""},
14801 {"PtraceRegs.R8", Field, 0, ""},
14802 {"PtraceRegs.R9", Field, 0, ""},
14803 {"PtraceRegs.Rax", Field, 0, ""},
14804 {"PtraceRegs.Rbp", Field, 0, ""},
14805 {"PtraceRegs.Rbx", Field, 0, ""},
14806 {"PtraceRegs.Rcx", Field, 0, ""},
14807 {"PtraceRegs.Rdi", Field, 0, ""},
14808 {"PtraceRegs.Rdx", Field, 0, ""},
14809 {"PtraceRegs.Rip", Field, 0, ""},
14810 {"PtraceRegs.Rsi", Field, 0, ""},
14811 {"PtraceRegs.Rsp", Field, 0, ""},
14812 {"PtraceRegs.Ss", Field, 0, ""},
14813 {"PtraceRegs.Uregs", Field, 0, ""},
14814 {"PtraceRegs.Xcs", Field, 0, ""},
14815 {"PtraceRegs.Xds", Field, 0, ""},
14816 {"PtraceRegs.Xes", Field, 0, ""},
14817 {"PtraceRegs.Xfs", Field, 0, ""},
14818 {"PtraceRegs.Xgs", Field, 0, ""},
14819 {"PtraceRegs.Xss", Field, 0, ""},
14820 {"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
14821 {"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
14822 {"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
14823 {"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
14824 {"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14825 {"REG_BINARY", Const, 0, ""},
14826 {"REG_DWORD", Const, 0, ""},
14827 {"REG_DWORD_BIG_ENDIAN", Const, 0, ""},
14828 {"REG_DWORD_LITTLE_ENDIAN", Const, 0, ""},
14829 {"REG_EXPAND_SZ", Const, 0, ""},
14830 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0, ""},
14831 {"REG_LINK", Const, 0, ""},
14832 {"REG_MULTI_SZ", Const, 0, ""},
14833 {"REG_NONE", Const, 0, ""},
14834 {"REG_QWORD", Const, 0, ""},
14835 {"REG_QWORD_LITTLE_ENDIAN", Const, 0, ""},
14836 {"REG_RESOURCE_LIST", Const, 0, ""},
14837 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0, ""},
14838 {"REG_SZ", Const, 0, ""},
14839 {"RLIMIT_AS", Const, 0, ""},
14840 {"RLIMIT_CORE", Const, 0, ""},
14841 {"RLIMIT_CPU", Const, 0, ""},
14842 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16, ""},
14843 {"RLIMIT_DATA", Const, 0, ""},
14844 {"RLIMIT_FSIZE", Const, 0, ""},
14845 {"RLIMIT_NOFILE", Const, 0, ""},
14846 {"RLIMIT_STACK", Const, 0, ""},
14847 {"RLIM_INFINITY", Const, 0, ""},
14848 {"RTAX_ADVMSS", Const, 0, ""},
14849 {"RTAX_AUTHOR", Const, 0, ""},
14850 {"RTAX_BRD", Const, 0, ""},
14851 {"RTAX_CWND", Const, 0, ""},
14852 {"RTAX_DST", Const, 0, ""},
14853 {"RTAX_FEATURES", Const, 0, ""},
14854 {"RTAX_FEATURE_ALLFRAG", Const, 0, ""},
14855 {"RTAX_FEATURE_ECN", Const, 0, ""},
14856 {"RTAX_FEATURE_SACK", Const, 0, ""},
14857 {"RTAX_FEATURE_TIMESTAMP", Const, 0, ""},
14858 {"RTAX_GATEWAY", Const, 0, ""},
14859 {"RTAX_GENMASK", Const, 0, ""},
14860 {"RTAX_HOPLIMIT", Const, 0, ""},
14861 {"RTAX_IFA", Const, 0, ""},
14862 {"RTAX_IFP", Const, 0, ""},
14863 {"RTAX_INITCWND", Const, 0, ""},
14864 {"RTAX_INITRWND", Const, 0, ""},
14865 {"RTAX_LABEL", Const, 1, ""},
14866 {"RTAX_LOCK", Const, 0, ""},
14867 {"RTAX_MAX", Const, 0, ""},
14868 {"RTAX_MTU", Const, 0, ""},
14869 {"RTAX_NETMASK", Const, 0, ""},
14870 {"RTAX_REORDERING", Const, 0, ""},
14871 {"RTAX_RTO_MIN", Const, 0, ""},
14872 {"RTAX_RTT", Const, 0, ""},
14873 {"RTAX_RTTVAR", Const, 0, ""},
14874 {"RTAX_SRC", Const, 1, ""},
14875 {"RTAX_SRCMASK", Const, 1, ""},
14876 {"RTAX_SSTHRESH", Const, 0, ""},
14877 {"RTAX_TAG", Const, 1, ""},
14878 {"RTAX_UNSPEC", Const, 0, ""},
14879 {"RTAX_WINDOW", Const, 0, ""},
14880 {"RTA_ALIGNTO", Const, 0, ""},
14881 {"RTA_AUTHOR", Const, 0, ""},
14882 {"RTA_BRD", Const, 0, ""},
14883 {"RTA_CACHEINFO", Const, 0, ""},
14884 {"RTA_DST", Const, 0, ""},
14885 {"RTA_FLOW", Const, 0, ""},
14886 {"RTA_GATEWAY", Const, 0, ""},
14887 {"RTA_GENMASK", Const, 0, ""},
14888 {"RTA_IFA", Const, 0, ""},
14889 {"RTA_IFP", Const, 0, ""},
14890 {"RTA_IIF", Const, 0, ""},
14891 {"RTA_LABEL", Const, 1, ""},
14892 {"RTA_MAX", Const, 0, ""},
14893 {"RTA_METRICS", Const, 0, ""},
14894 {"RTA_MULTIPATH", Const, 0, ""},
14895 {"RTA_NETMASK", Const, 0, ""},
14896 {"RTA_OIF", Const, 0, ""},
14897 {"RTA_PREFSRC", Const, 0, ""},
14898 {"RTA_PRIORITY", Const, 0, ""},
14899 {"RTA_SRC", Const, 0, ""},
14900 {"RTA_SRCMASK", Const, 1, ""},
14901 {"RTA_TABLE", Const, 0, ""},
14902 {"RTA_TAG", Const, 1, ""},
14903 {"RTA_UNSPEC", Const, 0, ""},
14904 {"RTCF_DIRECTSRC", Const, 0, ""},
14905 {"RTCF_DOREDIRECT", Const, 0, ""},
14906 {"RTCF_LOG", Const, 0, ""},
14907 {"RTCF_MASQ", Const, 0, ""},
14908 {"RTCF_NAT", Const, 0, ""},
14909 {"RTCF_VALVE", Const, 0, ""},
14910 {"RTF_ADDRCLASSMASK", Const, 0, ""},
14911 {"RTF_ADDRCONF", Const, 0, ""},
14912 {"RTF_ALLONLINK", Const, 0, ""},
14913 {"RTF_ANNOUNCE", Const, 1, ""},
14914 {"RTF_BLACKHOLE", Const, 0, ""},
14915 {"RTF_BROADCAST", Const, 0, ""},
14916 {"RTF_CACHE", Const, 0, ""},
14917 {"RTF_CLONED", Const, 1, ""},
14918 {"RTF_CLONING", Const, 0, ""},
14919 {"RTF_CONDEMNED", Const, 0, ""},
14920 {"RTF_DEFAULT", Const, 0, ""},
14921 {"RTF_DELCLONE", Const, 0, ""},
14922 {"RTF_DONE", Const, 0, ""},
14923 {"RTF_DYNAMIC", Const, 0, ""},
14924 {"RTF_FLOW", Const, 0, ""},
14925 {"RTF_FMASK", Const, 0, ""},
14926 {"RTF_GATEWAY", Const, 0, ""},
14927 {"RTF_GWFLAG_COMPAT", Const, 3, ""},
14928 {"RTF_HOST", Const, 0, ""},
14929 {"RTF_IFREF", Const, 0, ""},
14930 {"RTF_IFSCOPE", Const, 0, ""},
14931 {"RTF_INTERFACE", Const, 0, ""},
14932 {"RTF_IRTT", Const, 0, ""},
14933 {"RTF_LINKRT", Const, 0, ""},
14934 {"RTF_LLDATA", Const, 0, ""},
14935 {"RTF_LLINFO", Const, 0, ""},
14936 {"RTF_LOCAL", Const, 0, ""},
14937 {"RTF_MASK", Const, 1, ""},
14938 {"RTF_MODIFIED", Const, 0, ""},
14939 {"RTF_MPATH", Const, 1, ""},
14940 {"RTF_MPLS", Const, 1, ""},
14941 {"RTF_MSS", Const, 0, ""},
14942 {"RTF_MTU", Const, 0, ""},
14943 {"RTF_MULTICAST", Const, 0, ""},
14944 {"RTF_NAT", Const, 0, ""},
14945 {"RTF_NOFORWARD", Const, 0, ""},
14946 {"RTF_NONEXTHOP", Const, 0, ""},
14947 {"RTF_NOPMTUDISC", Const, 0, ""},
14948 {"RTF_PERMANENT_ARP", Const, 1, ""},
14949 {"RTF_PINNED", Const, 0, ""},
14950 {"RTF_POLICY", Const, 0, ""},
14951 {"RTF_PRCLONING", Const, 0, ""},
14952 {"RTF_PROTO1", Const, 0, ""},
14953 {"RTF_PROTO2", Const, 0, ""},
14954 {"RTF_PROTO3", Const, 0, ""},
14955 {"RTF_PROXY", Const, 16, ""},
14956 {"RTF_REINSTATE", Const, 0, ""},
14957 {"RTF_REJECT", Const, 0, ""},
14958 {"RTF_RNH_LOCKED", Const, 0, ""},
14959 {"RTF_ROUTER", Const, 16, ""},
14960 {"RTF_SOURCE", Const, 1, ""},
14961 {"RTF_SRC", Const, 1, ""},
14962 {"RTF_STATIC", Const, 0, ""},
14963 {"RTF_STICKY", Const, 0, ""},
14964 {"RTF_THROW", Const, 0, ""},
14965 {"RTF_TUNNEL", Const, 1, ""},
14966 {"RTF_UP", Const, 0, ""},
14967 {"RTF_USETRAILERS", Const, 1, ""},
14968 {"RTF_WASCLONED", Const, 0, ""},
14969 {"RTF_WINDOW", Const, 0, ""},
14970 {"RTF_XRESOLVE", Const, 0, ""},
14971 {"RTM_ADD", Const, 0, ""},
14972 {"RTM_BASE", Const, 0, ""},
14973 {"RTM_CHANGE", Const, 0, ""},
14974 {"RTM_CHGADDR", Const, 1, ""},
14975 {"RTM_DELACTION", Const, 0, ""},
14976 {"RTM_DELADDR", Const, 0, ""},
14977 {"RTM_DELADDRLABEL", Const, 0, ""},
14978 {"RTM_DELETE", Const, 0, ""},
14979 {"RTM_DELLINK", Const, 0, ""},
14980 {"RTM_DELMADDR", Const, 0, ""},
14981 {"RTM_DELNEIGH", Const, 0, ""},
14982 {"RTM_DELQDISC", Const, 0, ""},
14983 {"RTM_DELROUTE", Const, 0, ""},
14984 {"RTM_DELRULE", Const, 0, ""},
14985 {"RTM_DELTCLASS", Const, 0, ""},
14986 {"RTM_DELTFILTER", Const, 0, ""},
14987 {"RTM_DESYNC", Const, 1, ""},
14988 {"RTM_F_CLONED", Const, 0, ""},
14989 {"RTM_F_EQUALIZE", Const, 0, ""},
14990 {"RTM_F_NOTIFY", Const, 0, ""},
14991 {"RTM_F_PREFIX", Const, 0, ""},
14992 {"RTM_GET", Const, 0, ""},
14993 {"RTM_GET2", Const, 0, ""},
14994 {"RTM_GETACTION", Const, 0, ""},
14995 {"RTM_GETADDR", Const, 0, ""},
14996 {"RTM_GETADDRLABEL", Const, 0, ""},
14997 {"RTM_GETANYCAST", Const, 0, ""},
14998 {"RTM_GETDCB", Const, 0, ""},
14999 {"RTM_GETLINK", Const, 0, ""},
15000 {"RTM_GETMULTICAST", Const, 0, ""},
15001 {"RTM_GETNEIGH", Const, 0, ""},
15002 {"RTM_GETNEIGHTBL", Const, 0, ""},
15003 {"RTM_GETQDISC", Const, 0, ""},
15004 {"RTM_GETROUTE", Const, 0, ""},
15005 {"RTM_GETRULE", Const, 0, ""},
15006 {"RTM_GETTCLASS", Const, 0, ""},
15007 {"RTM_GETTFILTER", Const, 0, ""},
15008 {"RTM_IEEE80211", Const, 0, ""},
15009 {"RTM_IFANNOUNCE", Const, 0, ""},
15010 {"RTM_IFINFO", Const, 0, ""},
15011 {"RTM_IFINFO2", Const, 0, ""},
15012 {"RTM_LLINFO_UPD", Const, 1, ""},
15013 {"RTM_LOCK", Const, 0, ""},
15014 {"RTM_LOSING", Const, 0, ""},
15015 {"RTM_MAX", Const, 0, ""},
15016 {"RTM_MAXSIZE", Const, 1, ""},
15017 {"RTM_MISS", Const, 0, ""},
15018 {"RTM_NEWACTION", Const, 0, ""},
15019 {"RTM_NEWADDR", Const, 0, ""},
15020 {"RTM_NEWADDRLABEL", Const, 0, ""},
15021 {"RTM_NEWLINK", Const, 0, ""},
15022 {"RTM_NEWMADDR", Const, 0, ""},
15023 {"RTM_NEWMADDR2", Const, 0, ""},
15024 {"RTM_NEWNDUSEROPT", Const, 0, ""},
15025 {"RTM_NEWNEIGH", Const, 0, ""},
15026 {"RTM_NEWNEIGHTBL", Const, 0, ""},
15027 {"RTM_NEWPREFIX", Const, 0, ""},
15028 {"RTM_NEWQDISC", Const, 0, ""},
15029 {"RTM_NEWROUTE", Const, 0, ""},
15030 {"RTM_NEWRULE", Const, 0, ""},
15031 {"RTM_NEWTCLASS", Const, 0, ""},
15032 {"RTM_NEWTFILTER", Const, 0, ""},
15033 {"RTM_NR_FAMILIES", Const, 0, ""},
15034 {"RTM_NR_MSGTYPES", Const, 0, ""},
15035 {"RTM_OIFINFO", Const, 1, ""},
15036 {"RTM_OLDADD", Const, 0, ""},
15037 {"RTM_OLDDEL", Const, 0, ""},
15038 {"RTM_OOIFINFO", Const, 1, ""},
15039 {"RTM_REDIRECT", Const, 0, ""},
15040 {"RTM_RESOLVE", Const, 0, ""},
15041 {"RTM_RTTUNIT", Const, 0, ""},
15042 {"RTM_SETDCB", Const, 0, ""},
15043 {"RTM_SETGATE", Const, 1, ""},
15044 {"RTM_SETLINK", Const, 0, ""},
15045 {"RTM_SETNEIGHTBL", Const, 0, ""},
15046 {"RTM_VERSION", Const, 0, ""},
15047 {"RTNH_ALIGNTO", Const, 0, ""},
15048 {"RTNH_F_DEAD", Const, 0, ""},
15049 {"RTNH_F_ONLINK", Const, 0, ""},
15050 {"RTNH_F_PERVASIVE", Const, 0, ""},
15051 {"RTNLGRP_IPV4_IFADDR", Const, 1, ""},
15052 {"RTNLGRP_IPV4_MROUTE", Const, 1, ""},
15053 {"RTNLGRP_IPV4_ROUTE", Const, 1, ""},
15054 {"RTNLGRP_IPV4_RULE", Const, 1, ""},
15055 {"RTNLGRP_IPV6_IFADDR", Const, 1, ""},
15056 {"RTNLGRP_IPV6_IFINFO", Const, 1, ""},
15057 {"RTNLGRP_IPV6_MROUTE", Const, 1, ""},
15058 {"RTNLGRP_IPV6_PREFIX", Const, 1, ""},
15059 {"RTNLGRP_IPV6_ROUTE", Const, 1, ""},
15060 {"RTNLGRP_IPV6_RULE", Const, 1, ""},
15061 {"RTNLGRP_LINK", Const, 1, ""},
15062 {"RTNLGRP_ND_USEROPT", Const, 1, ""},
15063 {"RTNLGRP_NEIGH", Const, 1, ""},
15064 {"RTNLGRP_NONE", Const, 1, ""},
15065 {"RTNLGRP_NOTIFY", Const, 1, ""},
15066 {"RTNLGRP_TC", Const, 1, ""},
15067 {"RTN_ANYCAST", Const, 0, ""},
15068 {"RTN_BLACKHOLE", Const, 0, ""},
15069 {"RTN_BROADCAST", Const, 0, ""},
15070 {"RTN_LOCAL", Const, 0, ""},
15071 {"RTN_MAX", Const, 0, ""},
15072 {"RTN_MULTICAST", Const, 0, ""},
15073 {"RTN_NAT", Const, 0, ""},
15074 {"RTN_PROHIBIT", Const, 0, ""},
15075 {"RTN_THROW", Const, 0, ""},
15076 {"RTN_UNICAST", Const, 0, ""},
15077 {"RTN_UNREACHABLE", Const, 0, ""},
15078 {"RTN_UNSPEC", Const, 0, ""},
15079 {"RTN_XRESOLVE", Const, 0, ""},
15080 {"RTPROT_BIRD", Const, 0, ""},
15081 {"RTPROT_BOOT", Const, 0, ""},
15082 {"RTPROT_DHCP", Const, 0, ""},
15083 {"RTPROT_DNROUTED", Const, 0, ""},
15084 {"RTPROT_GATED", Const, 0, ""},
15085 {"RTPROT_KERNEL", Const, 0, ""},
15086 {"RTPROT_MRT", Const, 0, ""},
15087 {"RTPROT_NTK", Const, 0, ""},
15088 {"RTPROT_RA", Const, 0, ""},
15089 {"RTPROT_REDIRECT", Const, 0, ""},
15090 {"RTPROT_STATIC", Const, 0, ""},
15091 {"RTPROT_UNSPEC", Const, 0, ""},
15092 {"RTPROT_XORP", Const, 0, ""},
15093 {"RTPROT_ZEBRA", Const, 0, ""},
15094 {"RTV_EXPIRE", Const, 0, ""},
15095 {"RTV_HOPCOUNT", Const, 0, ""},
15096 {"RTV_MTU", Const, 0, ""},
15097 {"RTV_RPIPE", Const, 0, ""},
15098 {"RTV_RTT", Const, 0, ""},
15099 {"RTV_RTTVAR", Const, 0, ""},
15100 {"RTV_SPIPE", Const, 0, ""},
15101 {"RTV_SSTHRESH", Const, 0, ""},
15102 {"RTV_WEIGHT", Const, 0, ""},
15103 {"RT_CACHING_CONTEXT", Const, 1, ""},
15104 {"RT_CLASS_DEFAULT", Const, 0, ""},
15105 {"RT_CLASS_LOCAL", Const, 0, ""},
15106 {"RT_CLASS_MAIN", Const, 0, ""},
15107 {"RT_CLASS_MAX", Const, 0, ""},
15108 {"RT_CLASS_UNSPEC", Const, 0, ""},
15109 {"RT_DEFAULT_FIB", Const, 1, ""},
15110 {"RT_NORTREF", Const, 1, ""},
15111 {"RT_SCOPE_HOST", Const, 0, ""},
15112 {"RT_SCOPE_LINK", Const, 0, ""},
15113 {"RT_SCOPE_NOWHERE", Const, 0, ""},
15114 {"RT_SCOPE_SITE", Const, 0, ""},
15115 {"RT_SCOPE_UNIVERSE", Const, 0, ""},
15116 {"RT_TABLEID_MAX", Const, 1, ""},
15117 {"RT_TABLE_COMPAT", Const, 0, ""},
15118 {"RT_TABLE_DEFAULT", Const, 0, ""},
15119 {"RT_TABLE_LOCAL", Const, 0, ""},
15120 {"RT_TABLE_MAIN", Const, 0, ""},
15121 {"RT_TABLE_MAX", Const, 0, ""},
15122 {"RT_TABLE_UNSPEC", Const, 0, ""},
15123 {"RUSAGE_CHILDREN", Const, 0, ""},
15124 {"RUSAGE_SELF", Const, 0, ""},
15125 {"RUSAGE_THREAD", Const, 0, ""},
15126 {"Radvisory_t", Type, 0, ""},
15127 {"Radvisory_t.Count", Field, 0, ""},
15128 {"Radvisory_t.Offset", Field, 0, ""},
15129 {"Radvisory_t.Pad_cgo_0", Field, 0, ""},
15130 {"RawConn", Type, 9, ""},
15131 {"RawSockaddr", Type, 0, ""},
15132 {"RawSockaddr.Data", Field, 0, ""},
15133 {"RawSockaddr.Family", Field, 0, ""},
15134 {"RawSockaddr.Len", Field, 0, ""},
15135 {"RawSockaddrAny", Type, 0, ""},
15136 {"RawSockaddrAny.Addr", Field, 0, ""},
15137 {"RawSockaddrAny.Pad", Field, 0, ""},
15138 {"RawSockaddrDatalink", Type, 0, ""},
15139 {"RawSockaddrDatalink.Alen", Field, 0, ""},
15140 {"RawSockaddrDatalink.Data", Field, 0, ""},
15141 {"RawSockaddrDatalink.Family", Field, 0, ""},
15142 {"RawSockaddrDatalink.Index", Field, 0, ""},
15143 {"RawSockaddrDatalink.Len", Field, 0, ""},
15144 {"RawSockaddrDatalink.Nlen", Field, 0, ""},
15145 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2, ""},
15146 {"RawSockaddrDatalink.Slen", Field, 0, ""},
15147 {"RawSockaddrDatalink.Type", Field, 0, ""},
15148 {"RawSockaddrInet4", Type, 0, ""},
15149 {"RawSockaddrInet4.Addr", Field, 0, ""},
15150 {"RawSockaddrInet4.Family", Field, 0, ""},
15151 {"RawSockaddrInet4.Len", Field, 0, ""},
15152 {"RawSockaddrInet4.Port", Field, 0, ""},
15153 {"RawSockaddrInet4.Zero", Field, 0, ""},
15154 {"RawSockaddrInet6", Type, 0, ""},
15155 {"RawSockaddrInet6.Addr", Field, 0, ""},
15156 {"RawSockaddrInet6.Family", Field, 0, ""},
15157 {"RawSockaddrInet6.Flowinfo", Field, 0, ""},
15158 {"RawSockaddrInet6.Len", Field, 0, ""},
15159 {"RawSockaddrInet6.Port", Field, 0, ""},
15160 {"RawSockaddrInet6.Scope_id", Field, 0, ""},
15161 {"RawSockaddrLinklayer", Type, 0, ""},
15162 {"RawSockaddrLinklayer.Addr", Field, 0, ""},
15163 {"RawSockaddrLinklayer.Family", Field, 0, ""},
15164 {"RawSockaddrLinklayer.Halen", Field, 0, ""},
15165 {"RawSockaddrLinklayer.Hatype", Field, 0, ""},
15166 {"RawSockaddrLinklayer.Ifindex", Field, 0, ""},
15167 {"RawSockaddrLinklayer.Pkttype", Field, 0, ""},
15168 {"RawSockaddrLinklayer.Protocol", Field, 0, ""},
15169 {"RawSockaddrNetlink", Type, 0, ""},
15170 {"RawSockaddrNetlink.Family", Field, 0, ""},
15171 {"RawSockaddrNetlink.Groups", Field, 0, ""},
15172 {"RawSockaddrNetlink.Pad", Field, 0, ""},
15173 {"RawSockaddrNetlink.Pid", Field, 0, ""},
15174 {"RawSockaddrUnix", Type, 0, ""},
15175 {"RawSockaddrUnix.Family", Field, 0, ""},
15176 {"RawSockaddrUnix.Len", Field, 0, ""},
15177 {"RawSockaddrUnix.Pad_cgo_0", Field, 2, ""},
15178 {"RawSockaddrUnix.Path", Field, 0, ""},
15179 {"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
15180 {"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
15181 {"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
15182 {"ReadConsole", Func, 1, ""},
15183 {"ReadDirectoryChanges", Func, 0, ""},
15184 {"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
15185 {"ReadFile", Func, 0, ""},
15186 {"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
15187 {"Reboot", Func, 0, "func(cmd int) (err error)"},
15188 {"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
15189 {"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
15190 {"RegCloseKey", Func, 0, ""},
15191 {"RegEnumKeyEx", Func, 0, ""},
15192 {"RegOpenKeyEx", Func, 0, ""},
15193 {"RegQueryInfoKey", Func, 0, ""},
15194 {"RegQueryValueEx", Func, 0, ""},
15195 {"RemoveDirectory", Func, 0, ""},
15196 {"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
15197 {"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
15198 {"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
15199 {"Revoke", Func, 0, ""},
15200 {"Rlimit", Type, 0, ""},
15201 {"Rlimit.Cur", Field, 0, ""},
15202 {"Rlimit.Max", Field, 0, ""},
15203 {"Rmdir", Func, 0, "func(path string) error"},
15204 {"RouteMessage", Type, 0, ""},
15205 {"RouteMessage.Data", Field, 0, ""},
15206 {"RouteMessage.Header", Field, 0, ""},
15207 {"RouteRIB", Func, 0, ""},
15208 {"RoutingMessage", Type, 14, ""},
15209 {"RtAttr", Type, 0, ""},
15210 {"RtAttr.Len", Field, 0, ""},
15211 {"RtAttr.Type", Field, 0, ""},
15212 {"RtGenmsg", Type, 0, ""},
15213 {"RtGenmsg.Family", Field, 0, ""},
15214 {"RtMetrics", Type, 0, ""},
15215 {"RtMetrics.Expire", Field, 0, ""},
15216 {"RtMetrics.Filler", Field, 0, ""},
15217 {"RtMetrics.Hopcount", Field, 0, ""},
15218 {"RtMetrics.Locks", Field, 0, ""},
15219 {"RtMetrics.Mtu", Field, 0, ""},
15220 {"RtMetrics.Pad", Field, 3, ""},
15221 {"RtMetrics.Pksent", Field, 0, ""},
15222 {"RtMetrics.Recvpipe", Field, 0, ""},
15223 {"RtMetrics.Refcnt", Field, 2, ""},
15224 {"RtMetrics.Rtt", Field, 0, ""},
15225 {"RtMetrics.Rttvar", Field, 0, ""},
15226 {"RtMetrics.Sendpipe", Field, 0, ""},
15227 {"RtMetrics.Ssthresh", Field, 0, ""},
15228 {"RtMetrics.Weight", Field, 0, ""},
15229 {"RtMsg", Type, 0, ""},
15230 {"RtMsg.Dst_len", Field, 0, ""},
15231 {"RtMsg.Family", Field, 0, ""},
15232 {"RtMsg.Flags", Field, 0, ""},
15233 {"RtMsg.Protocol", Field, 0, ""},
15234 {"RtMsg.Scope", Field, 0, ""},
15235 {"RtMsg.Src_len", Field, 0, ""},
15236 {"RtMsg.Table", Field, 0, ""},
15237 {"RtMsg.Tos", Field, 0, ""},
15238 {"RtMsg.Type", Field, 0, ""},
15239 {"RtMsghdr", Type, 0, ""},
15240 {"RtMsghdr.Addrs", Field, 0, ""},
15241 {"RtMsghdr.Errno", Field, 0, ""},
15242 {"RtMsghdr.Flags", Field, 0, ""},
15243 {"RtMsghdr.Fmask", Field, 0, ""},
15244 {"RtMsghdr.Hdrlen", Field, 2, ""},
15245 {"RtMsghdr.Index", Field, 0, ""},
15246 {"RtMsghdr.Inits", Field, 0, ""},
15247 {"RtMsghdr.Mpls", Field, 2, ""},
15248 {"RtMsghdr.Msglen", Field, 0, ""},
15249 {"RtMsghdr.Pad_cgo_0", Field, 0, ""},
15250 {"RtMsghdr.Pad_cgo_1", Field, 2, ""},
15251 {"RtMsghdr.Pid", Field, 0, ""},
15252 {"RtMsghdr.Priority", Field, 2, ""},
15253 {"RtMsghdr.Rmx", Field, 0, ""},
15254 {"RtMsghdr.Seq", Field, 0, ""},
15255 {"RtMsghdr.Tableid", Field, 2, ""},
15256 {"RtMsghdr.Type", Field, 0, ""},
15257 {"RtMsghdr.Use", Field, 0, ""},
15258 {"RtMsghdr.Version", Field, 0, ""},
15259 {"RtNexthop", Type, 0, ""},
15260 {"RtNexthop.Flags", Field, 0, ""},
15261 {"RtNexthop.Hops", Field, 0, ""},
15262 {"RtNexthop.Ifindex", Field, 0, ""},
15263 {"RtNexthop.Len", Field, 0, ""},
15264 {"Rusage", Type, 0, ""},
15265 {"Rusage.CreationTime", Field, 0, ""},
15266 {"Rusage.ExitTime", Field, 0, ""},
15267 {"Rusage.Idrss", Field, 0, ""},
15268 {"Rusage.Inblock", Field, 0, ""},
15269 {"Rusage.Isrss", Field, 0, ""},
15270 {"Rusage.Ixrss", Field, 0, ""},
15271 {"Rusage.KernelTime", Field, 0, ""},
15272 {"Rusage.Majflt", Field, 0, ""},
15273 {"Rusage.Maxrss", Field, 0, ""},
15274 {"Rusage.Minflt", Field, 0, ""},
15275 {"Rusage.Msgrcv", Field, 0, ""},
15276 {"Rusage.Msgsnd", Field, 0, ""},
15277 {"Rusage.Nivcsw", Field, 0, ""},
15278 {"Rusage.Nsignals", Field, 0, ""},
15279 {"Rusage.Nswap", Field, 0, ""},
15280 {"Rusage.Nvcsw", Field, 0, ""},
15281 {"Rusage.Oublock", Field, 0, ""},
15282 {"Rusage.Stime", Field, 0, ""},
15283 {"Rusage.UserTime", Field, 0, ""},
15284 {"Rusage.Utime", Field, 0, ""},
15285 {"SCM_BINTIME", Const, 0, ""},
15286 {"SCM_CREDENTIALS", Const, 0, ""},
15287 {"SCM_CREDS", Const, 0, ""},
15288 {"SCM_RIGHTS", Const, 0, ""},
15289 {"SCM_TIMESTAMP", Const, 0, ""},
15290 {"SCM_TIMESTAMPING", Const, 0, ""},
15291 {"SCM_TIMESTAMPNS", Const, 0, ""},
15292 {"SCM_TIMESTAMP_MONOTONIC", Const, 0, ""},
15293 {"SHUT_RD", Const, 0, ""},
15294 {"SHUT_RDWR", Const, 0, ""},
15295 {"SHUT_WR", Const, 0, ""},
15296 {"SID", Type, 0, ""},
15297 {"SIDAndAttributes", Type, 0, ""},
15298 {"SIDAndAttributes.Attributes", Field, 0, ""},
15299 {"SIDAndAttributes.Sid", Field, 0, ""},
15300 {"SIGABRT", Const, 0, ""},
15301 {"SIGALRM", Const, 0, ""},
15302 {"SIGBUS", Const, 0, ""},
15303 {"SIGCHLD", Const, 0, ""},
15304 {"SIGCLD", Const, 0, ""},
15305 {"SIGCONT", Const, 0, ""},
15306 {"SIGEMT", Const, 0, ""},
15307 {"SIGFPE", Const, 0, ""},
15308 {"SIGHUP", Const, 0, ""},
15309 {"SIGILL", Const, 0, ""},
15310 {"SIGINFO", Const, 0, ""},
15311 {"SIGINT", Const, 0, ""},
15312 {"SIGIO", Const, 0, ""},
15313 {"SIGIOT", Const, 0, ""},
15314 {"SIGKILL", Const, 0, ""},
15315 {"SIGLIBRT", Const, 1, ""},
15316 {"SIGLWP", Const, 0, ""},
15317 {"SIGPIPE", Const, 0, ""},
15318 {"SIGPOLL", Const, 0, ""},
15319 {"SIGPROF", Const, 0, ""},
15320 {"SIGPWR", Const, 0, ""},
15321 {"SIGQUIT", Const, 0, ""},
15322 {"SIGSEGV", Const, 0, ""},
15323 {"SIGSTKFLT", Const, 0, ""},
15324 {"SIGSTOP", Const, 0, ""},
15325 {"SIGSYS", Const, 0, ""},
15326 {"SIGTERM", Const, 0, ""},
15327 {"SIGTHR", Const, 0, ""},
15328 {"SIGTRAP", Const, 0, ""},
15329 {"SIGTSTP", Const, 0, ""},
15330 {"SIGTTIN", Const, 0, ""},
15331 {"SIGTTOU", Const, 0, ""},
15332 {"SIGUNUSED", Const, 0, ""},
15333 {"SIGURG", Const, 0, ""},
15334 {"SIGUSR1", Const, 0, ""},
15335 {"SIGUSR2", Const, 0, ""},
15336 {"SIGVTALRM", Const, 0, ""},
15337 {"SIGWINCH", Const, 0, ""},
15338 {"SIGXCPU", Const, 0, ""},
15339 {"SIGXFSZ", Const, 0, ""},
15340 {"SIOCADDDLCI", Const, 0, ""},
15341 {"SIOCADDMULTI", Const, 0, ""},
15342 {"SIOCADDRT", Const, 0, ""},
15343 {"SIOCAIFADDR", Const, 0, ""},
15344 {"SIOCAIFGROUP", Const, 0, ""},
15345 {"SIOCALIFADDR", Const, 0, ""},
15346 {"SIOCARPIPLL", Const, 0, ""},
15347 {"SIOCATMARK", Const, 0, ""},
15348 {"SIOCAUTOADDR", Const, 0, ""},
15349 {"SIOCAUTONETMASK", Const, 0, ""},
15350 {"SIOCBRDGADD", Const, 1, ""},
15351 {"SIOCBRDGADDS", Const, 1, ""},
15352 {"SIOCBRDGARL", Const, 1, ""},
15353 {"SIOCBRDGDADDR", Const, 1, ""},
15354 {"SIOCBRDGDEL", Const, 1, ""},
15355 {"SIOCBRDGDELS", Const, 1, ""},
15356 {"SIOCBRDGFLUSH", Const, 1, ""},
15357 {"SIOCBRDGFRL", Const, 1, ""},
15358 {"SIOCBRDGGCACHE", Const, 1, ""},
15359 {"SIOCBRDGGFD", Const, 1, ""},
15360 {"SIOCBRDGGHT", Const, 1, ""},
15361 {"SIOCBRDGGIFFLGS", Const, 1, ""},
15362 {"SIOCBRDGGMA", Const, 1, ""},
15363 {"SIOCBRDGGPARAM", Const, 1, ""},
15364 {"SIOCBRDGGPRI", Const, 1, ""},
15365 {"SIOCBRDGGRL", Const, 1, ""},
15366 {"SIOCBRDGGSIFS", Const, 1, ""},
15367 {"SIOCBRDGGTO", Const, 1, ""},
15368 {"SIOCBRDGIFS", Const, 1, ""},
15369 {"SIOCBRDGRTS", Const, 1, ""},
15370 {"SIOCBRDGSADDR", Const, 1, ""},
15371 {"SIOCBRDGSCACHE", Const, 1, ""},
15372 {"SIOCBRDGSFD", Const, 1, ""},
15373 {"SIOCBRDGSHT", Const, 1, ""},
15374 {"SIOCBRDGSIFCOST", Const, 1, ""},
15375 {"SIOCBRDGSIFFLGS", Const, 1, ""},
15376 {"SIOCBRDGSIFPRIO", Const, 1, ""},
15377 {"SIOCBRDGSMA", Const, 1, ""},
15378 {"SIOCBRDGSPRI", Const, 1, ""},
15379 {"SIOCBRDGSPROTO", Const, 1, ""},
15380 {"SIOCBRDGSTO", Const, 1, ""},
15381 {"SIOCBRDGSTXHC", Const, 1, ""},
15382 {"SIOCDARP", Const, 0, ""},
15383 {"SIOCDELDLCI", Const, 0, ""},
15384 {"SIOCDELMULTI", Const, 0, ""},
15385 {"SIOCDELRT", Const, 0, ""},
15386 {"SIOCDEVPRIVATE", Const, 0, ""},
15387 {"SIOCDIFADDR", Const, 0, ""},
15388 {"SIOCDIFGROUP", Const, 0, ""},
15389 {"SIOCDIFPHYADDR", Const, 0, ""},
15390 {"SIOCDLIFADDR", Const, 0, ""},
15391 {"SIOCDRARP", Const, 0, ""},
15392 {"SIOCGARP", Const, 0, ""},
15393 {"SIOCGDRVSPEC", Const, 0, ""},
15394 {"SIOCGETKALIVE", Const, 1, ""},
15395 {"SIOCGETLABEL", Const, 1, ""},
15396 {"SIOCGETPFLOW", Const, 1, ""},
15397 {"SIOCGETPFSYNC", Const, 1, ""},
15398 {"SIOCGETSGCNT", Const, 0, ""},
15399 {"SIOCGETVIFCNT", Const, 0, ""},
15400 {"SIOCGETVLAN", Const, 0, ""},
15401 {"SIOCGHIWAT", Const, 0, ""},
15402 {"SIOCGIFADDR", Const, 0, ""},
15403 {"SIOCGIFADDRPREF", Const, 1, ""},
15404 {"SIOCGIFALIAS", Const, 1, ""},
15405 {"SIOCGIFALTMTU", Const, 0, ""},
15406 {"SIOCGIFASYNCMAP", Const, 0, ""},
15407 {"SIOCGIFBOND", Const, 0, ""},
15408 {"SIOCGIFBR", Const, 0, ""},
15409 {"SIOCGIFBRDADDR", Const, 0, ""},
15410 {"SIOCGIFCAP", Const, 0, ""},
15411 {"SIOCGIFCONF", Const, 0, ""},
15412 {"SIOCGIFCOUNT", Const, 0, ""},
15413 {"SIOCGIFDATA", Const, 1, ""},
15414 {"SIOCGIFDESCR", Const, 0, ""},
15415 {"SIOCGIFDEVMTU", Const, 0, ""},
15416 {"SIOCGIFDLT", Const, 1, ""},
15417 {"SIOCGIFDSTADDR", Const, 0, ""},
15418 {"SIOCGIFENCAP", Const, 0, ""},
15419 {"SIOCGIFFIB", Const, 1, ""},
15420 {"SIOCGIFFLAGS", Const, 0, ""},
15421 {"SIOCGIFGATTR", Const, 1, ""},
15422 {"SIOCGIFGENERIC", Const, 0, ""},
15423 {"SIOCGIFGMEMB", Const, 0, ""},
15424 {"SIOCGIFGROUP", Const, 0, ""},
15425 {"SIOCGIFHARDMTU", Const, 3, ""},
15426 {"SIOCGIFHWADDR", Const, 0, ""},
15427 {"SIOCGIFINDEX", Const, 0, ""},
15428 {"SIOCGIFKPI", Const, 0, ""},
15429 {"SIOCGIFMAC", Const, 0, ""},
15430 {"SIOCGIFMAP", Const, 0, ""},
15431 {"SIOCGIFMEDIA", Const, 0, ""},
15432 {"SIOCGIFMEM", Const, 0, ""},
15433 {"SIOCGIFMETRIC", Const, 0, ""},
15434 {"SIOCGIFMTU", Const, 0, ""},
15435 {"SIOCGIFNAME", Const, 0, ""},
15436 {"SIOCGIFNETMASK", Const, 0, ""},
15437 {"SIOCGIFPDSTADDR", Const, 0, ""},
15438 {"SIOCGIFPFLAGS", Const, 0, ""},
15439 {"SIOCGIFPHYS", Const, 0, ""},
15440 {"SIOCGIFPRIORITY", Const, 1, ""},
15441 {"SIOCGIFPSRCADDR", Const, 0, ""},
15442 {"SIOCGIFRDOMAIN", Const, 1, ""},
15443 {"SIOCGIFRTLABEL", Const, 1, ""},
15444 {"SIOCGIFSLAVE", Const, 0, ""},
15445 {"SIOCGIFSTATUS", Const, 0, ""},
15446 {"SIOCGIFTIMESLOT", Const, 1, ""},
15447 {"SIOCGIFTXQLEN", Const, 0, ""},
15448 {"SIOCGIFVLAN", Const, 0, ""},
15449 {"SIOCGIFWAKEFLAGS", Const, 0, ""},
15450 {"SIOCGIFXFLAGS", Const, 1, ""},
15451 {"SIOCGLIFADDR", Const, 0, ""},
15452 {"SIOCGLIFPHYADDR", Const, 0, ""},
15453 {"SIOCGLIFPHYRTABLE", Const, 1, ""},
15454 {"SIOCGLIFPHYTTL", Const, 3, ""},
15455 {"SIOCGLINKSTR", Const, 1, ""},
15456 {"SIOCGLOWAT", Const, 0, ""},
15457 {"SIOCGPGRP", Const, 0, ""},
15458 {"SIOCGPRIVATE_0", Const, 0, ""},
15459 {"SIOCGPRIVATE_1", Const, 0, ""},
15460 {"SIOCGRARP", Const, 0, ""},
15461 {"SIOCGSPPPPARAMS", Const, 3, ""},
15462 {"SIOCGSTAMP", Const, 0, ""},
15463 {"SIOCGSTAMPNS", Const, 0, ""},
15464 {"SIOCGVH", Const, 1, ""},
15465 {"SIOCGVNETID", Const, 3, ""},
15466 {"SIOCIFCREATE", Const, 0, ""},
15467 {"SIOCIFCREATE2", Const, 0, ""},
15468 {"SIOCIFDESTROY", Const, 0, ""},
15469 {"SIOCIFGCLONERS", Const, 0, ""},
15470 {"SIOCINITIFADDR", Const, 1, ""},
15471 {"SIOCPROTOPRIVATE", Const, 0, ""},
15472 {"SIOCRSLVMULTI", Const, 0, ""},
15473 {"SIOCRTMSG", Const, 0, ""},
15474 {"SIOCSARP", Const, 0, ""},
15475 {"SIOCSDRVSPEC", Const, 0, ""},
15476 {"SIOCSETKALIVE", Const, 1, ""},
15477 {"SIOCSETLABEL", Const, 1, ""},
15478 {"SIOCSETPFLOW", Const, 1, ""},
15479 {"SIOCSETPFSYNC", Const, 1, ""},
15480 {"SIOCSETVLAN", Const, 0, ""},
15481 {"SIOCSHIWAT", Const, 0, ""},
15482 {"SIOCSIFADDR", Const, 0, ""},
15483 {"SIOCSIFADDRPREF", Const, 1, ""},
15484 {"SIOCSIFALTMTU", Const, 0, ""},
15485 {"SIOCSIFASYNCMAP", Const, 0, ""},
15486 {"SIOCSIFBOND", Const, 0, ""},
15487 {"SIOCSIFBR", Const, 0, ""},
15488 {"SIOCSIFBRDADDR", Const, 0, ""},
15489 {"SIOCSIFCAP", Const, 0, ""},
15490 {"SIOCSIFDESCR", Const, 0, ""},
15491 {"SIOCSIFDSTADDR", Const, 0, ""},
15492 {"SIOCSIFENCAP", Const, 0, ""},
15493 {"SIOCSIFFIB", Const, 1, ""},
15494 {"SIOCSIFFLAGS", Const, 0, ""},
15495 {"SIOCSIFGATTR", Const, 1, ""},
15496 {"SIOCSIFGENERIC", Const, 0, ""},
15497 {"SIOCSIFHWADDR", Const, 0, ""},
15498 {"SIOCSIFHWBROADCAST", Const, 0, ""},
15499 {"SIOCSIFKPI", Const, 0, ""},
15500 {"SIOCSIFLINK", Const, 0, ""},
15501 {"SIOCSIFLLADDR", Const, 0, ""},
15502 {"SIOCSIFMAC", Const, 0, ""},
15503 {"SIOCSIFMAP", Const, 0, ""},
15504 {"SIOCSIFMEDIA", Const, 0, ""},
15505 {"SIOCSIFMEM", Const, 0, ""},
15506 {"SIOCSIFMETRIC", Const, 0, ""},
15507 {"SIOCSIFMTU", Const, 0, ""},
15508 {"SIOCSIFNAME", Const, 0, ""},
15509 {"SIOCSIFNETMASK", Const, 0, ""},
15510 {"SIOCSIFPFLAGS", Const, 0, ""},
15511 {"SIOCSIFPHYADDR", Const, 0, ""},
15512 {"SIOCSIFPHYS", Const, 0, ""},
15513 {"SIOCSIFPRIORITY", Const, 1, ""},
15514 {"SIOCSIFRDOMAIN", Const, 1, ""},
15515 {"SIOCSIFRTLABEL", Const, 1, ""},
15516 {"SIOCSIFRVNET", Const, 0, ""},
15517 {"SIOCSIFSLAVE", Const, 0, ""},
15518 {"SIOCSIFTIMESLOT", Const, 1, ""},
15519 {"SIOCSIFTXQLEN", Const, 0, ""},
15520 {"SIOCSIFVLAN", Const, 0, ""},
15521 {"SIOCSIFVNET", Const, 0, ""},
15522 {"SIOCSIFXFLAGS", Const, 1, ""},
15523 {"SIOCSLIFPHYADDR", Const, 0, ""},
15524 {"SIOCSLIFPHYRTABLE", Const, 1, ""},
15525 {"SIOCSLIFPHYTTL", Const, 3, ""},
15526 {"SIOCSLINKSTR", Const, 1, ""},
15527 {"SIOCSLOWAT", Const, 0, ""},
15528 {"SIOCSPGRP", Const, 0, ""},
15529 {"SIOCSRARP", Const, 0, ""},
15530 {"SIOCSSPPPPARAMS", Const, 3, ""},
15531 {"SIOCSVH", Const, 1, ""},
15532 {"SIOCSVNETID", Const, 3, ""},
15533 {"SIOCZIFDATA", Const, 1, ""},
15534 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1, ""},
15535 {"SIO_GET_INTERFACE_LIST", Const, 0, ""},
15536 {"SIO_KEEPALIVE_VALS", Const, 3, ""},
15537 {"SIO_UDP_CONNRESET", Const, 4, ""},
15538 {"SOCK_CLOEXEC", Const, 0, ""},
15539 {"SOCK_DCCP", Const, 0, ""},
15540 {"SOCK_DGRAM", Const, 0, ""},
15541 {"SOCK_FLAGS_MASK", Const, 1, ""},
15542 {"SOCK_MAXADDRLEN", Const, 0, ""},
15543 {"SOCK_NONBLOCK", Const, 0, ""},
15544 {"SOCK_NOSIGPIPE", Const, 1, ""},
15545 {"SOCK_PACKET", Const, 0, ""},
15546 {"SOCK_RAW", Const, 0, ""},
15547 {"SOCK_RDM", Const, 0, ""},
15548 {"SOCK_SEQPACKET", Const, 0, ""},
15549 {"SOCK_STREAM", Const, 0, ""},
15550 {"SOL_AAL", Const, 0, ""},
15551 {"SOL_ATM", Const, 0, ""},
15552 {"SOL_DECNET", Const, 0, ""},
15553 {"SOL_ICMPV6", Const, 0, ""},
15554 {"SOL_IP", Const, 0, ""},
15555 {"SOL_IPV6", Const, 0, ""},
15556 {"SOL_IRDA", Const, 0, ""},
15557 {"SOL_PACKET", Const, 0, ""},
15558 {"SOL_RAW", Const, 0, ""},
15559 {"SOL_SOCKET", Const, 0, ""},
15560 {"SOL_TCP", Const, 0, ""},
15561 {"SOL_X25", Const, 0, ""},
15562 {"SOMAXCONN", Const, 0, ""},
15563 {"SO_ACCEPTCONN", Const, 0, ""},
15564 {"SO_ACCEPTFILTER", Const, 0, ""},
15565 {"SO_ATTACH_FILTER", Const, 0, ""},
15566 {"SO_BINDANY", Const, 1, ""},
15567 {"SO_BINDTODEVICE", Const, 0, ""},
15568 {"SO_BINTIME", Const, 0, ""},
15569 {"SO_BROADCAST", Const, 0, ""},
15570 {"SO_BSDCOMPAT", Const, 0, ""},
15571 {"SO_DEBUG", Const, 0, ""},
15572 {"SO_DETACH_FILTER", Const, 0, ""},
15573 {"SO_DOMAIN", Const, 0, ""},
15574 {"SO_DONTROUTE", Const, 0, ""},
15575 {"SO_DONTTRUNC", Const, 0, ""},
15576 {"SO_ERROR", Const, 0, ""},
15577 {"SO_KEEPALIVE", Const, 0, ""},
15578 {"SO_LABEL", Const, 0, ""},
15579 {"SO_LINGER", Const, 0, ""},
15580 {"SO_LINGER_SEC", Const, 0, ""},
15581 {"SO_LISTENINCQLEN", Const, 0, ""},
15582 {"SO_LISTENQLEN", Const, 0, ""},
15583 {"SO_LISTENQLIMIT", Const, 0, ""},
15584 {"SO_MARK", Const, 0, ""},
15585 {"SO_NETPROC", Const, 1, ""},
15586 {"SO_NKE", Const, 0, ""},
15587 {"SO_NOADDRERR", Const, 0, ""},
15588 {"SO_NOHEADER", Const, 1, ""},
15589 {"SO_NOSIGPIPE", Const, 0, ""},
15590 {"SO_NOTIFYCONFLICT", Const, 0, ""},
15591 {"SO_NO_CHECK", Const, 0, ""},
15592 {"SO_NO_DDP", Const, 0, ""},
15593 {"SO_NO_OFFLOAD", Const, 0, ""},
15594 {"SO_NP_EXTENSIONS", Const, 0, ""},
15595 {"SO_NREAD", Const, 0, ""},
15596 {"SO_NUMRCVPKT", Const, 16, ""},
15597 {"SO_NWRITE", Const, 0, ""},
15598 {"SO_OOBINLINE", Const, 0, ""},
15599 {"SO_OVERFLOWED", Const, 1, ""},
15600 {"SO_PASSCRED", Const, 0, ""},
15601 {"SO_PASSSEC", Const, 0, ""},
15602 {"SO_PEERCRED", Const, 0, ""},
15603 {"SO_PEERLABEL", Const, 0, ""},
15604 {"SO_PEERNAME", Const, 0, ""},
15605 {"SO_PEERSEC", Const, 0, ""},
15606 {"SO_PRIORITY", Const, 0, ""},
15607 {"SO_PROTOCOL", Const, 0, ""},
15608 {"SO_PROTOTYPE", Const, 1, ""},
15609 {"SO_RANDOMPORT", Const, 0, ""},
15610 {"SO_RCVBUF", Const, 0, ""},
15611 {"SO_RCVBUFFORCE", Const, 0, ""},
15612 {"SO_RCVLOWAT", Const, 0, ""},
15613 {"SO_RCVTIMEO", Const, 0, ""},
15614 {"SO_RESTRICTIONS", Const, 0, ""},
15615 {"SO_RESTRICT_DENYIN", Const, 0, ""},
15616 {"SO_RESTRICT_DENYOUT", Const, 0, ""},
15617 {"SO_RESTRICT_DENYSET", Const, 0, ""},
15618 {"SO_REUSEADDR", Const, 0, ""},
15619 {"SO_REUSEPORT", Const, 0, ""},
15620 {"SO_REUSESHAREUID", Const, 0, ""},
15621 {"SO_RTABLE", Const, 1, ""},
15622 {"SO_RXQ_OVFL", Const, 0, ""},
15623 {"SO_SECURITY_AUTHENTICATION", Const, 0, ""},
15624 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0, ""},
15625 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0, ""},
15626 {"SO_SETFIB", Const, 0, ""},
15627 {"SO_SNDBUF", Const, 0, ""},
15628 {"SO_SNDBUFFORCE", Const, 0, ""},
15629 {"SO_SNDLOWAT", Const, 0, ""},
15630 {"SO_SNDTIMEO", Const, 0, ""},
15631 {"SO_SPLICE", Const, 1, ""},
15632 {"SO_TIMESTAMP", Const, 0, ""},
15633 {"SO_TIMESTAMPING", Const, 0, ""},
15634 {"SO_TIMESTAMPNS", Const, 0, ""},
15635 {"SO_TIMESTAMP_MONOTONIC", Const, 0, ""},
15636 {"SO_TYPE", Const, 0, ""},
15637 {"SO_UPCALLCLOSEWAIT", Const, 0, ""},
15638 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0, ""},
15639 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1, ""},
15640 {"SO_USELOOPBACK", Const, 0, ""},
15641 {"SO_USER_COOKIE", Const, 1, ""},
15642 {"SO_VENDOR", Const, 3, ""},
15643 {"SO_WANTMORE", Const, 0, ""},
15644 {"SO_WANTOOBFLAG", Const, 0, ""},
15645 {"SSLExtraCertChainPolicyPara", Type, 0, ""},
15646 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0, ""},
15647 {"SSLExtraCertChainPolicyPara.Checks", Field, 0, ""},
15648 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0, ""},
15649 {"SSLExtraCertChainPolicyPara.Size", Field, 0, ""},
15650 {"STANDARD_RIGHTS_ALL", Const, 0, ""},
15651 {"STANDARD_RIGHTS_EXECUTE", Const, 0, ""},
15652 {"STANDARD_RIGHTS_READ", Const, 0, ""},
15653 {"STANDARD_RIGHTS_REQUIRED", Const, 0, ""},
15654 {"STANDARD_RIGHTS_WRITE", Const, 0, ""},
15655 {"STARTF_USESHOWWINDOW", Const, 0, ""},
15656 {"STARTF_USESTDHANDLES", Const, 0, ""},
15657 {"STD_ERROR_HANDLE", Const, 0, ""},
15658 {"STD_INPUT_HANDLE", Const, 0, ""},
15659 {"STD_OUTPUT_HANDLE", Const, 0, ""},
15660 {"SUBLANG_ENGLISH_US", Const, 0, ""},
15661 {"SW_FORCEMINIMIZE", Const, 0, ""},
15662 {"SW_HIDE", Const, 0, ""},
15663 {"SW_MAXIMIZE", Const, 0, ""},
15664 {"SW_MINIMIZE", Const, 0, ""},
15665 {"SW_NORMAL", Const, 0, ""},
15666 {"SW_RESTORE", Const, 0, ""},
15667 {"SW_SHOW", Const, 0, ""},
15668 {"SW_SHOWDEFAULT", Const, 0, ""},
15669 {"SW_SHOWMAXIMIZED", Const, 0, ""},
15670 {"SW_SHOWMINIMIZED", Const, 0, ""},
15671 {"SW_SHOWMINNOACTIVE", Const, 0, ""},
15672 {"SW_SHOWNA", Const, 0, ""},
15673 {"SW_SHOWNOACTIVATE", Const, 0, ""},
15674 {"SW_SHOWNORMAL", Const, 0, ""},
15675 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4, ""},
15676 {"SYNCHRONIZE", Const, 0, ""},
15677 {"SYSCTL_VERSION", Const, 1, ""},
15678 {"SYSCTL_VERS_0", Const, 1, ""},
15679 {"SYSCTL_VERS_1", Const, 1, ""},
15680 {"SYSCTL_VERS_MASK", Const, 1, ""},
15681 {"SYS_ABORT2", Const, 0, ""},
15682 {"SYS_ACCEPT", Const, 0, ""},
15683 {"SYS_ACCEPT4", Const, 0, ""},
15684 {"SYS_ACCEPT_NOCANCEL", Const, 0, ""},
15685 {"SYS_ACCESS", Const, 0, ""},
15686 {"SYS_ACCESS_EXTENDED", Const, 0, ""},
15687 {"SYS_ACCT", Const, 0, ""},
15688 {"SYS_ADD_KEY", Const, 0, ""},
15689 {"SYS_ADD_PROFIL", Const, 0, ""},
15690 {"SYS_ADJFREQ", Const, 1, ""},
15691 {"SYS_ADJTIME", Const, 0, ""},
15692 {"SYS_ADJTIMEX", Const, 0, ""},
15693 {"SYS_AFS_SYSCALL", Const, 0, ""},
15694 {"SYS_AIO_CANCEL", Const, 0, ""},
15695 {"SYS_AIO_ERROR", Const, 0, ""},
15696 {"SYS_AIO_FSYNC", Const, 0, ""},
15697 {"SYS_AIO_MLOCK", Const, 14, ""},
15698 {"SYS_AIO_READ", Const, 0, ""},
15699 {"SYS_AIO_RETURN", Const, 0, ""},
15700 {"SYS_AIO_SUSPEND", Const, 0, ""},
15701 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0, ""},
15702 {"SYS_AIO_WAITCOMPLETE", Const, 14, ""},
15703 {"SYS_AIO_WRITE", Const, 0, ""},
15704 {"SYS_ALARM", Const, 0, ""},
15705 {"SYS_ARCH_PRCTL", Const, 0, ""},
15706 {"SYS_ARM_FADVISE64_64", Const, 0, ""},
15707 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0, ""},
15708 {"SYS_ATGETMSG", Const, 0, ""},
15709 {"SYS_ATPGETREQ", Const, 0, ""},
15710 {"SYS_ATPGETRSP", Const, 0, ""},
15711 {"SYS_ATPSNDREQ", Const, 0, ""},
15712 {"SYS_ATPSNDRSP", Const, 0, ""},
15713 {"SYS_ATPUTMSG", Const, 0, ""},
15714 {"SYS_ATSOCKET", Const, 0, ""},
15715 {"SYS_AUDIT", Const, 0, ""},
15716 {"SYS_AUDITCTL", Const, 0, ""},
15717 {"SYS_AUDITON", Const, 0, ""},
15718 {"SYS_AUDIT_SESSION_JOIN", Const, 0, ""},
15719 {"SYS_AUDIT_SESSION_PORT", Const, 0, ""},
15720 {"SYS_AUDIT_SESSION_SELF", Const, 0, ""},
15721 {"SYS_BDFLUSH", Const, 0, ""},
15722 {"SYS_BIND", Const, 0, ""},
15723 {"SYS_BINDAT", Const, 3, ""},
15724 {"SYS_BREAK", Const, 0, ""},
15725 {"SYS_BRK", Const, 0, ""},
15726 {"SYS_BSDTHREAD_CREATE", Const, 0, ""},
15727 {"SYS_BSDTHREAD_REGISTER", Const, 0, ""},
15728 {"SYS_BSDTHREAD_TERMINATE", Const, 0, ""},
15729 {"SYS_CAPGET", Const, 0, ""},
15730 {"SYS_CAPSET", Const, 0, ""},
15731 {"SYS_CAP_ENTER", Const, 0, ""},
15732 {"SYS_CAP_FCNTLS_GET", Const, 1, ""},
15733 {"SYS_CAP_FCNTLS_LIMIT", Const, 1, ""},
15734 {"SYS_CAP_GETMODE", Const, 0, ""},
15735 {"SYS_CAP_GETRIGHTS", Const, 0, ""},
15736 {"SYS_CAP_IOCTLS_GET", Const, 1, ""},
15737 {"SYS_CAP_IOCTLS_LIMIT", Const, 1, ""},
15738 {"SYS_CAP_NEW", Const, 0, ""},
15739 {"SYS_CAP_RIGHTS_GET", Const, 1, ""},
15740 {"SYS_CAP_RIGHTS_LIMIT", Const, 1, ""},
15741 {"SYS_CHDIR", Const, 0, ""},
15742 {"SYS_CHFLAGS", Const, 0, ""},
15743 {"SYS_CHFLAGSAT", Const, 3, ""},
15744 {"SYS_CHMOD", Const, 0, ""},
15745 {"SYS_CHMOD_EXTENDED", Const, 0, ""},
15746 {"SYS_CHOWN", Const, 0, ""},
15747 {"SYS_CHOWN32", Const, 0, ""},
15748 {"SYS_CHROOT", Const, 0, ""},
15749 {"SYS_CHUD", Const, 0, ""},
15750 {"SYS_CLOCK_ADJTIME", Const, 0, ""},
15751 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1, ""},
15752 {"SYS_CLOCK_GETRES", Const, 0, ""},
15753 {"SYS_CLOCK_GETTIME", Const, 0, ""},
15754 {"SYS_CLOCK_NANOSLEEP", Const, 0, ""},
15755 {"SYS_CLOCK_SETTIME", Const, 0, ""},
15756 {"SYS_CLONE", Const, 0, ""},
15757 {"SYS_CLOSE", Const, 0, ""},
15758 {"SYS_CLOSEFROM", Const, 0, ""},
15759 {"SYS_CLOSE_NOCANCEL", Const, 0, ""},
15760 {"SYS_CONNECT", Const, 0, ""},
15761 {"SYS_CONNECTAT", Const, 3, ""},
15762 {"SYS_CONNECT_NOCANCEL", Const, 0, ""},
15763 {"SYS_COPYFILE", Const, 0, ""},
15764 {"SYS_CPUSET", Const, 0, ""},
15765 {"SYS_CPUSET_GETAFFINITY", Const, 0, ""},
15766 {"SYS_CPUSET_GETID", Const, 0, ""},
15767 {"SYS_CPUSET_SETAFFINITY", Const, 0, ""},
15768 {"SYS_CPUSET_SETID", Const, 0, ""},
15769 {"SYS_CREAT", Const, 0, ""},
15770 {"SYS_CREATE_MODULE", Const, 0, ""},
15771 {"SYS_CSOPS", Const, 0, ""},
15772 {"SYS_CSOPS_AUDITTOKEN", Const, 16, ""},
15773 {"SYS_DELETE", Const, 0, ""},
15774 {"SYS_DELETE_MODULE", Const, 0, ""},
15775 {"SYS_DUP", Const, 0, ""},
15776 {"SYS_DUP2", Const, 0, ""},
15777 {"SYS_DUP3", Const, 0, ""},
15778 {"SYS_EACCESS", Const, 0, ""},
15779 {"SYS_EPOLL_CREATE", Const, 0, ""},
15780 {"SYS_EPOLL_CREATE1", Const, 0, ""},
15781 {"SYS_EPOLL_CTL", Const, 0, ""},
15782 {"SYS_EPOLL_CTL_OLD", Const, 0, ""},
15783 {"SYS_EPOLL_PWAIT", Const, 0, ""},
15784 {"SYS_EPOLL_WAIT", Const, 0, ""},
15785 {"SYS_EPOLL_WAIT_OLD", Const, 0, ""},
15786 {"SYS_EVENTFD", Const, 0, ""},
15787 {"SYS_EVENTFD2", Const, 0, ""},
15788 {"SYS_EXCHANGEDATA", Const, 0, ""},
15789 {"SYS_EXECVE", Const, 0, ""},
15790 {"SYS_EXIT", Const, 0, ""},
15791 {"SYS_EXIT_GROUP", Const, 0, ""},
15792 {"SYS_EXTATTRCTL", Const, 0, ""},
15793 {"SYS_EXTATTR_DELETE_FD", Const, 0, ""},
15794 {"SYS_EXTATTR_DELETE_FILE", Const, 0, ""},
15795 {"SYS_EXTATTR_DELETE_LINK", Const, 0, ""},
15796 {"SYS_EXTATTR_GET_FD", Const, 0, ""},
15797 {"SYS_EXTATTR_GET_FILE", Const, 0, ""},
15798 {"SYS_EXTATTR_GET_LINK", Const, 0, ""},
15799 {"SYS_EXTATTR_LIST_FD", Const, 0, ""},
15800 {"SYS_EXTATTR_LIST_FILE", Const, 0, ""},
15801 {"SYS_EXTATTR_LIST_LINK", Const, 0, ""},
15802 {"SYS_EXTATTR_SET_FD", Const, 0, ""},
15803 {"SYS_EXTATTR_SET_FILE", Const, 0, ""},
15804 {"SYS_EXTATTR_SET_LINK", Const, 0, ""},
15805 {"SYS_FACCESSAT", Const, 0, ""},
15806 {"SYS_FADVISE64", Const, 0, ""},
15807 {"SYS_FADVISE64_64", Const, 0, ""},
15808 {"SYS_FALLOCATE", Const, 0, ""},
15809 {"SYS_FANOTIFY_INIT", Const, 0, ""},
15810 {"SYS_FANOTIFY_MARK", Const, 0, ""},
15811 {"SYS_FCHDIR", Const, 0, ""},
15812 {"SYS_FCHFLAGS", Const, 0, ""},
15813 {"SYS_FCHMOD", Const, 0, ""},
15814 {"SYS_FCHMODAT", Const, 0, ""},
15815 {"SYS_FCHMOD_EXTENDED", Const, 0, ""},
15816 {"SYS_FCHOWN", Const, 0, ""},
15817 {"SYS_FCHOWN32", Const, 0, ""},
15818 {"SYS_FCHOWNAT", Const, 0, ""},
15819 {"SYS_FCHROOT", Const, 1, ""},
15820 {"SYS_FCNTL", Const, 0, ""},
15821 {"SYS_FCNTL64", Const, 0, ""},
15822 {"SYS_FCNTL_NOCANCEL", Const, 0, ""},
15823 {"SYS_FDATASYNC", Const, 0, ""},
15824 {"SYS_FEXECVE", Const, 0, ""},
15825 {"SYS_FFCLOCK_GETCOUNTER", Const, 0, ""},
15826 {"SYS_FFCLOCK_GETESTIMATE", Const, 0, ""},
15827 {"SYS_FFCLOCK_SETESTIMATE", Const, 0, ""},
15828 {"SYS_FFSCTL", Const, 0, ""},
15829 {"SYS_FGETATTRLIST", Const, 0, ""},
15830 {"SYS_FGETXATTR", Const, 0, ""},
15831 {"SYS_FHOPEN", Const, 0, ""},
15832 {"SYS_FHSTAT", Const, 0, ""},
15833 {"SYS_FHSTATFS", Const, 0, ""},
15834 {"SYS_FILEPORT_MAKEFD", Const, 0, ""},
15835 {"SYS_FILEPORT_MAKEPORT", Const, 0, ""},
15836 {"SYS_FKTRACE", Const, 1, ""},
15837 {"SYS_FLISTXATTR", Const, 0, ""},
15838 {"SYS_FLOCK", Const, 0, ""},
15839 {"SYS_FORK", Const, 0, ""},
15840 {"SYS_FPATHCONF", Const, 0, ""},
15841 {"SYS_FREEBSD6_FTRUNCATE", Const, 0, ""},
15842 {"SYS_FREEBSD6_LSEEK", Const, 0, ""},
15843 {"SYS_FREEBSD6_MMAP", Const, 0, ""},
15844 {"SYS_FREEBSD6_PREAD", Const, 0, ""},
15845 {"SYS_FREEBSD6_PWRITE", Const, 0, ""},
15846 {"SYS_FREEBSD6_TRUNCATE", Const, 0, ""},
15847 {"SYS_FREMOVEXATTR", Const, 0, ""},
15848 {"SYS_FSCTL", Const, 0, ""},
15849 {"SYS_FSETATTRLIST", Const, 0, ""},
15850 {"SYS_FSETXATTR", Const, 0, ""},
15851 {"SYS_FSGETPATH", Const, 0, ""},
15852 {"SYS_FSTAT", Const, 0, ""},
15853 {"SYS_FSTAT64", Const, 0, ""},
15854 {"SYS_FSTAT64_EXTENDED", Const, 0, ""},
15855 {"SYS_FSTATAT", Const, 0, ""},
15856 {"SYS_FSTATAT64", Const, 0, ""},
15857 {"SYS_FSTATFS", Const, 0, ""},
15858 {"SYS_FSTATFS64", Const, 0, ""},
15859 {"SYS_FSTATV", Const, 0, ""},
15860 {"SYS_FSTATVFS1", Const, 1, ""},
15861 {"SYS_FSTAT_EXTENDED", Const, 0, ""},
15862 {"SYS_FSYNC", Const, 0, ""},
15863 {"SYS_FSYNC_NOCANCEL", Const, 0, ""},
15864 {"SYS_FSYNC_RANGE", Const, 1, ""},
15865 {"SYS_FTIME", Const, 0, ""},
15866 {"SYS_FTRUNCATE", Const, 0, ""},
15867 {"SYS_FTRUNCATE64", Const, 0, ""},
15868 {"SYS_FUTEX", Const, 0, ""},
15869 {"SYS_FUTIMENS", Const, 1, ""},
15870 {"SYS_FUTIMES", Const, 0, ""},
15871 {"SYS_FUTIMESAT", Const, 0, ""},
15872 {"SYS_GETATTRLIST", Const, 0, ""},
15873 {"SYS_GETAUDIT", Const, 0, ""},
15874 {"SYS_GETAUDIT_ADDR", Const, 0, ""},
15875 {"SYS_GETAUID", Const, 0, ""},
15876 {"SYS_GETCONTEXT", Const, 0, ""},
15877 {"SYS_GETCPU", Const, 0, ""},
15878 {"SYS_GETCWD", Const, 0, ""},
15879 {"SYS_GETDENTS", Const, 0, ""},
15880 {"SYS_GETDENTS64", Const, 0, ""},
15881 {"SYS_GETDIRENTRIES", Const, 0, ""},
15882 {"SYS_GETDIRENTRIES64", Const, 0, ""},
15883 {"SYS_GETDIRENTRIESATTR", Const, 0, ""},
15884 {"SYS_GETDTABLECOUNT", Const, 1, ""},
15885 {"SYS_GETDTABLESIZE", Const, 0, ""},
15886 {"SYS_GETEGID", Const, 0, ""},
15887 {"SYS_GETEGID32", Const, 0, ""},
15888 {"SYS_GETEUID", Const, 0, ""},
15889 {"SYS_GETEUID32", Const, 0, ""},
15890 {"SYS_GETFH", Const, 0, ""},
15891 {"SYS_GETFSSTAT", Const, 0, ""},
15892 {"SYS_GETFSSTAT64", Const, 0, ""},
15893 {"SYS_GETGID", Const, 0, ""},
15894 {"SYS_GETGID32", Const, 0, ""},
15895 {"SYS_GETGROUPS", Const, 0, ""},
15896 {"SYS_GETGROUPS32", Const, 0, ""},
15897 {"SYS_GETHOSTUUID", Const, 0, ""},
15898 {"SYS_GETITIMER", Const, 0, ""},
15899 {"SYS_GETLCID", Const, 0, ""},
15900 {"SYS_GETLOGIN", Const, 0, ""},
15901 {"SYS_GETLOGINCLASS", Const, 0, ""},
15902 {"SYS_GETPEERNAME", Const, 0, ""},
15903 {"SYS_GETPGID", Const, 0, ""},
15904 {"SYS_GETPGRP", Const, 0, ""},
15905 {"SYS_GETPID", Const, 0, ""},
15906 {"SYS_GETPMSG", Const, 0, ""},
15907 {"SYS_GETPPID", Const, 0, ""},
15908 {"SYS_GETPRIORITY", Const, 0, ""},
15909 {"SYS_GETRESGID", Const, 0, ""},
15910 {"SYS_GETRESGID32", Const, 0, ""},
15911 {"SYS_GETRESUID", Const, 0, ""},
15912 {"SYS_GETRESUID32", Const, 0, ""},
15913 {"SYS_GETRLIMIT", Const, 0, ""},
15914 {"SYS_GETRTABLE", Const, 1, ""},
15915 {"SYS_GETRUSAGE", Const, 0, ""},
15916 {"SYS_GETSGROUPS", Const, 0, ""},
15917 {"SYS_GETSID", Const, 0, ""},
15918 {"SYS_GETSOCKNAME", Const, 0, ""},
15919 {"SYS_GETSOCKOPT", Const, 0, ""},
15920 {"SYS_GETTHRID", Const, 1, ""},
15921 {"SYS_GETTID", Const, 0, ""},
15922 {"SYS_GETTIMEOFDAY", Const, 0, ""},
15923 {"SYS_GETUID", Const, 0, ""},
15924 {"SYS_GETUID32", Const, 0, ""},
15925 {"SYS_GETVFSSTAT", Const, 1, ""},
15926 {"SYS_GETWGROUPS", Const, 0, ""},
15927 {"SYS_GETXATTR", Const, 0, ""},
15928 {"SYS_GET_KERNEL_SYMS", Const, 0, ""},
15929 {"SYS_GET_MEMPOLICY", Const, 0, ""},
15930 {"SYS_GET_ROBUST_LIST", Const, 0, ""},
15931 {"SYS_GET_THREAD_AREA", Const, 0, ""},
15932 {"SYS_GSSD_SYSCALL", Const, 14, ""},
15933 {"SYS_GTTY", Const, 0, ""},
15934 {"SYS_IDENTITYSVC", Const, 0, ""},
15935 {"SYS_IDLE", Const, 0, ""},
15936 {"SYS_INITGROUPS", Const, 0, ""},
15937 {"SYS_INIT_MODULE", Const, 0, ""},
15938 {"SYS_INOTIFY_ADD_WATCH", Const, 0, ""},
15939 {"SYS_INOTIFY_INIT", Const, 0, ""},
15940 {"SYS_INOTIFY_INIT1", Const, 0, ""},
15941 {"SYS_INOTIFY_RM_WATCH", Const, 0, ""},
15942 {"SYS_IOCTL", Const, 0, ""},
15943 {"SYS_IOPERM", Const, 0, ""},
15944 {"SYS_IOPL", Const, 0, ""},
15945 {"SYS_IOPOLICYSYS", Const, 0, ""},
15946 {"SYS_IOPRIO_GET", Const, 0, ""},
15947 {"SYS_IOPRIO_SET", Const, 0, ""},
15948 {"SYS_IO_CANCEL", Const, 0, ""},
15949 {"SYS_IO_DESTROY", Const, 0, ""},
15950 {"SYS_IO_GETEVENTS", Const, 0, ""},
15951 {"SYS_IO_SETUP", Const, 0, ""},
15952 {"SYS_IO_SUBMIT", Const, 0, ""},
15953 {"SYS_IPC", Const, 0, ""},
15954 {"SYS_ISSETUGID", Const, 0, ""},
15955 {"SYS_JAIL", Const, 0, ""},
15956 {"SYS_JAIL_ATTACH", Const, 0, ""},
15957 {"SYS_JAIL_GET", Const, 0, ""},
15958 {"SYS_JAIL_REMOVE", Const, 0, ""},
15959 {"SYS_JAIL_SET", Const, 0, ""},
15960 {"SYS_KAS_INFO", Const, 16, ""},
15961 {"SYS_KDEBUG_TRACE", Const, 0, ""},
15962 {"SYS_KENV", Const, 0, ""},
15963 {"SYS_KEVENT", Const, 0, ""},
15964 {"SYS_KEVENT64", Const, 0, ""},
15965 {"SYS_KEXEC_LOAD", Const, 0, ""},
15966 {"SYS_KEYCTL", Const, 0, ""},
15967 {"SYS_KILL", Const, 0, ""},
15968 {"SYS_KLDFIND", Const, 0, ""},
15969 {"SYS_KLDFIRSTMOD", Const, 0, ""},
15970 {"SYS_KLDLOAD", Const, 0, ""},
15971 {"SYS_KLDNEXT", Const, 0, ""},
15972 {"SYS_KLDSTAT", Const, 0, ""},
15973 {"SYS_KLDSYM", Const, 0, ""},
15974 {"SYS_KLDUNLOAD", Const, 0, ""},
15975 {"SYS_KLDUNLOADF", Const, 0, ""},
15976 {"SYS_KMQ_NOTIFY", Const, 14, ""},
15977 {"SYS_KMQ_OPEN", Const, 14, ""},
15978 {"SYS_KMQ_SETATTR", Const, 14, ""},
15979 {"SYS_KMQ_TIMEDRECEIVE", Const, 14, ""},
15980 {"SYS_KMQ_TIMEDSEND", Const, 14, ""},
15981 {"SYS_KMQ_UNLINK", Const, 14, ""},
15982 {"SYS_KQUEUE", Const, 0, ""},
15983 {"SYS_KQUEUE1", Const, 1, ""},
15984 {"SYS_KSEM_CLOSE", Const, 14, ""},
15985 {"SYS_KSEM_DESTROY", Const, 14, ""},
15986 {"SYS_KSEM_GETVALUE", Const, 14, ""},
15987 {"SYS_KSEM_INIT", Const, 14, ""},
15988 {"SYS_KSEM_OPEN", Const, 14, ""},
15989 {"SYS_KSEM_POST", Const, 14, ""},
15990 {"SYS_KSEM_TIMEDWAIT", Const, 14, ""},
15991 {"SYS_KSEM_TRYWAIT", Const, 14, ""},
15992 {"SYS_KSEM_UNLINK", Const, 14, ""},
15993 {"SYS_KSEM_WAIT", Const, 14, ""},
15994 {"SYS_KTIMER_CREATE", Const, 0, ""},
15995 {"SYS_KTIMER_DELETE", Const, 0, ""},
15996 {"SYS_KTIMER_GETOVERRUN", Const, 0, ""},
15997 {"SYS_KTIMER_GETTIME", Const, 0, ""},
15998 {"SYS_KTIMER_SETTIME", Const, 0, ""},
15999 {"SYS_KTRACE", Const, 0, ""},
16000 {"SYS_LCHFLAGS", Const, 0, ""},
16001 {"SYS_LCHMOD", Const, 0, ""},
16002 {"SYS_LCHOWN", Const, 0, ""},
16003 {"SYS_LCHOWN32", Const, 0, ""},
16004 {"SYS_LEDGER", Const, 16, ""},
16005 {"SYS_LGETFH", Const, 0, ""},
16006 {"SYS_LGETXATTR", Const, 0, ""},
16007 {"SYS_LINK", Const, 0, ""},
16008 {"SYS_LINKAT", Const, 0, ""},
16009 {"SYS_LIO_LISTIO", Const, 0, ""},
16010 {"SYS_LISTEN", Const, 0, ""},
16011 {"SYS_LISTXATTR", Const, 0, ""},
16012 {"SYS_LLISTXATTR", Const, 0, ""},
16013 {"SYS_LOCK", Const, 0, ""},
16014 {"SYS_LOOKUP_DCOOKIE", Const, 0, ""},
16015 {"SYS_LPATHCONF", Const, 0, ""},
16016 {"SYS_LREMOVEXATTR", Const, 0, ""},
16017 {"SYS_LSEEK", Const, 0, ""},
16018 {"SYS_LSETXATTR", Const, 0, ""},
16019 {"SYS_LSTAT", Const, 0, ""},
16020 {"SYS_LSTAT64", Const, 0, ""},
16021 {"SYS_LSTAT64_EXTENDED", Const, 0, ""},
16022 {"SYS_LSTATV", Const, 0, ""},
16023 {"SYS_LSTAT_EXTENDED", Const, 0, ""},
16024 {"SYS_LUTIMES", Const, 0, ""},
16025 {"SYS_MAC_SYSCALL", Const, 0, ""},
16026 {"SYS_MADVISE", Const, 0, ""},
16027 {"SYS_MADVISE1", Const, 0, ""},
16028 {"SYS_MAXSYSCALL", Const, 0, ""},
16029 {"SYS_MBIND", Const, 0, ""},
16030 {"SYS_MIGRATE_PAGES", Const, 0, ""},
16031 {"SYS_MINCORE", Const, 0, ""},
16032 {"SYS_MINHERIT", Const, 0, ""},
16033 {"SYS_MKCOMPLEX", Const, 0, ""},
16034 {"SYS_MKDIR", Const, 0, ""},
16035 {"SYS_MKDIRAT", Const, 0, ""},
16036 {"SYS_MKDIR_EXTENDED", Const, 0, ""},
16037 {"SYS_MKFIFO", Const, 0, ""},
16038 {"SYS_MKFIFOAT", Const, 0, ""},
16039 {"SYS_MKFIFO_EXTENDED", Const, 0, ""},
16040 {"SYS_MKNOD", Const, 0, ""},
16041 {"SYS_MKNODAT", Const, 0, ""},
16042 {"SYS_MLOCK", Const, 0, ""},
16043 {"SYS_MLOCKALL", Const, 0, ""},
16044 {"SYS_MMAP", Const, 0, ""},
16045 {"SYS_MMAP2", Const, 0, ""},
16046 {"SYS_MODCTL", Const, 1, ""},
16047 {"SYS_MODFIND", Const, 0, ""},
16048 {"SYS_MODFNEXT", Const, 0, ""},
16049 {"SYS_MODIFY_LDT", Const, 0, ""},
16050 {"SYS_MODNEXT", Const, 0, ""},
16051 {"SYS_MODSTAT", Const, 0, ""},
16052 {"SYS_MODWATCH", Const, 0, ""},
16053 {"SYS_MOUNT", Const, 0, ""},
16054 {"SYS_MOVE_PAGES", Const, 0, ""},
16055 {"SYS_MPROTECT", Const, 0, ""},
16056 {"SYS_MPX", Const, 0, ""},
16057 {"SYS_MQUERY", Const, 1, ""},
16058 {"SYS_MQ_GETSETATTR", Const, 0, ""},
16059 {"SYS_MQ_NOTIFY", Const, 0, ""},
16060 {"SYS_MQ_OPEN", Const, 0, ""},
16061 {"SYS_MQ_TIMEDRECEIVE", Const, 0, ""},
16062 {"SYS_MQ_TIMEDSEND", Const, 0, ""},
16063 {"SYS_MQ_UNLINK", Const, 0, ""},
16064 {"SYS_MREMAP", Const, 0, ""},
16065 {"SYS_MSGCTL", Const, 0, ""},
16066 {"SYS_MSGGET", Const, 0, ""},
16067 {"SYS_MSGRCV", Const, 0, ""},
16068 {"SYS_MSGRCV_NOCANCEL", Const, 0, ""},
16069 {"SYS_MSGSND", Const, 0, ""},
16070 {"SYS_MSGSND_NOCANCEL", Const, 0, ""},
16071 {"SYS_MSGSYS", Const, 0, ""},
16072 {"SYS_MSYNC", Const, 0, ""},
16073 {"SYS_MSYNC_NOCANCEL", Const, 0, ""},
16074 {"SYS_MUNLOCK", Const, 0, ""},
16075 {"SYS_MUNLOCKALL", Const, 0, ""},
16076 {"SYS_MUNMAP", Const, 0, ""},
16077 {"SYS_NAME_TO_HANDLE_AT", Const, 0, ""},
16078 {"SYS_NANOSLEEP", Const, 0, ""},
16079 {"SYS_NEWFSTATAT", Const, 0, ""},
16080 {"SYS_NFSCLNT", Const, 0, ""},
16081 {"SYS_NFSSERVCTL", Const, 0, ""},
16082 {"SYS_NFSSVC", Const, 0, ""},
16083 {"SYS_NFSTAT", Const, 0, ""},
16084 {"SYS_NICE", Const, 0, ""},
16085 {"SYS_NLM_SYSCALL", Const, 14, ""},
16086 {"SYS_NLSTAT", Const, 0, ""},
16087 {"SYS_NMOUNT", Const, 0, ""},
16088 {"SYS_NSTAT", Const, 0, ""},
16089 {"SYS_NTP_ADJTIME", Const, 0, ""},
16090 {"SYS_NTP_GETTIME", Const, 0, ""},
16091 {"SYS_NUMA_GETAFFINITY", Const, 14, ""},
16092 {"SYS_NUMA_SETAFFINITY", Const, 14, ""},
16093 {"SYS_OABI_SYSCALL_BASE", Const, 0, ""},
16094 {"SYS_OBREAK", Const, 0, ""},
16095 {"SYS_OLDFSTAT", Const, 0, ""},
16096 {"SYS_OLDLSTAT", Const, 0, ""},
16097 {"SYS_OLDOLDUNAME", Const, 0, ""},
16098 {"SYS_OLDSTAT", Const, 0, ""},
16099 {"SYS_OLDUNAME", Const, 0, ""},
16100 {"SYS_OPEN", Const, 0, ""},
16101 {"SYS_OPENAT", Const, 0, ""},
16102 {"SYS_OPENBSD_POLL", Const, 0, ""},
16103 {"SYS_OPEN_BY_HANDLE_AT", Const, 0, ""},
16104 {"SYS_OPEN_DPROTECTED_NP", Const, 16, ""},
16105 {"SYS_OPEN_EXTENDED", Const, 0, ""},
16106 {"SYS_OPEN_NOCANCEL", Const, 0, ""},
16107 {"SYS_OVADVISE", Const, 0, ""},
16108 {"SYS_PACCEPT", Const, 1, ""},
16109 {"SYS_PATHCONF", Const, 0, ""},
16110 {"SYS_PAUSE", Const, 0, ""},
16111 {"SYS_PCICONFIG_IOBASE", Const, 0, ""},
16112 {"SYS_PCICONFIG_READ", Const, 0, ""},
16113 {"SYS_PCICONFIG_WRITE", Const, 0, ""},
16114 {"SYS_PDFORK", Const, 0, ""},
16115 {"SYS_PDGETPID", Const, 0, ""},
16116 {"SYS_PDKILL", Const, 0, ""},
16117 {"SYS_PERF_EVENT_OPEN", Const, 0, ""},
16118 {"SYS_PERSONALITY", Const, 0, ""},
16119 {"SYS_PID_HIBERNATE", Const, 0, ""},
16120 {"SYS_PID_RESUME", Const, 0, ""},
16121 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0, ""},
16122 {"SYS_PID_SUSPEND", Const, 0, ""},
16123 {"SYS_PIPE", Const, 0, ""},
16124 {"SYS_PIPE2", Const, 0, ""},
16125 {"SYS_PIVOT_ROOT", Const, 0, ""},
16126 {"SYS_PMC_CONTROL", Const, 1, ""},
16127 {"SYS_PMC_GET_INFO", Const, 1, ""},
16128 {"SYS_POLL", Const, 0, ""},
16129 {"SYS_POLLTS", Const, 1, ""},
16130 {"SYS_POLL_NOCANCEL", Const, 0, ""},
16131 {"SYS_POSIX_FADVISE", Const, 0, ""},
16132 {"SYS_POSIX_FALLOCATE", Const, 0, ""},
16133 {"SYS_POSIX_OPENPT", Const, 0, ""},
16134 {"SYS_POSIX_SPAWN", Const, 0, ""},
16135 {"SYS_PPOLL", Const, 0, ""},
16136 {"SYS_PRCTL", Const, 0, ""},
16137 {"SYS_PREAD", Const, 0, ""},
16138 {"SYS_PREAD64", Const, 0, ""},
16139 {"SYS_PREADV", Const, 0, ""},
16140 {"SYS_PREAD_NOCANCEL", Const, 0, ""},
16141 {"SYS_PRLIMIT64", Const, 0, ""},
16142 {"SYS_PROCCTL", Const, 3, ""},
16143 {"SYS_PROCESS_POLICY", Const, 0, ""},
16144 {"SYS_PROCESS_VM_READV", Const, 0, ""},
16145 {"SYS_PROCESS_VM_WRITEV", Const, 0, ""},
16146 {"SYS_PROC_INFO", Const, 0, ""},
16147 {"SYS_PROF", Const, 0, ""},
16148 {"SYS_PROFIL", Const, 0, ""},
16149 {"SYS_PSELECT", Const, 0, ""},
16150 {"SYS_PSELECT6", Const, 0, ""},
16151 {"SYS_PSET_ASSIGN", Const, 1, ""},
16152 {"SYS_PSET_CREATE", Const, 1, ""},
16153 {"SYS_PSET_DESTROY", Const, 1, ""},
16154 {"SYS_PSYNCH_CVBROAD", Const, 0, ""},
16155 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0, ""},
16156 {"SYS_PSYNCH_CVSIGNAL", Const, 0, ""},
16157 {"SYS_PSYNCH_CVWAIT", Const, 0, ""},
16158 {"SYS_PSYNCH_MUTEXDROP", Const, 0, ""},
16159 {"SYS_PSYNCH_MUTEXWAIT", Const, 0, ""},
16160 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0, ""},
16161 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0, ""},
16162 {"SYS_PSYNCH_RW_RDLOCK", Const, 0, ""},
16163 {"SYS_PSYNCH_RW_UNLOCK", Const, 0, ""},
16164 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0, ""},
16165 {"SYS_PSYNCH_RW_UPGRADE", Const, 0, ""},
16166 {"SYS_PSYNCH_RW_WRLOCK", Const, 0, ""},
16167 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0, ""},
16168 {"SYS_PTRACE", Const, 0, ""},
16169 {"SYS_PUTPMSG", Const, 0, ""},
16170 {"SYS_PWRITE", Const, 0, ""},
16171 {"SYS_PWRITE64", Const, 0, ""},
16172 {"SYS_PWRITEV", Const, 0, ""},
16173 {"SYS_PWRITE_NOCANCEL", Const, 0, ""},
16174 {"SYS_QUERY_MODULE", Const, 0, ""},
16175 {"SYS_QUOTACTL", Const, 0, ""},
16176 {"SYS_RASCTL", Const, 1, ""},
16177 {"SYS_RCTL_ADD_RULE", Const, 0, ""},
16178 {"SYS_RCTL_GET_LIMITS", Const, 0, ""},
16179 {"SYS_RCTL_GET_RACCT", Const, 0, ""},
16180 {"SYS_RCTL_GET_RULES", Const, 0, ""},
16181 {"SYS_RCTL_REMOVE_RULE", Const, 0, ""},
16182 {"SYS_READ", Const, 0, ""},
16183 {"SYS_READAHEAD", Const, 0, ""},
16184 {"SYS_READDIR", Const, 0, ""},
16185 {"SYS_READLINK", Const, 0, ""},
16186 {"SYS_READLINKAT", Const, 0, ""},
16187 {"SYS_READV", Const, 0, ""},
16188 {"SYS_READV_NOCANCEL", Const, 0, ""},
16189 {"SYS_READ_NOCANCEL", Const, 0, ""},
16190 {"SYS_REBOOT", Const, 0, ""},
16191 {"SYS_RECV", Const, 0, ""},
16192 {"SYS_RECVFROM", Const, 0, ""},
16193 {"SYS_RECVFROM_NOCANCEL", Const, 0, ""},
16194 {"SYS_RECVMMSG", Const, 0, ""},
16195 {"SYS_RECVMSG", Const, 0, ""},
16196 {"SYS_RECVMSG_NOCANCEL", Const, 0, ""},
16197 {"SYS_REMAP_FILE_PAGES", Const, 0, ""},
16198 {"SYS_REMOVEXATTR", Const, 0, ""},
16199 {"SYS_RENAME", Const, 0, ""},
16200 {"SYS_RENAMEAT", Const, 0, ""},
16201 {"SYS_REQUEST_KEY", Const, 0, ""},
16202 {"SYS_RESTART_SYSCALL", Const, 0, ""},
16203 {"SYS_REVOKE", Const, 0, ""},
16204 {"SYS_RFORK", Const, 0, ""},
16205 {"SYS_RMDIR", Const, 0, ""},
16206 {"SYS_RTPRIO", Const, 0, ""},
16207 {"SYS_RTPRIO_THREAD", Const, 0, ""},
16208 {"SYS_RT_SIGACTION", Const, 0, ""},
16209 {"SYS_RT_SIGPENDING", Const, 0, ""},
16210 {"SYS_RT_SIGPROCMASK", Const, 0, ""},
16211 {"SYS_RT_SIGQUEUEINFO", Const, 0, ""},
16212 {"SYS_RT_SIGRETURN", Const, 0, ""},
16213 {"SYS_RT_SIGSUSPEND", Const, 0, ""},
16214 {"SYS_RT_SIGTIMEDWAIT", Const, 0, ""},
16215 {"SYS_RT_TGSIGQUEUEINFO", Const, 0, ""},
16216 {"SYS_SBRK", Const, 0, ""},
16217 {"SYS_SCHED_GETAFFINITY", Const, 0, ""},
16218 {"SYS_SCHED_GETPARAM", Const, 0, ""},
16219 {"SYS_SCHED_GETSCHEDULER", Const, 0, ""},
16220 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0, ""},
16221 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0, ""},
16222 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0, ""},
16223 {"SYS_SCHED_SETAFFINITY", Const, 0, ""},
16224 {"SYS_SCHED_SETPARAM", Const, 0, ""},
16225 {"SYS_SCHED_SETSCHEDULER", Const, 0, ""},
16226 {"SYS_SCHED_YIELD", Const, 0, ""},
16227 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0, ""},
16228 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0, ""},
16229 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0, ""},
16230 {"SYS_SCTP_PEELOFF", Const, 0, ""},
16231 {"SYS_SEARCHFS", Const, 0, ""},
16232 {"SYS_SECURITY", Const, 0, ""},
16233 {"SYS_SELECT", Const, 0, ""},
16234 {"SYS_SELECT_NOCANCEL", Const, 0, ""},
16235 {"SYS_SEMCONFIG", Const, 1, ""},
16236 {"SYS_SEMCTL", Const, 0, ""},
16237 {"SYS_SEMGET", Const, 0, ""},
16238 {"SYS_SEMOP", Const, 0, ""},
16239 {"SYS_SEMSYS", Const, 0, ""},
16240 {"SYS_SEMTIMEDOP", Const, 0, ""},
16241 {"SYS_SEM_CLOSE", Const, 0, ""},
16242 {"SYS_SEM_DESTROY", Const, 0, ""},
16243 {"SYS_SEM_GETVALUE", Const, 0, ""},
16244 {"SYS_SEM_INIT", Const, 0, ""},
16245 {"SYS_SEM_OPEN", Const, 0, ""},
16246 {"SYS_SEM_POST", Const, 0, ""},
16247 {"SYS_SEM_TRYWAIT", Const, 0, ""},
16248 {"SYS_SEM_UNLINK", Const, 0, ""},
16249 {"SYS_SEM_WAIT", Const, 0, ""},
16250 {"SYS_SEM_WAIT_NOCANCEL", Const, 0, ""},
16251 {"SYS_SEND", Const, 0, ""},
16252 {"SYS_SENDFILE", Const, 0, ""},
16253 {"SYS_SENDFILE64", Const, 0, ""},
16254 {"SYS_SENDMMSG", Const, 0, ""},
16255 {"SYS_SENDMSG", Const, 0, ""},
16256 {"SYS_SENDMSG_NOCANCEL", Const, 0, ""},
16257 {"SYS_SENDTO", Const, 0, ""},
16258 {"SYS_SENDTO_NOCANCEL", Const, 0, ""},
16259 {"SYS_SETATTRLIST", Const, 0, ""},
16260 {"SYS_SETAUDIT", Const, 0, ""},
16261 {"SYS_SETAUDIT_ADDR", Const, 0, ""},
16262 {"SYS_SETAUID", Const, 0, ""},
16263 {"SYS_SETCONTEXT", Const, 0, ""},
16264 {"SYS_SETDOMAINNAME", Const, 0, ""},
16265 {"SYS_SETEGID", Const, 0, ""},
16266 {"SYS_SETEUID", Const, 0, ""},
16267 {"SYS_SETFIB", Const, 0, ""},
16268 {"SYS_SETFSGID", Const, 0, ""},
16269 {"SYS_SETFSGID32", Const, 0, ""},
16270 {"SYS_SETFSUID", Const, 0, ""},
16271 {"SYS_SETFSUID32", Const, 0, ""},
16272 {"SYS_SETGID", Const, 0, ""},
16273 {"SYS_SETGID32", Const, 0, ""},
16274 {"SYS_SETGROUPS", Const, 0, ""},
16275 {"SYS_SETGROUPS32", Const, 0, ""},
16276 {"SYS_SETHOSTNAME", Const, 0, ""},
16277 {"SYS_SETITIMER", Const, 0, ""},
16278 {"SYS_SETLCID", Const, 0, ""},
16279 {"SYS_SETLOGIN", Const, 0, ""},
16280 {"SYS_SETLOGINCLASS", Const, 0, ""},
16281 {"SYS_SETNS", Const, 0, ""},
16282 {"SYS_SETPGID", Const, 0, ""},
16283 {"SYS_SETPRIORITY", Const, 0, ""},
16284 {"SYS_SETPRIVEXEC", Const, 0, ""},
16285 {"SYS_SETREGID", Const, 0, ""},
16286 {"SYS_SETREGID32", Const, 0, ""},
16287 {"SYS_SETRESGID", Const, 0, ""},
16288 {"SYS_SETRESGID32", Const, 0, ""},
16289 {"SYS_SETRESUID", Const, 0, ""},
16290 {"SYS_SETRESUID32", Const, 0, ""},
16291 {"SYS_SETREUID", Const, 0, ""},
16292 {"SYS_SETREUID32", Const, 0, ""},
16293 {"SYS_SETRLIMIT", Const, 0, ""},
16294 {"SYS_SETRTABLE", Const, 1, ""},
16295 {"SYS_SETSGROUPS", Const, 0, ""},
16296 {"SYS_SETSID", Const, 0, ""},
16297 {"SYS_SETSOCKOPT", Const, 0, ""},
16298 {"SYS_SETTID", Const, 0, ""},
16299 {"SYS_SETTID_WITH_PID", Const, 0, ""},
16300 {"SYS_SETTIMEOFDAY", Const, 0, ""},
16301 {"SYS_SETUID", Const, 0, ""},
16302 {"SYS_SETUID32", Const, 0, ""},
16303 {"SYS_SETWGROUPS", Const, 0, ""},
16304 {"SYS_SETXATTR", Const, 0, ""},
16305 {"SYS_SET_MEMPOLICY", Const, 0, ""},
16306 {"SYS_SET_ROBUST_LIST", Const, 0, ""},
16307 {"SYS_SET_THREAD_AREA", Const, 0, ""},
16308 {"SYS_SET_TID_ADDRESS", Const, 0, ""},
16309 {"SYS_SGETMASK", Const, 0, ""},
16310 {"SYS_SHARED_REGION_CHECK_NP", Const, 0, ""},
16311 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0, ""},
16312 {"SYS_SHMAT", Const, 0, ""},
16313 {"SYS_SHMCTL", Const, 0, ""},
16314 {"SYS_SHMDT", Const, 0, ""},
16315 {"SYS_SHMGET", Const, 0, ""},
16316 {"SYS_SHMSYS", Const, 0, ""},
16317 {"SYS_SHM_OPEN", Const, 0, ""},
16318 {"SYS_SHM_UNLINK", Const, 0, ""},
16319 {"SYS_SHUTDOWN", Const, 0, ""},
16320 {"SYS_SIGACTION", Const, 0, ""},
16321 {"SYS_SIGALTSTACK", Const, 0, ""},
16322 {"SYS_SIGNAL", Const, 0, ""},
16323 {"SYS_SIGNALFD", Const, 0, ""},
16324 {"SYS_SIGNALFD4", Const, 0, ""},
16325 {"SYS_SIGPENDING", Const, 0, ""},
16326 {"SYS_SIGPROCMASK", Const, 0, ""},
16327 {"SYS_SIGQUEUE", Const, 0, ""},
16328 {"SYS_SIGQUEUEINFO", Const, 1, ""},
16329 {"SYS_SIGRETURN", Const, 0, ""},
16330 {"SYS_SIGSUSPEND", Const, 0, ""},
16331 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0, ""},
16332 {"SYS_SIGTIMEDWAIT", Const, 0, ""},
16333 {"SYS_SIGWAIT", Const, 0, ""},
16334 {"SYS_SIGWAITINFO", Const, 0, ""},
16335 {"SYS_SOCKET", Const, 0, ""},
16336 {"SYS_SOCKETCALL", Const, 0, ""},
16337 {"SYS_SOCKETPAIR", Const, 0, ""},
16338 {"SYS_SPLICE", Const, 0, ""},
16339 {"SYS_SSETMASK", Const, 0, ""},
16340 {"SYS_SSTK", Const, 0, ""},
16341 {"SYS_STACK_SNAPSHOT", Const, 0, ""},
16342 {"SYS_STAT", Const, 0, ""},
16343 {"SYS_STAT64", Const, 0, ""},
16344 {"SYS_STAT64_EXTENDED", Const, 0, ""},
16345 {"SYS_STATFS", Const, 0, ""},
16346 {"SYS_STATFS64", Const, 0, ""},
16347 {"SYS_STATV", Const, 0, ""},
16348 {"SYS_STATVFS1", Const, 1, ""},
16349 {"SYS_STAT_EXTENDED", Const, 0, ""},
16350 {"SYS_STIME", Const, 0, ""},
16351 {"SYS_STTY", Const, 0, ""},
16352 {"SYS_SWAPCONTEXT", Const, 0, ""},
16353 {"SYS_SWAPCTL", Const, 1, ""},
16354 {"SYS_SWAPOFF", Const, 0, ""},
16355 {"SYS_SWAPON", Const, 0, ""},
16356 {"SYS_SYMLINK", Const, 0, ""},
16357 {"SYS_SYMLINKAT", Const, 0, ""},
16358 {"SYS_SYNC", Const, 0, ""},
16359 {"SYS_SYNCFS", Const, 0, ""},
16360 {"SYS_SYNC_FILE_RANGE", Const, 0, ""},
16361 {"SYS_SYSARCH", Const, 0, ""},
16362 {"SYS_SYSCALL", Const, 0, ""},
16363 {"SYS_SYSCALL_BASE", Const, 0, ""},
16364 {"SYS_SYSFS", Const, 0, ""},
16365 {"SYS_SYSINFO", Const, 0, ""},
16366 {"SYS_SYSLOG", Const, 0, ""},
16367 {"SYS_TEE", Const, 0, ""},
16368 {"SYS_TGKILL", Const, 0, ""},
16369 {"SYS_THREAD_SELFID", Const, 0, ""},
16370 {"SYS_THR_CREATE", Const, 0, ""},
16371 {"SYS_THR_EXIT", Const, 0, ""},
16372 {"SYS_THR_KILL", Const, 0, ""},
16373 {"SYS_THR_KILL2", Const, 0, ""},
16374 {"SYS_THR_NEW", Const, 0, ""},
16375 {"SYS_THR_SELF", Const, 0, ""},
16376 {"SYS_THR_SET_NAME", Const, 0, ""},
16377 {"SYS_THR_SUSPEND", Const, 0, ""},
16378 {"SYS_THR_WAKE", Const, 0, ""},
16379 {"SYS_TIME", Const, 0, ""},
16380 {"SYS_TIMERFD_CREATE", Const, 0, ""},
16381 {"SYS_TIMERFD_GETTIME", Const, 0, ""},
16382 {"SYS_TIMERFD_SETTIME", Const, 0, ""},
16383 {"SYS_TIMER_CREATE", Const, 0, ""},
16384 {"SYS_TIMER_DELETE", Const, 0, ""},
16385 {"SYS_TIMER_GETOVERRUN", Const, 0, ""},
16386 {"SYS_TIMER_GETTIME", Const, 0, ""},
16387 {"SYS_TIMER_SETTIME", Const, 0, ""},
16388 {"SYS_TIMES", Const, 0, ""},
16389 {"SYS_TKILL", Const, 0, ""},
16390 {"SYS_TRUNCATE", Const, 0, ""},
16391 {"SYS_TRUNCATE64", Const, 0, ""},
16392 {"SYS_TUXCALL", Const, 0, ""},
16393 {"SYS_UGETRLIMIT", Const, 0, ""},
16394 {"SYS_ULIMIT", Const, 0, ""},
16395 {"SYS_UMASK", Const, 0, ""},
16396 {"SYS_UMASK_EXTENDED", Const, 0, ""},
16397 {"SYS_UMOUNT", Const, 0, ""},
16398 {"SYS_UMOUNT2", Const, 0, ""},
16399 {"SYS_UNAME", Const, 0, ""},
16400 {"SYS_UNDELETE", Const, 0, ""},
16401 {"SYS_UNLINK", Const, 0, ""},
16402 {"SYS_UNLINKAT", Const, 0, ""},
16403 {"SYS_UNMOUNT", Const, 0, ""},
16404 {"SYS_UNSHARE", Const, 0, ""},
16405 {"SYS_USELIB", Const, 0, ""},
16406 {"SYS_USTAT", Const, 0, ""},
16407 {"SYS_UTIME", Const, 0, ""},
16408 {"SYS_UTIMENSAT", Const, 0, ""},
16409 {"SYS_UTIMES", Const, 0, ""},
16410 {"SYS_UTRACE", Const, 0, ""},
16411 {"SYS_UUIDGEN", Const, 0, ""},
16412 {"SYS_VADVISE", Const, 1, ""},
16413 {"SYS_VFORK", Const, 0, ""},
16414 {"SYS_VHANGUP", Const, 0, ""},
16415 {"SYS_VM86", Const, 0, ""},
16416 {"SYS_VM86OLD", Const, 0, ""},
16417 {"SYS_VMSPLICE", Const, 0, ""},
16418 {"SYS_VM_PRESSURE_MONITOR", Const, 0, ""},
16419 {"SYS_VSERVER", Const, 0, ""},
16420 {"SYS_WAIT4", Const, 0, ""},
16421 {"SYS_WAIT4_NOCANCEL", Const, 0, ""},
16422 {"SYS_WAIT6", Const, 1, ""},
16423 {"SYS_WAITEVENT", Const, 0, ""},
16424 {"SYS_WAITID", Const, 0, ""},
16425 {"SYS_WAITID_NOCANCEL", Const, 0, ""},
16426 {"SYS_WAITPID", Const, 0, ""},
16427 {"SYS_WATCHEVENT", Const, 0, ""},
16428 {"SYS_WORKQ_KERNRETURN", Const, 0, ""},
16429 {"SYS_WORKQ_OPEN", Const, 0, ""},
16430 {"SYS_WRITE", Const, 0, ""},
16431 {"SYS_WRITEV", Const, 0, ""},
16432 {"SYS_WRITEV_NOCANCEL", Const, 0, ""},
16433 {"SYS_WRITE_NOCANCEL", Const, 0, ""},
16434 {"SYS_YIELD", Const, 0, ""},
16435 {"SYS__LLSEEK", Const, 0, ""},
16436 {"SYS__LWP_CONTINUE", Const, 1, ""},
16437 {"SYS__LWP_CREATE", Const, 1, ""},
16438 {"SYS__LWP_CTL", Const, 1, ""},
16439 {"SYS__LWP_DETACH", Const, 1, ""},
16440 {"SYS__LWP_EXIT", Const, 1, ""},
16441 {"SYS__LWP_GETNAME", Const, 1, ""},
16442 {"SYS__LWP_GETPRIVATE", Const, 1, ""},
16443 {"SYS__LWP_KILL", Const, 1, ""},
16444 {"SYS__LWP_PARK", Const, 1, ""},
16445 {"SYS__LWP_SELF", Const, 1, ""},
16446 {"SYS__LWP_SETNAME", Const, 1, ""},
16447 {"SYS__LWP_SETPRIVATE", Const, 1, ""},
16448 {"SYS__LWP_SUSPEND", Const, 1, ""},
16449 {"SYS__LWP_UNPARK", Const, 1, ""},
16450 {"SYS__LWP_UNPARK_ALL", Const, 1, ""},
16451 {"SYS__LWP_WAIT", Const, 1, ""},
16452 {"SYS__LWP_WAKEUP", Const, 1, ""},
16453 {"SYS__NEWSELECT", Const, 0, ""},
16454 {"SYS__PSET_BIND", Const, 1, ""},
16455 {"SYS__SCHED_GETAFFINITY", Const, 1, ""},
16456 {"SYS__SCHED_GETPARAM", Const, 1, ""},
16457 {"SYS__SCHED_SETAFFINITY", Const, 1, ""},
16458 {"SYS__SCHED_SETPARAM", Const, 1, ""},
16459 {"SYS__SYSCTL", Const, 0, ""},
16460 {"SYS__UMTX_LOCK", Const, 0, ""},
16461 {"SYS__UMTX_OP", Const, 0, ""},
16462 {"SYS__UMTX_UNLOCK", Const, 0, ""},
16463 {"SYS___ACL_ACLCHECK_FD", Const, 0, ""},
16464 {"SYS___ACL_ACLCHECK_FILE", Const, 0, ""},
16465 {"SYS___ACL_ACLCHECK_LINK", Const, 0, ""},
16466 {"SYS___ACL_DELETE_FD", Const, 0, ""},
16467 {"SYS___ACL_DELETE_FILE", Const, 0, ""},
16468 {"SYS___ACL_DELETE_LINK", Const, 0, ""},
16469 {"SYS___ACL_GET_FD", Const, 0, ""},
16470 {"SYS___ACL_GET_FILE", Const, 0, ""},
16471 {"SYS___ACL_GET_LINK", Const, 0, ""},
16472 {"SYS___ACL_SET_FD", Const, 0, ""},
16473 {"SYS___ACL_SET_FILE", Const, 0, ""},
16474 {"SYS___ACL_SET_LINK", Const, 0, ""},
16475 {"SYS___CAP_RIGHTS_GET", Const, 14, ""},
16476 {"SYS___CLONE", Const, 1, ""},
16477 {"SYS___DISABLE_THREADSIGNAL", Const, 0, ""},
16478 {"SYS___GETCWD", Const, 0, ""},
16479 {"SYS___GETLOGIN", Const, 1, ""},
16480 {"SYS___GET_TCB", Const, 1, ""},
16481 {"SYS___MAC_EXECVE", Const, 0, ""},
16482 {"SYS___MAC_GETFSSTAT", Const, 0, ""},
16483 {"SYS___MAC_GET_FD", Const, 0, ""},
16484 {"SYS___MAC_GET_FILE", Const, 0, ""},
16485 {"SYS___MAC_GET_LCID", Const, 0, ""},
16486 {"SYS___MAC_GET_LCTX", Const, 0, ""},
16487 {"SYS___MAC_GET_LINK", Const, 0, ""},
16488 {"SYS___MAC_GET_MOUNT", Const, 0, ""},
16489 {"SYS___MAC_GET_PID", Const, 0, ""},
16490 {"SYS___MAC_GET_PROC", Const, 0, ""},
16491 {"SYS___MAC_MOUNT", Const, 0, ""},
16492 {"SYS___MAC_SET_FD", Const, 0, ""},
16493 {"SYS___MAC_SET_FILE", Const, 0, ""},
16494 {"SYS___MAC_SET_LCTX", Const, 0, ""},
16495 {"SYS___MAC_SET_LINK", Const, 0, ""},
16496 {"SYS___MAC_SET_PROC", Const, 0, ""},
16497 {"SYS___MAC_SYSCALL", Const, 0, ""},
16498 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0, ""},
16499 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16500 {"SYS___POSIX_CHOWN", Const, 1, ""},
16501 {"SYS___POSIX_FCHOWN", Const, 1, ""},
16502 {"SYS___POSIX_LCHOWN", Const, 1, ""},
16503 {"SYS___POSIX_RENAME", Const, 1, ""},
16504 {"SYS___PTHREAD_CANCELED", Const, 0, ""},
16505 {"SYS___PTHREAD_CHDIR", Const, 0, ""},
16506 {"SYS___PTHREAD_FCHDIR", Const, 0, ""},
16507 {"SYS___PTHREAD_KILL", Const, 0, ""},
16508 {"SYS___PTHREAD_MARKCANCEL", Const, 0, ""},
16509 {"SYS___PTHREAD_SIGMASK", Const, 0, ""},
16510 {"SYS___QUOTACTL", Const, 1, ""},
16511 {"SYS___SEMCTL", Const, 1, ""},
16512 {"SYS___SEMWAIT_SIGNAL", Const, 0, ""},
16513 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16514 {"SYS___SETLOGIN", Const, 1, ""},
16515 {"SYS___SETUGID", Const, 0, ""},
16516 {"SYS___SET_TCB", Const, 1, ""},
16517 {"SYS___SIGACTION_SIGTRAMP", Const, 1, ""},
16518 {"SYS___SIGTIMEDWAIT", Const, 1, ""},
16519 {"SYS___SIGWAIT", Const, 0, ""},
16520 {"SYS___SIGWAIT_NOCANCEL", Const, 0, ""},
16521 {"SYS___SYSCTL", Const, 0, ""},
16522 {"SYS___TFORK", Const, 1, ""},
16523 {"SYS___THREXIT", Const, 1, ""},
16524 {"SYS___THRSIGDIVERT", Const, 1, ""},
16525 {"SYS___THRSLEEP", Const, 1, ""},
16526 {"SYS___THRWAKEUP", Const, 1, ""},
16527 {"S_ARCH1", Const, 1, ""},
16528 {"S_ARCH2", Const, 1, ""},
16529 {"S_BLKSIZE", Const, 0, ""},
16530 {"S_IEXEC", Const, 0, ""},
16531 {"S_IFBLK", Const, 0, ""},
16532 {"S_IFCHR", Const, 0, ""},
16533 {"S_IFDIR", Const, 0, ""},
16534 {"S_IFIFO", Const, 0, ""},
16535 {"S_IFLNK", Const, 0, ""},
16536 {"S_IFMT", Const, 0, ""},
16537 {"S_IFREG", Const, 0, ""},
16538 {"S_IFSOCK", Const, 0, ""},
16539 {"S_IFWHT", Const, 0, ""},
16540 {"S_IREAD", Const, 0, ""},
16541 {"S_IRGRP", Const, 0, ""},
16542 {"S_IROTH", Const, 0, ""},
16543 {"S_IRUSR", Const, 0, ""},
16544 {"S_IRWXG", Const, 0, ""},
16545 {"S_IRWXO", Const, 0, ""},
16546 {"S_IRWXU", Const, 0, ""},
16547 {"S_ISGID", Const, 0, ""},
16548 {"S_ISTXT", Const, 0, ""},
16549 {"S_ISUID", Const, 0, ""},
16550 {"S_ISVTX", Const, 0, ""},
16551 {"S_IWGRP", Const, 0, ""},
16552 {"S_IWOTH", Const, 0, ""},
16553 {"S_IWRITE", Const, 0, ""},
16554 {"S_IWUSR", Const, 0, ""},
16555 {"S_IXGRP", Const, 0, ""},
16556 {"S_IXOTH", Const, 0, ""},
16557 {"S_IXUSR", Const, 0, ""},
16558 {"S_LOGIN_SET", Const, 1, ""},
16559 {"SecurityAttributes", Type, 0, ""},
16560 {"SecurityAttributes.InheritHandle", Field, 0, ""},
16561 {"SecurityAttributes.Length", Field, 0, ""},
16562 {"SecurityAttributes.SecurityDescriptor", Field, 0, ""},
16563 {"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
16564 {"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
16565 {"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
16566 {"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
16567 {"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
16568 {"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
16569 {"Servent", Type, 0, ""},
16570 {"Servent.Aliases", Field, 0, ""},
16571 {"Servent.Name", Field, 0, ""},
16572 {"Servent.Port", Field, 0, ""},
16573 {"Servent.Proto", Field, 0, ""},
16574 {"SetBpf", Func, 0, ""},
16575 {"SetBpfBuflen", Func, 0, ""},
16576 {"SetBpfDatalink", Func, 0, ""},
16577 {"SetBpfHeadercmpl", Func, 0, ""},
16578 {"SetBpfImmediate", Func, 0, ""},
16579 {"SetBpfInterface", Func, 0, ""},
16580 {"SetBpfPromisc", Func, 0, ""},
16581 {"SetBpfTimeout", Func, 0, ""},
16582 {"SetCurrentDirectory", Func, 0, ""},
16583 {"SetEndOfFile", Func, 0, ""},
16584 {"SetEnvironmentVariable", Func, 0, ""},
16585 {"SetFileAttributes", Func, 0, ""},
16586 {"SetFileCompletionNotificationModes", Func, 2, ""},
16587 {"SetFilePointer", Func, 0, ""},
16588 {"SetFileTime", Func, 0, ""},
16589 {"SetHandleInformation", Func, 0, ""},
16590 {"SetKevent", Func, 0, ""},
16591 {"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
16592 {"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
16593 {"Setdomainname", Func, 0, "func(p []byte) (err error)"},
16594 {"Setegid", Func, 0, "func(egid int) (err error)"},
16595 {"Setenv", Func, 0, "func(key string, value string) error"},
16596 {"Seteuid", Func, 0, "func(euid int) (err error)"},
16597 {"Setfsgid", Func, 0, "func(gid int) (err error)"},
16598 {"Setfsuid", Func, 0, "func(uid int) (err error)"},
16599 {"Setgid", Func, 0, "func(gid int) (err error)"},
16600 {"Setgroups", Func, 0, "func(gids []int) (err error)"},
16601 {"Sethostname", Func, 0, "func(p []byte) (err error)"},
16602 {"Setlogin", Func, 0, ""},
16603 {"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
16604 {"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
16605 {"Setprivexec", Func, 0, ""},
16606 {"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
16607 {"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
16608 {"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
16609 {"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
16610 {"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
16611 {"Setsid", Func, 0, "func() (pid int, err error)"},
16612 {"Setsockopt", Func, 0, ""},
16613 {"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
16614 {"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
16615 {"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
16616 {"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
16617 {"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
16618 {"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
16619 {"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
16620 {"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
16621 {"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
16622 {"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
16623 {"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
16624 {"Setuid", Func, 0, "func(uid int) (err error)"},
16625 {"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
16626 {"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
16627 {"SidTypeAlias", Const, 0, ""},
16628 {"SidTypeComputer", Const, 0, ""},
16629 {"SidTypeDeletedAccount", Const, 0, ""},
16630 {"SidTypeDomain", Const, 0, ""},
16631 {"SidTypeGroup", Const, 0, ""},
16632 {"SidTypeInvalid", Const, 0, ""},
16633 {"SidTypeLabel", Const, 0, ""},
16634 {"SidTypeUnknown", Const, 0, ""},
16635 {"SidTypeUser", Const, 0, ""},
16636 {"SidTypeWellKnownGroup", Const, 0, ""},
16637 {"Signal", Type, 0, ""},
16638 {"SizeofBpfHdr", Const, 0, ""},
16639 {"SizeofBpfInsn", Const, 0, ""},
16640 {"SizeofBpfProgram", Const, 0, ""},
16641 {"SizeofBpfStat", Const, 0, ""},
16642 {"SizeofBpfVersion", Const, 0, ""},
16643 {"SizeofBpfZbuf", Const, 0, ""},
16644 {"SizeofBpfZbufHeader", Const, 0, ""},
16645 {"SizeofCmsghdr", Const, 0, ""},
16646 {"SizeofICMPv6Filter", Const, 2, ""},
16647 {"SizeofIPMreq", Const, 0, ""},
16648 {"SizeofIPMreqn", Const, 0, ""},
16649 {"SizeofIPv6MTUInfo", Const, 2, ""},
16650 {"SizeofIPv6Mreq", Const, 0, ""},
16651 {"SizeofIfAddrmsg", Const, 0, ""},
16652 {"SizeofIfAnnounceMsghdr", Const, 1, ""},
16653 {"SizeofIfData", Const, 0, ""},
16654 {"SizeofIfInfomsg", Const, 0, ""},
16655 {"SizeofIfMsghdr", Const, 0, ""},
16656 {"SizeofIfaMsghdr", Const, 0, ""},
16657 {"SizeofIfmaMsghdr", Const, 0, ""},
16658 {"SizeofIfmaMsghdr2", Const, 0, ""},
16659 {"SizeofInet4Pktinfo", Const, 0, ""},
16660 {"SizeofInet6Pktinfo", Const, 0, ""},
16661 {"SizeofInotifyEvent", Const, 0, ""},
16662 {"SizeofLinger", Const, 0, ""},
16663 {"SizeofMsghdr", Const, 0, ""},
16664 {"SizeofNlAttr", Const, 0, ""},
16665 {"SizeofNlMsgerr", Const, 0, ""},
16666 {"SizeofNlMsghdr", Const, 0, ""},
16667 {"SizeofRtAttr", Const, 0, ""},
16668 {"SizeofRtGenmsg", Const, 0, ""},
16669 {"SizeofRtMetrics", Const, 0, ""},
16670 {"SizeofRtMsg", Const, 0, ""},
16671 {"SizeofRtMsghdr", Const, 0, ""},
16672 {"SizeofRtNexthop", Const, 0, ""},
16673 {"SizeofSockFilter", Const, 0, ""},
16674 {"SizeofSockFprog", Const, 0, ""},
16675 {"SizeofSockaddrAny", Const, 0, ""},
16676 {"SizeofSockaddrDatalink", Const, 0, ""},
16677 {"SizeofSockaddrInet4", Const, 0, ""},
16678 {"SizeofSockaddrInet6", Const, 0, ""},
16679 {"SizeofSockaddrLinklayer", Const, 0, ""},
16680 {"SizeofSockaddrNetlink", Const, 0, ""},
16681 {"SizeofSockaddrUnix", Const, 0, ""},
16682 {"SizeofTCPInfo", Const, 1, ""},
16683 {"SizeofUcred", Const, 0, ""},
16684 {"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
16685 {"SockFilter", Type, 0, ""},
16686 {"SockFilter.Code", Field, 0, ""},
16687 {"SockFilter.Jf", Field, 0, ""},
16688 {"SockFilter.Jt", Field, 0, ""},
16689 {"SockFilter.K", Field, 0, ""},
16690 {"SockFprog", Type, 0, ""},
16691 {"SockFprog.Filter", Field, 0, ""},
16692 {"SockFprog.Len", Field, 0, ""},
16693 {"SockFprog.Pad_cgo_0", Field, 0, ""},
16694 {"SockaddrDatalink", Type, 0, ""},
16695 {"SockaddrDatalink.Alen", Field, 0, ""},
16696 {"SockaddrDatalink.Data", Field, 0, ""},
16697 {"SockaddrDatalink.Family", Field, 0, ""},
16698 {"SockaddrDatalink.Index", Field, 0, ""},
16699 {"SockaddrDatalink.Len", Field, 0, ""},
16700 {"SockaddrDatalink.Nlen", Field, 0, ""},
16701 {"SockaddrDatalink.Slen", Field, 0, ""},
16702 {"SockaddrDatalink.Type", Field, 0, ""},
16703 {"SockaddrGen", Type, 0, ""},
16704 {"SockaddrInet4", Type, 0, ""},
16705 {"SockaddrInet4.Addr", Field, 0, ""},
16706 {"SockaddrInet4.Port", Field, 0, ""},
16707 {"SockaddrInet6", Type, 0, ""},
16708 {"SockaddrInet6.Addr", Field, 0, ""},
16709 {"SockaddrInet6.Port", Field, 0, ""},
16710 {"SockaddrInet6.ZoneId", Field, 0, ""},
16711 {"SockaddrLinklayer", Type, 0, ""},
16712 {"SockaddrLinklayer.Addr", Field, 0, ""},
16713 {"SockaddrLinklayer.Halen", Field, 0, ""},
16714 {"SockaddrLinklayer.Hatype", Field, 0, ""},
16715 {"SockaddrLinklayer.Ifindex", Field, 0, ""},
16716 {"SockaddrLinklayer.Pkttype", Field, 0, ""},
16717 {"SockaddrLinklayer.Protocol", Field, 0, ""},
16718 {"SockaddrNetlink", Type, 0, ""},
16719 {"SockaddrNetlink.Family", Field, 0, ""},
16720 {"SockaddrNetlink.Groups", Field, 0, ""},
16721 {"SockaddrNetlink.Pad", Field, 0, ""},
16722 {"SockaddrNetlink.Pid", Field, 0, ""},
16723 {"SockaddrUnix", Type, 0, ""},
16724 {"SockaddrUnix.Name", Field, 0, ""},
16725 {"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
16726 {"SocketControlMessage", Type, 0, ""},
16727 {"SocketControlMessage.Data", Field, 0, ""},
16728 {"SocketControlMessage.Header", Field, 0, ""},
16729 {"SocketDisableIPv6", Var, 0, ""},
16730 {"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
16731 {"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
16732 {"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
16733 {"StartupInfo", Type, 0, ""},
16734 {"StartupInfo.Cb", Field, 0, ""},
16735 {"StartupInfo.Desktop", Field, 0, ""},
16736 {"StartupInfo.FillAttribute", Field, 0, ""},
16737 {"StartupInfo.Flags", Field, 0, ""},
16738 {"StartupInfo.ShowWindow", Field, 0, ""},
16739 {"StartupInfo.StdErr", Field, 0, ""},
16740 {"StartupInfo.StdInput", Field, 0, ""},
16741 {"StartupInfo.StdOutput", Field, 0, ""},
16742 {"StartupInfo.Title", Field, 0, ""},
16743 {"StartupInfo.X", Field, 0, ""},
16744 {"StartupInfo.XCountChars", Field, 0, ""},
16745 {"StartupInfo.XSize", Field, 0, ""},
16746 {"StartupInfo.Y", Field, 0, ""},
16747 {"StartupInfo.YCountChars", Field, 0, ""},
16748 {"StartupInfo.YSize", Field, 0, ""},
16749 {"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
16750 {"Stat_t", Type, 0, ""},
16751 {"Stat_t.Atim", Field, 0, ""},
16752 {"Stat_t.Atim_ext", Field, 12, ""},
16753 {"Stat_t.Atimespec", Field, 0, ""},
16754 {"Stat_t.Birthtimespec", Field, 0, ""},
16755 {"Stat_t.Blksize", Field, 0, ""},
16756 {"Stat_t.Blocks", Field, 0, ""},
16757 {"Stat_t.Btim_ext", Field, 12, ""},
16758 {"Stat_t.Ctim", Field, 0, ""},
16759 {"Stat_t.Ctim_ext", Field, 12, ""},
16760 {"Stat_t.Ctimespec", Field, 0, ""},
16761 {"Stat_t.Dev", Field, 0, ""},
16762 {"Stat_t.Flags", Field, 0, ""},
16763 {"Stat_t.Gen", Field, 0, ""},
16764 {"Stat_t.Gid", Field, 0, ""},
16765 {"Stat_t.Ino", Field, 0, ""},
16766 {"Stat_t.Lspare", Field, 0, ""},
16767 {"Stat_t.Lspare0", Field, 2, ""},
16768 {"Stat_t.Lspare1", Field, 2, ""},
16769 {"Stat_t.Mode", Field, 0, ""},
16770 {"Stat_t.Mtim", Field, 0, ""},
16771 {"Stat_t.Mtim_ext", Field, 12, ""},
16772 {"Stat_t.Mtimespec", Field, 0, ""},
16773 {"Stat_t.Nlink", Field, 0, ""},
16774 {"Stat_t.Pad_cgo_0", Field, 0, ""},
16775 {"Stat_t.Pad_cgo_1", Field, 0, ""},
16776 {"Stat_t.Pad_cgo_2", Field, 0, ""},
16777 {"Stat_t.Padding0", Field, 12, ""},
16778 {"Stat_t.Padding1", Field, 12, ""},
16779 {"Stat_t.Qspare", Field, 0, ""},
16780 {"Stat_t.Rdev", Field, 0, ""},
16781 {"Stat_t.Size", Field, 0, ""},
16782 {"Stat_t.Spare", Field, 2, ""},
16783 {"Stat_t.Uid", Field, 0, ""},
16784 {"Stat_t.X__pad0", Field, 0, ""},
16785 {"Stat_t.X__pad1", Field, 0, ""},
16786 {"Stat_t.X__pad2", Field, 0, ""},
16787 {"Stat_t.X__st_birthtim", Field, 2, ""},
16788 {"Stat_t.X__st_ino", Field, 0, ""},
16789 {"Stat_t.X__unused", Field, 0, ""},
16790 {"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
16791 {"Statfs_t", Type, 0, ""},
16792 {"Statfs_t.Asyncreads", Field, 0, ""},
16793 {"Statfs_t.Asyncwrites", Field, 0, ""},
16794 {"Statfs_t.Bavail", Field, 0, ""},
16795 {"Statfs_t.Bfree", Field, 0, ""},
16796 {"Statfs_t.Blocks", Field, 0, ""},
16797 {"Statfs_t.Bsize", Field, 0, ""},
16798 {"Statfs_t.Charspare", Field, 0, ""},
16799 {"Statfs_t.F_asyncreads", Field, 2, ""},
16800 {"Statfs_t.F_asyncwrites", Field, 2, ""},
16801 {"Statfs_t.F_bavail", Field, 2, ""},
16802 {"Statfs_t.F_bfree", Field, 2, ""},
16803 {"Statfs_t.F_blocks", Field, 2, ""},
16804 {"Statfs_t.F_bsize", Field, 2, ""},
16805 {"Statfs_t.F_ctime", Field, 2, ""},
16806 {"Statfs_t.F_favail", Field, 2, ""},
16807 {"Statfs_t.F_ffree", Field, 2, ""},
16808 {"Statfs_t.F_files", Field, 2, ""},
16809 {"Statfs_t.F_flags", Field, 2, ""},
16810 {"Statfs_t.F_fsid", Field, 2, ""},
16811 {"Statfs_t.F_fstypename", Field, 2, ""},
16812 {"Statfs_t.F_iosize", Field, 2, ""},
16813 {"Statfs_t.F_mntfromname", Field, 2, ""},
16814 {"Statfs_t.F_mntfromspec", Field, 3, ""},
16815 {"Statfs_t.F_mntonname", Field, 2, ""},
16816 {"Statfs_t.F_namemax", Field, 2, ""},
16817 {"Statfs_t.F_owner", Field, 2, ""},
16818 {"Statfs_t.F_spare", Field, 2, ""},
16819 {"Statfs_t.F_syncreads", Field, 2, ""},
16820 {"Statfs_t.F_syncwrites", Field, 2, ""},
16821 {"Statfs_t.Ffree", Field, 0, ""},
16822 {"Statfs_t.Files", Field, 0, ""},
16823 {"Statfs_t.Flags", Field, 0, ""},
16824 {"Statfs_t.Frsize", Field, 0, ""},
16825 {"Statfs_t.Fsid", Field, 0, ""},
16826 {"Statfs_t.Fssubtype", Field, 0, ""},
16827 {"Statfs_t.Fstypename", Field, 0, ""},
16828 {"Statfs_t.Iosize", Field, 0, ""},
16829 {"Statfs_t.Mntfromname", Field, 0, ""},
16830 {"Statfs_t.Mntonname", Field, 0, ""},
16831 {"Statfs_t.Mount_info", Field, 2, ""},
16832 {"Statfs_t.Namelen", Field, 0, ""},
16833 {"Statfs_t.Namemax", Field, 0, ""},
16834 {"Statfs_t.Owner", Field, 0, ""},
16835 {"Statfs_t.Pad_cgo_0", Field, 0, ""},
16836 {"Statfs_t.Pad_cgo_1", Field, 2, ""},
16837 {"Statfs_t.Reserved", Field, 0, ""},
16838 {"Statfs_t.Spare", Field, 0, ""},
16839 {"Statfs_t.Syncreads", Field, 0, ""},
16840 {"Statfs_t.Syncwrites", Field, 0, ""},
16841 {"Statfs_t.Type", Field, 0, ""},
16842 {"Statfs_t.Version", Field, 0, ""},
16843 {"Stderr", Var, 0, ""},
16844 {"Stdin", Var, 0, ""},
16845 {"Stdout", Var, 0, ""},
16846 {"StringBytePtr", Func, 0, "func(s string) *byte"},
16847 {"StringByteSlice", Func, 0, "func(s string) []byte"},
16848 {"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
16849 {"StringToSid", Func, 0, ""},
16850 {"StringToUTF16", Func, 0, ""},
16851 {"StringToUTF16Ptr", Func, 0, ""},
16852 {"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
16853 {"Sync", Func, 0, "func()"},
16854 {"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
16855 {"SysProcAttr", Type, 0, ""},
16856 {"SysProcAttr.AdditionalInheritedHandles", Field, 17, ""},
16857 {"SysProcAttr.AmbientCaps", Field, 9, ""},
16858 {"SysProcAttr.CgroupFD", Field, 20, ""},
16859 {"SysProcAttr.Chroot", Field, 0, ""},
16860 {"SysProcAttr.Cloneflags", Field, 2, ""},
16861 {"SysProcAttr.CmdLine", Field, 0, ""},
16862 {"SysProcAttr.CreationFlags", Field, 1, ""},
16863 {"SysProcAttr.Credential", Field, 0, ""},
16864 {"SysProcAttr.Ctty", Field, 1, ""},
16865 {"SysProcAttr.Foreground", Field, 5, ""},
16866 {"SysProcAttr.GidMappings", Field, 4, ""},
16867 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5, ""},
16868 {"SysProcAttr.HideWindow", Field, 0, ""},
16869 {"SysProcAttr.Jail", Field, 21, ""},
16870 {"SysProcAttr.NoInheritHandles", Field, 16, ""},
16871 {"SysProcAttr.Noctty", Field, 0, ""},
16872 {"SysProcAttr.ParentProcess", Field, 17, ""},
16873 {"SysProcAttr.Pdeathsig", Field, 0, ""},
16874 {"SysProcAttr.Pgid", Field, 5, ""},
16875 {"SysProcAttr.PidFD", Field, 22, ""},
16876 {"SysProcAttr.ProcessAttributes", Field, 13, ""},
16877 {"SysProcAttr.Ptrace", Field, 0, ""},
16878 {"SysProcAttr.Setctty", Field, 0, ""},
16879 {"SysProcAttr.Setpgid", Field, 0, ""},
16880 {"SysProcAttr.Setsid", Field, 0, ""},
16881 {"SysProcAttr.ThreadAttributes", Field, 13, ""},
16882 {"SysProcAttr.Token", Field, 10, ""},
16883 {"SysProcAttr.UidMappings", Field, 4, ""},
16884 {"SysProcAttr.Unshareflags", Field, 7, ""},
16885 {"SysProcAttr.UseCgroupFD", Field, 20, ""},
16886 {"SysProcIDMap", Type, 4, ""},
16887 {"SysProcIDMap.ContainerID", Field, 4, ""},
16888 {"SysProcIDMap.HostID", Field, 4, ""},
16889 {"SysProcIDMap.Size", Field, 4, ""},
16890 {"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16891 {"Syscall12", Func, 0, ""},
16892 {"Syscall15", Func, 0, ""},
16893 {"Syscall18", Func, 12, ""},
16894 {"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16895 {"Syscall9", Func, 0, ""},
16896 {"SyscallN", Func, 18, ""},
16897 {"Sysctl", Func, 0, ""},
16898 {"SysctlUint32", Func, 0, ""},
16899 {"Sysctlnode", Type, 2, ""},
16900 {"Sysctlnode.Flags", Field, 2, ""},
16901 {"Sysctlnode.Name", Field, 2, ""},
16902 {"Sysctlnode.Num", Field, 2, ""},
16903 {"Sysctlnode.Un", Field, 2, ""},
16904 {"Sysctlnode.Ver", Field, 2, ""},
16905 {"Sysctlnode.X__rsvd", Field, 2, ""},
16906 {"Sysctlnode.X_sysctl_desc", Field, 2, ""},
16907 {"Sysctlnode.X_sysctl_func", Field, 2, ""},
16908 {"Sysctlnode.X_sysctl_parent", Field, 2, ""},
16909 {"Sysctlnode.X_sysctl_size", Field, 2, ""},
16910 {"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
16911 {"Sysinfo_t", Type, 0, ""},
16912 {"Sysinfo_t.Bufferram", Field, 0, ""},
16913 {"Sysinfo_t.Freehigh", Field, 0, ""},
16914 {"Sysinfo_t.Freeram", Field, 0, ""},
16915 {"Sysinfo_t.Freeswap", Field, 0, ""},
16916 {"Sysinfo_t.Loads", Field, 0, ""},
16917 {"Sysinfo_t.Pad", Field, 0, ""},
16918 {"Sysinfo_t.Pad_cgo_0", Field, 0, ""},
16919 {"Sysinfo_t.Pad_cgo_1", Field, 0, ""},
16920 {"Sysinfo_t.Procs", Field, 0, ""},
16921 {"Sysinfo_t.Sharedram", Field, 0, ""},
16922 {"Sysinfo_t.Totalhigh", Field, 0, ""},
16923 {"Sysinfo_t.Totalram", Field, 0, ""},
16924 {"Sysinfo_t.Totalswap", Field, 0, ""},
16925 {"Sysinfo_t.Unit", Field, 0, ""},
16926 {"Sysinfo_t.Uptime", Field, 0, ""},
16927 {"Sysinfo_t.X_f", Field, 0, ""},
16928 {"Systemtime", Type, 0, ""},
16929 {"Systemtime.Day", Field, 0, ""},
16930 {"Systemtime.DayOfWeek", Field, 0, ""},
16931 {"Systemtime.Hour", Field, 0, ""},
16932 {"Systemtime.Milliseconds", Field, 0, ""},
16933 {"Systemtime.Minute", Field, 0, ""},
16934 {"Systemtime.Month", Field, 0, ""},
16935 {"Systemtime.Second", Field, 0, ""},
16936 {"Systemtime.Year", Field, 0, ""},
16937 {"TCGETS", Const, 0, ""},
16938 {"TCIFLUSH", Const, 1, ""},
16939 {"TCIOFLUSH", Const, 1, ""},
16940 {"TCOFLUSH", Const, 1, ""},
16941 {"TCPInfo", Type, 1, ""},
16942 {"TCPInfo.Advmss", Field, 1, ""},
16943 {"TCPInfo.Ato", Field, 1, ""},
16944 {"TCPInfo.Backoff", Field, 1, ""},
16945 {"TCPInfo.Ca_state", Field, 1, ""},
16946 {"TCPInfo.Fackets", Field, 1, ""},
16947 {"TCPInfo.Last_ack_recv", Field, 1, ""},
16948 {"TCPInfo.Last_ack_sent", Field, 1, ""},
16949 {"TCPInfo.Last_data_recv", Field, 1, ""},
16950 {"TCPInfo.Last_data_sent", Field, 1, ""},
16951 {"TCPInfo.Lost", Field, 1, ""},
16952 {"TCPInfo.Options", Field, 1, ""},
16953 {"TCPInfo.Pad_cgo_0", Field, 1, ""},
16954 {"TCPInfo.Pmtu", Field, 1, ""},
16955 {"TCPInfo.Probes", Field, 1, ""},
16956 {"TCPInfo.Rcv_mss", Field, 1, ""},
16957 {"TCPInfo.Rcv_rtt", Field, 1, ""},
16958 {"TCPInfo.Rcv_space", Field, 1, ""},
16959 {"TCPInfo.Rcv_ssthresh", Field, 1, ""},
16960 {"TCPInfo.Reordering", Field, 1, ""},
16961 {"TCPInfo.Retrans", Field, 1, ""},
16962 {"TCPInfo.Retransmits", Field, 1, ""},
16963 {"TCPInfo.Rto", Field, 1, ""},
16964 {"TCPInfo.Rtt", Field, 1, ""},
16965 {"TCPInfo.Rttvar", Field, 1, ""},
16966 {"TCPInfo.Sacked", Field, 1, ""},
16967 {"TCPInfo.Snd_cwnd", Field, 1, ""},
16968 {"TCPInfo.Snd_mss", Field, 1, ""},
16969 {"TCPInfo.Snd_ssthresh", Field, 1, ""},
16970 {"TCPInfo.State", Field, 1, ""},
16971 {"TCPInfo.Total_retrans", Field, 1, ""},
16972 {"TCPInfo.Unacked", Field, 1, ""},
16973 {"TCPKeepalive", Type, 3, ""},
16974 {"TCPKeepalive.Interval", Field, 3, ""},
16975 {"TCPKeepalive.OnOff", Field, 3, ""},
16976 {"TCPKeepalive.Time", Field, 3, ""},
16977 {"TCP_CA_NAME_MAX", Const, 0, ""},
16978 {"TCP_CONGCTL", Const, 1, ""},
16979 {"TCP_CONGESTION", Const, 0, ""},
16980 {"TCP_CONNECTIONTIMEOUT", Const, 0, ""},
16981 {"TCP_CORK", Const, 0, ""},
16982 {"TCP_DEFER_ACCEPT", Const, 0, ""},
16983 {"TCP_ENABLE_ECN", Const, 16, ""},
16984 {"TCP_INFO", Const, 0, ""},
16985 {"TCP_KEEPALIVE", Const, 0, ""},
16986 {"TCP_KEEPCNT", Const, 0, ""},
16987 {"TCP_KEEPIDLE", Const, 0, ""},
16988 {"TCP_KEEPINIT", Const, 1, ""},
16989 {"TCP_KEEPINTVL", Const, 0, ""},
16990 {"TCP_LINGER2", Const, 0, ""},
16991 {"TCP_MAXBURST", Const, 0, ""},
16992 {"TCP_MAXHLEN", Const, 0, ""},
16993 {"TCP_MAXOLEN", Const, 0, ""},
16994 {"TCP_MAXSEG", Const, 0, ""},
16995 {"TCP_MAXWIN", Const, 0, ""},
16996 {"TCP_MAX_SACK", Const, 0, ""},
16997 {"TCP_MAX_WINSHIFT", Const, 0, ""},
16998 {"TCP_MD5SIG", Const, 0, ""},
16999 {"TCP_MD5SIG_MAXKEYLEN", Const, 0, ""},
17000 {"TCP_MINMSS", Const, 0, ""},
17001 {"TCP_MINMSSOVERLOAD", Const, 0, ""},
17002 {"TCP_MSS", Const, 0, ""},
17003 {"TCP_NODELAY", Const, 0, ""},
17004 {"TCP_NOOPT", Const, 0, ""},
17005 {"TCP_NOPUSH", Const, 0, ""},
17006 {"TCP_NOTSENT_LOWAT", Const, 16, ""},
17007 {"TCP_NSTATES", Const, 1, ""},
17008 {"TCP_QUICKACK", Const, 0, ""},
17009 {"TCP_RXT_CONNDROPTIME", Const, 0, ""},
17010 {"TCP_RXT_FINDROP", Const, 0, ""},
17011 {"TCP_SACK_ENABLE", Const, 1, ""},
17012 {"TCP_SENDMOREACKS", Const, 16, ""},
17013 {"TCP_SYNCNT", Const, 0, ""},
17014 {"TCP_VENDOR", Const, 3, ""},
17015 {"TCP_WINDOW_CLAMP", Const, 0, ""},
17016 {"TCSAFLUSH", Const, 1, ""},
17017 {"TCSETS", Const, 0, ""},
17018 {"TF_DISCONNECT", Const, 0, ""},
17019 {"TF_REUSE_SOCKET", Const, 0, ""},
17020 {"TF_USE_DEFAULT_WORKER", Const, 0, ""},
17021 {"TF_USE_KERNEL_APC", Const, 0, ""},
17022 {"TF_USE_SYSTEM_THREAD", Const, 0, ""},
17023 {"TF_WRITE_BEHIND", Const, 0, ""},
17024 {"TH32CS_INHERIT", Const, 4, ""},
17025 {"TH32CS_SNAPALL", Const, 4, ""},
17026 {"TH32CS_SNAPHEAPLIST", Const, 4, ""},
17027 {"TH32CS_SNAPMODULE", Const, 4, ""},
17028 {"TH32CS_SNAPMODULE32", Const, 4, ""},
17029 {"TH32CS_SNAPPROCESS", Const, 4, ""},
17030 {"TH32CS_SNAPTHREAD", Const, 4, ""},
17031 {"TIME_ZONE_ID_DAYLIGHT", Const, 0, ""},
17032 {"TIME_ZONE_ID_STANDARD", Const, 0, ""},
17033 {"TIME_ZONE_ID_UNKNOWN", Const, 0, ""},
17034 {"TIOCCBRK", Const, 0, ""},
17035 {"TIOCCDTR", Const, 0, ""},
17036 {"TIOCCONS", Const, 0, ""},
17037 {"TIOCDCDTIMESTAMP", Const, 0, ""},
17038 {"TIOCDRAIN", Const, 0, ""},
17039 {"TIOCDSIMICROCODE", Const, 0, ""},
17040 {"TIOCEXCL", Const, 0, ""},
17041 {"TIOCEXT", Const, 0, ""},
17042 {"TIOCFLAG_CDTRCTS", Const, 1, ""},
17043 {"TIOCFLAG_CLOCAL", Const, 1, ""},
17044 {"TIOCFLAG_CRTSCTS", Const, 1, ""},
17045 {"TIOCFLAG_MDMBUF", Const, 1, ""},
17046 {"TIOCFLAG_PPS", Const, 1, ""},
17047 {"TIOCFLAG_SOFTCAR", Const, 1, ""},
17048 {"TIOCFLUSH", Const, 0, ""},
17049 {"TIOCGDEV", Const, 0, ""},
17050 {"TIOCGDRAINWAIT", Const, 0, ""},
17051 {"TIOCGETA", Const, 0, ""},
17052 {"TIOCGETD", Const, 0, ""},
17053 {"TIOCGFLAGS", Const, 1, ""},
17054 {"TIOCGICOUNT", Const, 0, ""},
17055 {"TIOCGLCKTRMIOS", Const, 0, ""},
17056 {"TIOCGLINED", Const, 1, ""},
17057 {"TIOCGPGRP", Const, 0, ""},
17058 {"TIOCGPTN", Const, 0, ""},
17059 {"TIOCGQSIZE", Const, 1, ""},
17060 {"TIOCGRANTPT", Const, 1, ""},
17061 {"TIOCGRS485", Const, 0, ""},
17062 {"TIOCGSERIAL", Const, 0, ""},
17063 {"TIOCGSID", Const, 0, ""},
17064 {"TIOCGSIZE", Const, 1, ""},
17065 {"TIOCGSOFTCAR", Const, 0, ""},
17066 {"TIOCGTSTAMP", Const, 1, ""},
17067 {"TIOCGWINSZ", Const, 0, ""},
17068 {"TIOCINQ", Const, 0, ""},
17069 {"TIOCIXOFF", Const, 0, ""},
17070 {"TIOCIXON", Const, 0, ""},
17071 {"TIOCLINUX", Const, 0, ""},
17072 {"TIOCMBIC", Const, 0, ""},
17073 {"TIOCMBIS", Const, 0, ""},
17074 {"TIOCMGDTRWAIT", Const, 0, ""},
17075 {"TIOCMGET", Const, 0, ""},
17076 {"TIOCMIWAIT", Const, 0, ""},
17077 {"TIOCMODG", Const, 0, ""},
17078 {"TIOCMODS", Const, 0, ""},
17079 {"TIOCMSDTRWAIT", Const, 0, ""},
17080 {"TIOCMSET", Const, 0, ""},
17081 {"TIOCM_CAR", Const, 0, ""},
17082 {"TIOCM_CD", Const, 0, ""},
17083 {"TIOCM_CTS", Const, 0, ""},
17084 {"TIOCM_DCD", Const, 0, ""},
17085 {"TIOCM_DSR", Const, 0, ""},
17086 {"TIOCM_DTR", Const, 0, ""},
17087 {"TIOCM_LE", Const, 0, ""},
17088 {"TIOCM_RI", Const, 0, ""},
17089 {"TIOCM_RNG", Const, 0, ""},
17090 {"TIOCM_RTS", Const, 0, ""},
17091 {"TIOCM_SR", Const, 0, ""},
17092 {"TIOCM_ST", Const, 0, ""},
17093 {"TIOCNOTTY", Const, 0, ""},
17094 {"TIOCNXCL", Const, 0, ""},
17095 {"TIOCOUTQ", Const, 0, ""},
17096 {"TIOCPKT", Const, 0, ""},
17097 {"TIOCPKT_DATA", Const, 0, ""},
17098 {"TIOCPKT_DOSTOP", Const, 0, ""},
17099 {"TIOCPKT_FLUSHREAD", Const, 0, ""},
17100 {"TIOCPKT_FLUSHWRITE", Const, 0, ""},
17101 {"TIOCPKT_IOCTL", Const, 0, ""},
17102 {"TIOCPKT_NOSTOP", Const, 0, ""},
17103 {"TIOCPKT_START", Const, 0, ""},
17104 {"TIOCPKT_STOP", Const, 0, ""},
17105 {"TIOCPTMASTER", Const, 0, ""},
17106 {"TIOCPTMGET", Const, 1, ""},
17107 {"TIOCPTSNAME", Const, 1, ""},
17108 {"TIOCPTYGNAME", Const, 0, ""},
17109 {"TIOCPTYGRANT", Const, 0, ""},
17110 {"TIOCPTYUNLK", Const, 0, ""},
17111 {"TIOCRCVFRAME", Const, 1, ""},
17112 {"TIOCREMOTE", Const, 0, ""},
17113 {"TIOCSBRK", Const, 0, ""},
17114 {"TIOCSCONS", Const, 0, ""},
17115 {"TIOCSCTTY", Const, 0, ""},
17116 {"TIOCSDRAINWAIT", Const, 0, ""},
17117 {"TIOCSDTR", Const, 0, ""},
17118 {"TIOCSERCONFIG", Const, 0, ""},
17119 {"TIOCSERGETLSR", Const, 0, ""},
17120 {"TIOCSERGETMULTI", Const, 0, ""},
17121 {"TIOCSERGSTRUCT", Const, 0, ""},
17122 {"TIOCSERGWILD", Const, 0, ""},
17123 {"TIOCSERSETMULTI", Const, 0, ""},
17124 {"TIOCSERSWILD", Const, 0, ""},
17125 {"TIOCSER_TEMT", Const, 0, ""},
17126 {"TIOCSETA", Const, 0, ""},
17127 {"TIOCSETAF", Const, 0, ""},
17128 {"TIOCSETAW", Const, 0, ""},
17129 {"TIOCSETD", Const, 0, ""},
17130 {"TIOCSFLAGS", Const, 1, ""},
17131 {"TIOCSIG", Const, 0, ""},
17132 {"TIOCSLCKTRMIOS", Const, 0, ""},
17133 {"TIOCSLINED", Const, 1, ""},
17134 {"TIOCSPGRP", Const, 0, ""},
17135 {"TIOCSPTLCK", Const, 0, ""},
17136 {"TIOCSQSIZE", Const, 1, ""},
17137 {"TIOCSRS485", Const, 0, ""},
17138 {"TIOCSSERIAL", Const, 0, ""},
17139 {"TIOCSSIZE", Const, 1, ""},
17140 {"TIOCSSOFTCAR", Const, 0, ""},
17141 {"TIOCSTART", Const, 0, ""},
17142 {"TIOCSTAT", Const, 0, ""},
17143 {"TIOCSTI", Const, 0, ""},
17144 {"TIOCSTOP", Const, 0, ""},
17145 {"TIOCSTSTAMP", Const, 1, ""},
17146 {"TIOCSWINSZ", Const, 0, ""},
17147 {"TIOCTIMESTAMP", Const, 0, ""},
17148 {"TIOCUCNTL", Const, 0, ""},
17149 {"TIOCVHANGUP", Const, 0, ""},
17150 {"TIOCXMTFRAME", Const, 1, ""},
17151 {"TOKEN_ADJUST_DEFAULT", Const, 0, ""},
17152 {"TOKEN_ADJUST_GROUPS", Const, 0, ""},
17153 {"TOKEN_ADJUST_PRIVILEGES", Const, 0, ""},
17154 {"TOKEN_ADJUST_SESSIONID", Const, 11, ""},
17155 {"TOKEN_ALL_ACCESS", Const, 0, ""},
17156 {"TOKEN_ASSIGN_PRIMARY", Const, 0, ""},
17157 {"TOKEN_DUPLICATE", Const, 0, ""},
17158 {"TOKEN_EXECUTE", Const, 0, ""},
17159 {"TOKEN_IMPERSONATE", Const, 0, ""},
17160 {"TOKEN_QUERY", Const, 0, ""},
17161 {"TOKEN_QUERY_SOURCE", Const, 0, ""},
17162 {"TOKEN_READ", Const, 0, ""},
17163 {"TOKEN_WRITE", Const, 0, ""},
17164 {"TOSTOP", Const, 0, ""},
17165 {"TRUNCATE_EXISTING", Const, 0, ""},
17166 {"TUNATTACHFILTER", Const, 0, ""},
17167 {"TUNDETACHFILTER", Const, 0, ""},
17168 {"TUNGETFEATURES", Const, 0, ""},
17169 {"TUNGETIFF", Const, 0, ""},
17170 {"TUNGETSNDBUF", Const, 0, ""},
17171 {"TUNGETVNETHDRSZ", Const, 0, ""},
17172 {"TUNSETDEBUG", Const, 0, ""},
17173 {"TUNSETGROUP", Const, 0, ""},
17174 {"TUNSETIFF", Const, 0, ""},
17175 {"TUNSETLINK", Const, 0, ""},
17176 {"TUNSETNOCSUM", Const, 0, ""},
17177 {"TUNSETOFFLOAD", Const, 0, ""},
17178 {"TUNSETOWNER", Const, 0, ""},
17179 {"TUNSETPERSIST", Const, 0, ""},
17180 {"TUNSETSNDBUF", Const, 0, ""},
17181 {"TUNSETTXFILTER", Const, 0, ""},
17182 {"TUNSETVNETHDRSZ", Const, 0, ""},
17183 {"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
17184 {"TerminateProcess", Func, 0, ""},
17185 {"Termios", Type, 0, ""},
17186 {"Termios.Cc", Field, 0, ""},
17187 {"Termios.Cflag", Field, 0, ""},
17188 {"Termios.Iflag", Field, 0, ""},
17189 {"Termios.Ispeed", Field, 0, ""},
17190 {"Termios.Lflag", Field, 0, ""},
17191 {"Termios.Line", Field, 0, ""},
17192 {"Termios.Oflag", Field, 0, ""},
17193 {"Termios.Ospeed", Field, 0, ""},
17194 {"Termios.Pad_cgo_0", Field, 0, ""},
17195 {"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
17196 {"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
17197 {"Time_t", Type, 0, ""},
17198 {"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
17199 {"Timespec", Type, 0, ""},
17200 {"Timespec.Nsec", Field, 0, ""},
17201 {"Timespec.Pad_cgo_0", Field, 2, ""},
17202 {"Timespec.Sec", Field, 0, ""},
17203 {"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
17204 {"Timeval", Type, 0, ""},
17205 {"Timeval.Pad_cgo_0", Field, 0, ""},
17206 {"Timeval.Sec", Field, 0, ""},
17207 {"Timeval.Usec", Field, 0, ""},
17208 {"Timeval32", Type, 0, ""},
17209 {"Timeval32.Sec", Field, 0, ""},
17210 {"Timeval32.Usec", Field, 0, ""},
17211 {"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
17212 {"Timex", Type, 0, ""},
17213 {"Timex.Calcnt", Field, 0, ""},
17214 {"Timex.Constant", Field, 0, ""},
17215 {"Timex.Errcnt", Field, 0, ""},
17216 {"Timex.Esterror", Field, 0, ""},
17217 {"Timex.Freq", Field, 0, ""},
17218 {"Timex.Jitcnt", Field, 0, ""},
17219 {"Timex.Jitter", Field, 0, ""},
17220 {"Timex.Maxerror", Field, 0, ""},
17221 {"Timex.Modes", Field, 0, ""},
17222 {"Timex.Offset", Field, 0, ""},
17223 {"Timex.Pad_cgo_0", Field, 0, ""},
17224 {"Timex.Pad_cgo_1", Field, 0, ""},
17225 {"Timex.Pad_cgo_2", Field, 0, ""},
17226 {"Timex.Pad_cgo_3", Field, 0, ""},
17227 {"Timex.Ppsfreq", Field, 0, ""},
17228 {"Timex.Precision", Field, 0, ""},
17229 {"Timex.Shift", Field, 0, ""},
17230 {"Timex.Stabil", Field, 0, ""},
17231 {"Timex.Status", Field, 0, ""},
17232 {"Timex.Stbcnt", Field, 0, ""},
17233 {"Timex.Tai", Field, 0, ""},
17234 {"Timex.Tick", Field, 0, ""},
17235 {"Timex.Time", Field, 0, ""},
17236 {"Timex.Tolerance", Field, 0, ""},
17237 {"Timezoneinformation", Type, 0, ""},
17238 {"Timezoneinformation.Bias", Field, 0, ""},
17239 {"Timezoneinformation.DaylightBias", Field, 0, ""},
17240 {"Timezoneinformation.DaylightDate", Field, 0, ""},
17241 {"Timezoneinformation.DaylightName", Field, 0, ""},
17242 {"Timezoneinformation.StandardBias", Field, 0, ""},
17243 {"Timezoneinformation.StandardDate", Field, 0, ""},
17244 {"Timezoneinformation.StandardName", Field, 0, ""},
17245 {"Tms", Type, 0, ""},
17246 {"Tms.Cstime", Field, 0, ""},
17247 {"Tms.Cutime", Field, 0, ""},
17248 {"Tms.Stime", Field, 0, ""},
17249 {"Tms.Utime", Field, 0, ""},
17250 {"Token", Type, 0, ""},
17251 {"TokenAccessInformation", Const, 0, ""},
17252 {"TokenAuditPolicy", Const, 0, ""},
17253 {"TokenDefaultDacl", Const, 0, ""},
17254 {"TokenElevation", Const, 0, ""},
17255 {"TokenElevationType", Const, 0, ""},
17256 {"TokenGroups", Const, 0, ""},
17257 {"TokenGroupsAndPrivileges", Const, 0, ""},
17258 {"TokenHasRestrictions", Const, 0, ""},
17259 {"TokenImpersonationLevel", Const, 0, ""},
17260 {"TokenIntegrityLevel", Const, 0, ""},
17261 {"TokenLinkedToken", Const, 0, ""},
17262 {"TokenLogonSid", Const, 0, ""},
17263 {"TokenMandatoryPolicy", Const, 0, ""},
17264 {"TokenOrigin", Const, 0, ""},
17265 {"TokenOwner", Const, 0, ""},
17266 {"TokenPrimaryGroup", Const, 0, ""},
17267 {"TokenPrivileges", Const, 0, ""},
17268 {"TokenRestrictedSids", Const, 0, ""},
17269 {"TokenSandBoxInert", Const, 0, ""},
17270 {"TokenSessionId", Const, 0, ""},
17271 {"TokenSessionReference", Const, 0, ""},
17272 {"TokenSource", Const, 0, ""},
17273 {"TokenStatistics", Const, 0, ""},
17274 {"TokenType", Const, 0, ""},
17275 {"TokenUIAccess", Const, 0, ""},
17276 {"TokenUser", Const, 0, ""},
17277 {"TokenVirtualizationAllowed", Const, 0, ""},
17278 {"TokenVirtualizationEnabled", Const, 0, ""},
17279 {"Tokenprimarygroup", Type, 0, ""},
17280 {"Tokenprimarygroup.PrimaryGroup", Field, 0, ""},
17281 {"Tokenuser", Type, 0, ""},
17282 {"Tokenuser.User", Field, 0, ""},
17283 {"TranslateAccountName", Func, 0, ""},
17284 {"TranslateName", Func, 0, ""},
17285 {"TransmitFile", Func, 0, ""},
17286 {"TransmitFileBuffers", Type, 0, ""},
17287 {"TransmitFileBuffers.Head", Field, 0, ""},
17288 {"TransmitFileBuffers.HeadLength", Field, 0, ""},
17289 {"TransmitFileBuffers.Tail", Field, 0, ""},
17290 {"TransmitFileBuffers.TailLength", Field, 0, ""},
17291 {"Truncate", Func, 0, "func(path string, length int64) (err error)"},
17292 {"UNIX_PATH_MAX", Const, 12, ""},
17293 {"USAGE_MATCH_TYPE_AND", Const, 0, ""},
17294 {"USAGE_MATCH_TYPE_OR", Const, 0, ""},
17295 {"UTF16FromString", Func, 1, ""},
17296 {"UTF16PtrFromString", Func, 1, ""},
17297 {"UTF16ToString", Func, 0, ""},
17298 {"Ucred", Type, 0, ""},
17299 {"Ucred.Gid", Field, 0, ""},
17300 {"Ucred.Pid", Field, 0, ""},
17301 {"Ucred.Uid", Field, 0, ""},
17302 {"Umask", Func, 0, "func(mask int) (oldmask int)"},
17303 {"Uname", Func, 0, "func(buf *Utsname) (err error)"},
17304 {"Undelete", Func, 0, ""},
17305 {"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
17306 {"UnixRights", Func, 0, "func(fds ...int) []byte"},
17307 {"Unlink", Func, 0, "func(path string) error"},
17308 {"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
17309 {"UnmapViewOfFile", Func, 0, ""},
17310 {"Unmount", Func, 0, "func(target string, flags int) (err error)"},
17311 {"Unsetenv", Func, 4, "func(key string) error"},
17312 {"Unshare", Func, 0, "func(flags int) (err error)"},
17313 {"UserInfo10", Type, 0, ""},
17314 {"UserInfo10.Comment", Field, 0, ""},
17315 {"UserInfo10.FullName", Field, 0, ""},
17316 {"UserInfo10.Name", Field, 0, ""},
17317 {"UserInfo10.UsrComment", Field, 0, ""},
17318 {"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
17319 {"Ustat_t", Type, 0, ""},
17320 {"Ustat_t.Fname", Field, 0, ""},
17321 {"Ustat_t.Fpack", Field, 0, ""},
17322 {"Ustat_t.Pad_cgo_0", Field, 0, ""},
17323 {"Ustat_t.Pad_cgo_1", Field, 0, ""},
17324 {"Ustat_t.Tfree", Field, 0, ""},
17325 {"Ustat_t.Tinode", Field, 0, ""},
17326 {"Utimbuf", Type, 0, ""},
17327 {"Utimbuf.Actime", Field, 0, ""},
17328 {"Utimbuf.Modtime", Field, 0, ""},
17329 {"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
17330 {"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
17331 {"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
17332 {"Utsname", Type, 0, ""},
17333 {"Utsname.Domainname", Field, 0, ""},
17334 {"Utsname.Machine", Field, 0, ""},
17335 {"Utsname.Nodename", Field, 0, ""},
17336 {"Utsname.Release", Field, 0, ""},
17337 {"Utsname.Sysname", Field, 0, ""},
17338 {"Utsname.Version", Field, 0, ""},
17339 {"VDISCARD", Const, 0, ""},
17340 {"VDSUSP", Const, 1, ""},
17341 {"VEOF", Const, 0, ""},
17342 {"VEOL", Const, 0, ""},
17343 {"VEOL2", Const, 0, ""},
17344 {"VERASE", Const, 0, ""},
17345 {"VERASE2", Const, 1, ""},
17346 {"VINTR", Const, 0, ""},
17347 {"VKILL", Const, 0, ""},
17348 {"VLNEXT", Const, 0, ""},
17349 {"VMIN", Const, 0, ""},
17350 {"VQUIT", Const, 0, ""},
17351 {"VREPRINT", Const, 0, ""},
17352 {"VSTART", Const, 0, ""},
17353 {"VSTATUS", Const, 1, ""},
17354 {"VSTOP", Const, 0, ""},
17355 {"VSUSP", Const, 0, ""},
17356 {"VSWTC", Const, 0, ""},
17357 {"VT0", Const, 1, ""},
17358 {"VT1", Const, 1, ""},
17359 {"VTDLY", Const, 1, ""},
17360 {"VTIME", Const, 0, ""},
17361 {"VWERASE", Const, 0, ""},
17362 {"VirtualLock", Func, 0, ""},
17363 {"VirtualUnlock", Func, 0, ""},
17364 {"WAIT_ABANDONED", Const, 0, ""},
17365 {"WAIT_FAILED", Const, 0, ""},
17366 {"WAIT_OBJECT_0", Const, 0, ""},
17367 {"WAIT_TIMEOUT", Const, 0, ""},
17368 {"WALL", Const, 0, ""},
17369 {"WALLSIG", Const, 1, ""},
17370 {"WALTSIG", Const, 1, ""},
17371 {"WCLONE", Const, 0, ""},
17372 {"WCONTINUED", Const, 0, ""},
17373 {"WCOREFLAG", Const, 0, ""},
17374 {"WEXITED", Const, 0, ""},
17375 {"WLINUXCLONE", Const, 0, ""},
17376 {"WNOHANG", Const, 0, ""},
17377 {"WNOTHREAD", Const, 0, ""},
17378 {"WNOWAIT", Const, 0, ""},
17379 {"WNOZOMBIE", Const, 1, ""},
17380 {"WOPTSCHECKED", Const, 1, ""},
17381 {"WORDSIZE", Const, 0, ""},
17382 {"WSABuf", Type, 0, ""},
17383 {"WSABuf.Buf", Field, 0, ""},
17384 {"WSABuf.Len", Field, 0, ""},
17385 {"WSACleanup", Func, 0, ""},
17386 {"WSADESCRIPTION_LEN", Const, 0, ""},
17387 {"WSAData", Type, 0, ""},
17388 {"WSAData.Description", Field, 0, ""},
17389 {"WSAData.HighVersion", Field, 0, ""},
17390 {"WSAData.MaxSockets", Field, 0, ""},
17391 {"WSAData.MaxUdpDg", Field, 0, ""},
17392 {"WSAData.SystemStatus", Field, 0, ""},
17393 {"WSAData.VendorInfo", Field, 0, ""},
17394 {"WSAData.Version", Field, 0, ""},
17395 {"WSAEACCES", Const, 2, ""},
17396 {"WSAECONNABORTED", Const, 9, ""},
17397 {"WSAECONNRESET", Const, 3, ""},
17398 {"WSAENOPROTOOPT", Const, 23, ""},
17399 {"WSAEnumProtocols", Func, 2, ""},
17400 {"WSAID_CONNECTEX", Var, 1, ""},
17401 {"WSAIoctl", Func, 0, ""},
17402 {"WSAPROTOCOL_LEN", Const, 2, ""},
17403 {"WSAProtocolChain", Type, 2, ""},
17404 {"WSAProtocolChain.ChainEntries", Field, 2, ""},
17405 {"WSAProtocolChain.ChainLen", Field, 2, ""},
17406 {"WSAProtocolInfo", Type, 2, ""},
17407 {"WSAProtocolInfo.AddressFamily", Field, 2, ""},
17408 {"WSAProtocolInfo.CatalogEntryId", Field, 2, ""},
17409 {"WSAProtocolInfo.MaxSockAddr", Field, 2, ""},
17410 {"WSAProtocolInfo.MessageSize", Field, 2, ""},
17411 {"WSAProtocolInfo.MinSockAddr", Field, 2, ""},
17412 {"WSAProtocolInfo.NetworkByteOrder", Field, 2, ""},
17413 {"WSAProtocolInfo.Protocol", Field, 2, ""},
17414 {"WSAProtocolInfo.ProtocolChain", Field, 2, ""},
17415 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2, ""},
17416 {"WSAProtocolInfo.ProtocolName", Field, 2, ""},
17417 {"WSAProtocolInfo.ProviderFlags", Field, 2, ""},
17418 {"WSAProtocolInfo.ProviderId", Field, 2, ""},
17419 {"WSAProtocolInfo.ProviderReserved", Field, 2, ""},
17420 {"WSAProtocolInfo.SecurityScheme", Field, 2, ""},
17421 {"WSAProtocolInfo.ServiceFlags1", Field, 2, ""},
17422 {"WSAProtocolInfo.ServiceFlags2", Field, 2, ""},
17423 {"WSAProtocolInfo.ServiceFlags3", Field, 2, ""},
17424 {"WSAProtocolInfo.ServiceFlags4", Field, 2, ""},
17425 {"WSAProtocolInfo.SocketType", Field, 2, ""},
17426 {"WSAProtocolInfo.Version", Field, 2, ""},
17427 {"WSARecv", Func, 0, ""},
17428 {"WSARecvFrom", Func, 0, ""},
17429 {"WSASYS_STATUS_LEN", Const, 0, ""},
17430 {"WSASend", Func, 0, ""},
17431 {"WSASendTo", Func, 0, ""},
17432 {"WSASendto", Func, 0, ""},
17433 {"WSAStartup", Func, 0, ""},
17434 {"WSTOPPED", Const, 0, ""},
17435 {"WTRAPPED", Const, 1, ""},
17436 {"WUNTRACED", Const, 0, ""},
17437 {"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
17438 {"WaitForSingleObject", Func, 0, ""},
17439 {"WaitStatus", Type, 0, ""},
17440 {"WaitStatus.ExitCode", Field, 0, ""},
17441 {"Win32FileAttributeData", Type, 0, ""},
17442 {"Win32FileAttributeData.CreationTime", Field, 0, ""},
17443 {"Win32FileAttributeData.FileAttributes", Field, 0, ""},
17444 {"Win32FileAttributeData.FileSizeHigh", Field, 0, ""},
17445 {"Win32FileAttributeData.FileSizeLow", Field, 0, ""},
17446 {"Win32FileAttributeData.LastAccessTime", Field, 0, ""},
17447 {"Win32FileAttributeData.LastWriteTime", Field, 0, ""},
17448 {"Win32finddata", Type, 0, ""},
17449 {"Win32finddata.AlternateFileName", Field, 0, ""},
17450 {"Win32finddata.CreationTime", Field, 0, ""},
17451 {"Win32finddata.FileAttributes", Field, 0, ""},
17452 {"Win32finddata.FileName", Field, 0, ""},
17453 {"Win32finddata.FileSizeHigh", Field, 0, ""},
17454 {"Win32finddata.FileSizeLow", Field, 0, ""},
17455 {"Win32finddata.LastAccessTime", Field, 0, ""},
17456 {"Win32finddata.LastWriteTime", Field, 0, ""},
17457 {"Win32finddata.Reserved0", Field, 0, ""},
17458 {"Win32finddata.Reserved1", Field, 0, ""},
17459 {"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
17460 {"WriteConsole", Func, 1, ""},
17461 {"WriteFile", Func, 0, ""},
17462 {"X509_ASN_ENCODING", Const, 0, ""},
17463 {"XCASE", Const, 0, ""},
17464 {"XP1_CONNECTIONLESS", Const, 2, ""},
17465 {"XP1_CONNECT_DATA", Const, 2, ""},
17466 {"XP1_DISCONNECT_DATA", Const, 2, ""},
17467 {"XP1_EXPEDITED_DATA", Const, 2, ""},
17468 {"XP1_GRACEFUL_CLOSE", Const, 2, ""},
17469 {"XP1_GUARANTEED_DELIVERY", Const, 2, ""},
17470 {"XP1_GUARANTEED_ORDER", Const, 2, ""},
17471 {"XP1_IFS_HANDLES", Const, 2, ""},
17472 {"XP1_MESSAGE_ORIENTED", Const, 2, ""},
17473 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2, ""},
17474 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2, ""},
17475 {"XP1_PARTIAL_MESSAGE", Const, 2, ""},
17476 {"XP1_PSEUDO_STREAM", Const, 2, ""},
17477 {"XP1_QOS_SUPPORTED", Const, 2, ""},
17478 {"XP1_SAN_SUPPORT_SDP", Const, 2, ""},
17479 {"XP1_SUPPORT_BROADCAST", Const, 2, ""},
17480 {"XP1_SUPPORT_MULTIPOINT", Const, 2, ""},
17481 {"XP1_UNI_RECV", Const, 2, ""},
17482 {"XP1_UNI_SEND", Const, 2, ""},
17483 },
17484 "syscall/js": {
17485 {"CopyBytesToGo", Func, 0, ""},
17486 {"CopyBytesToJS", Func, 0, ""},
17487 {"Error", Type, 0, ""},
17488 {"Func", Type, 0, ""},
17489 {"FuncOf", Func, 0, ""},
17490 {"Global", Func, 0, ""},
17491 {"Null", Func, 0, ""},
17492 {"Type", Type, 0, ""},
17493 {"TypeBoolean", Const, 0, ""},
17494 {"TypeFunction", Const, 0, ""},
17495 {"TypeNull", Const, 0, ""},
17496 {"TypeNumber", Const, 0, ""},
17497 {"TypeObject", Const, 0, ""},
17498 {"TypeString", Const, 0, ""},
17499 {"TypeSymbol", Const, 0, ""},
17500 {"TypeUndefined", Const, 0, ""},
17501 {"Undefined", Func, 0, ""},
17502 {"Value", Type, 0, ""},
17503 {"ValueError", Type, 0, ""},
17504 {"ValueOf", Func, 0, ""},
17505 },
17506 "testing": {
17507 {"(*B).ArtifactDir", Method, 26, ""},
17508 {"(*B).Attr", Method, 25, ""},
17509 {"(*B).Chdir", Method, 24, ""},
17510 {"(*B).Cleanup", Method, 14, ""},
17511 {"(*B).Context", Method, 24, ""},
17512 {"(*B).Elapsed", Method, 20, ""},
17513 {"(*B).Error", Method, 0, ""},
17514 {"(*B).Errorf", Method, 0, ""},
17515 {"(*B).Fail", Method, 0, ""},
17516 {"(*B).FailNow", Method, 0, ""},
17517 {"(*B).Failed", Method, 0, ""},
17518 {"(*B).Fatal", Method, 0, ""},
17519 {"(*B).Fatalf", Method, 0, ""},
17520 {"(*B).Helper", Method, 9, ""},
17521 {"(*B).Log", Method, 0, ""},
17522 {"(*B).Logf", Method, 0, ""},
17523 {"(*B).Loop", Method, 24, ""},
17524 {"(*B).Name", Method, 8, ""},
17525 {"(*B).Output", Method, 25, ""},
17526 {"(*B).ReportAllocs", Method, 1, ""},
17527 {"(*B).ReportMetric", Method, 13, ""},
17528 {"(*B).ResetTimer", Method, 0, ""},
17529 {"(*B).Run", Method, 7, ""},
17530 {"(*B).RunParallel", Method, 3, ""},
17531 {"(*B).SetBytes", Method, 0, ""},
17532 {"(*B).SetParallelism", Method, 3, ""},
17533 {"(*B).Setenv", Method, 17, ""},
17534 {"(*B).Skip", Method, 1, ""},
17535 {"(*B).SkipNow", Method, 1, ""},
17536 {"(*B).Skipf", Method, 1, ""},
17537 {"(*B).Skipped", Method, 1, ""},
17538 {"(*B).StartTimer", Method, 0, ""},
17539 {"(*B).StopTimer", Method, 0, ""},
17540 {"(*B).TempDir", Method, 15, ""},
17541 {"(*F).Add", Method, 18, ""},
17542 {"(*F).ArtifactDir", Method, 26, ""},
17543 {"(*F).Attr", Method, 25, ""},
17544 {"(*F).Chdir", Method, 24, ""},
17545 {"(*F).Cleanup", Method, 18, ""},
17546 {"(*F).Context", Method, 24, ""},
17547 {"(*F).Error", Method, 18, ""},
17548 {"(*F).Errorf", Method, 18, ""},
17549 {"(*F).Fail", Method, 18, ""},
17550 {"(*F).FailNow", Method, 18, ""},
17551 {"(*F).Failed", Method, 18, ""},
17552 {"(*F).Fatal", Method, 18, ""},
17553 {"(*F).Fatalf", Method, 18, ""},
17554 {"(*F).Fuzz", Method, 18, ""},
17555 {"(*F).Helper", Method, 18, ""},
17556 {"(*F).Log", Method, 18, ""},
17557 {"(*F).Logf", Method, 18, ""},
17558 {"(*F).Name", Method, 18, ""},
17559 {"(*F).Output", Method, 25, ""},
17560 {"(*F).Setenv", Method, 18, ""},
17561 {"(*F).Skip", Method, 18, ""},
17562 {"(*F).SkipNow", Method, 18, ""},
17563 {"(*F).Skipf", Method, 18, ""},
17564 {"(*F).Skipped", Method, 18, ""},
17565 {"(*F).TempDir", Method, 18, ""},
17566 {"(*M).Run", Method, 4, ""},
17567 {"(*PB).Next", Method, 3, ""},
17568 {"(*T).ArtifactDir", Method, 26, ""},
17569 {"(*T).Attr", Method, 25, ""},
17570 {"(*T).Chdir", Method, 24, ""},
17571 {"(*T).Cleanup", Method, 14, ""},
17572 {"(*T).Context", Method, 24, ""},
17573 {"(*T).Deadline", Method, 15, ""},
17574 {"(*T).Error", Method, 0, ""},
17575 {"(*T).Errorf", Method, 0, ""},
17576 {"(*T).Fail", Method, 0, ""},
17577 {"(*T).FailNow", Method, 0, ""},
17578 {"(*T).Failed", Method, 0, ""},
17579 {"(*T).Fatal", Method, 0, ""},
17580 {"(*T).Fatalf", Method, 0, ""},
17581 {"(*T).Helper", Method, 9, ""},
17582 {"(*T).Log", Method, 0, ""},
17583 {"(*T).Logf", Method, 0, ""},
17584 {"(*T).Name", Method, 8, ""},
17585 {"(*T).Output", Method, 25, ""},
17586 {"(*T).Parallel", Method, 0, ""},
17587 {"(*T).Run", Method, 7, ""},
17588 {"(*T).Setenv", Method, 17, ""},
17589 {"(*T).Skip", Method, 1, ""},
17590 {"(*T).SkipNow", Method, 1, ""},
17591 {"(*T).Skipf", Method, 1, ""},
17592 {"(*T).Skipped", Method, 1, ""},
17593 {"(*T).TempDir", Method, 15, ""},
17594 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1, ""},
17595 {"(BenchmarkResult).AllocsPerOp", Method, 1, ""},
17596 {"(BenchmarkResult).MemString", Method, 1, ""},
17597 {"(BenchmarkResult).NsPerOp", Method, 0, ""},
17598 {"(BenchmarkResult).String", Method, 0, ""},
17599 {"(TB).ArtifactDir", Method, 26, ""},
17600 {"(TB).Attr", Method, 25, ""},
17601 {"(TB).Chdir", Method, 24, ""},
17602 {"(TB).Cleanup", Method, 14, ""},
17603 {"(TB).Context", Method, 24, ""},
17604 {"(TB).Error", Method, 2, ""},
17605 {"(TB).Errorf", Method, 2, ""},
17606 {"(TB).Fail", Method, 2, ""},
17607 {"(TB).FailNow", Method, 2, ""},
17608 {"(TB).Failed", Method, 2, ""},
17609 {"(TB).Fatal", Method, 2, ""},
17610 {"(TB).Fatalf", Method, 2, ""},
17611 {"(TB).Helper", Method, 9, ""},
17612 {"(TB).Log", Method, 2, ""},
17613 {"(TB).Logf", Method, 2, ""},
17614 {"(TB).Name", Method, 8, ""},
17615 {"(TB).Output", Method, 25, ""},
17616 {"(TB).Setenv", Method, 17, ""},
17617 {"(TB).Skip", Method, 2, ""},
17618 {"(TB).SkipNow", Method, 2, ""},
17619 {"(TB).Skipf", Method, 2, ""},
17620 {"(TB).Skipped", Method, 2, ""},
17621 {"(TB).TempDir", Method, 15, ""},
17622 {"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
17623 {"B", Type, 0, ""},
17624 {"B.N", Field, 0, ""},
17625 {"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
17626 {"BenchmarkResult", Type, 0, ""},
17627 {"BenchmarkResult.Bytes", Field, 0, ""},
17628 {"BenchmarkResult.Extra", Field, 13, ""},
17629 {"BenchmarkResult.MemAllocs", Field, 1, ""},
17630 {"BenchmarkResult.MemBytes", Field, 1, ""},
17631 {"BenchmarkResult.N", Field, 0, ""},
17632 {"BenchmarkResult.T", Field, 0, ""},
17633 {"Cover", Type, 2, ""},
17634 {"Cover.Blocks", Field, 2, ""},
17635 {"Cover.Counters", Field, 2, ""},
17636 {"Cover.CoveredPackages", Field, 2, ""},
17637 {"Cover.Mode", Field, 2, ""},
17638 {"CoverBlock", Type, 2, ""},
17639 {"CoverBlock.Col0", Field, 2, ""},
17640 {"CoverBlock.Col1", Field, 2, ""},
17641 {"CoverBlock.Line0", Field, 2, ""},
17642 {"CoverBlock.Line1", Field, 2, ""},
17643 {"CoverBlock.Stmts", Field, 2, ""},
17644 {"CoverMode", Func, 8, "func() string"},
17645 {"Coverage", Func, 4, "func() float64"},
17646 {"F", Type, 18, ""},
17647 {"Init", Func, 13, "func()"},
17648 {"InternalBenchmark", Type, 0, ""},
17649 {"InternalBenchmark.F", Field, 0, ""},
17650 {"InternalBenchmark.Name", Field, 0, ""},
17651 {"InternalExample", Type, 0, ""},
17652 {"InternalExample.F", Field, 0, ""},
17653 {"InternalExample.Name", Field, 0, ""},
17654 {"InternalExample.Output", Field, 0, ""},
17655 {"InternalExample.Unordered", Field, 7, ""},
17656 {"InternalFuzzTarget", Type, 18, ""},
17657 {"InternalFuzzTarget.Fn", Field, 18, ""},
17658 {"InternalFuzzTarget.Name", Field, 18, ""},
17659 {"InternalTest", Type, 0, ""},
17660 {"InternalTest.F", Field, 0, ""},
17661 {"InternalTest.Name", Field, 0, ""},
17662 {"M", Type, 4, ""},
17663 {"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
17664 {"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
17665 {"PB", Type, 3, ""},
17666 {"RegisterCover", Func, 2, "func(c Cover)"},
17667 {"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
17668 {"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
17669 {"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
17670 {"Short", Func, 0, "func() bool"},
17671 {"T", Type, 0, ""},
17672 {"Testing", Func, 21, "func() bool"},
17673 {"Verbose", Func, 1, "func() bool"},
17674 },
17675 "testing/cryptotest": {
17676 {"SetGlobalRandom", Func, 26, "func(t *testing.T, seed uint64)"},
17677 },
17678 "testing/fstest": {
17679 {"(MapFS).Glob", Method, 16, ""},
17680 {"(MapFS).Lstat", Method, 25, ""},
17681 {"(MapFS).Open", Method, 16, ""},
17682 {"(MapFS).ReadDir", Method, 16, ""},
17683 {"(MapFS).ReadFile", Method, 16, ""},
17684 {"(MapFS).ReadLink", Method, 25, ""},
17685 {"(MapFS).Stat", Method, 16, ""},
17686 {"(MapFS).Sub", Method, 16, ""},
17687 {"MapFS", Type, 16, ""},
17688 {"MapFile", Type, 16, ""},
17689 {"MapFile.Data", Field, 16, ""},
17690 {"MapFile.ModTime", Field, 16, ""},
17691 {"MapFile.Mode", Field, 16, ""},
17692 {"MapFile.Sys", Field, 16, ""},
17693 {"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
17694 },
17695 "testing/iotest": {
17696 {"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
17697 {"ErrReader", Func, 16, "func(err error) io.Reader"},
17698 {"ErrTimeout", Var, 0, ""},
17699 {"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
17700 {"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
17701 {"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
17702 {"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
17703 {"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
17704 {"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
17705 {"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
17706 },
17707 "testing/quick": {
17708 {"(*CheckEqualError).Error", Method, 0, ""},
17709 {"(*CheckError).Error", Method, 0, ""},
17710 {"(Generator).Generate", Method, 0, ""},
17711 {"(SetupError).Error", Method, 0, ""},
17712 {"Check", Func, 0, "func(f any, config *Config) error"},
17713 {"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
17714 {"CheckEqualError", Type, 0, ""},
17715 {"CheckEqualError.CheckError", Field, 0, ""},
17716 {"CheckEqualError.Out1", Field, 0, ""},
17717 {"CheckEqualError.Out2", Field, 0, ""},
17718 {"CheckError", Type, 0, ""},
17719 {"CheckError.Count", Field, 0, ""},
17720 {"CheckError.In", Field, 0, ""},
17721 {"Config", Type, 0, ""},
17722 {"Config.MaxCount", Field, 0, ""},
17723 {"Config.MaxCountScale", Field, 0, ""},
17724 {"Config.Rand", Field, 0, ""},
17725 {"Config.Values", Field, 0, ""},
17726 {"Generator", Type, 0, ""},
17727 {"SetupError", Type, 0, ""},
17728 {"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
17729 },
17730 "testing/slogtest": {
17731 {"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
17732 {"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
17733 },
17734 "testing/synctest": {
17735 {"Sleep", Func, 27, "func(d time.Duration)"},
17736 {"Test", Func, 25, "func(t *testing.T, f func(*testing.T))"},
17737 {"Wait", Func, 25, "func()"},
17738 },
17739 "text/scanner": {
17740 {"(*Position).IsValid", Method, 0, ""},
17741 {"(*Scanner).Init", Method, 0, ""},
17742 {"(*Scanner).IsValid", Method, 0, ""},
17743 {"(*Scanner).Next", Method, 0, ""},
17744 {"(*Scanner).Peek", Method, 0, ""},
17745 {"(*Scanner).Pos", Method, 0, ""},
17746 {"(*Scanner).Scan", Method, 0, ""},
17747 {"(*Scanner).TokenText", Method, 0, ""},
17748 {"(Position).String", Method, 0, ""},
17749 {"(Scanner).String", Method, 0, ""},
17750 {"Char", Const, 0, ""},
17751 {"Comment", Const, 0, ""},
17752 {"EOF", Const, 0, ""},
17753 {"Float", Const, 0, ""},
17754 {"GoTokens", Const, 0, ""},
17755 {"GoWhitespace", Const, 0, ""},
17756 {"Ident", Const, 0, ""},
17757 {"Int", Const, 0, ""},
17758 {"Position", Type, 0, ""},
17759 {"Position.Column", Field, 0, ""},
17760 {"Position.Filename", Field, 0, ""},
17761 {"Position.Line", Field, 0, ""},
17762 {"Position.Offset", Field, 0, ""},
17763 {"RawString", Const, 0, ""},
17764 {"ScanChars", Const, 0, ""},
17765 {"ScanComments", Const, 0, ""},
17766 {"ScanFloats", Const, 0, ""},
17767 {"ScanIdents", Const, 0, ""},
17768 {"ScanInts", Const, 0, ""},
17769 {"ScanRawStrings", Const, 0, ""},
17770 {"ScanStrings", Const, 0, ""},
17771 {"Scanner", Type, 0, ""},
17772 {"Scanner.Error", Field, 0, ""},
17773 {"Scanner.ErrorCount", Field, 0, ""},
17774 {"Scanner.IsIdentRune", Field, 4, ""},
17775 {"Scanner.Mode", Field, 0, ""},
17776 {"Scanner.Position", Field, 0, ""},
17777 {"Scanner.Whitespace", Field, 0, ""},
17778 {"SkipComments", Const, 0, ""},
17779 {"String", Const, 0, ""},
17780 {"TokenString", Func, 0, "func(tok rune) string"},
17781 },
17782 "text/tabwriter": {
17783 {"(*Writer).Flush", Method, 0, ""},
17784 {"(*Writer).Init", Method, 0, ""},
17785 {"(*Writer).Write", Method, 0, ""},
17786 {"AlignRight", Const, 0, ""},
17787 {"Debug", Const, 0, ""},
17788 {"DiscardEmptyColumns", Const, 0, ""},
17789 {"Escape", Const, 0, ""},
17790 {"FilterHTML", Const, 0, ""},
17791 {"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
17792 {"StripEscape", Const, 0, ""},
17793 {"TabIndent", Const, 0, ""},
17794 {"Writer", Type, 0, ""},
17795 },
17796 "text/template": {
17797 {"(*Template).AddParseTree", Method, 0, ""},
17798 {"(*Template).Clone", Method, 0, ""},
17799 {"(*Template).DefinedTemplates", Method, 5, ""},
17800 {"(*Template).Delims", Method, 0, ""},
17801 {"(*Template).Execute", Method, 0, ""},
17802 {"(*Template).ExecuteTemplate", Method, 0, ""},
17803 {"(*Template).Funcs", Method, 0, ""},
17804 {"(*Template).Lookup", Method, 0, ""},
17805 {"(*Template).Name", Method, 0, ""},
17806 {"(*Template).New", Method, 0, ""},
17807 {"(*Template).Option", Method, 5, ""},
17808 {"(*Template).Parse", Method, 0, ""},
17809 {"(*Template).ParseFS", Method, 16, ""},
17810 {"(*Template).ParseFiles", Method, 0, ""},
17811 {"(*Template).ParseGlob", Method, 0, ""},
17812 {"(*Template).Templates", Method, 0, ""},
17813 {"(ExecError).Error", Method, 6, ""},
17814 {"(ExecError).Unwrap", Method, 13, ""},
17815 {"(Template).Copy", Method, 2, ""},
17816 {"(Template).ErrorContext", Method, 1, ""},
17817 {"ExecError", Type, 6, ""},
17818 {"ExecError.Err", Field, 6, ""},
17819 {"ExecError.Name", Field, 6, ""},
17820 {"FuncMap", Type, 0, ""},
17821 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
17822 {"HTMLEscapeString", Func, 0, "func(s string) string"},
17823 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
17824 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
17825 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
17826 {"JSEscapeString", Func, 0, "func(s string) string"},
17827 {"JSEscaper", Func, 0, "func(args ...any) string"},
17828 {"Must", Func, 0, "func(t *Template, err error) *Template"},
17829 {"New", Func, 0, "func(name string) *Template"},
17830 {"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
17831 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
17832 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
17833 {"Template", Type, 0, ""},
17834 {"Template.Tree", Field, 0, ""},
17835 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
17836 },
17837 "text/template/parse": {
17838 {"(*ActionNode).Copy", Method, 0, ""},
17839 {"(*ActionNode).String", Method, 0, ""},
17840 {"(*BoolNode).Copy", Method, 0, ""},
17841 {"(*BoolNode).String", Method, 0, ""},
17842 {"(*BranchNode).Copy", Method, 4, ""},
17843 {"(*BranchNode).String", Method, 0, ""},
17844 {"(*BreakNode).Copy", Method, 18, ""},
17845 {"(*BreakNode).String", Method, 18, ""},
17846 {"(*ChainNode).Add", Method, 1, ""},
17847 {"(*ChainNode).Copy", Method, 1, ""},
17848 {"(*ChainNode).String", Method, 1, ""},
17849 {"(*CommandNode).Copy", Method, 0, ""},
17850 {"(*CommandNode).String", Method, 0, ""},
17851 {"(*CommentNode).Copy", Method, 16, ""},
17852 {"(*CommentNode).String", Method, 16, ""},
17853 {"(*ContinueNode).Copy", Method, 18, ""},
17854 {"(*ContinueNode).String", Method, 18, ""},
17855 {"(*DotNode).Copy", Method, 0, ""},
17856 {"(*DotNode).String", Method, 0, ""},
17857 {"(*DotNode).Type", Method, 0, ""},
17858 {"(*FieldNode).Copy", Method, 0, ""},
17859 {"(*FieldNode).String", Method, 0, ""},
17860 {"(*IdentifierNode).Copy", Method, 0, ""},
17861 {"(*IdentifierNode).SetPos", Method, 1, ""},
17862 {"(*IdentifierNode).SetTree", Method, 4, ""},
17863 {"(*IdentifierNode).String", Method, 0, ""},
17864 {"(*IfNode).Copy", Method, 0, ""},
17865 {"(*IfNode).String", Method, 0, ""},
17866 {"(*ListNode).Copy", Method, 0, ""},
17867 {"(*ListNode).CopyList", Method, 0, ""},
17868 {"(*ListNode).String", Method, 0, ""},
17869 {"(*NilNode).Copy", Method, 1, ""},
17870 {"(*NilNode).String", Method, 1, ""},
17871 {"(*NilNode).Type", Method, 1, ""},
17872 {"(*NumberNode).Copy", Method, 0, ""},
17873 {"(*NumberNode).String", Method, 0, ""},
17874 {"(*PipeNode).Copy", Method, 0, ""},
17875 {"(*PipeNode).CopyPipe", Method, 0, ""},
17876 {"(*PipeNode).String", Method, 0, ""},
17877 {"(*RangeNode).Copy", Method, 0, ""},
17878 {"(*RangeNode).String", Method, 0, ""},
17879 {"(*StringNode).Copy", Method, 0, ""},
17880 {"(*StringNode).String", Method, 0, ""},
17881 {"(*TemplateNode).Copy", Method, 0, ""},
17882 {"(*TemplateNode).String", Method, 0, ""},
17883 {"(*TextNode).Copy", Method, 0, ""},
17884 {"(*TextNode).String", Method, 0, ""},
17885 {"(*Tree).Copy", Method, 2, ""},
17886 {"(*Tree).ErrorContext", Method, 1, ""},
17887 {"(*Tree).Parse", Method, 0, ""},
17888 {"(*VariableNode).Copy", Method, 0, ""},
17889 {"(*VariableNode).String", Method, 0, ""},
17890 {"(*WithNode).Copy", Method, 0, ""},
17891 {"(*WithNode).String", Method, 0, ""},
17892 {"(ActionNode).Position", Method, 1, ""},
17893 {"(ActionNode).Type", Method, 0, ""},
17894 {"(BoolNode).Position", Method, 1, ""},
17895 {"(BoolNode).Type", Method, 0, ""},
17896 {"(BranchNode).Position", Method, 1, ""},
17897 {"(BranchNode).Type", Method, 0, ""},
17898 {"(BreakNode).Position", Method, 18, ""},
17899 {"(BreakNode).Type", Method, 18, ""},
17900 {"(ChainNode).Position", Method, 1, ""},
17901 {"(ChainNode).Type", Method, 1, ""},
17902 {"(CommandNode).Position", Method, 1, ""},
17903 {"(CommandNode).Type", Method, 0, ""},
17904 {"(CommentNode).Position", Method, 16, ""},
17905 {"(CommentNode).Type", Method, 16, ""},
17906 {"(ContinueNode).Position", Method, 18, ""},
17907 {"(ContinueNode).Type", Method, 18, ""},
17908 {"(DotNode).Position", Method, 1, ""},
17909 {"(FieldNode).Position", Method, 1, ""},
17910 {"(FieldNode).Type", Method, 0, ""},
17911 {"(IdentifierNode).Position", Method, 1, ""},
17912 {"(IdentifierNode).Type", Method, 0, ""},
17913 {"(IfNode).Position", Method, 1, ""},
17914 {"(IfNode).Type", Method, 0, ""},
17915 {"(ListNode).Position", Method, 1, ""},
17916 {"(ListNode).Type", Method, 0, ""},
17917 {"(NilNode).Position", Method, 1, ""},
17918 {"(Node).Copy", Method, 0, ""},
17919 {"(Node).Position", Method, 1, ""},
17920 {"(Node).String", Method, 0, ""},
17921 {"(Node).Type", Method, 0, ""},
17922 {"(NodeType).Type", Method, 0, ""},
17923 {"(NumberNode).Position", Method, 1, ""},
17924 {"(NumberNode).Type", Method, 0, ""},
17925 {"(PipeNode).Position", Method, 1, ""},
17926 {"(PipeNode).Type", Method, 0, ""},
17927 {"(Pos).Position", Method, 1, ""},
17928 {"(RangeNode).Position", Method, 1, ""},
17929 {"(RangeNode).Type", Method, 0, ""},
17930 {"(StringNode).Position", Method, 1, ""},
17931 {"(StringNode).Type", Method, 0, ""},
17932 {"(TemplateNode).Position", Method, 1, ""},
17933 {"(TemplateNode).Type", Method, 0, ""},
17934 {"(TextNode).Position", Method, 1, ""},
17935 {"(TextNode).Type", Method, 0, ""},
17936 {"(VariableNode).Position", Method, 1, ""},
17937 {"(VariableNode).Type", Method, 0, ""},
17938 {"(WithNode).Position", Method, 1, ""},
17939 {"(WithNode).Type", Method, 0, ""},
17940 {"ActionNode", Type, 0, ""},
17941 {"ActionNode.Line", Field, 0, ""},
17942 {"ActionNode.NodeType", Field, 0, ""},
17943 {"ActionNode.Pipe", Field, 0, ""},
17944 {"ActionNode.Pos", Field, 1, ""},
17945 {"BoolNode", Type, 0, ""},
17946 {"BoolNode.NodeType", Field, 0, ""},
17947 {"BoolNode.Pos", Field, 1, ""},
17948 {"BoolNode.True", Field, 0, ""},
17949 {"BranchNode", Type, 0, ""},
17950 {"BranchNode.ElseList", Field, 0, ""},
17951 {"BranchNode.Line", Field, 0, ""},
17952 {"BranchNode.List", Field, 0, ""},
17953 {"BranchNode.NodeType", Field, 0, ""},
17954 {"BranchNode.Pipe", Field, 0, ""},
17955 {"BranchNode.Pos", Field, 1, ""},
17956 {"BreakNode", Type, 18, ""},
17957 {"BreakNode.Line", Field, 18, ""},
17958 {"BreakNode.NodeType", Field, 18, ""},
17959 {"BreakNode.Pos", Field, 18, ""},
17960 {"ChainNode", Type, 1, ""},
17961 {"ChainNode.Field", Field, 1, ""},
17962 {"ChainNode.Node", Field, 1, ""},
17963 {"ChainNode.NodeType", Field, 1, ""},
17964 {"ChainNode.Pos", Field, 1, ""},
17965 {"CommandNode", Type, 0, ""},
17966 {"CommandNode.Args", Field, 0, ""},
17967 {"CommandNode.NodeType", Field, 0, ""},
17968 {"CommandNode.Pos", Field, 1, ""},
17969 {"CommentNode", Type, 16, ""},
17970 {"CommentNode.NodeType", Field, 16, ""},
17971 {"CommentNode.Pos", Field, 16, ""},
17972 {"CommentNode.Text", Field, 16, ""},
17973 {"ContinueNode", Type, 18, ""},
17974 {"ContinueNode.Line", Field, 18, ""},
17975 {"ContinueNode.NodeType", Field, 18, ""},
17976 {"ContinueNode.Pos", Field, 18, ""},
17977 {"DotNode", Type, 0, ""},
17978 {"DotNode.NodeType", Field, 4, ""},
17979 {"DotNode.Pos", Field, 1, ""},
17980 {"FieldNode", Type, 0, ""},
17981 {"FieldNode.Ident", Field, 0, ""},
17982 {"FieldNode.NodeType", Field, 0, ""},
17983 {"FieldNode.Pos", Field, 1, ""},
17984 {"IdentifierNode", Type, 0, ""},
17985 {"IdentifierNode.Ident", Field, 0, ""},
17986 {"IdentifierNode.NodeType", Field, 0, ""},
17987 {"IdentifierNode.Pos", Field, 1, ""},
17988 {"IfNode", Type, 0, ""},
17989 {"IfNode.BranchNode", Field, 0, ""},
17990 {"IsEmptyTree", Func, 0, "func(n Node) bool"},
17991 {"ListNode", Type, 0, ""},
17992 {"ListNode.NodeType", Field, 0, ""},
17993 {"ListNode.Nodes", Field, 0, ""},
17994 {"ListNode.Pos", Field, 1, ""},
17995 {"Mode", Type, 16, ""},
17996 {"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
17997 {"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
17998 {"NilNode", Type, 1, ""},
17999 {"NilNode.NodeType", Field, 4, ""},
18000 {"NilNode.Pos", Field, 1, ""},
18001 {"Node", Type, 0, ""},
18002 {"NodeAction", Const, 0, ""},
18003 {"NodeBool", Const, 0, ""},
18004 {"NodeBreak", Const, 18, ""},
18005 {"NodeChain", Const, 1, ""},
18006 {"NodeCommand", Const, 0, ""},
18007 {"NodeComment", Const, 16, ""},
18008 {"NodeContinue", Const, 18, ""},
18009 {"NodeDot", Const, 0, ""},
18010 {"NodeField", Const, 0, ""},
18011 {"NodeIdentifier", Const, 0, ""},
18012 {"NodeIf", Const, 0, ""},
18013 {"NodeList", Const, 0, ""},
18014 {"NodeNil", Const, 1, ""},
18015 {"NodeNumber", Const, 0, ""},
18016 {"NodePipe", Const, 0, ""},
18017 {"NodeRange", Const, 0, ""},
18018 {"NodeString", Const, 0, ""},
18019 {"NodeTemplate", Const, 0, ""},
18020 {"NodeText", Const, 0, ""},
18021 {"NodeType", Type, 0, ""},
18022 {"NodeVariable", Const, 0, ""},
18023 {"NodeWith", Const, 0, ""},
18024 {"NumberNode", Type, 0, ""},
18025 {"NumberNode.Complex128", Field, 0, ""},
18026 {"NumberNode.Float64", Field, 0, ""},
18027 {"NumberNode.Int64", Field, 0, ""},
18028 {"NumberNode.IsComplex", Field, 0, ""},
18029 {"NumberNode.IsFloat", Field, 0, ""},
18030 {"NumberNode.IsInt", Field, 0, ""},
18031 {"NumberNode.IsUint", Field, 0, ""},
18032 {"NumberNode.NodeType", Field, 0, ""},
18033 {"NumberNode.Pos", Field, 1, ""},
18034 {"NumberNode.Text", Field, 0, ""},
18035 {"NumberNode.Uint64", Field, 0, ""},
18036 {"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
18037 {"ParseComments", Const, 16, ""},
18038 {"PipeNode", Type, 0, ""},
18039 {"PipeNode.Cmds", Field, 0, ""},
18040 {"PipeNode.Decl", Field, 0, ""},
18041 {"PipeNode.IsAssign", Field, 11, ""},
18042 {"PipeNode.Line", Field, 0, ""},
18043 {"PipeNode.NodeType", Field, 0, ""},
18044 {"PipeNode.Pos", Field, 1, ""},
18045 {"Pos", Type, 1, ""},
18046 {"RangeNode", Type, 0, ""},
18047 {"RangeNode.BranchNode", Field, 0, ""},
18048 {"SkipFuncCheck", Const, 17, ""},
18049 {"StringNode", Type, 0, ""},
18050 {"StringNode.NodeType", Field, 0, ""},
18051 {"StringNode.Pos", Field, 1, ""},
18052 {"StringNode.Quoted", Field, 0, ""},
18053 {"StringNode.Text", Field, 0, ""},
18054 {"TemplateNode", Type, 0, ""},
18055 {"TemplateNode.Line", Field, 0, ""},
18056 {"TemplateNode.Name", Field, 0, ""},
18057 {"TemplateNode.NodeType", Field, 0, ""},
18058 {"TemplateNode.Pipe", Field, 0, ""},
18059 {"TemplateNode.Pos", Field, 1, ""},
18060 {"TextNode", Type, 0, ""},
18061 {"TextNode.NodeType", Field, 0, ""},
18062 {"TextNode.Pos", Field, 1, ""},
18063 {"TextNode.Text", Field, 0, ""},
18064 {"Tree", Type, 0, ""},
18065 {"Tree.Mode", Field, 16, ""},
18066 {"Tree.Name", Field, 0, ""},
18067 {"Tree.ParseName", Field, 1, ""},
18068 {"Tree.Root", Field, 0, ""},
18069 {"VariableNode", Type, 0, ""},
18070 {"VariableNode.Ident", Field, 0, ""},
18071 {"VariableNode.NodeType", Field, 0, ""},
18072 {"VariableNode.Pos", Field, 1, ""},
18073 {"WithNode", Type, 0, ""},
18074 {"WithNode.BranchNode", Field, 0, ""},
18075 },
18076 "time": {
18077 {"(*Location).String", Method, 0, ""},
18078 {"(*ParseError).Error", Method, 0, ""},
18079 {"(*Ticker).Reset", Method, 15, ""},
18080 {"(*Ticker).Stop", Method, 0, ""},
18081 {"(*Time).GobDecode", Method, 0, ""},
18082 {"(*Time).UnmarshalBinary", Method, 2, ""},
18083 {"(*Time).UnmarshalJSON", Method, 0, ""},
18084 {"(*Time).UnmarshalText", Method, 2, ""},
18085 {"(*Timer).Reset", Method, 1, ""},
18086 {"(*Timer).Stop", Method, 0, ""},
18087 {"(Duration).Abs", Method, 19, ""},
18088 {"(Duration).Hours", Method, 0, ""},
18089 {"(Duration).Microseconds", Method, 13, ""},
18090 {"(Duration).Milliseconds", Method, 13, ""},
18091 {"(Duration).Minutes", Method, 0, ""},
18092 {"(Duration).Nanoseconds", Method, 0, ""},
18093 {"(Duration).Round", Method, 9, ""},
18094 {"(Duration).Seconds", Method, 0, ""},
18095 {"(Duration).String", Method, 0, ""},
18096 {"(Duration).Truncate", Method, 9, ""},
18097 {"(Month).String", Method, 0, ""},
18098 {"(Time).Add", Method, 0, ""},
18099 {"(Time).AddDate", Method, 0, ""},
18100 {"(Time).After", Method, 0, ""},
18101 {"(Time).AppendBinary", Method, 24, ""},
18102 {"(Time).AppendFormat", Method, 5, ""},
18103 {"(Time).AppendText", Method, 24, ""},
18104 {"(Time).Before", Method, 0, ""},
18105 {"(Time).Clock", Method, 0, ""},
18106 {"(Time).Compare", Method, 20, ""},
18107 {"(Time).Date", Method, 0, ""},
18108 {"(Time).Day", Method, 0, ""},
18109 {"(Time).Equal", Method, 0, ""},
18110 {"(Time).Format", Method, 0, ""},
18111 {"(Time).GoString", Method, 17, ""},
18112 {"(Time).GobEncode", Method, 0, ""},
18113 {"(Time).Hour", Method, 0, ""},
18114 {"(Time).ISOWeek", Method, 0, ""},
18115 {"(Time).In", Method, 0, ""},
18116 {"(Time).IsDST", Method, 17, ""},
18117 {"(Time).IsZero", Method, 0, ""},
18118 {"(Time).Local", Method, 0, ""},
18119 {"(Time).Location", Method, 0, ""},
18120 {"(Time).MarshalBinary", Method, 2, ""},
18121 {"(Time).MarshalJSON", Method, 0, ""},
18122 {"(Time).MarshalText", Method, 2, ""},
18123 {"(Time).Minute", Method, 0, ""},
18124 {"(Time).Month", Method, 0, ""},
18125 {"(Time).Nanosecond", Method, 0, ""},
18126 {"(Time).Round", Method, 1, ""},
18127 {"(Time).Second", Method, 0, ""},
18128 {"(Time).String", Method, 0, ""},
18129 {"(Time).Sub", Method, 0, ""},
18130 {"(Time).Truncate", Method, 1, ""},
18131 {"(Time).UTC", Method, 0, ""},
18132 {"(Time).Unix", Method, 0, ""},
18133 {"(Time).UnixMicro", Method, 17, ""},
18134 {"(Time).UnixMilli", Method, 17, ""},
18135 {"(Time).UnixNano", Method, 0, ""},
18136 {"(Time).Weekday", Method, 0, ""},
18137 {"(Time).Year", Method, 0, ""},
18138 {"(Time).YearDay", Method, 1, ""},
18139 {"(Time).Zone", Method, 0, ""},
18140 {"(Time).ZoneBounds", Method, 19, ""},
18141 {"(Weekday).String", Method, 0, ""},
18142 {"ANSIC", Const, 0, ""},
18143 {"After", Func, 0, "func(d Duration) <-chan Time"},
18144 {"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
18145 {"April", Const, 0, ""},
18146 {"August", Const, 0, ""},
18147 {"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
18148 {"DateOnly", Const, 20, ""},
18149 {"DateTime", Const, 20, ""},
18150 {"December", Const, 0, ""},
18151 {"Duration", Type, 0, ""},
18152 {"February", Const, 0, ""},
18153 {"FixedZone", Func, 0, "func(name string, offset int) *Location"},
18154 {"Friday", Const, 0, ""},
18155 {"Hour", Const, 0, ""},
18156 {"January", Const, 0, ""},
18157 {"July", Const, 0, ""},
18158 {"June", Const, 0, ""},
18159 {"Kitchen", Const, 0, ""},
18160 {"Layout", Const, 17, ""},
18161 {"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
18162 {"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
18163 {"Local", Var, 0, ""},
18164 {"Location", Type, 0, ""},
18165 {"March", Const, 0, ""},
18166 {"May", Const, 0, ""},
18167 {"Microsecond", Const, 0, ""},
18168 {"Millisecond", Const, 0, ""},
18169 {"Minute", Const, 0, ""},
18170 {"Monday", Const, 0, ""},
18171 {"Month", Type, 0, ""},
18172 {"Nanosecond", Const, 0, ""},
18173 {"NewTicker", Func, 0, "func(d Duration) *Ticker"},
18174 {"NewTimer", Func, 0, "func(d Duration) *Timer"},
18175 {"November", Const, 0, ""},
18176 {"Now", Func, 0, "func() Time"},
18177 {"October", Const, 0, ""},
18178 {"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
18179 {"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
18180 {"ParseError", Type, 0, ""},
18181 {"ParseError.Layout", Field, 0, ""},
18182 {"ParseError.LayoutElem", Field, 0, ""},
18183 {"ParseError.Message", Field, 0, ""},
18184 {"ParseError.Value", Field, 0, ""},
18185 {"ParseError.ValueElem", Field, 0, ""},
18186 {"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
18187 {"RFC1123", Const, 0, ""},
18188 {"RFC1123Z", Const, 0, ""},
18189 {"RFC3339", Const, 0, ""},
18190 {"RFC3339Nano", Const, 0, ""},
18191 {"RFC822", Const, 0, ""},
18192 {"RFC822Z", Const, 0, ""},
18193 {"RFC850", Const, 0, ""},
18194 {"RubyDate", Const, 0, ""},
18195 {"Saturday", Const, 0, ""},
18196 {"Second", Const, 0, ""},
18197 {"September", Const, 0, ""},
18198 {"Since", Func, 0, "func(t Time) Duration"},
18199 {"Sleep", Func, 0, "func(d Duration)"},
18200 {"Stamp", Const, 0, ""},
18201 {"StampMicro", Const, 0, ""},
18202 {"StampMilli", Const, 0, ""},
18203 {"StampNano", Const, 0, ""},
18204 {"Sunday", Const, 0, ""},
18205 {"Thursday", Const, 0, ""},
18206 {"Tick", Func, 0, "func(d Duration) <-chan Time"},
18207 {"Ticker", Type, 0, ""},
18208 {"Ticker.C", Field, 0, ""},
18209 {"Time", Type, 0, ""},
18210 {"TimeOnly", Const, 20, ""},
18211 {"Timer", Type, 0, ""},
18212 {"Timer.C", Field, 0, ""},
18213 {"Tuesday", Const, 0, ""},
18214 {"UTC", Var, 0, ""},
18215 {"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
18216 {"UnixDate", Const, 0, ""},
18217 {"UnixMicro", Func, 17, "func(usec int64) Time"},
18218 {"UnixMilli", Func, 17, "func(msec int64) Time"},
18219 {"Until", Func, 8, "func(t Time) Duration"},
18220 {"Wednesday", Const, 0, ""},
18221 {"Weekday", Type, 0, ""},
18222 },
18223 "unicode": {
18224 {"(SpecialCase).ToLower", Method, 0, ""},
18225 {"(SpecialCase).ToTitle", Method, 0, ""},
18226 {"(SpecialCase).ToUpper", Method, 0, ""},
18227 {"ASCII_Hex_Digit", Var, 0, ""},
18228 {"Adlam", Var, 7, ""},
18229 {"Ahom", Var, 5, ""},
18230 {"Anatolian_Hieroglyphs", Var, 5, ""},
18231 {"Arabic", Var, 0, ""},
18232 {"Armenian", Var, 0, ""},
18233 {"Avestan", Var, 0, ""},
18234 {"AzeriCase", Var, 0, ""},
18235 {"Balinese", Var, 0, ""},
18236 {"Bamum", Var, 0, ""},
18237 {"Bassa_Vah", Var, 4, ""},
18238 {"Batak", Var, 0, ""},
18239 {"Bengali", Var, 0, ""},
18240 {"Beria_Erfe", Var, 27, ""},
18241 {"Bhaiksuki", Var, 7, ""},
18242 {"Bidi_Control", Var, 0, ""},
18243 {"Bopomofo", Var, 0, ""},
18244 {"Brahmi", Var, 0, ""},
18245 {"Braille", Var, 0, ""},
18246 {"Buginese", Var, 0, ""},
18247 {"Buhid", Var, 0, ""},
18248 {"C", Var, 0, ""},
18249 {"Canadian_Aboriginal", Var, 0, ""},
18250 {"Carian", Var, 0, ""},
18251 {"CaseRange", Type, 0, ""},
18252 {"CaseRange.Delta", Field, 0, ""},
18253 {"CaseRange.Hi", Field, 0, ""},
18254 {"CaseRange.Lo", Field, 0, ""},
18255 {"CaseRanges", Var, 0, ""},
18256 {"Categories", Var, 0, ""},
18257 {"CategoryAliases", Var, 25, ""},
18258 {"Caucasian_Albanian", Var, 4, ""},
18259 {"Cc", Var, 0, ""},
18260 {"Cf", Var, 0, ""},
18261 {"Chakma", Var, 1, ""},
18262 {"Cham", Var, 0, ""},
18263 {"Cherokee", Var, 0, ""},
18264 {"Chorasmian", Var, 16, ""},
18265 {"Cn", Var, 25, ""},
18266 {"Co", Var, 0, ""},
18267 {"Common", Var, 0, ""},
18268 {"Coptic", Var, 0, ""},
18269 {"Cs", Var, 0, ""},
18270 {"Cuneiform", Var, 0, ""},
18271 {"Cypriot", Var, 0, ""},
18272 {"Cypro_Minoan", Var, 21, ""},
18273 {"Cyrillic", Var, 0, ""},
18274 {"Dash", Var, 0, ""},
18275 {"Deprecated", Var, 0, ""},
18276 {"Deseret", Var, 0, ""},
18277 {"Devanagari", Var, 0, ""},
18278 {"Diacritic", Var, 0, ""},
18279 {"Digit", Var, 0, ""},
18280 {"Dives_Akuru", Var, 16, ""},
18281 {"Dogra", Var, 13, ""},
18282 {"Duployan", Var, 4, ""},
18283 {"Egyptian_Hieroglyphs", Var, 0, ""},
18284 {"Elbasan", Var, 4, ""},
18285 {"Elymaic", Var, 14, ""},
18286 {"Ethiopic", Var, 0, ""},
18287 {"Extender", Var, 0, ""},
18288 {"FoldCategory", Var, 0, ""},
18289 {"FoldScript", Var, 0, ""},
18290 {"Garay", Var, 27, ""},
18291 {"Georgian", Var, 0, ""},
18292 {"Glagolitic", Var, 0, ""},
18293 {"Gothic", Var, 0, ""},
18294 {"Grantha", Var, 4, ""},
18295 {"GraphicRanges", Var, 0, ""},
18296 {"Greek", Var, 0, ""},
18297 {"Gujarati", Var, 0, ""},
18298 {"Gunjala_Gondi", Var, 13, ""},
18299 {"Gurmukhi", Var, 0, ""},
18300 {"Gurung_Khema", Var, 27, ""},
18301 {"Han", Var, 0, ""},
18302 {"Hangul", Var, 0, ""},
18303 {"Hanifi_Rohingya", Var, 13, ""},
18304 {"Hanunoo", Var, 0, ""},
18305 {"Hatran", Var, 5, ""},
18306 {"Hebrew", Var, 0, ""},
18307 {"Hex_Digit", Var, 0, ""},
18308 {"Hiragana", Var, 0, ""},
18309 {"Hyphen", Var, 0, ""},
18310 {"IDS_Binary_Operator", Var, 0, ""},
18311 {"IDS_Trinary_Operator", Var, 0, ""},
18312 {"IDS_Unary_Operator", Var, 27, ""},
18313 {"ID_Compat_Math_Continue", Var, 27, ""},
18314 {"ID_Compat_Math_Start", Var, 27, ""},
18315 {"Ideographic", Var, 0, ""},
18316 {"Imperial_Aramaic", Var, 0, ""},
18317 {"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
18318 {"Inherited", Var, 0, ""},
18319 {"Inscriptional_Pahlavi", Var, 0, ""},
18320 {"Inscriptional_Parthian", Var, 0, ""},
18321 {"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
18322 {"IsControl", Func, 0, "func(r rune) bool"},
18323 {"IsDigit", Func, 0, "func(r rune) bool"},
18324 {"IsGraphic", Func, 0, "func(r rune) bool"},
18325 {"IsLetter", Func, 0, "func(r rune) bool"},
18326 {"IsLower", Func, 0, "func(r rune) bool"},
18327 {"IsMark", Func, 0, "func(r rune) bool"},
18328 {"IsNumber", Func, 0, "func(r rune) bool"},
18329 {"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
18330 {"IsPrint", Func, 0, "func(r rune) bool"},
18331 {"IsPunct", Func, 0, "func(r rune) bool"},
18332 {"IsSpace", Func, 0, "func(r rune) bool"},
18333 {"IsSymbol", Func, 0, "func(r rune) bool"},
18334 {"IsTitle", Func, 0, "func(r rune) bool"},
18335 {"IsUpper", Func, 0, "func(r rune) bool"},
18336 {"Javanese", Var, 0, ""},
18337 {"Join_Control", Var, 0, ""},
18338 {"Kaithi", Var, 0, ""},
18339 {"Kannada", Var, 0, ""},
18340 {"Katakana", Var, 0, ""},
18341 {"Kawi", Var, 21, ""},
18342 {"Kayah_Li", Var, 0, ""},
18343 {"Kharoshthi", Var, 0, ""},
18344 {"Khitan_Small_Script", Var, 16, ""},
18345 {"Khmer", Var, 0, ""},
18346 {"Khojki", Var, 4, ""},
18347 {"Khudawadi", Var, 4, ""},
18348 {"Kirat_Rai", Var, 27, ""},
18349 {"L", Var, 0, ""},
18350 {"LC", Var, 25, ""},
18351 {"Lao", Var, 0, ""},
18352 {"Latin", Var, 0, ""},
18353 {"Lepcha", Var, 0, ""},
18354 {"Letter", Var, 0, ""},
18355 {"Limbu", Var, 0, ""},
18356 {"Linear_A", Var, 4, ""},
18357 {"Linear_B", Var, 0, ""},
18358 {"Lisu", Var, 0, ""},
18359 {"Ll", Var, 0, ""},
18360 {"Lm", Var, 0, ""},
18361 {"Lo", Var, 0, ""},
18362 {"Logical_Order_Exception", Var, 0, ""},
18363 {"Lower", Var, 0, ""},
18364 {"LowerCase", Const, 0, ""},
18365 {"Lt", Var, 0, ""},
18366 {"Lu", Var, 0, ""},
18367 {"Lycian", Var, 0, ""},
18368 {"Lydian", Var, 0, ""},
18369 {"M", Var, 0, ""},
18370 {"Mahajani", Var, 4, ""},
18371 {"Makasar", Var, 13, ""},
18372 {"Malayalam", Var, 0, ""},
18373 {"Mandaic", Var, 0, ""},
18374 {"Manichaean", Var, 4, ""},
18375 {"Marchen", Var, 7, ""},
18376 {"Mark", Var, 0, ""},
18377 {"Masaram_Gondi", Var, 10, ""},
18378 {"MaxASCII", Const, 0, ""},
18379 {"MaxCase", Const, 0, ""},
18380 {"MaxLatin1", Const, 0, ""},
18381 {"MaxRune", Const, 0, ""},
18382 {"Mc", Var, 0, ""},
18383 {"Me", Var, 0, ""},
18384 {"Medefaidrin", Var, 13, ""},
18385 {"Meetei_Mayek", Var, 0, ""},
18386 {"Mende_Kikakui", Var, 4, ""},
18387 {"Meroitic_Cursive", Var, 1, ""},
18388 {"Meroitic_Hieroglyphs", Var, 1, ""},
18389 {"Miao", Var, 1, ""},
18390 {"Mn", Var, 0, ""},
18391 {"Modi", Var, 4, ""},
18392 {"Modifier_Combining_Mark", Var, 27, ""},
18393 {"Mongolian", Var, 0, ""},
18394 {"Mro", Var, 4, ""},
18395 {"Multani", Var, 5, ""},
18396 {"Myanmar", Var, 0, ""},
18397 {"N", Var, 0, ""},
18398 {"Nabataean", Var, 4, ""},
18399 {"Nag_Mundari", Var, 21, ""},
18400 {"Nandinagari", Var, 14, ""},
18401 {"Nd", Var, 0, ""},
18402 {"New_Tai_Lue", Var, 0, ""},
18403 {"Newa", Var, 7, ""},
18404 {"Nko", Var, 0, ""},
18405 {"Nl", Var, 0, ""},
18406 {"No", Var, 0, ""},
18407 {"Noncharacter_Code_Point", Var, 0, ""},
18408 {"Number", Var, 0, ""},
18409 {"Nushu", Var, 10, ""},
18410 {"Nyiakeng_Puachue_Hmong", Var, 14, ""},
18411 {"Ogham", Var, 0, ""},
18412 {"Ol_Chiki", Var, 0, ""},
18413 {"Ol_Onal", Var, 27, ""},
18414 {"Old_Hungarian", Var, 5, ""},
18415 {"Old_Italic", Var, 0, ""},
18416 {"Old_North_Arabian", Var, 4, ""},
18417 {"Old_Permic", Var, 4, ""},
18418 {"Old_Persian", Var, 0, ""},
18419 {"Old_Sogdian", Var, 13, ""},
18420 {"Old_South_Arabian", Var, 0, ""},
18421 {"Old_Turkic", Var, 0, ""},
18422 {"Old_Uyghur", Var, 21, ""},
18423 {"Oriya", Var, 0, ""},
18424 {"Osage", Var, 7, ""},
18425 {"Osmanya", Var, 0, ""},
18426 {"Other", Var, 0, ""},
18427 {"Other_Alphabetic", Var, 0, ""},
18428 {"Other_Default_Ignorable_Code_Point", Var, 0, ""},
18429 {"Other_Grapheme_Extend", Var, 0, ""},
18430 {"Other_ID_Continue", Var, 0, ""},
18431 {"Other_ID_Start", Var, 0, ""},
18432 {"Other_Lowercase", Var, 0, ""},
18433 {"Other_Math", Var, 0, ""},
18434 {"Other_Uppercase", Var, 0, ""},
18435 {"P", Var, 0, ""},
18436 {"Pahawh_Hmong", Var, 4, ""},
18437 {"Palmyrene", Var, 4, ""},
18438 {"Pattern_Syntax", Var, 0, ""},
18439 {"Pattern_White_Space", Var, 0, ""},
18440 {"Pau_Cin_Hau", Var, 4, ""},
18441 {"Pc", Var, 0, ""},
18442 {"Pd", Var, 0, ""},
18443 {"Pe", Var, 0, ""},
18444 {"Pf", Var, 0, ""},
18445 {"Phags_Pa", Var, 0, ""},
18446 {"Phoenician", Var, 0, ""},
18447 {"Pi", Var, 0, ""},
18448 {"Po", Var, 0, ""},
18449 {"Prepended_Concatenation_Mark", Var, 7, ""},
18450 {"PrintRanges", Var, 0, ""},
18451 {"Properties", Var, 0, ""},
18452 {"Ps", Var, 0, ""},
18453 {"Psalter_Pahlavi", Var, 4, ""},
18454 {"Punct", Var, 0, ""},
18455 {"Quotation_Mark", Var, 0, ""},
18456 {"Radical", Var, 0, ""},
18457 {"Range16", Type, 0, ""},
18458 {"Range16.Hi", Field, 0, ""},
18459 {"Range16.Lo", Field, 0, ""},
18460 {"Range16.Stride", Field, 0, ""},
18461 {"Range32", Type, 0, ""},
18462 {"Range32.Hi", Field, 0, ""},
18463 {"Range32.Lo", Field, 0, ""},
18464 {"Range32.Stride", Field, 0, ""},
18465 {"RangeTable", Type, 0, ""},
18466 {"RangeTable.LatinOffset", Field, 1, ""},
18467 {"RangeTable.R16", Field, 0, ""},
18468 {"RangeTable.R32", Field, 0, ""},
18469 {"Regional_Indicator", Var, 10, ""},
18470 {"Rejang", Var, 0, ""},
18471 {"ReplacementChar", Const, 0, ""},
18472 {"Runic", Var, 0, ""},
18473 {"S", Var, 0, ""},
18474 {"STerm", Var, 0, ""},
18475 {"Samaritan", Var, 0, ""},
18476 {"Saurashtra", Var, 0, ""},
18477 {"Sc", Var, 0, ""},
18478 {"Scripts", Var, 0, ""},
18479 {"Sentence_Terminal", Var, 7, ""},
18480 {"Sharada", Var, 1, ""},
18481 {"Shavian", Var, 0, ""},
18482 {"Siddham", Var, 4, ""},
18483 {"Sidetic", Var, 27, ""},
18484 {"SignWriting", Var, 5, ""},
18485 {"SimpleFold", Func, 0, "func(r rune) rune"},
18486 {"Sinhala", Var, 0, ""},
18487 {"Sk", Var, 0, ""},
18488 {"Sm", Var, 0, ""},
18489 {"So", Var, 0, ""},
18490 {"Soft_Dotted", Var, 0, ""},
18491 {"Sogdian", Var, 13, ""},
18492 {"Sora_Sompeng", Var, 1, ""},
18493 {"Soyombo", Var, 10, ""},
18494 {"Space", Var, 0, ""},
18495 {"SpecialCase", Type, 0, ""},
18496 {"Sundanese", Var, 0, ""},
18497 {"Sunuwar", Var, 27, ""},
18498 {"Syloti_Nagri", Var, 0, ""},
18499 {"Symbol", Var, 0, ""},
18500 {"Syriac", Var, 0, ""},
18501 {"Tagalog", Var, 0, ""},
18502 {"Tagbanwa", Var, 0, ""},
18503 {"Tai_Le", Var, 0, ""},
18504 {"Tai_Tham", Var, 0, ""},
18505 {"Tai_Viet", Var, 0, ""},
18506 {"Tai_Yo", Var, 27, ""},
18507 {"Takri", Var, 1, ""},
18508 {"Tamil", Var, 0, ""},
18509 {"Tangsa", Var, 21, ""},
18510 {"Tangut", Var, 7, ""},
18511 {"Telugu", Var, 0, ""},
18512 {"Terminal_Punctuation", Var, 0, ""},
18513 {"Thaana", Var, 0, ""},
18514 {"Thai", Var, 0, ""},
18515 {"Tibetan", Var, 0, ""},
18516 {"Tifinagh", Var, 0, ""},
18517 {"Tirhuta", Var, 4, ""},
18518 {"Title", Var, 0, ""},
18519 {"TitleCase", Const, 0, ""},
18520 {"To", Func, 0, "func(_case int, r rune) rune"},
18521 {"ToLower", Func, 0, "func(r rune) rune"},
18522 {"ToTitle", Func, 0, "func(r rune) rune"},
18523 {"ToUpper", Func, 0, "func(r rune) rune"},
18524 {"Todhri", Var, 27, ""},
18525 {"Tolong_Siki", Var, 27, ""},
18526 {"Toto", Var, 21, ""},
18527 {"Tulu_Tigalari", Var, 27, ""},
18528 {"TurkishCase", Var, 0, ""},
18529 {"Ugaritic", Var, 0, ""},
18530 {"Unified_Ideograph", Var, 0, ""},
18531 {"Upper", Var, 0, ""},
18532 {"UpperCase", Const, 0, ""},
18533 {"UpperLower", Const, 0, ""},
18534 {"Vai", Var, 0, ""},
18535 {"Variation_Selector", Var, 0, ""},
18536 {"Version", Const, 0, ""},
18537 {"Vithkuqi", Var, 21, ""},
18538 {"Wancho", Var, 14, ""},
18539 {"Warang_Citi", Var, 4, ""},
18540 {"White_Space", Var, 0, ""},
18541 {"Yezidi", Var, 16, ""},
18542 {"Yi", Var, 0, ""},
18543 {"Z", Var, 0, ""},
18544 {"Zanabazar_Square", Var, 10, ""},
18545 {"Zl", Var, 0, ""},
18546 {"Zp", Var, 0, ""},
18547 {"Zs", Var, 0, ""},
18548 },
18549 "unicode/utf16": {
18550 {"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
18551 {"Decode", Func, 0, "func(s []uint16) []rune"},
18552 {"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
18553 {"Encode", Func, 0, "func(s []rune) []uint16"},
18554 {"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
18555 {"IsSurrogate", Func, 0, "func(r rune) bool"},
18556 {"RuneLen", Func, 23, "func(r rune) int"},
18557 },
18558 "unicode/utf8": {
18559 {"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
18560 {"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
18561 {"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18562 {"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
18563 {"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18564 {"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
18565 {"FullRune", Func, 0, "func(p []byte) bool"},
18566 {"FullRuneInString", Func, 0, "func(s string) bool"},
18567 {"MaxRune", Const, 0, ""},
18568 {"RuneCount", Func, 0, "func(p []byte) int"},
18569 {"RuneCountInString", Func, 0, "func(s string) (n int)"},
18570 {"RuneError", Const, 0, ""},
18571 {"RuneLen", Func, 0, "func(r rune) int"},
18572 {"RuneSelf", Const, 0, ""},
18573 {"RuneStart", Func, 0, "func(b byte) bool"},
18574 {"UTFMax", Const, 0, ""},
18575 {"Valid", Func, 0, "func(p []byte) bool"},
18576 {"ValidRune", Func, 1, "func(r rune) bool"},
18577 {"ValidString", Func, 0, "func(s string) bool"},
18578 },
18579 "unique": {
18580 {"(Handle).Value", Method, 23, ""},
18581 {"Handle", Type, 23, ""},
18582 {"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
18583 },
18584 "unsafe": {
18585 {"Add", Func, 0, ""},
18586 {"Alignof", Func, 0, ""},
18587 {"Offsetof", Func, 0, ""},
18588 {"Pointer", Type, 0, ""},
18589 {"Sizeof", Func, 0, ""},
18590 {"Slice", Func, 0, ""},
18591 {"SliceData", Func, 0, ""},
18592 {"String", Func, 0, ""},
18593 {"StringData", Func, 0, ""},
18594 },
18595 "uuid": {
18596 {"(*UUID).UnmarshalText", Method, 27, ""},
18597 {"(UUID).AppendText", Method, 27, ""},
18598 {"(UUID).Compare", Method, 27, ""},
18599 {"(UUID).MarshalText", Method, 27, ""},
18600 {"(UUID).String", Method, 27, ""},
18601 {"Max", Func, 27, "func() UUID"},
18602 {"MustParse", Func, 27, "func(s string) UUID"},
18603 {"New", Func, 27, "func() UUID"},
18604 {"NewV4", Func, 27, "func() UUID"},
18605 {"NewV7", Func, 27, "func() UUID"},
18606 {"Nil", Func, 27, "func() UUID"},
18607 {"Parse", Func, 27, "func(s string) (UUID, error)"},
18608 {"UUID", Type, 27, ""},
18609 },
18610 "weak": {
18611 {"(Pointer).Value", Method, 24, ""},
18612 {"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
18613 {"Pointer", Type, 24, ""},
18614 },
18615 }
18616
View as plain text