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 {"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
274 {"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
275 {"Equal", Func, 0, "func(a []byte, b []byte) bool"},
276 {"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
277 {"ErrTooLarge", Var, 0, ""},
278 {"Fields", Func, 0, "func(s []byte) [][]byte"},
279 {"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
280 {"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
281 {"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
282 {"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
283 {"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
284 {"Index", Func, 0, "func(s []byte, sep []byte) int"},
285 {"IndexAny", Func, 0, "func(s []byte, chars string) int"},
286 {"IndexByte", Func, 0, "func(b []byte, c byte) int"},
287 {"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
288 {"IndexRune", Func, 0, "func(s []byte, r rune) int"},
289 {"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
290 {"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
291 {"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
292 {"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
293 {"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
294 {"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
295 {"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
296 {"MinRead", Const, 0, ""},
297 {"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
298 {"NewBufferString", Func, 0, "func(s string) *Buffer"},
299 {"NewReader", Func, 0, "func(b []byte) *Reader"},
300 {"Reader", Type, 0, ""},
301 {"Repeat", Func, 0, "func(b []byte, count int) []byte"},
302 {"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
303 {"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
304 {"Runes", Func, 0, "func(s []byte) []rune"},
305 {"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
306 {"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
307 {"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
308 {"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
309 {"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
310 {"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
311 {"Title", Func, 0, "func(s []byte) []byte"},
312 {"ToLower", Func, 0, "func(s []byte) []byte"},
313 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
314 {"ToTitle", Func, 0, "func(s []byte) []byte"},
315 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
316 {"ToUpper", Func, 0, "func(s []byte) []byte"},
317 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
318 {"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
319 {"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
320 {"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
321 {"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
322 {"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
323 {"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
324 {"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
325 {"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
326 {"TrimSpace", Func, 0, "func(s []byte) []byte"},
327 {"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
328 },
329 "cmp": {
330 {"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
331 {"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
332 {"Or", Func, 22, "func[T comparable](vals ...T) T"},
333 {"Ordered", Type, 21, ""},
334 },
335 "compress/bzip2": {
336 {"(StructuralError).Error", Method, 0, ""},
337 {"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
338 {"StructuralError", Type, 0, ""},
339 },
340 "compress/flate": {
341 {"(*ReadError).Error", Method, 0, ""},
342 {"(*WriteError).Error", Method, 0, ""},
343 {"(*Writer).Close", Method, 0, ""},
344 {"(*Writer).Flush", Method, 0, ""},
345 {"(*Writer).Reset", Method, 2, ""},
346 {"(*Writer).Write", Method, 0, ""},
347 {"(CorruptInputError).Error", Method, 0, ""},
348 {"(InternalError).Error", Method, 0, ""},
349 {"(Reader).Read", Method, 0, ""},
350 {"(Reader).ReadByte", Method, 0, ""},
351 {"(Resetter).Reset", Method, 4, ""},
352 {"BestCompression", Const, 0, ""},
353 {"BestSpeed", Const, 0, ""},
354 {"CorruptInputError", Type, 0, ""},
355 {"DefaultCompression", Const, 0, ""},
356 {"HuffmanOnly", Const, 7, ""},
357 {"InternalError", Type, 0, ""},
358 {"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
359 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
360 {"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
361 {"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
362 {"NoCompression", Const, 0, ""},
363 {"ReadError", Type, 0, ""},
364 {"ReadError.Err", Field, 0, ""},
365 {"ReadError.Offset", Field, 0, ""},
366 {"Reader", Type, 0, ""},
367 {"Resetter", Type, 4, ""},
368 {"WriteError", Type, 0, ""},
369 {"WriteError.Err", Field, 0, ""},
370 {"WriteError.Offset", Field, 0, ""},
371 {"Writer", Type, 0, ""},
372 },
373 "compress/gzip": {
374 {"(*Reader).Close", Method, 0, ""},
375 {"(*Reader).Multistream", Method, 4, ""},
376 {"(*Reader).Read", Method, 0, ""},
377 {"(*Reader).Reset", Method, 3, ""},
378 {"(*Writer).Close", Method, 0, ""},
379 {"(*Writer).Flush", Method, 1, ""},
380 {"(*Writer).Reset", Method, 2, ""},
381 {"(*Writer).Write", Method, 0, ""},
382 {"BestCompression", Const, 0, ""},
383 {"BestSpeed", Const, 0, ""},
384 {"DefaultCompression", Const, 0, ""},
385 {"ErrChecksum", Var, 0, ""},
386 {"ErrHeader", Var, 0, ""},
387 {"Header", Type, 0, ""},
388 {"Header.Comment", Field, 0, ""},
389 {"Header.Extra", Field, 0, ""},
390 {"Header.ModTime", Field, 0, ""},
391 {"Header.Name", Field, 0, ""},
392 {"Header.OS", Field, 0, ""},
393 {"HuffmanOnly", Const, 8, ""},
394 {"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
395 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
396 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
397 {"NoCompression", Const, 0, ""},
398 {"Reader", Type, 0, ""},
399 {"Reader.Header", Field, 0, ""},
400 {"Writer", Type, 0, ""},
401 {"Writer.Header", Field, 0, ""},
402 },
403 "compress/lzw": {
404 {"(*Reader).Close", Method, 17, ""},
405 {"(*Reader).Read", Method, 17, ""},
406 {"(*Reader).Reset", Method, 17, ""},
407 {"(*Writer).Close", Method, 17, ""},
408 {"(*Writer).Reset", Method, 17, ""},
409 {"(*Writer).Write", Method, 17, ""},
410 {"LSB", Const, 0, ""},
411 {"MSB", Const, 0, ""},
412 {"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
413 {"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
414 {"Order", Type, 0, ""},
415 {"Reader", Type, 17, ""},
416 {"Writer", Type, 17, ""},
417 },
418 "compress/zlib": {
419 {"(*Writer).Close", Method, 0, ""},
420 {"(*Writer).Flush", Method, 0, ""},
421 {"(*Writer).Reset", Method, 2, ""},
422 {"(*Writer).Write", Method, 0, ""},
423 {"(Resetter).Reset", Method, 4, ""},
424 {"BestCompression", Const, 0, ""},
425 {"BestSpeed", Const, 0, ""},
426 {"DefaultCompression", Const, 0, ""},
427 {"ErrChecksum", Var, 0, ""},
428 {"ErrDictionary", Var, 0, ""},
429 {"ErrHeader", Var, 0, ""},
430 {"HuffmanOnly", Const, 8, ""},
431 {"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
432 {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
433 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
434 {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
435 {"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
436 {"NoCompression", Const, 0, ""},
437 {"Resetter", Type, 4, ""},
438 {"Writer", Type, 0, ""},
439 },
440 "container/heap": {
441 {"(Interface).Len", Method, 0, ""},
442 {"(Interface).Less", Method, 0, ""},
443 {"(Interface).Pop", Method, 0, ""},
444 {"(Interface).Push", Method, 0, ""},
445 {"(Interface).Swap", Method, 0, ""},
446 {"Fix", Func, 2, "func(h Interface, i int)"},
447 {"Init", Func, 0, "func(h Interface)"},
448 {"Interface", Type, 0, ""},
449 {"Pop", Func, 0, "func(h Interface) any"},
450 {"Push", Func, 0, "func(h Interface, x any)"},
451 {"Remove", Func, 0, "func(h Interface, i int) any"},
452 },
453 "container/list": {
454 {"(*Element).Next", Method, 0, ""},
455 {"(*Element).Prev", Method, 0, ""},
456 {"(*List).Back", Method, 0, ""},
457 {"(*List).Front", Method, 0, ""},
458 {"(*List).Init", Method, 0, ""},
459 {"(*List).InsertAfter", Method, 0, ""},
460 {"(*List).InsertBefore", Method, 0, ""},
461 {"(*List).Len", Method, 0, ""},
462 {"(*List).MoveAfter", Method, 2, ""},
463 {"(*List).MoveBefore", Method, 2, ""},
464 {"(*List).MoveToBack", Method, 0, ""},
465 {"(*List).MoveToFront", Method, 0, ""},
466 {"(*List).PushBack", Method, 0, ""},
467 {"(*List).PushBackList", Method, 0, ""},
468 {"(*List).PushFront", Method, 0, ""},
469 {"(*List).PushFrontList", Method, 0, ""},
470 {"(*List).Remove", Method, 0, ""},
471 {"Element", Type, 0, ""},
472 {"Element.Value", Field, 0, ""},
473 {"List", Type, 0, ""},
474 {"New", Func, 0, "func() *List"},
475 },
476 "container/ring": {
477 {"(*Ring).Do", Method, 0, ""},
478 {"(*Ring).Len", Method, 0, ""},
479 {"(*Ring).Link", Method, 0, ""},
480 {"(*Ring).Move", Method, 0, ""},
481 {"(*Ring).Next", Method, 0, ""},
482 {"(*Ring).Prev", Method, 0, ""},
483 {"(*Ring).Unlink", Method, 0, ""},
484 {"New", Func, 0, "func(n int) *Ring"},
485 {"Ring", Type, 0, ""},
486 {"Ring.Value", Field, 0, ""},
487 },
488 "context": {
489 {"(Context).Deadline", Method, 7, ""},
490 {"(Context).Done", Method, 7, ""},
491 {"(Context).Err", Method, 7, ""},
492 {"(Context).Value", Method, 7, ""},
493 {"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
494 {"Background", Func, 7, "func() Context"},
495 {"CancelCauseFunc", Type, 20, ""},
496 {"CancelFunc", Type, 7, ""},
497 {"Canceled", Var, 7, ""},
498 {"Cause", Func, 20, "func(c Context) error"},
499 {"Context", Type, 7, ""},
500 {"DeadlineExceeded", Var, 7, ""},
501 {"TODO", Func, 7, "func() Context"},
502 {"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
503 {"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
504 {"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
505 {"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
506 {"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
507 {"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
508 {"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
509 {"WithoutCancel", Func, 21, "func(parent Context) Context"},
510 },
511 "crypto": {
512 {"(Decapsulator).Decapsulate", Method, 26, ""},
513 {"(Decapsulator).Encapsulator", Method, 26, ""},
514 {"(Decrypter).Decrypt", Method, 5, ""},
515 {"(Decrypter).Public", Method, 5, ""},
516 {"(Encapsulator).Bytes", Method, 26, ""},
517 {"(Encapsulator).Encapsulate", Method, 26, ""},
518 {"(Hash).Available", Method, 0, ""},
519 {"(Hash).HashFunc", Method, 4, ""},
520 {"(Hash).New", Method, 0, ""},
521 {"(Hash).Size", Method, 0, ""},
522 {"(Hash).String", Method, 15, ""},
523 {"(MessageSigner).Public", Method, 25, ""},
524 {"(MessageSigner).Sign", Method, 25, ""},
525 {"(MessageSigner).SignMessage", Method, 25, ""},
526 {"(Signer).Public", Method, 4, ""},
527 {"(Signer).Sign", Method, 4, ""},
528 {"(SignerOpts).HashFunc", Method, 4, ""},
529 {"BLAKE2b_256", Const, 9, ""},
530 {"BLAKE2b_384", Const, 9, ""},
531 {"BLAKE2b_512", Const, 9, ""},
532 {"BLAKE2s_256", Const, 9, ""},
533 {"Decapsulator", Type, 26, ""},
534 {"Decrypter", Type, 5, ""},
535 {"DecrypterOpts", Type, 5, ""},
536 {"Encapsulator", Type, 26, ""},
537 {"Hash", Type, 0, ""},
538 {"MD4", Const, 0, ""},
539 {"MD5", Const, 0, ""},
540 {"MD5SHA1", Const, 0, ""},
541 {"MessageSigner", Type, 25, ""},
542 {"PrivateKey", Type, 0, ""},
543 {"PublicKey", Type, 2, ""},
544 {"RIPEMD160", Const, 0, ""},
545 {"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
546 {"SHA1", Const, 0, ""},
547 {"SHA224", Const, 0, ""},
548 {"SHA256", Const, 0, ""},
549 {"SHA384", Const, 0, ""},
550 {"SHA3_224", Const, 4, ""},
551 {"SHA3_256", Const, 4, ""},
552 {"SHA3_384", Const, 4, ""},
553 {"SHA3_512", Const, 4, ""},
554 {"SHA512", Const, 0, ""},
555 {"SHA512_224", Const, 5, ""},
556 {"SHA512_256", Const, 5, ""},
557 {"SignMessage", Func, 25, "func(signer Signer, rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)"},
558 {"Signer", Type, 4, ""},
559 {"SignerOpts", Type, 4, ""},
560 },
561 "crypto/aes": {
562 {"(KeySizeError).Error", Method, 0, ""},
563 {"BlockSize", Const, 0, ""},
564 {"KeySizeError", Type, 0, ""},
565 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
566 },
567 "crypto/cipher": {
568 {"(AEAD).NonceSize", Method, 2, ""},
569 {"(AEAD).Open", Method, 2, ""},
570 {"(AEAD).Overhead", Method, 2, ""},
571 {"(AEAD).Seal", Method, 2, ""},
572 {"(Block).BlockSize", Method, 0, ""},
573 {"(Block).Decrypt", Method, 0, ""},
574 {"(Block).Encrypt", Method, 0, ""},
575 {"(BlockMode).BlockSize", Method, 0, ""},
576 {"(BlockMode).CryptBlocks", Method, 0, ""},
577 {"(Stream).XORKeyStream", Method, 0, ""},
578 {"(StreamReader).Read", Method, 0, ""},
579 {"(StreamWriter).Close", Method, 0, ""},
580 {"(StreamWriter).Write", Method, 0, ""},
581 {"AEAD", Type, 2, ""},
582 {"Block", Type, 0, ""},
583 {"BlockMode", Type, 0, ""},
584 {"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
585 {"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
586 {"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
587 {"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
588 {"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
589 {"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
590 {"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
591 {"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
592 {"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
593 {"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
594 {"Stream", Type, 0, ""},
595 {"StreamReader", Type, 0, ""},
596 {"StreamReader.R", Field, 0, ""},
597 {"StreamReader.S", Field, 0, ""},
598 {"StreamWriter", Type, 0, ""},
599 {"StreamWriter.Err", Field, 0, ""},
600 {"StreamWriter.S", Field, 0, ""},
601 {"StreamWriter.W", Field, 0, ""},
602 },
603 "crypto/des": {
604 {"(KeySizeError).Error", Method, 0, ""},
605 {"BlockSize", Const, 0, ""},
606 {"KeySizeError", Type, 0, ""},
607 {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
608 {"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
609 },
610 "crypto/dsa": {
611 {"ErrInvalidPublicKey", Var, 0, ""},
612 {"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
613 {"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
614 {"L1024N160", Const, 0, ""},
615 {"L2048N224", Const, 0, ""},
616 {"L2048N256", Const, 0, ""},
617 {"L3072N256", Const, 0, ""},
618 {"ParameterSizes", Type, 0, ""},
619 {"Parameters", Type, 0, ""},
620 {"Parameters.G", Field, 0, ""},
621 {"Parameters.P", Field, 0, ""},
622 {"Parameters.Q", Field, 0, ""},
623 {"PrivateKey", Type, 0, ""},
624 {"PrivateKey.PublicKey", Field, 0, ""},
625 {"PrivateKey.X", Field, 0, ""},
626 {"PublicKey", Type, 0, ""},
627 {"PublicKey.Parameters", Field, 0, ""},
628 {"PublicKey.Y", Field, 0, ""},
629 {"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
630 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
631 },
632 "crypto/ecdh": {
633 {"(*PrivateKey).Bytes", Method, 20, ""},
634 {"(*PrivateKey).Curve", Method, 20, ""},
635 {"(*PrivateKey).ECDH", Method, 20, ""},
636 {"(*PrivateKey).Equal", Method, 20, ""},
637 {"(*PrivateKey).Public", Method, 20, ""},
638 {"(*PrivateKey).PublicKey", Method, 20, ""},
639 {"(*PublicKey).Bytes", Method, 20, ""},
640 {"(*PublicKey).Curve", Method, 20, ""},
641 {"(*PublicKey).Equal", Method, 20, ""},
642 {"(Curve).GenerateKey", Method, 20, ""},
643 {"(Curve).NewPrivateKey", Method, 20, ""},
644 {"(Curve).NewPublicKey", Method, 20, ""},
645 {"(KeyExchanger).Curve", Method, 26, ""},
646 {"(KeyExchanger).ECDH", Method, 26, ""},
647 {"(KeyExchanger).PublicKey", Method, 26, ""},
648 {"KeyExchanger", Type, 26, ""},
649 {"P256", Func, 20, "func() Curve"},
650 {"P384", Func, 20, "func() Curve"},
651 {"P521", Func, 20, "func() Curve"},
652 {"PrivateKey", Type, 20, ""},
653 {"PublicKey", Type, 20, ""},
654 {"X25519", Func, 20, "func() Curve"},
655 },
656 "crypto/ecdsa": {
657 {"(*PrivateKey).Bytes", Method, 25, ""},
658 {"(*PrivateKey).ECDH", Method, 20, ""},
659 {"(*PrivateKey).Equal", Method, 15, ""},
660 {"(*PrivateKey).Public", Method, 4, ""},
661 {"(*PrivateKey).Sign", Method, 4, ""},
662 {"(*PublicKey).Bytes", Method, 25, ""},
663 {"(*PublicKey).ECDH", Method, 20, ""},
664 {"(*PublicKey).Equal", Method, 15, ""},
665 {"(PrivateKey).Add", Method, 0, ""},
666 {"(PrivateKey).Double", Method, 0, ""},
667 {"(PrivateKey).IsOnCurve", Method, 0, ""},
668 {"(PrivateKey).Params", Method, 0, ""},
669 {"(PrivateKey).ScalarBaseMult", Method, 0, ""},
670 {"(PrivateKey).ScalarMult", Method, 0, ""},
671 {"(PublicKey).Add", Method, 0, ""},
672 {"(PublicKey).Double", Method, 0, ""},
673 {"(PublicKey).IsOnCurve", Method, 0, ""},
674 {"(PublicKey).Params", Method, 0, ""},
675 {"(PublicKey).ScalarBaseMult", Method, 0, ""},
676 {"(PublicKey).ScalarMult", Method, 0, ""},
677 {"GenerateKey", Func, 0, "func(c elliptic.Curve, rand io.Reader) (*PrivateKey, error)"},
678 {"ParseRawPrivateKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PrivateKey, error)"},
679 {"ParseUncompressedPublicKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PublicKey, error)"},
680 {"PrivateKey", Type, 0, ""},
681 {"PrivateKey.D", Field, 0, ""},
682 {"PrivateKey.PublicKey", Field, 0, ""},
683 {"PublicKey", Type, 0, ""},
684 {"PublicKey.Curve", Field, 0, ""},
685 {"PublicKey.X", Field, 0, ""},
686 {"PublicKey.Y", Field, 0, ""},
687 {"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
688 {"SignASN1", Func, 15, "func(rand io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
689 {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
690 {"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
691 },
692 "crypto/ed25519": {
693 {"(*Options).HashFunc", Method, 20, ""},
694 {"(PrivateKey).Equal", Method, 15, ""},
695 {"(PrivateKey).Public", Method, 13, ""},
696 {"(PrivateKey).Seed", Method, 13, ""},
697 {"(PrivateKey).Sign", Method, 13, ""},
698 {"(PublicKey).Equal", Method, 15, ""},
699 {"GenerateKey", Func, 13, "func(rand io.Reader) (PublicKey, PrivateKey, error)"},
700 {"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
701 {"Options", Type, 20, ""},
702 {"Options.Context", Field, 20, ""},
703 {"Options.Hash", Field, 20, ""},
704 {"PrivateKey", Type, 13, ""},
705 {"PrivateKeySize", Const, 13, ""},
706 {"PublicKey", Type, 13, ""},
707 {"PublicKeySize", Const, 13, ""},
708 {"SeedSize", Const, 13, ""},
709 {"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
710 {"SignatureSize", Const, 13, ""},
711 {"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
712 {"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
713 },
714 "crypto/elliptic": {
715 {"(*CurveParams).Add", Method, 0, ""},
716 {"(*CurveParams).Double", Method, 0, ""},
717 {"(*CurveParams).IsOnCurve", Method, 0, ""},
718 {"(*CurveParams).Params", Method, 0, ""},
719 {"(*CurveParams).ScalarBaseMult", Method, 0, ""},
720 {"(*CurveParams).ScalarMult", Method, 0, ""},
721 {"(Curve).Add", Method, 0, ""},
722 {"(Curve).Double", Method, 0, ""},
723 {"(Curve).IsOnCurve", Method, 0, ""},
724 {"(Curve).Params", Method, 0, ""},
725 {"(Curve).ScalarBaseMult", Method, 0, ""},
726 {"(Curve).ScalarMult", Method, 0, ""},
727 {"Curve", Type, 0, ""},
728 {"CurveParams", Type, 0, ""},
729 {"CurveParams.B", Field, 0, ""},
730 {"CurveParams.BitSize", Field, 0, ""},
731 {"CurveParams.Gx", Field, 0, ""},
732 {"CurveParams.Gy", Field, 0, ""},
733 {"CurveParams.N", Field, 0, ""},
734 {"CurveParams.Name", Field, 5, ""},
735 {"CurveParams.P", Field, 0, ""},
736 {"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
737 {"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
738 {"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
739 {"P224", Func, 0, "func() Curve"},
740 {"P256", Func, 0, "func() Curve"},
741 {"P384", Func, 0, "func() Curve"},
742 {"P521", Func, 0, "func() Curve"},
743 {"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
744 {"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
745 },
746 "crypto/fips140": {
747 {"Enabled", Func, 24, "func() bool"},
748 {"Version", Func, 26, "func() string"},
749 },
750 "crypto/hkdf": {
751 {"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
752 {"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
753 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
754 },
755 "crypto/hmac": {
756 {"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
757 {"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
758 },
759 "crypto/md5": {
760 {"BlockSize", Const, 0, ""},
761 {"New", Func, 0, "func() hash.Hash"},
762 {"Size", Const, 0, ""},
763 {"Sum", Func, 2, "func(data []byte) [16]byte"},
764 },
765 "crypto/mlkem": {
766 {"(*DecapsulationKey1024).Bytes", Method, 24, ""},
767 {"(*DecapsulationKey1024).Decapsulate", Method, 24, ""},
768 {"(*DecapsulationKey1024).EncapsulationKey", Method, 24, ""},
769 {"(*DecapsulationKey1024).Encapsulator", Method, 26, ""},
770 {"(*DecapsulationKey768).Bytes", Method, 24, ""},
771 {"(*DecapsulationKey768).Decapsulate", Method, 24, ""},
772 {"(*DecapsulationKey768).EncapsulationKey", Method, 24, ""},
773 {"(*DecapsulationKey768).Encapsulator", Method, 26, ""},
774 {"(*EncapsulationKey1024).Bytes", Method, 24, ""},
775 {"(*EncapsulationKey1024).Encapsulate", Method, 24, ""},
776 {"(*EncapsulationKey768).Bytes", Method, 24, ""},
777 {"(*EncapsulationKey768).Encapsulate", Method, 24, ""},
778 {"CiphertextSize1024", Const, 24, ""},
779 {"CiphertextSize768", Const, 24, ""},
780 {"DecapsulationKey1024", Type, 24, ""},
781 {"DecapsulationKey768", Type, 24, ""},
782 {"EncapsulationKey1024", Type, 24, ""},
783 {"EncapsulationKey768", Type, 24, ""},
784 {"EncapsulationKeySize1024", Const, 24, ""},
785 {"EncapsulationKeySize768", Const, 24, ""},
786 {"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
787 {"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
788 {"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
789 {"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
790 {"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
791 {"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
792 {"SeedSize", Const, 24, ""},
793 {"SharedKeySize", Const, 24, ""},
794 },
795 "crypto/mlkem/mlkemtest": {
796 {"Encapsulate1024", Func, 26, "func(ek *mlkem.EncapsulationKey1024, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
797 {"Encapsulate768", Func, 26, "func(ek *mlkem.EncapsulationKey768, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
798 },
799 "crypto/pbkdf2": {
800 {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
801 },
802 "crypto/rand": {
803 {"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
804 {"Prime", Func, 0, "func(rand io.Reader, bits int) (*big.Int, error)"},
805 {"Read", Func, 0, "func(b []byte) (n int, err error)"},
806 {"Reader", Var, 0, ""},
807 {"Text", Func, 24, "func() string"},
808 },
809 "crypto/rc4": {
810 {"(*Cipher).Reset", Method, 0, ""},
811 {"(*Cipher).XORKeyStream", Method, 0, ""},
812 {"(KeySizeError).Error", Method, 0, ""},
813 {"Cipher", Type, 0, ""},
814 {"KeySizeError", Type, 0, ""},
815 {"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
816 },
817 "crypto/rsa": {
818 {"(*PSSOptions).HashFunc", Method, 4, ""},
819 {"(*PrivateKey).Decrypt", Method, 5, ""},
820 {"(*PrivateKey).Equal", Method, 15, ""},
821 {"(*PrivateKey).Precompute", Method, 0, ""},
822 {"(*PrivateKey).Public", Method, 4, ""},
823 {"(*PrivateKey).Sign", Method, 4, ""},
824 {"(*PrivateKey).Size", Method, 11, ""},
825 {"(*PrivateKey).Validate", Method, 0, ""},
826 {"(*PublicKey).Equal", Method, 15, ""},
827 {"(*PublicKey).Size", Method, 11, ""},
828 {"CRTValue", Type, 0, ""},
829 {"CRTValue.Coeff", Field, 0, ""},
830 {"CRTValue.Exp", Field, 0, ""},
831 {"CRTValue.R", Field, 0, ""},
832 {"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
833 {"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
834 {"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
835 {"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
836 {"EncryptOAEPWithOptions", Func, 26, "func(random io.Reader, pub *PublicKey, msg []byte, opts *OAEPOptions) ([]byte, error)"},
837 {"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
838 {"ErrDecryption", Var, 0, ""},
839 {"ErrMessageTooLong", Var, 0, ""},
840 {"ErrVerification", Var, 0, ""},
841 {"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
842 {"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
843 {"OAEPOptions", Type, 5, ""},
844 {"OAEPOptions.Hash", Field, 5, ""},
845 {"OAEPOptions.Label", Field, 5, ""},
846 {"OAEPOptions.MGFHash", Field, 20, ""},
847 {"PKCS1v15DecryptOptions", Type, 5, ""},
848 {"PKCS1v15DecryptOptions.SessionKeyLen", Field, 5, ""},
849 {"PSSOptions", Type, 2, ""},
850 {"PSSOptions.Hash", Field, 4, ""},
851 {"PSSOptions.SaltLength", Field, 2, ""},
852 {"PSSSaltLengthAuto", Const, 2, ""},
853 {"PSSSaltLengthEqualsHash", Const, 2, ""},
854 {"PrecomputedValues", Type, 0, ""},
855 {"PrecomputedValues.CRTValues", Field, 0, ""},
856 {"PrecomputedValues.Dp", Field, 0, ""},
857 {"PrecomputedValues.Dq", Field, 0, ""},
858 {"PrecomputedValues.Qinv", Field, 0, ""},
859 {"PrivateKey", Type, 0, ""},
860 {"PrivateKey.D", Field, 0, ""},
861 {"PrivateKey.Precomputed", Field, 0, ""},
862 {"PrivateKey.Primes", Field, 0, ""},
863 {"PrivateKey.PublicKey", Field, 0, ""},
864 {"PublicKey", Type, 0, ""},
865 {"PublicKey.E", Field, 0, ""},
866 {"PublicKey.N", Field, 0, ""},
867 {"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
868 {"SignPSS", Func, 2, "func(rand io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
869 {"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
870 {"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
871 },
872 "crypto/sha1": {
873 {"BlockSize", Const, 0, ""},
874 {"New", Func, 0, "func() hash.Hash"},
875 {"Size", Const, 0, ""},
876 {"Sum", Func, 2, "func(data []byte) [20]byte"},
877 },
878 "crypto/sha256": {
879 {"BlockSize", Const, 0, ""},
880 {"New", Func, 0, "func() hash.Hash"},
881 {"New224", Func, 0, "func() hash.Hash"},
882 {"Size", Const, 0, ""},
883 {"Size224", Const, 0, ""},
884 {"Sum224", Func, 2, "func(data []byte) [28]byte"},
885 {"Sum256", Func, 2, "func(data []byte) [32]byte"},
886 },
887 "crypto/sha3": {
888 {"(*SHA3).AppendBinary", Method, 24, ""},
889 {"(*SHA3).BlockSize", Method, 24, ""},
890 {"(*SHA3).Clone", Method, 25, ""},
891 {"(*SHA3).MarshalBinary", Method, 24, ""},
892 {"(*SHA3).Reset", Method, 24, ""},
893 {"(*SHA3).Size", Method, 24, ""},
894 {"(*SHA3).Sum", Method, 24, ""},
895 {"(*SHA3).UnmarshalBinary", Method, 24, ""},
896 {"(*SHA3).Write", Method, 24, ""},
897 {"(*SHAKE).AppendBinary", Method, 24, ""},
898 {"(*SHAKE).BlockSize", Method, 24, ""},
899 {"(*SHAKE).MarshalBinary", Method, 24, ""},
900 {"(*SHAKE).Read", Method, 24, ""},
901 {"(*SHAKE).Reset", Method, 24, ""},
902 {"(*SHAKE).UnmarshalBinary", Method, 24, ""},
903 {"(*SHAKE).Write", Method, 24, ""},
904 {"New224", Func, 24, "func() *SHA3"},
905 {"New256", Func, 24, "func() *SHA3"},
906 {"New384", Func, 24, "func() *SHA3"},
907 {"New512", Func, 24, "func() *SHA3"},
908 {"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
909 {"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
910 {"NewSHAKE128", Func, 24, "func() *SHAKE"},
911 {"NewSHAKE256", Func, 24, "func() *SHAKE"},
912 {"SHA3", Type, 24, ""},
913 {"SHAKE", Type, 24, ""},
914 {"Sum224", Func, 24, "func(data []byte) [28]byte"},
915 {"Sum256", Func, 24, "func(data []byte) [32]byte"},
916 {"Sum384", Func, 24, "func(data []byte) [48]byte"},
917 {"Sum512", Func, 24, "func(data []byte) [64]byte"},
918 {"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
919 {"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
920 },
921 "crypto/sha512": {
922 {"BlockSize", Const, 0, ""},
923 {"New", Func, 0, "func() hash.Hash"},
924 {"New384", Func, 0, "func() hash.Hash"},
925 {"New512_224", Func, 5, "func() hash.Hash"},
926 {"New512_256", Func, 5, "func() hash.Hash"},
927 {"Size", Const, 0, ""},
928 {"Size224", Const, 5, ""},
929 {"Size256", Const, 5, ""},
930 {"Size384", Const, 0, ""},
931 {"Sum384", Func, 2, "func(data []byte) [48]byte"},
932 {"Sum512", Func, 2, "func(data []byte) [64]byte"},
933 {"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
934 {"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
935 },
936 "crypto/subtle": {
937 {"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
938 {"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
939 {"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
940 {"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
941 {"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
942 {"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
943 {"WithDataIndependentTiming", Func, 24, "func(f func())"},
944 {"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
945 },
946 "crypto/tls": {
947 {"(*CertificateRequestInfo).Context", Method, 17, ""},
948 {"(*CertificateRequestInfo).SupportsCertificate", Method, 14, ""},
949 {"(*CertificateVerificationError).Error", Method, 20, ""},
950 {"(*CertificateVerificationError).Unwrap", Method, 20, ""},
951 {"(*ClientHelloInfo).Context", Method, 17, ""},
952 {"(*ClientHelloInfo).SupportsCertificate", Method, 14, ""},
953 {"(*ClientSessionState).ResumptionState", Method, 21, ""},
954 {"(*Config).BuildNameToCertificate", Method, 0, ""},
955 {"(*Config).Clone", Method, 8, ""},
956 {"(*Config).DecryptTicket", Method, 21, ""},
957 {"(*Config).EncryptTicket", Method, 21, ""},
958 {"(*Config).SetSessionTicketKeys", Method, 5, ""},
959 {"(*Conn).Close", Method, 0, ""},
960 {"(*Conn).CloseWrite", Method, 8, ""},
961 {"(*Conn).ConnectionState", Method, 0, ""},
962 {"(*Conn).Handshake", Method, 0, ""},
963 {"(*Conn).HandshakeContext", Method, 17, ""},
964 {"(*Conn).LocalAddr", Method, 0, ""},
965 {"(*Conn).NetConn", Method, 18, ""},
966 {"(*Conn).OCSPResponse", Method, 0, ""},
967 {"(*Conn).Read", Method, 0, ""},
968 {"(*Conn).RemoteAddr", Method, 0, ""},
969 {"(*Conn).SetDeadline", Method, 0, ""},
970 {"(*Conn).SetReadDeadline", Method, 0, ""},
971 {"(*Conn).SetWriteDeadline", Method, 0, ""},
972 {"(*Conn).VerifyHostname", Method, 0, ""},
973 {"(*Conn).Write", Method, 0, ""},
974 {"(*ConnectionState).ExportKeyingMaterial", Method, 11, ""},
975 {"(*Dialer).Dial", Method, 15, ""},
976 {"(*Dialer).DialContext", Method, 15, ""},
977 {"(*ECHRejectionError).Error", Method, 23, ""},
978 {"(*QUICConn).Close", Method, 21, ""},
979 {"(*QUICConn).ConnectionState", Method, 21, ""},
980 {"(*QUICConn).HandleData", Method, 21, ""},
981 {"(*QUICConn).NextEvent", Method, 21, ""},
982 {"(*QUICConn).SendSessionTicket", Method, 21, ""},
983 {"(*QUICConn).SetTransportParameters", Method, 21, ""},
984 {"(*QUICConn).Start", Method, 21, ""},
985 {"(*QUICConn).StoreSession", Method, 23, ""},
986 {"(*SessionState).Bytes", Method, 21, ""},
987 {"(AlertError).Error", Method, 21, ""},
988 {"(ClientAuthType).String", Method, 15, ""},
989 {"(ClientSessionCache).Get", Method, 3, ""},
990 {"(ClientSessionCache).Put", Method, 3, ""},
991 {"(CurveID).String", Method, 15, ""},
992 {"(QUICEncryptionLevel).String", Method, 21, ""},
993 {"(RecordHeaderError).Error", Method, 6, ""},
994 {"(SignatureScheme).String", Method, 15, ""},
995 {"AlertError", Type, 21, ""},
996 {"Certificate", Type, 0, ""},
997 {"Certificate.Certificate", Field, 0, ""},
998 {"Certificate.Leaf", Field, 0, ""},
999 {"Certificate.OCSPStaple", Field, 0, ""},
1000 {"Certificate.PrivateKey", Field, 0, ""},
1001 {"Certificate.SignedCertificateTimestamps", Field, 5, ""},
1002 {"Certificate.SupportedSignatureAlgorithms", Field, 14, ""},
1003 {"CertificateRequestInfo", Type, 8, ""},
1004 {"CertificateRequestInfo.AcceptableCAs", Field, 8, ""},
1005 {"CertificateRequestInfo.SignatureSchemes", Field, 8, ""},
1006 {"CertificateRequestInfo.Version", Field, 14, ""},
1007 {"CertificateVerificationError", Type, 20, ""},
1008 {"CertificateVerificationError.Err", Field, 20, ""},
1009 {"CertificateVerificationError.UnverifiedCertificates", Field, 20, ""},
1010 {"CipherSuite", Type, 14, ""},
1011 {"CipherSuite.ID", Field, 14, ""},
1012 {"CipherSuite.Insecure", Field, 14, ""},
1013 {"CipherSuite.Name", Field, 14, ""},
1014 {"CipherSuite.SupportedVersions", Field, 14, ""},
1015 {"CipherSuiteName", Func, 14, "func(id uint16) string"},
1016 {"CipherSuites", Func, 14, "func() []*CipherSuite"},
1017 {"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1018 {"ClientAuthType", Type, 0, ""},
1019 {"ClientHelloInfo", Type, 4, ""},
1020 {"ClientHelloInfo.CipherSuites", Field, 4, ""},
1021 {"ClientHelloInfo.Conn", Field, 8, ""},
1022 {"ClientHelloInfo.Extensions", Field, 24, ""},
1023 {"ClientHelloInfo.HelloRetryRequest", Field, 26, ""},
1024 {"ClientHelloInfo.ServerName", Field, 4, ""},
1025 {"ClientHelloInfo.SignatureSchemes", Field, 8, ""},
1026 {"ClientHelloInfo.SupportedCurves", Field, 4, ""},
1027 {"ClientHelloInfo.SupportedPoints", Field, 4, ""},
1028 {"ClientHelloInfo.SupportedProtos", Field, 8, ""},
1029 {"ClientHelloInfo.SupportedVersions", Field, 8, ""},
1030 {"ClientSessionCache", Type, 3, ""},
1031 {"ClientSessionState", Type, 3, ""},
1032 {"Config", Type, 0, ""},
1033 {"Config.Certificates", Field, 0, ""},
1034 {"Config.CipherSuites", Field, 0, ""},
1035 {"Config.ClientAuth", Field, 0, ""},
1036 {"Config.ClientCAs", Field, 0, ""},
1037 {"Config.ClientSessionCache", Field, 3, ""},
1038 {"Config.CurvePreferences", Field, 3, ""},
1039 {"Config.DynamicRecordSizingDisabled", Field, 7, ""},
1040 {"Config.EncryptedClientHelloConfigList", Field, 23, ""},
1041 {"Config.EncryptedClientHelloKeys", Field, 24, ""},
1042 {"Config.EncryptedClientHelloRejectionVerify", Field, 23, ""},
1043 {"Config.GetCertificate", Field, 4, ""},
1044 {"Config.GetClientCertificate", Field, 8, ""},
1045 {"Config.GetConfigForClient", Field, 8, ""},
1046 {"Config.GetEncryptedClientHelloKeys", Field, 25, ""},
1047 {"Config.InsecureSkipVerify", Field, 0, ""},
1048 {"Config.KeyLogWriter", Field, 8, ""},
1049 {"Config.MaxVersion", Field, 2, ""},
1050 {"Config.MinVersion", Field, 2, ""},
1051 {"Config.NameToCertificate", Field, 0, ""},
1052 {"Config.NextProtos", Field, 0, ""},
1053 {"Config.PreferServerCipherSuites", Field, 1, ""},
1054 {"Config.Rand", Field, 0, ""},
1055 {"Config.Renegotiation", Field, 7, ""},
1056 {"Config.RootCAs", Field, 0, ""},
1057 {"Config.ServerName", Field, 0, ""},
1058 {"Config.SessionTicketKey", Field, 1, ""},
1059 {"Config.SessionTicketsDisabled", Field, 1, ""},
1060 {"Config.Time", Field, 0, ""},
1061 {"Config.UnwrapSession", Field, 21, ""},
1062 {"Config.VerifyConnection", Field, 15, ""},
1063 {"Config.VerifyPeerCertificate", Field, 8, ""},
1064 {"Config.WrapSession", Field, 21, ""},
1065 {"Conn", Type, 0, ""},
1066 {"ConnectionState", Type, 0, ""},
1067 {"ConnectionState.CipherSuite", Field, 0, ""},
1068 {"ConnectionState.CurveID", Field, 25, ""},
1069 {"ConnectionState.DidResume", Field, 1, ""},
1070 {"ConnectionState.ECHAccepted", Field, 23, ""},
1071 {"ConnectionState.HandshakeComplete", Field, 0, ""},
1072 {"ConnectionState.HelloRetryRequest", Field, 26, ""},
1073 {"ConnectionState.NegotiatedProtocol", Field, 0, ""},
1074 {"ConnectionState.NegotiatedProtocolIsMutual", Field, 0, ""},
1075 {"ConnectionState.OCSPResponse", Field, 5, ""},
1076 {"ConnectionState.PeerCertificates", Field, 0, ""},
1077 {"ConnectionState.ServerName", Field, 0, ""},
1078 {"ConnectionState.SignedCertificateTimestamps", Field, 5, ""},
1079 {"ConnectionState.TLSUnique", Field, 4, ""},
1080 {"ConnectionState.VerifiedChains", Field, 0, ""},
1081 {"ConnectionState.Version", Field, 3, ""},
1082 {"CurveID", Type, 3, ""},
1083 {"CurveP256", Const, 3, ""},
1084 {"CurveP384", Const, 3, ""},
1085 {"CurveP521", Const, 3, ""},
1086 {"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
1087 {"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
1088 {"Dialer", Type, 15, ""},
1089 {"Dialer.Config", Field, 15, ""},
1090 {"Dialer.NetDialer", Field, 15, ""},
1091 {"ECDSAWithP256AndSHA256", Const, 8, ""},
1092 {"ECDSAWithP384AndSHA384", Const, 8, ""},
1093 {"ECDSAWithP521AndSHA512", Const, 8, ""},
1094 {"ECDSAWithSHA1", Const, 10, ""},
1095 {"ECHRejectionError", Type, 23, ""},
1096 {"ECHRejectionError.RetryConfigList", Field, 23, ""},
1097 {"Ed25519", Const, 13, ""},
1098 {"EncryptedClientHelloKey", Type, 24, ""},
1099 {"EncryptedClientHelloKey.Config", Field, 24, ""},
1100 {"EncryptedClientHelloKey.PrivateKey", Field, 24, ""},
1101 {"EncryptedClientHelloKey.SendAsRetry", Field, 24, ""},
1102 {"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
1103 {"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
1104 {"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
1105 {"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
1106 {"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
1107 {"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
1108 {"NoClientCert", Const, 0, ""},
1109 {"PKCS1WithSHA1", Const, 8, ""},
1110 {"PKCS1WithSHA256", Const, 8, ""},
1111 {"PKCS1WithSHA384", Const, 8, ""},
1112 {"PKCS1WithSHA512", Const, 8, ""},
1113 {"PSSWithSHA256", Const, 8, ""},
1114 {"PSSWithSHA384", Const, 8, ""},
1115 {"PSSWithSHA512", Const, 8, ""},
1116 {"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
1117 {"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
1118 {"QUICConfig", Type, 21, ""},
1119 {"QUICConfig.EnableSessionEvents", Field, 23, ""},
1120 {"QUICConfig.TLSConfig", Field, 21, ""},
1121 {"QUICConn", Type, 21, ""},
1122 {"QUICEncryptionLevel", Type, 21, ""},
1123 {"QUICEncryptionLevelApplication", Const, 21, ""},
1124 {"QUICEncryptionLevelEarly", Const, 21, ""},
1125 {"QUICEncryptionLevelHandshake", Const, 21, ""},
1126 {"QUICEncryptionLevelInitial", Const, 21, ""},
1127 {"QUICErrorEvent", Const, 26, ""},
1128 {"QUICEvent", Type, 21, ""},
1129 {"QUICEvent.Data", Field, 21, ""},
1130 {"QUICEvent.Err", Field, 26, ""},
1131 {"QUICEvent.Kind", Field, 21, ""},
1132 {"QUICEvent.Level", Field, 21, ""},
1133 {"QUICEvent.SessionState", Field, 23, ""},
1134 {"QUICEvent.Suite", Field, 21, ""},
1135 {"QUICEventKind", Type, 21, ""},
1136 {"QUICHandshakeDone", Const, 21, ""},
1137 {"QUICNoEvent", Const, 21, ""},
1138 {"QUICRejectedEarlyData", Const, 21, ""},
1139 {"QUICResumeSession", Const, 23, ""},
1140 {"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
1141 {"QUICSessionTicketOptions", Type, 21, ""},
1142 {"QUICSessionTicketOptions.EarlyData", Field, 21, ""},
1143 {"QUICSessionTicketOptions.Extra", Field, 23, ""},
1144 {"QUICSetReadSecret", Const, 21, ""},
1145 {"QUICSetWriteSecret", Const, 21, ""},
1146 {"QUICStoreSession", Const, 23, ""},
1147 {"QUICTransportParameters", Const, 21, ""},
1148 {"QUICTransportParametersRequired", Const, 21, ""},
1149 {"QUICWriteData", Const, 21, ""},
1150 {"RecordHeaderError", Type, 6, ""},
1151 {"RecordHeaderError.Conn", Field, 12, ""},
1152 {"RecordHeaderError.Msg", Field, 6, ""},
1153 {"RecordHeaderError.RecordHeader", Field, 6, ""},
1154 {"RenegotiateFreelyAsClient", Const, 7, ""},
1155 {"RenegotiateNever", Const, 7, ""},
1156 {"RenegotiateOnceAsClient", Const, 7, ""},
1157 {"RenegotiationSupport", Type, 7, ""},
1158 {"RequestClientCert", Const, 0, ""},
1159 {"RequireAndVerifyClientCert", Const, 0, ""},
1160 {"RequireAnyClientCert", Const, 0, ""},
1161 {"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
1162 {"SessionState", Type, 21, ""},
1163 {"SessionState.EarlyData", Field, 21, ""},
1164 {"SessionState.Extra", Field, 21, ""},
1165 {"SignatureScheme", Type, 8, ""},
1166 {"TLS_AES_128_GCM_SHA256", Const, 12, ""},
1167 {"TLS_AES_256_GCM_SHA384", Const, 12, ""},
1168 {"TLS_CHACHA20_POLY1305_SHA256", Const, 12, ""},
1169 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", Const, 2, ""},
1170 {"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1171 {"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1172 {"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", Const, 2, ""},
1173 {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1174 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1175 {"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1176 {"TLS_ECDHE_ECDSA_WITH_RC4_128_SHA", Const, 2, ""},
1177 {"TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1178 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1179 {"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1180 {"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", Const, 2, ""},
1181 {"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1182 {"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", Const, 5, ""},
1183 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305", Const, 8, ""},
1184 {"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", Const, 14, ""},
1185 {"TLS_ECDHE_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1186 {"TLS_FALLBACK_SCSV", Const, 4, ""},
1187 {"TLS_RSA_WITH_3DES_EDE_CBC_SHA", Const, 0, ""},
1188 {"TLS_RSA_WITH_AES_128_CBC_SHA", Const, 0, ""},
1189 {"TLS_RSA_WITH_AES_128_CBC_SHA256", Const, 8, ""},
1190 {"TLS_RSA_WITH_AES_128_GCM_SHA256", Const, 6, ""},
1191 {"TLS_RSA_WITH_AES_256_CBC_SHA", Const, 1, ""},
1192 {"TLS_RSA_WITH_AES_256_GCM_SHA384", Const, 6, ""},
1193 {"TLS_RSA_WITH_RC4_128_SHA", Const, 0, ""},
1194 {"VerifyClientCertIfGiven", Const, 0, ""},
1195 {"VersionName", Func, 21, "func(version uint16) string"},
1196 {"VersionSSL30", Const, 2, ""},
1197 {"VersionTLS10", Const, 2, ""},
1198 {"VersionTLS11", Const, 2, ""},
1199 {"VersionTLS12", Const, 2, ""},
1200 {"VersionTLS13", Const, 12, ""},
1201 {"X25519", Const, 8, ""},
1202 {"X25519MLKEM768", Const, 24, ""},
1203 {"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
1204 },
1205 "crypto/x509": {
1206 {"(*CertPool).AddCert", Method, 0, ""},
1207 {"(*CertPool).AddCertWithConstraint", Method, 22, ""},
1208 {"(*CertPool).AppendCertsFromPEM", Method, 0, ""},
1209 {"(*CertPool).Clone", Method, 19, ""},
1210 {"(*CertPool).Equal", Method, 19, ""},
1211 {"(*CertPool).Subjects", Method, 0, ""},
1212 {"(*Certificate).CheckCRLSignature", Method, 0, ""},
1213 {"(*Certificate).CheckSignature", Method, 0, ""},
1214 {"(*Certificate).CheckSignatureFrom", Method, 0, ""},
1215 {"(*Certificate).CreateCRL", Method, 0, ""},
1216 {"(*Certificate).Equal", Method, 0, ""},
1217 {"(*Certificate).Verify", Method, 0, ""},
1218 {"(*Certificate).VerifyHostname", Method, 0, ""},
1219 {"(*CertificateRequest).CheckSignature", Method, 5, ""},
1220 {"(*OID).UnmarshalBinary", Method, 23, ""},
1221 {"(*OID).UnmarshalText", Method, 23, ""},
1222 {"(*RevocationList).CheckSignatureFrom", Method, 19, ""},
1223 {"(CertificateInvalidError).Error", Method, 0, ""},
1224 {"(ConstraintViolationError).Error", Method, 0, ""},
1225 {"(ExtKeyUsage).String", Method, 26, ""},
1226 {"(HostnameError).Error", Method, 0, ""},
1227 {"(InsecureAlgorithmError).Error", Method, 6, ""},
1228 {"(KeyUsage).String", Method, 26, ""},
1229 {"(OID).AppendBinary", Method, 24, ""},
1230 {"(OID).AppendText", Method, 24, ""},
1231 {"(OID).Equal", Method, 22, ""},
1232 {"(OID).EqualASN1OID", Method, 22, ""},
1233 {"(OID).MarshalBinary", Method, 23, ""},
1234 {"(OID).MarshalText", Method, 23, ""},
1235 {"(OID).String", Method, 22, ""},
1236 {"(PublicKeyAlgorithm).String", Method, 10, ""},
1237 {"(SignatureAlgorithm).String", Method, 6, ""},
1238 {"(SystemRootsError).Error", Method, 1, ""},
1239 {"(SystemRootsError).Unwrap", Method, 16, ""},
1240 {"(UnhandledCriticalExtension).Error", Method, 0, ""},
1241 {"(UnknownAuthorityError).Error", Method, 0, ""},
1242 {"CANotAuthorizedForExtKeyUsage", Const, 10, ""},
1243 {"CANotAuthorizedForThisName", Const, 0, ""},
1244 {"CertPool", Type, 0, ""},
1245 {"Certificate", Type, 0, ""},
1246 {"Certificate.AuthorityKeyId", Field, 0, ""},
1247 {"Certificate.BasicConstraintsValid", Field, 0, ""},
1248 {"Certificate.CRLDistributionPoints", Field, 2, ""},
1249 {"Certificate.DNSNames", Field, 0, ""},
1250 {"Certificate.EmailAddresses", Field, 0, ""},
1251 {"Certificate.ExcludedDNSDomains", Field, 9, ""},
1252 {"Certificate.ExcludedEmailAddresses", Field, 10, ""},
1253 {"Certificate.ExcludedIPRanges", Field, 10, ""},
1254 {"Certificate.ExcludedURIDomains", Field, 10, ""},
1255 {"Certificate.ExtKeyUsage", Field, 0, ""},
1256 {"Certificate.Extensions", Field, 2, ""},
1257 {"Certificate.ExtraExtensions", Field, 2, ""},
1258 {"Certificate.IPAddresses", Field, 1, ""},
1259 {"Certificate.InhibitAnyPolicy", Field, 24, ""},
1260 {"Certificate.InhibitAnyPolicyZero", Field, 24, ""},
1261 {"Certificate.InhibitPolicyMapping", Field, 24, ""},
1262 {"Certificate.InhibitPolicyMappingZero", Field, 24, ""},
1263 {"Certificate.IsCA", Field, 0, ""},
1264 {"Certificate.Issuer", Field, 0, ""},
1265 {"Certificate.IssuingCertificateURL", Field, 2, ""},
1266 {"Certificate.KeyUsage", Field, 0, ""},
1267 {"Certificate.MaxPathLen", Field, 0, ""},
1268 {"Certificate.MaxPathLenZero", Field, 4, ""},
1269 {"Certificate.NotAfter", Field, 0, ""},
1270 {"Certificate.NotBefore", Field, 0, ""},
1271 {"Certificate.OCSPServer", Field, 2, ""},
1272 {"Certificate.PermittedDNSDomains", Field, 0, ""},
1273 {"Certificate.PermittedDNSDomainsCritical", Field, 0, ""},
1274 {"Certificate.PermittedEmailAddresses", Field, 10, ""},
1275 {"Certificate.PermittedIPRanges", Field, 10, ""},
1276 {"Certificate.PermittedURIDomains", Field, 10, ""},
1277 {"Certificate.Policies", Field, 22, ""},
1278 {"Certificate.PolicyIdentifiers", Field, 0, ""},
1279 {"Certificate.PolicyMappings", Field, 24, ""},
1280 {"Certificate.PublicKey", Field, 0, ""},
1281 {"Certificate.PublicKeyAlgorithm", Field, 0, ""},
1282 {"Certificate.Raw", Field, 0, ""},
1283 {"Certificate.RawIssuer", Field, 0, ""},
1284 {"Certificate.RawSubject", Field, 0, ""},
1285 {"Certificate.RawSubjectPublicKeyInfo", Field, 0, ""},
1286 {"Certificate.RawTBSCertificate", Field, 0, ""},
1287 {"Certificate.RequireExplicitPolicy", Field, 24, ""},
1288 {"Certificate.RequireExplicitPolicyZero", Field, 24, ""},
1289 {"Certificate.SerialNumber", Field, 0, ""},
1290 {"Certificate.Signature", Field, 0, ""},
1291 {"Certificate.SignatureAlgorithm", Field, 0, ""},
1292 {"Certificate.Subject", Field, 0, ""},
1293 {"Certificate.SubjectKeyId", Field, 0, ""},
1294 {"Certificate.URIs", Field, 10, ""},
1295 {"Certificate.UnhandledCriticalExtensions", Field, 5, ""},
1296 {"Certificate.UnknownExtKeyUsage", Field, 0, ""},
1297 {"Certificate.Version", Field, 0, ""},
1298 {"CertificateInvalidError", Type, 0, ""},
1299 {"CertificateInvalidError.Cert", Field, 0, ""},
1300 {"CertificateInvalidError.Detail", Field, 10, ""},
1301 {"CertificateInvalidError.Reason", Field, 0, ""},
1302 {"CertificateRequest", Type, 3, ""},
1303 {"CertificateRequest.Attributes", Field, 3, ""},
1304 {"CertificateRequest.DNSNames", Field, 3, ""},
1305 {"CertificateRequest.EmailAddresses", Field, 3, ""},
1306 {"CertificateRequest.Extensions", Field, 3, ""},
1307 {"CertificateRequest.ExtraExtensions", Field, 3, ""},
1308 {"CertificateRequest.IPAddresses", Field, 3, ""},
1309 {"CertificateRequest.PublicKey", Field, 3, ""},
1310 {"CertificateRequest.PublicKeyAlgorithm", Field, 3, ""},
1311 {"CertificateRequest.Raw", Field, 3, ""},
1312 {"CertificateRequest.RawSubject", Field, 3, ""},
1313 {"CertificateRequest.RawSubjectPublicKeyInfo", Field, 3, ""},
1314 {"CertificateRequest.RawTBSCertificateRequest", Field, 3, ""},
1315 {"CertificateRequest.Signature", Field, 3, ""},
1316 {"CertificateRequest.SignatureAlgorithm", Field, 3, ""},
1317 {"CertificateRequest.Subject", Field, 3, ""},
1318 {"CertificateRequest.URIs", Field, 10, ""},
1319 {"CertificateRequest.Version", Field, 3, ""},
1320 {"ConstraintViolationError", Type, 0, ""},
1321 {"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
1322 {"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
1323 {"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
1324 {"DSA", Const, 0, ""},
1325 {"DSAWithSHA1", Const, 0, ""},
1326 {"DSAWithSHA256", Const, 0, ""},
1327 {"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
1328 {"ECDSA", Const, 1, ""},
1329 {"ECDSAWithSHA1", Const, 1, ""},
1330 {"ECDSAWithSHA256", Const, 1, ""},
1331 {"ECDSAWithSHA384", Const, 1, ""},
1332 {"ECDSAWithSHA512", Const, 1, ""},
1333 {"Ed25519", Const, 13, ""},
1334 {"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
1335 {"ErrUnsupportedAlgorithm", Var, 0, ""},
1336 {"Expired", Const, 0, ""},
1337 {"ExtKeyUsage", Type, 0, ""},
1338 {"ExtKeyUsageAny", Const, 0, ""},
1339 {"ExtKeyUsageClientAuth", Const, 0, ""},
1340 {"ExtKeyUsageCodeSigning", Const, 0, ""},
1341 {"ExtKeyUsageEmailProtection", Const, 0, ""},
1342 {"ExtKeyUsageIPSECEndSystem", Const, 1, ""},
1343 {"ExtKeyUsageIPSECTunnel", Const, 1, ""},
1344 {"ExtKeyUsageIPSECUser", Const, 1, ""},
1345 {"ExtKeyUsageMicrosoftCommercialCodeSigning", Const, 10, ""},
1346 {"ExtKeyUsageMicrosoftKernelCodeSigning", Const, 10, ""},
1347 {"ExtKeyUsageMicrosoftServerGatedCrypto", Const, 1, ""},
1348 {"ExtKeyUsageNetscapeServerGatedCrypto", Const, 1, ""},
1349 {"ExtKeyUsageOCSPSigning", Const, 0, ""},
1350 {"ExtKeyUsageServerAuth", Const, 0, ""},
1351 {"ExtKeyUsageTimeStamping", Const, 0, ""},
1352 {"HostnameError", Type, 0, ""},
1353 {"HostnameError.Certificate", Field, 0, ""},
1354 {"HostnameError.Host", Field, 0, ""},
1355 {"IncompatibleUsage", Const, 1, ""},
1356 {"IncorrectPasswordError", Var, 1, ""},
1357 {"InsecureAlgorithmError", Type, 6, ""},
1358 {"InvalidReason", Type, 0, ""},
1359 {"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
1360 {"KeyUsage", Type, 0, ""},
1361 {"KeyUsageCRLSign", Const, 0, ""},
1362 {"KeyUsageCertSign", Const, 0, ""},
1363 {"KeyUsageContentCommitment", Const, 0, ""},
1364 {"KeyUsageDataEncipherment", Const, 0, ""},
1365 {"KeyUsageDecipherOnly", Const, 0, ""},
1366 {"KeyUsageDigitalSignature", Const, 0, ""},
1367 {"KeyUsageEncipherOnly", Const, 0, ""},
1368 {"KeyUsageKeyAgreement", Const, 0, ""},
1369 {"KeyUsageKeyEncipherment", Const, 0, ""},
1370 {"MD2WithRSA", Const, 0, ""},
1371 {"MD5WithRSA", Const, 0, ""},
1372 {"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
1373 {"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
1374 {"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
1375 {"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
1376 {"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
1377 {"NameConstraintsWithoutSANs", Const, 10, ""},
1378 {"NameMismatch", Const, 8, ""},
1379 {"NewCertPool", Func, 0, "func() *CertPool"},
1380 {"NoValidChains", Const, 24, ""},
1381 {"NotAuthorizedToSign", Const, 0, ""},
1382 {"OID", Type, 22, ""},
1383 {"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
1384 {"PEMCipher", Type, 1, ""},
1385 {"PEMCipher3DES", Const, 1, ""},
1386 {"PEMCipherAES128", Const, 1, ""},
1387 {"PEMCipherAES192", Const, 1, ""},
1388 {"PEMCipherAES256", Const, 1, ""},
1389 {"PEMCipherDES", Const, 1, ""},
1390 {"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
1391 {"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
1392 {"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
1393 {"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
1394 {"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
1395 {"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
1396 {"ParseOID", Func, 23, "func(oid string) (OID, error)"},
1397 {"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
1398 {"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
1399 {"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
1400 {"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
1401 {"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
1402 {"PolicyMapping", Type, 24, ""},
1403 {"PolicyMapping.IssuerDomainPolicy", Field, 24, ""},
1404 {"PolicyMapping.SubjectDomainPolicy", Field, 24, ""},
1405 {"PublicKeyAlgorithm", Type, 0, ""},
1406 {"PureEd25519", Const, 13, ""},
1407 {"RSA", Const, 0, ""},
1408 {"RevocationList", Type, 15, ""},
1409 {"RevocationList.AuthorityKeyId", Field, 19, ""},
1410 {"RevocationList.Extensions", Field, 19, ""},
1411 {"RevocationList.ExtraExtensions", Field, 15, ""},
1412 {"RevocationList.Issuer", Field, 19, ""},
1413 {"RevocationList.NextUpdate", Field, 15, ""},
1414 {"RevocationList.Number", Field, 15, ""},
1415 {"RevocationList.Raw", Field, 19, ""},
1416 {"RevocationList.RawIssuer", Field, 19, ""},
1417 {"RevocationList.RawTBSRevocationList", Field, 19, ""},
1418 {"RevocationList.RevokedCertificateEntries", Field, 21, ""},
1419 {"RevocationList.RevokedCertificates", Field, 15, ""},
1420 {"RevocationList.Signature", Field, 19, ""},
1421 {"RevocationList.SignatureAlgorithm", Field, 15, ""},
1422 {"RevocationList.ThisUpdate", Field, 15, ""},
1423 {"RevocationListEntry", Type, 21, ""},
1424 {"RevocationListEntry.Extensions", Field, 21, ""},
1425 {"RevocationListEntry.ExtraExtensions", Field, 21, ""},
1426 {"RevocationListEntry.Raw", Field, 21, ""},
1427 {"RevocationListEntry.ReasonCode", Field, 21, ""},
1428 {"RevocationListEntry.RevocationTime", Field, 21, ""},
1429 {"RevocationListEntry.SerialNumber", Field, 21, ""},
1430 {"SHA1WithRSA", Const, 0, ""},
1431 {"SHA256WithRSA", Const, 0, ""},
1432 {"SHA256WithRSAPSS", Const, 8, ""},
1433 {"SHA384WithRSA", Const, 0, ""},
1434 {"SHA384WithRSAPSS", Const, 8, ""},
1435 {"SHA512WithRSA", Const, 0, ""},
1436 {"SHA512WithRSAPSS", Const, 8, ""},
1437 {"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
1438 {"SignatureAlgorithm", Type, 0, ""},
1439 {"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
1440 {"SystemRootsError", Type, 1, ""},
1441 {"SystemRootsError.Err", Field, 7, ""},
1442 {"TooManyConstraints", Const, 10, ""},
1443 {"TooManyIntermediates", Const, 0, ""},
1444 {"UnconstrainedName", Const, 10, ""},
1445 {"UnhandledCriticalExtension", Type, 0, ""},
1446 {"UnknownAuthorityError", Type, 0, ""},
1447 {"UnknownAuthorityError.Cert", Field, 8, ""},
1448 {"UnknownPublicKeyAlgorithm", Const, 0, ""},
1449 {"UnknownSignatureAlgorithm", Const, 0, ""},
1450 {"VerifyOptions", Type, 0, ""},
1451 {"VerifyOptions.CertificatePolicies", Field, 24, ""},
1452 {"VerifyOptions.CurrentTime", Field, 0, ""},
1453 {"VerifyOptions.DNSName", Field, 0, ""},
1454 {"VerifyOptions.Intermediates", Field, 0, ""},
1455 {"VerifyOptions.KeyUsages", Field, 1, ""},
1456 {"VerifyOptions.MaxConstraintComparisions", Field, 10, ""},
1457 {"VerifyOptions.Roots", Field, 0, ""},
1458 },
1459 "crypto/x509/pkix": {
1460 {"(*CertificateList).HasExpired", Method, 0, ""},
1461 {"(*Name).FillFromRDNSequence", Method, 0, ""},
1462 {"(Name).String", Method, 10, ""},
1463 {"(Name).ToRDNSequence", Method, 0, ""},
1464 {"(RDNSequence).String", Method, 10, ""},
1465 {"AlgorithmIdentifier", Type, 0, ""},
1466 {"AlgorithmIdentifier.Algorithm", Field, 0, ""},
1467 {"AlgorithmIdentifier.Parameters", Field, 0, ""},
1468 {"AttributeTypeAndValue", Type, 0, ""},
1469 {"AttributeTypeAndValue.Type", Field, 0, ""},
1470 {"AttributeTypeAndValue.Value", Field, 0, ""},
1471 {"AttributeTypeAndValueSET", Type, 3, ""},
1472 {"AttributeTypeAndValueSET.Type", Field, 3, ""},
1473 {"AttributeTypeAndValueSET.Value", Field, 3, ""},
1474 {"CertificateList", Type, 0, ""},
1475 {"CertificateList.SignatureAlgorithm", Field, 0, ""},
1476 {"CertificateList.SignatureValue", Field, 0, ""},
1477 {"CertificateList.TBSCertList", Field, 0, ""},
1478 {"Extension", Type, 0, ""},
1479 {"Extension.Critical", Field, 0, ""},
1480 {"Extension.Id", Field, 0, ""},
1481 {"Extension.Value", Field, 0, ""},
1482 {"Name", Type, 0, ""},
1483 {"Name.CommonName", Field, 0, ""},
1484 {"Name.Country", Field, 0, ""},
1485 {"Name.ExtraNames", Field, 5, ""},
1486 {"Name.Locality", Field, 0, ""},
1487 {"Name.Names", Field, 0, ""},
1488 {"Name.Organization", Field, 0, ""},
1489 {"Name.OrganizationalUnit", Field, 0, ""},
1490 {"Name.PostalCode", Field, 0, ""},
1491 {"Name.Province", Field, 0, ""},
1492 {"Name.SerialNumber", Field, 0, ""},
1493 {"Name.StreetAddress", Field, 0, ""},
1494 {"RDNSequence", Type, 0, ""},
1495 {"RelativeDistinguishedNameSET", Type, 0, ""},
1496 {"RevokedCertificate", Type, 0, ""},
1497 {"RevokedCertificate.Extensions", Field, 0, ""},
1498 {"RevokedCertificate.RevocationTime", Field, 0, ""},
1499 {"RevokedCertificate.SerialNumber", Field, 0, ""},
1500 {"TBSCertificateList", Type, 0, ""},
1501 {"TBSCertificateList.Extensions", Field, 0, ""},
1502 {"TBSCertificateList.Issuer", Field, 0, ""},
1503 {"TBSCertificateList.NextUpdate", Field, 0, ""},
1504 {"TBSCertificateList.Raw", Field, 0, ""},
1505 {"TBSCertificateList.RevokedCertificates", Field, 0, ""},
1506 {"TBSCertificateList.Signature", Field, 0, ""},
1507 {"TBSCertificateList.ThisUpdate", Field, 0, ""},
1508 {"TBSCertificateList.Version", Field, 0, ""},
1509 },
1510 "database/sql": {
1511 {"(*ColumnType).DatabaseTypeName", Method, 8, ""},
1512 {"(*ColumnType).DecimalSize", Method, 8, ""},
1513 {"(*ColumnType).Length", Method, 8, ""},
1514 {"(*ColumnType).Name", Method, 8, ""},
1515 {"(*ColumnType).Nullable", Method, 8, ""},
1516 {"(*ColumnType).ScanType", Method, 8, ""},
1517 {"(*Conn).BeginTx", Method, 9, ""},
1518 {"(*Conn).Close", Method, 9, ""},
1519 {"(*Conn).ExecContext", Method, 9, ""},
1520 {"(*Conn).PingContext", Method, 9, ""},
1521 {"(*Conn).PrepareContext", Method, 9, ""},
1522 {"(*Conn).QueryContext", Method, 9, ""},
1523 {"(*Conn).QueryRowContext", Method, 9, ""},
1524 {"(*Conn).Raw", Method, 13, ""},
1525 {"(*DB).Begin", Method, 0, ""},
1526 {"(*DB).BeginTx", Method, 8, ""},
1527 {"(*DB).Close", Method, 0, ""},
1528 {"(*DB).Conn", Method, 9, ""},
1529 {"(*DB).Driver", Method, 0, ""},
1530 {"(*DB).Exec", Method, 0, ""},
1531 {"(*DB).ExecContext", Method, 8, ""},
1532 {"(*DB).Ping", Method, 1, ""},
1533 {"(*DB).PingContext", Method, 8, ""},
1534 {"(*DB).Prepare", Method, 0, ""},
1535 {"(*DB).PrepareContext", Method, 8, ""},
1536 {"(*DB).Query", Method, 0, ""},
1537 {"(*DB).QueryContext", Method, 8, ""},
1538 {"(*DB).QueryRow", Method, 0, ""},
1539 {"(*DB).QueryRowContext", Method, 8, ""},
1540 {"(*DB).SetConnMaxIdleTime", Method, 15, ""},
1541 {"(*DB).SetConnMaxLifetime", Method, 6, ""},
1542 {"(*DB).SetMaxIdleConns", Method, 1, ""},
1543 {"(*DB).SetMaxOpenConns", Method, 2, ""},
1544 {"(*DB).Stats", Method, 5, ""},
1545 {"(*Null).Scan", Method, 22, ""},
1546 {"(*NullBool).Scan", Method, 0, ""},
1547 {"(*NullByte).Scan", Method, 17, ""},
1548 {"(*NullFloat64).Scan", Method, 0, ""},
1549 {"(*NullInt16).Scan", Method, 17, ""},
1550 {"(*NullInt32).Scan", Method, 13, ""},
1551 {"(*NullInt64).Scan", Method, 0, ""},
1552 {"(*NullString).Scan", Method, 0, ""},
1553 {"(*NullTime).Scan", Method, 13, ""},
1554 {"(*Row).Err", Method, 15, ""},
1555 {"(*Row).Scan", Method, 0, ""},
1556 {"(*Rows).Close", Method, 0, ""},
1557 {"(*Rows).ColumnTypes", Method, 8, ""},
1558 {"(*Rows).Columns", Method, 0, ""},
1559 {"(*Rows).Err", Method, 0, ""},
1560 {"(*Rows).Next", Method, 0, ""},
1561 {"(*Rows).NextResultSet", Method, 8, ""},
1562 {"(*Rows).Scan", Method, 0, ""},
1563 {"(*Stmt).Close", Method, 0, ""},
1564 {"(*Stmt).Exec", Method, 0, ""},
1565 {"(*Stmt).ExecContext", Method, 8, ""},
1566 {"(*Stmt).Query", Method, 0, ""},
1567 {"(*Stmt).QueryContext", Method, 8, ""},
1568 {"(*Stmt).QueryRow", Method, 0, ""},
1569 {"(*Stmt).QueryRowContext", Method, 8, ""},
1570 {"(*Tx).Commit", Method, 0, ""},
1571 {"(*Tx).Exec", Method, 0, ""},
1572 {"(*Tx).ExecContext", Method, 8, ""},
1573 {"(*Tx).Prepare", Method, 0, ""},
1574 {"(*Tx).PrepareContext", Method, 8, ""},
1575 {"(*Tx).Query", Method, 0, ""},
1576 {"(*Tx).QueryContext", Method, 8, ""},
1577 {"(*Tx).QueryRow", Method, 0, ""},
1578 {"(*Tx).QueryRowContext", Method, 8, ""},
1579 {"(*Tx).Rollback", Method, 0, ""},
1580 {"(*Tx).Stmt", Method, 0, ""},
1581 {"(*Tx).StmtContext", Method, 8, ""},
1582 {"(IsolationLevel).String", Method, 11, ""},
1583 {"(Null).Value", Method, 22, ""},
1584 {"(NullBool).Value", Method, 0, ""},
1585 {"(NullByte).Value", Method, 17, ""},
1586 {"(NullFloat64).Value", Method, 0, ""},
1587 {"(NullInt16).Value", Method, 17, ""},
1588 {"(NullInt32).Value", Method, 13, ""},
1589 {"(NullInt64).Value", Method, 0, ""},
1590 {"(NullString).Value", Method, 0, ""},
1591 {"(NullTime).Value", Method, 13, ""},
1592 {"(Result).LastInsertId", Method, 0, ""},
1593 {"(Result).RowsAffected", Method, 0, ""},
1594 {"(Scanner).Scan", Method, 0, ""},
1595 {"ColumnType", Type, 8, ""},
1596 {"Conn", Type, 9, ""},
1597 {"DB", Type, 0, ""},
1598 {"DBStats", Type, 5, ""},
1599 {"DBStats.Idle", Field, 11, ""},
1600 {"DBStats.InUse", Field, 11, ""},
1601 {"DBStats.MaxIdleClosed", Field, 11, ""},
1602 {"DBStats.MaxIdleTimeClosed", Field, 15, ""},
1603 {"DBStats.MaxLifetimeClosed", Field, 11, ""},
1604 {"DBStats.MaxOpenConnections", Field, 11, ""},
1605 {"DBStats.OpenConnections", Field, 5, ""},
1606 {"DBStats.WaitCount", Field, 11, ""},
1607 {"DBStats.WaitDuration", Field, 11, ""},
1608 {"Drivers", Func, 4, "func() []string"},
1609 {"ErrConnDone", Var, 9, ""},
1610 {"ErrNoRows", Var, 0, ""},
1611 {"ErrTxDone", Var, 0, ""},
1612 {"IsolationLevel", Type, 8, ""},
1613 {"LevelDefault", Const, 8, ""},
1614 {"LevelLinearizable", Const, 8, ""},
1615 {"LevelReadCommitted", Const, 8, ""},
1616 {"LevelReadUncommitted", Const, 8, ""},
1617 {"LevelRepeatableRead", Const, 8, ""},
1618 {"LevelSerializable", Const, 8, ""},
1619 {"LevelSnapshot", Const, 8, ""},
1620 {"LevelWriteCommitted", Const, 8, ""},
1621 {"Named", Func, 8, "func(name string, value any) NamedArg"},
1622 {"NamedArg", Type, 8, ""},
1623 {"NamedArg.Name", Field, 8, ""},
1624 {"NamedArg.Value", Field, 8, ""},
1625 {"Null", Type, 22, ""},
1626 {"NullBool", Type, 0, ""},
1627 {"NullBool.Bool", Field, 0, ""},
1628 {"NullBool.Valid", Field, 0, ""},
1629 {"NullByte", Type, 17, ""},
1630 {"NullByte.Byte", Field, 17, ""},
1631 {"NullByte.Valid", Field, 17, ""},
1632 {"NullFloat64", Type, 0, ""},
1633 {"NullFloat64.Float64", Field, 0, ""},
1634 {"NullFloat64.Valid", Field, 0, ""},
1635 {"NullInt16", Type, 17, ""},
1636 {"NullInt16.Int16", Field, 17, ""},
1637 {"NullInt16.Valid", Field, 17, ""},
1638 {"NullInt32", Type, 13, ""},
1639 {"NullInt32.Int32", Field, 13, ""},
1640 {"NullInt32.Valid", Field, 13, ""},
1641 {"NullInt64", Type, 0, ""},
1642 {"NullInt64.Int64", Field, 0, ""},
1643 {"NullInt64.Valid", Field, 0, ""},
1644 {"NullString", Type, 0, ""},
1645 {"NullString.String", Field, 0, ""},
1646 {"NullString.Valid", Field, 0, ""},
1647 {"NullTime", Type, 13, ""},
1648 {"NullTime.Time", Field, 13, ""},
1649 {"NullTime.Valid", Field, 13, ""},
1650 {"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
1651 {"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
1652 {"Out", Type, 9, ""},
1653 {"Out.Dest", Field, 9, ""},
1654 {"Out.In", Field, 9, ""},
1655 {"RawBytes", Type, 0, ""},
1656 {"Register", Func, 0, "func(name string, driver driver.Driver)"},
1657 {"Result", Type, 0, ""},
1658 {"Row", Type, 0, ""},
1659 {"Rows", Type, 0, ""},
1660 {"Scanner", Type, 0, ""},
1661 {"Stmt", Type, 0, ""},
1662 {"Tx", Type, 0, ""},
1663 {"TxOptions", Type, 8, ""},
1664 {"TxOptions.Isolation", Field, 8, ""},
1665 {"TxOptions.ReadOnly", Field, 8, ""},
1666 },
1667 "database/sql/driver": {
1668 {"(ColumnConverter).ColumnConverter", Method, 0, ""},
1669 {"(Conn).Begin", Method, 0, ""},
1670 {"(Conn).Close", Method, 0, ""},
1671 {"(Conn).Prepare", Method, 0, ""},
1672 {"(ConnBeginTx).BeginTx", Method, 8, ""},
1673 {"(ConnPrepareContext).PrepareContext", Method, 8, ""},
1674 {"(Connector).Connect", Method, 10, ""},
1675 {"(Connector).Driver", Method, 10, ""},
1676 {"(Driver).Open", Method, 0, ""},
1677 {"(DriverContext).OpenConnector", Method, 10, ""},
1678 {"(Execer).Exec", Method, 0, ""},
1679 {"(ExecerContext).ExecContext", Method, 8, ""},
1680 {"(NamedValueChecker).CheckNamedValue", Method, 9, ""},
1681 {"(NotNull).ConvertValue", Method, 0, ""},
1682 {"(Null).ConvertValue", Method, 0, ""},
1683 {"(Pinger).Ping", Method, 8, ""},
1684 {"(Queryer).Query", Method, 1, ""},
1685 {"(QueryerContext).QueryContext", Method, 8, ""},
1686 {"(Result).LastInsertId", Method, 0, ""},
1687 {"(Result).RowsAffected", Method, 0, ""},
1688 {"(Rows).Close", Method, 0, ""},
1689 {"(Rows).Columns", Method, 0, ""},
1690 {"(Rows).Next", Method, 0, ""},
1691 {"(RowsAffected).LastInsertId", Method, 0, ""},
1692 {"(RowsAffected).RowsAffected", Method, 0, ""},
1693 {"(RowsColumnScanner).Close", Method, 26, ""},
1694 {"(RowsColumnScanner).Columns", Method, 26, ""},
1695 {"(RowsColumnScanner).Next", Method, 26, ""},
1696 {"(RowsColumnScanner).ScanColumn", Method, 26, ""},
1697 {"(RowsColumnTypeDatabaseTypeName).Close", Method, 8, ""},
1698 {"(RowsColumnTypeDatabaseTypeName).ColumnTypeDatabaseTypeName", Method, 8, ""},
1699 {"(RowsColumnTypeDatabaseTypeName).Columns", Method, 8, ""},
1700 {"(RowsColumnTypeDatabaseTypeName).Next", Method, 8, ""},
1701 {"(RowsColumnTypeLength).Close", Method, 8, ""},
1702 {"(RowsColumnTypeLength).ColumnTypeLength", Method, 8, ""},
1703 {"(RowsColumnTypeLength).Columns", Method, 8, ""},
1704 {"(RowsColumnTypeLength).Next", Method, 8, ""},
1705 {"(RowsColumnTypeNullable).Close", Method, 8, ""},
1706 {"(RowsColumnTypeNullable).ColumnTypeNullable", Method, 8, ""},
1707 {"(RowsColumnTypeNullable).Columns", Method, 8, ""},
1708 {"(RowsColumnTypeNullable).Next", Method, 8, ""},
1709 {"(RowsColumnTypePrecisionScale).Close", Method, 8, ""},
1710 {"(RowsColumnTypePrecisionScale).ColumnTypePrecisionScale", Method, 8, ""},
1711 {"(RowsColumnTypePrecisionScale).Columns", Method, 8, ""},
1712 {"(RowsColumnTypePrecisionScale).Next", Method, 8, ""},
1713 {"(RowsColumnTypeScanType).Close", Method, 8, ""},
1714 {"(RowsColumnTypeScanType).ColumnTypeScanType", Method, 8, ""},
1715 {"(RowsColumnTypeScanType).Columns", Method, 8, ""},
1716 {"(RowsColumnTypeScanType).Next", Method, 8, ""},
1717 {"(RowsNextResultSet).Close", Method, 8, ""},
1718 {"(RowsNextResultSet).Columns", Method, 8, ""},
1719 {"(RowsNextResultSet).HasNextResultSet", Method, 8, ""},
1720 {"(RowsNextResultSet).Next", Method, 8, ""},
1721 {"(RowsNextResultSet).NextResultSet", Method, 8, ""},
1722 {"(SessionResetter).ResetSession", Method, 10, ""},
1723 {"(Stmt).Close", Method, 0, ""},
1724 {"(Stmt).Exec", Method, 0, ""},
1725 {"(Stmt).NumInput", Method, 0, ""},
1726 {"(Stmt).Query", Method, 0, ""},
1727 {"(StmtExecContext).ExecContext", Method, 8, ""},
1728 {"(StmtQueryContext).QueryContext", Method, 8, ""},
1729 {"(Tx).Commit", Method, 0, ""},
1730 {"(Tx).Rollback", Method, 0, ""},
1731 {"(Validator).IsValid", Method, 15, ""},
1732 {"(ValueConverter).ConvertValue", Method, 0, ""},
1733 {"(Valuer).Value", Method, 0, ""},
1734 {"Bool", Var, 0, ""},
1735 {"ColumnConverter", Type, 0, ""},
1736 {"Conn", Type, 0, ""},
1737 {"ConnBeginTx", Type, 8, ""},
1738 {"ConnPrepareContext", Type, 8, ""},
1739 {"Connector", Type, 10, ""},
1740 {"DefaultParameterConverter", Var, 0, ""},
1741 {"Driver", Type, 0, ""},
1742 {"DriverContext", Type, 10, ""},
1743 {"ErrBadConn", Var, 0, ""},
1744 {"ErrRemoveArgument", Var, 9, ""},
1745 {"ErrSkip", Var, 0, ""},
1746 {"Execer", Type, 0, ""},
1747 {"ExecerContext", Type, 8, ""},
1748 {"Int32", Var, 0, ""},
1749 {"IsScanValue", Func, 0, "func(v any) bool"},
1750 {"IsValue", Func, 0, "func(v any) bool"},
1751 {"IsolationLevel", Type, 8, ""},
1752 {"NamedValue", Type, 8, ""},
1753 {"NamedValue.Name", Field, 8, ""},
1754 {"NamedValue.Ordinal", Field, 8, ""},
1755 {"NamedValue.Value", Field, 8, ""},
1756 {"NamedValueChecker", Type, 9, ""},
1757 {"NotNull", Type, 0, ""},
1758 {"NotNull.Converter", Field, 0, ""},
1759 {"Null", Type, 0, ""},
1760 {"Null.Converter", Field, 0, ""},
1761 {"Pinger", Type, 8, ""},
1762 {"Queryer", Type, 1, ""},
1763 {"QueryerContext", Type, 8, ""},
1764 {"Result", Type, 0, ""},
1765 {"ResultNoRows", Var, 0, ""},
1766 {"Rows", Type, 0, ""},
1767 {"RowsAffected", Type, 0, ""},
1768 {"RowsColumnScanner", Type, 26, ""},
1769 {"RowsColumnTypeDatabaseTypeName", Type, 8, ""},
1770 {"RowsColumnTypeLength", Type, 8, ""},
1771 {"RowsColumnTypeNullable", Type, 8, ""},
1772 {"RowsColumnTypePrecisionScale", Type, 8, ""},
1773 {"RowsColumnTypeScanType", Type, 8, ""},
1774 {"RowsNextResultSet", Type, 8, ""},
1775 {"SessionResetter", Type, 10, ""},
1776 {"Stmt", Type, 0, ""},
1777 {"StmtExecContext", Type, 8, ""},
1778 {"StmtQueryContext", Type, 8, ""},
1779 {"String", Var, 0, ""},
1780 {"Tx", Type, 0, ""},
1781 {"TxOptions", Type, 8, ""},
1782 {"TxOptions.Isolation", Field, 8, ""},
1783 {"TxOptions.ReadOnly", Field, 8, ""},
1784 {"Validator", Type, 15, ""},
1785 {"Value", Type, 0, ""},
1786 {"ValueConverter", Type, 0, ""},
1787 {"Valuer", Type, 0, ""},
1788 },
1789 "debug/buildinfo": {
1790 {"BuildInfo", Type, 18, ""},
1791 {"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
1792 {"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
1793 },
1794 "debug/dwarf": {
1795 {"(*AddrType).Basic", Method, 0, ""},
1796 {"(*AddrType).Common", Method, 0, ""},
1797 {"(*AddrType).Size", Method, 0, ""},
1798 {"(*AddrType).String", Method, 0, ""},
1799 {"(*ArrayType).Common", Method, 0, ""},
1800 {"(*ArrayType).Size", Method, 0, ""},
1801 {"(*ArrayType).String", Method, 0, ""},
1802 {"(*BasicType).Basic", Method, 0, ""},
1803 {"(*BasicType).Common", Method, 0, ""},
1804 {"(*BasicType).Size", Method, 0, ""},
1805 {"(*BasicType).String", Method, 0, ""},
1806 {"(*BoolType).Basic", Method, 0, ""},
1807 {"(*BoolType).Common", Method, 0, ""},
1808 {"(*BoolType).Size", Method, 0, ""},
1809 {"(*BoolType).String", Method, 0, ""},
1810 {"(*CharType).Basic", Method, 0, ""},
1811 {"(*CharType).Common", Method, 0, ""},
1812 {"(*CharType).Size", Method, 0, ""},
1813 {"(*CharType).String", Method, 0, ""},
1814 {"(*CommonType).Common", Method, 0, ""},
1815 {"(*CommonType).Size", Method, 0, ""},
1816 {"(*ComplexType).Basic", Method, 0, ""},
1817 {"(*ComplexType).Common", Method, 0, ""},
1818 {"(*ComplexType).Size", Method, 0, ""},
1819 {"(*ComplexType).String", Method, 0, ""},
1820 {"(*Data).AddSection", Method, 14, ""},
1821 {"(*Data).AddTypes", Method, 3, ""},
1822 {"(*Data).LineReader", Method, 5, ""},
1823 {"(*Data).Ranges", Method, 7, ""},
1824 {"(*Data).Reader", Method, 0, ""},
1825 {"(*Data).Type", Method, 0, ""},
1826 {"(*DotDotDotType).Common", Method, 0, ""},
1827 {"(*DotDotDotType).Size", Method, 0, ""},
1828 {"(*DotDotDotType).String", Method, 0, ""},
1829 {"(*Entry).AttrField", Method, 5, ""},
1830 {"(*Entry).Val", Method, 0, ""},
1831 {"(*EnumType).Common", Method, 0, ""},
1832 {"(*EnumType).Size", Method, 0, ""},
1833 {"(*EnumType).String", Method, 0, ""},
1834 {"(*FloatType).Basic", Method, 0, ""},
1835 {"(*FloatType).Common", Method, 0, ""},
1836 {"(*FloatType).Size", Method, 0, ""},
1837 {"(*FloatType).String", Method, 0, ""},
1838 {"(*FuncType).Common", Method, 0, ""},
1839 {"(*FuncType).Size", Method, 0, ""},
1840 {"(*FuncType).String", Method, 0, ""},
1841 {"(*IntType).Basic", Method, 0, ""},
1842 {"(*IntType).Common", Method, 0, ""},
1843 {"(*IntType).Size", Method, 0, ""},
1844 {"(*IntType).String", Method, 0, ""},
1845 {"(*LineReader).Files", Method, 14, ""},
1846 {"(*LineReader).Next", Method, 5, ""},
1847 {"(*LineReader).Reset", Method, 5, ""},
1848 {"(*LineReader).Seek", Method, 5, ""},
1849 {"(*LineReader).SeekPC", Method, 5, ""},
1850 {"(*LineReader).Tell", Method, 5, ""},
1851 {"(*PtrType).Common", Method, 0, ""},
1852 {"(*PtrType).Size", Method, 0, ""},
1853 {"(*PtrType).String", Method, 0, ""},
1854 {"(*QualType).Common", Method, 0, ""},
1855 {"(*QualType).Size", Method, 0, ""},
1856 {"(*QualType).String", Method, 0, ""},
1857 {"(*Reader).AddressSize", Method, 5, ""},
1858 {"(*Reader).ByteOrder", Method, 14, ""},
1859 {"(*Reader).Next", Method, 0, ""},
1860 {"(*Reader).Seek", Method, 0, ""},
1861 {"(*Reader).SeekPC", Method, 7, ""},
1862 {"(*Reader).SkipChildren", Method, 0, ""},
1863 {"(*StructType).Common", Method, 0, ""},
1864 {"(*StructType).Defn", Method, 0, ""},
1865 {"(*StructType).Size", Method, 0, ""},
1866 {"(*StructType).String", Method, 0, ""},
1867 {"(*TypedefType).Common", Method, 0, ""},
1868 {"(*TypedefType).Size", Method, 0, ""},
1869 {"(*TypedefType).String", Method, 0, ""},
1870 {"(*UcharType).Basic", Method, 0, ""},
1871 {"(*UcharType).Common", Method, 0, ""},
1872 {"(*UcharType).Size", Method, 0, ""},
1873 {"(*UcharType).String", Method, 0, ""},
1874 {"(*UintType).Basic", Method, 0, ""},
1875 {"(*UintType).Common", Method, 0, ""},
1876 {"(*UintType).Size", Method, 0, ""},
1877 {"(*UintType).String", Method, 0, ""},
1878 {"(*UnspecifiedType).Basic", Method, 4, ""},
1879 {"(*UnspecifiedType).Common", Method, 4, ""},
1880 {"(*UnspecifiedType).Size", Method, 4, ""},
1881 {"(*UnspecifiedType).String", Method, 4, ""},
1882 {"(*UnsupportedType).Common", Method, 13, ""},
1883 {"(*UnsupportedType).Size", Method, 13, ""},
1884 {"(*UnsupportedType).String", Method, 13, ""},
1885 {"(*VoidType).Common", Method, 0, ""},
1886 {"(*VoidType).Size", Method, 0, ""},
1887 {"(*VoidType).String", Method, 0, ""},
1888 {"(Attr).GoString", Method, 0, ""},
1889 {"(Attr).String", Method, 0, ""},
1890 {"(Class).GoString", Method, 5, ""},
1891 {"(Class).String", Method, 5, ""},
1892 {"(DecodeError).Error", Method, 0, ""},
1893 {"(Tag).GoString", Method, 0, ""},
1894 {"(Tag).String", Method, 0, ""},
1895 {"(Type).Common", Method, 0, ""},
1896 {"(Type).Size", Method, 0, ""},
1897 {"(Type).String", Method, 0, ""},
1898 {"AddrType", Type, 0, ""},
1899 {"AddrType.BasicType", Field, 0, ""},
1900 {"ArrayType", Type, 0, ""},
1901 {"ArrayType.CommonType", Field, 0, ""},
1902 {"ArrayType.Count", Field, 0, ""},
1903 {"ArrayType.StrideBitSize", Field, 0, ""},
1904 {"ArrayType.Type", Field, 0, ""},
1905 {"Attr", Type, 0, ""},
1906 {"AttrAbstractOrigin", Const, 0, ""},
1907 {"AttrAccessibility", Const, 0, ""},
1908 {"AttrAddrBase", Const, 14, ""},
1909 {"AttrAddrClass", Const, 0, ""},
1910 {"AttrAlignment", Const, 14, ""},
1911 {"AttrAllocated", Const, 0, ""},
1912 {"AttrArtificial", Const, 0, ""},
1913 {"AttrAssociated", Const, 0, ""},
1914 {"AttrBaseTypes", Const, 0, ""},
1915 {"AttrBinaryScale", Const, 14, ""},
1916 {"AttrBitOffset", Const, 0, ""},
1917 {"AttrBitSize", Const, 0, ""},
1918 {"AttrByteSize", Const, 0, ""},
1919 {"AttrCallAllCalls", Const, 14, ""},
1920 {"AttrCallAllSourceCalls", Const, 14, ""},
1921 {"AttrCallAllTailCalls", Const, 14, ""},
1922 {"AttrCallColumn", Const, 0, ""},
1923 {"AttrCallDataLocation", Const, 14, ""},
1924 {"AttrCallDataValue", Const, 14, ""},
1925 {"AttrCallFile", Const, 0, ""},
1926 {"AttrCallLine", Const, 0, ""},
1927 {"AttrCallOrigin", Const, 14, ""},
1928 {"AttrCallPC", Const, 14, ""},
1929 {"AttrCallParameter", Const, 14, ""},
1930 {"AttrCallReturnPC", Const, 14, ""},
1931 {"AttrCallTailCall", Const, 14, ""},
1932 {"AttrCallTarget", Const, 14, ""},
1933 {"AttrCallTargetClobbered", Const, 14, ""},
1934 {"AttrCallValue", Const, 14, ""},
1935 {"AttrCalling", Const, 0, ""},
1936 {"AttrCommonRef", Const, 0, ""},
1937 {"AttrCompDir", Const, 0, ""},
1938 {"AttrConstExpr", Const, 14, ""},
1939 {"AttrConstValue", Const, 0, ""},
1940 {"AttrContainingType", Const, 0, ""},
1941 {"AttrCount", Const, 0, ""},
1942 {"AttrDataBitOffset", Const, 14, ""},
1943 {"AttrDataLocation", Const, 0, ""},
1944 {"AttrDataMemberLoc", Const, 0, ""},
1945 {"AttrDecimalScale", Const, 14, ""},
1946 {"AttrDecimalSign", Const, 14, ""},
1947 {"AttrDeclColumn", Const, 0, ""},
1948 {"AttrDeclFile", Const, 0, ""},
1949 {"AttrDeclLine", Const, 0, ""},
1950 {"AttrDeclaration", Const, 0, ""},
1951 {"AttrDefaultValue", Const, 0, ""},
1952 {"AttrDefaulted", Const, 14, ""},
1953 {"AttrDeleted", Const, 14, ""},
1954 {"AttrDescription", Const, 0, ""},
1955 {"AttrDigitCount", Const, 14, ""},
1956 {"AttrDiscr", Const, 0, ""},
1957 {"AttrDiscrList", Const, 0, ""},
1958 {"AttrDiscrValue", Const, 0, ""},
1959 {"AttrDwoName", Const, 14, ""},
1960 {"AttrElemental", Const, 14, ""},
1961 {"AttrEncoding", Const, 0, ""},
1962 {"AttrEndianity", Const, 14, ""},
1963 {"AttrEntrypc", Const, 0, ""},
1964 {"AttrEnumClass", Const, 14, ""},
1965 {"AttrExplicit", Const, 14, ""},
1966 {"AttrExportSymbols", Const, 14, ""},
1967 {"AttrExtension", Const, 0, ""},
1968 {"AttrExternal", Const, 0, ""},
1969 {"AttrFrameBase", Const, 0, ""},
1970 {"AttrFriend", Const, 0, ""},
1971 {"AttrHighpc", Const, 0, ""},
1972 {"AttrIdentifierCase", Const, 0, ""},
1973 {"AttrImport", Const, 0, ""},
1974 {"AttrInline", Const, 0, ""},
1975 {"AttrIsOptional", Const, 0, ""},
1976 {"AttrLanguage", Const, 0, ""},
1977 {"AttrLinkageName", Const, 14, ""},
1978 {"AttrLocation", Const, 0, ""},
1979 {"AttrLoclistsBase", Const, 14, ""},
1980 {"AttrLowerBound", Const, 0, ""},
1981 {"AttrLowpc", Const, 0, ""},
1982 {"AttrMacroInfo", Const, 0, ""},
1983 {"AttrMacros", Const, 14, ""},
1984 {"AttrMainSubprogram", Const, 14, ""},
1985 {"AttrMutable", Const, 14, ""},
1986 {"AttrName", Const, 0, ""},
1987 {"AttrNamelistItem", Const, 0, ""},
1988 {"AttrNoreturn", Const, 14, ""},
1989 {"AttrObjectPointer", Const, 14, ""},
1990 {"AttrOrdering", Const, 0, ""},
1991 {"AttrPictureString", Const, 14, ""},
1992 {"AttrPriority", Const, 0, ""},
1993 {"AttrProducer", Const, 0, ""},
1994 {"AttrPrototyped", Const, 0, ""},
1995 {"AttrPure", Const, 14, ""},
1996 {"AttrRanges", Const, 0, ""},
1997 {"AttrRank", Const, 14, ""},
1998 {"AttrRecursive", Const, 14, ""},
1999 {"AttrReference", Const, 14, ""},
2000 {"AttrReturnAddr", Const, 0, ""},
2001 {"AttrRnglistsBase", Const, 14, ""},
2002 {"AttrRvalueReference", Const, 14, ""},
2003 {"AttrSegment", Const, 0, ""},
2004 {"AttrSibling", Const, 0, ""},
2005 {"AttrSignature", Const, 14, ""},
2006 {"AttrSmall", Const, 14, ""},
2007 {"AttrSpecification", Const, 0, ""},
2008 {"AttrStartScope", Const, 0, ""},
2009 {"AttrStaticLink", Const, 0, ""},
2010 {"AttrStmtList", Const, 0, ""},
2011 {"AttrStrOffsetsBase", Const, 14, ""},
2012 {"AttrStride", Const, 0, ""},
2013 {"AttrStrideSize", Const, 0, ""},
2014 {"AttrStringLength", Const, 0, ""},
2015 {"AttrStringLengthBitSize", Const, 14, ""},
2016 {"AttrStringLengthByteSize", Const, 14, ""},
2017 {"AttrThreadsScaled", Const, 14, ""},
2018 {"AttrTrampoline", Const, 0, ""},
2019 {"AttrType", Const, 0, ""},
2020 {"AttrUpperBound", Const, 0, ""},
2021 {"AttrUseLocation", Const, 0, ""},
2022 {"AttrUseUTF8", Const, 0, ""},
2023 {"AttrVarParam", Const, 0, ""},
2024 {"AttrVirtuality", Const, 0, ""},
2025 {"AttrVisibility", Const, 0, ""},
2026 {"AttrVtableElemLoc", Const, 0, ""},
2027 {"BasicType", Type, 0, ""},
2028 {"BasicType.BitOffset", Field, 0, ""},
2029 {"BasicType.BitSize", Field, 0, ""},
2030 {"BasicType.CommonType", Field, 0, ""},
2031 {"BasicType.DataBitOffset", Field, 18, ""},
2032 {"BoolType", Type, 0, ""},
2033 {"BoolType.BasicType", Field, 0, ""},
2034 {"CharType", Type, 0, ""},
2035 {"CharType.BasicType", Field, 0, ""},
2036 {"Class", Type, 5, ""},
2037 {"ClassAddrPtr", Const, 14, ""},
2038 {"ClassAddress", Const, 5, ""},
2039 {"ClassBlock", Const, 5, ""},
2040 {"ClassConstant", Const, 5, ""},
2041 {"ClassExprLoc", Const, 5, ""},
2042 {"ClassFlag", Const, 5, ""},
2043 {"ClassLinePtr", Const, 5, ""},
2044 {"ClassLocList", Const, 14, ""},
2045 {"ClassLocListPtr", Const, 5, ""},
2046 {"ClassMacPtr", Const, 5, ""},
2047 {"ClassRangeListPtr", Const, 5, ""},
2048 {"ClassReference", Const, 5, ""},
2049 {"ClassReferenceAlt", Const, 5, ""},
2050 {"ClassReferenceSig", Const, 5, ""},
2051 {"ClassRngList", Const, 14, ""},
2052 {"ClassRngListsPtr", Const, 14, ""},
2053 {"ClassStrOffsetsPtr", Const, 14, ""},
2054 {"ClassString", Const, 5, ""},
2055 {"ClassStringAlt", Const, 5, ""},
2056 {"ClassUnknown", Const, 6, ""},
2057 {"CommonType", Type, 0, ""},
2058 {"CommonType.ByteSize", Field, 0, ""},
2059 {"CommonType.Name", Field, 0, ""},
2060 {"ComplexType", Type, 0, ""},
2061 {"ComplexType.BasicType", Field, 0, ""},
2062 {"Data", Type, 0, ""},
2063 {"DecodeError", Type, 0, ""},
2064 {"DecodeError.Err", Field, 0, ""},
2065 {"DecodeError.Name", Field, 0, ""},
2066 {"DecodeError.Offset", Field, 0, ""},
2067 {"DotDotDotType", Type, 0, ""},
2068 {"DotDotDotType.CommonType", Field, 0, ""},
2069 {"Entry", Type, 0, ""},
2070 {"Entry.Children", Field, 0, ""},
2071 {"Entry.Field", Field, 0, ""},
2072 {"Entry.Offset", Field, 0, ""},
2073 {"Entry.Tag", Field, 0, ""},
2074 {"EnumType", Type, 0, ""},
2075 {"EnumType.CommonType", Field, 0, ""},
2076 {"EnumType.EnumName", Field, 0, ""},
2077 {"EnumType.Val", Field, 0, ""},
2078 {"EnumValue", Type, 0, ""},
2079 {"EnumValue.Name", Field, 0, ""},
2080 {"EnumValue.Val", Field, 0, ""},
2081 {"ErrUnknownPC", Var, 5, ""},
2082 {"Field", Type, 0, ""},
2083 {"Field.Attr", Field, 0, ""},
2084 {"Field.Class", Field, 5, ""},
2085 {"Field.Val", Field, 0, ""},
2086 {"FloatType", Type, 0, ""},
2087 {"FloatType.BasicType", Field, 0, ""},
2088 {"FuncType", Type, 0, ""},
2089 {"FuncType.CommonType", Field, 0, ""},
2090 {"FuncType.ParamType", Field, 0, ""},
2091 {"FuncType.ReturnType", Field, 0, ""},
2092 {"IntType", Type, 0, ""},
2093 {"IntType.BasicType", Field, 0, ""},
2094 {"LineEntry", Type, 5, ""},
2095 {"LineEntry.Address", Field, 5, ""},
2096 {"LineEntry.BasicBlock", Field, 5, ""},
2097 {"LineEntry.Column", Field, 5, ""},
2098 {"LineEntry.Discriminator", Field, 5, ""},
2099 {"LineEntry.EndSequence", Field, 5, ""},
2100 {"LineEntry.EpilogueBegin", Field, 5, ""},
2101 {"LineEntry.File", Field, 5, ""},
2102 {"LineEntry.ISA", Field, 5, ""},
2103 {"LineEntry.IsStmt", Field, 5, ""},
2104 {"LineEntry.Line", Field, 5, ""},
2105 {"LineEntry.OpIndex", Field, 5, ""},
2106 {"LineEntry.PrologueEnd", Field, 5, ""},
2107 {"LineFile", Type, 5, ""},
2108 {"LineFile.Length", Field, 5, ""},
2109 {"LineFile.Mtime", Field, 5, ""},
2110 {"LineFile.Name", Field, 5, ""},
2111 {"LineReader", Type, 5, ""},
2112 {"LineReaderPos", Type, 5, ""},
2113 {"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
2114 {"Offset", Type, 0, ""},
2115 {"PtrType", Type, 0, ""},
2116 {"PtrType.CommonType", Field, 0, ""},
2117 {"PtrType.Type", Field, 0, ""},
2118 {"QualType", Type, 0, ""},
2119 {"QualType.CommonType", Field, 0, ""},
2120 {"QualType.Qual", Field, 0, ""},
2121 {"QualType.Type", Field, 0, ""},
2122 {"Reader", Type, 0, ""},
2123 {"StructField", Type, 0, ""},
2124 {"StructField.BitOffset", Field, 0, ""},
2125 {"StructField.BitSize", Field, 0, ""},
2126 {"StructField.ByteOffset", Field, 0, ""},
2127 {"StructField.ByteSize", Field, 0, ""},
2128 {"StructField.DataBitOffset", Field, 18, ""},
2129 {"StructField.Name", Field, 0, ""},
2130 {"StructField.Type", Field, 0, ""},
2131 {"StructType", Type, 0, ""},
2132 {"StructType.CommonType", Field, 0, ""},
2133 {"StructType.Field", Field, 0, ""},
2134 {"StructType.Incomplete", Field, 0, ""},
2135 {"StructType.Kind", Field, 0, ""},
2136 {"StructType.StructName", Field, 0, ""},
2137 {"Tag", Type, 0, ""},
2138 {"TagAccessDeclaration", Const, 0, ""},
2139 {"TagArrayType", Const, 0, ""},
2140 {"TagAtomicType", Const, 14, ""},
2141 {"TagBaseType", Const, 0, ""},
2142 {"TagCallSite", Const, 14, ""},
2143 {"TagCallSiteParameter", Const, 14, ""},
2144 {"TagCatchDwarfBlock", Const, 0, ""},
2145 {"TagClassType", Const, 0, ""},
2146 {"TagCoarrayType", Const, 14, ""},
2147 {"TagCommonDwarfBlock", Const, 0, ""},
2148 {"TagCommonInclusion", Const, 0, ""},
2149 {"TagCompileUnit", Const, 0, ""},
2150 {"TagCondition", Const, 3, ""},
2151 {"TagConstType", Const, 0, ""},
2152 {"TagConstant", Const, 0, ""},
2153 {"TagDwarfProcedure", Const, 0, ""},
2154 {"TagDynamicType", Const, 14, ""},
2155 {"TagEntryPoint", Const, 0, ""},
2156 {"TagEnumerationType", Const, 0, ""},
2157 {"TagEnumerator", Const, 0, ""},
2158 {"TagFileType", Const, 0, ""},
2159 {"TagFormalParameter", Const, 0, ""},
2160 {"TagFriend", Const, 0, ""},
2161 {"TagGenericSubrange", Const, 14, ""},
2162 {"TagImmutableType", Const, 14, ""},
2163 {"TagImportedDeclaration", Const, 0, ""},
2164 {"TagImportedModule", Const, 0, ""},
2165 {"TagImportedUnit", Const, 0, ""},
2166 {"TagInheritance", Const, 0, ""},
2167 {"TagInlinedSubroutine", Const, 0, ""},
2168 {"TagInterfaceType", Const, 0, ""},
2169 {"TagLabel", Const, 0, ""},
2170 {"TagLexDwarfBlock", Const, 0, ""},
2171 {"TagMember", Const, 0, ""},
2172 {"TagModule", Const, 0, ""},
2173 {"TagMutableType", Const, 0, ""},
2174 {"TagNamelist", Const, 0, ""},
2175 {"TagNamelistItem", Const, 0, ""},
2176 {"TagNamespace", Const, 0, ""},
2177 {"TagPackedType", Const, 0, ""},
2178 {"TagPartialUnit", Const, 0, ""},
2179 {"TagPointerType", Const, 0, ""},
2180 {"TagPtrToMemberType", Const, 0, ""},
2181 {"TagReferenceType", Const, 0, ""},
2182 {"TagRestrictType", Const, 0, ""},
2183 {"TagRvalueReferenceType", Const, 3, ""},
2184 {"TagSetType", Const, 0, ""},
2185 {"TagSharedType", Const, 3, ""},
2186 {"TagSkeletonUnit", Const, 14, ""},
2187 {"TagStringType", Const, 0, ""},
2188 {"TagStructType", Const, 0, ""},
2189 {"TagSubprogram", Const, 0, ""},
2190 {"TagSubrangeType", Const, 0, ""},
2191 {"TagSubroutineType", Const, 0, ""},
2192 {"TagTemplateAlias", Const, 3, ""},
2193 {"TagTemplateTypeParameter", Const, 0, ""},
2194 {"TagTemplateValueParameter", Const, 0, ""},
2195 {"TagThrownType", Const, 0, ""},
2196 {"TagTryDwarfBlock", Const, 0, ""},
2197 {"TagTypeUnit", Const, 3, ""},
2198 {"TagTypedef", Const, 0, ""},
2199 {"TagUnionType", Const, 0, ""},
2200 {"TagUnspecifiedParameters", Const, 0, ""},
2201 {"TagUnspecifiedType", Const, 0, ""},
2202 {"TagVariable", Const, 0, ""},
2203 {"TagVariant", Const, 0, ""},
2204 {"TagVariantPart", Const, 0, ""},
2205 {"TagVolatileType", Const, 0, ""},
2206 {"TagWithStmt", Const, 0, ""},
2207 {"Type", Type, 0, ""},
2208 {"TypedefType", Type, 0, ""},
2209 {"TypedefType.CommonType", Field, 0, ""},
2210 {"TypedefType.Type", Field, 0, ""},
2211 {"UcharType", Type, 0, ""},
2212 {"UcharType.BasicType", Field, 0, ""},
2213 {"UintType", Type, 0, ""},
2214 {"UintType.BasicType", Field, 0, ""},
2215 {"UnspecifiedType", Type, 4, ""},
2216 {"UnspecifiedType.BasicType", Field, 4, ""},
2217 {"UnsupportedType", Type, 13, ""},
2218 {"UnsupportedType.CommonType", Field, 13, ""},
2219 {"UnsupportedType.Tag", Field, 13, ""},
2220 {"VoidType", Type, 0, ""},
2221 {"VoidType.CommonType", Field, 0, ""},
2222 },
2223 "debug/elf": {
2224 {"(*File).Close", Method, 0, ""},
2225 {"(*File).DWARF", Method, 0, ""},
2226 {"(*File).DynString", Method, 1, ""},
2227 {"(*File).DynValue", Method, 21, ""},
2228 {"(*File).DynamicSymbols", Method, 4, ""},
2229 {"(*File).DynamicVersionNeeds", Method, 24, ""},
2230 {"(*File).DynamicVersions", Method, 24, ""},
2231 {"(*File).ImportedLibraries", Method, 0, ""},
2232 {"(*File).ImportedSymbols", Method, 0, ""},
2233 {"(*File).Section", Method, 0, ""},
2234 {"(*File).SectionByType", Method, 0, ""},
2235 {"(*File).Symbols", Method, 0, ""},
2236 {"(*FormatError).Error", Method, 0, ""},
2237 {"(*Prog).Open", Method, 0, ""},
2238 {"(*Section).Data", Method, 0, ""},
2239 {"(*Section).Open", Method, 0, ""},
2240 {"(Class).GoString", Method, 0, ""},
2241 {"(Class).String", Method, 0, ""},
2242 {"(CompressionType).GoString", Method, 6, ""},
2243 {"(CompressionType).String", Method, 6, ""},
2244 {"(Data).GoString", Method, 0, ""},
2245 {"(Data).String", Method, 0, ""},
2246 {"(DynFlag).GoString", Method, 0, ""},
2247 {"(DynFlag).String", Method, 0, ""},
2248 {"(DynFlag1).GoString", Method, 21, ""},
2249 {"(DynFlag1).String", Method, 21, ""},
2250 {"(DynTag).GoString", Method, 0, ""},
2251 {"(DynTag).String", Method, 0, ""},
2252 {"(Machine).GoString", Method, 0, ""},
2253 {"(Machine).String", Method, 0, ""},
2254 {"(NType).GoString", Method, 0, ""},
2255 {"(NType).String", Method, 0, ""},
2256 {"(OSABI).GoString", Method, 0, ""},
2257 {"(OSABI).String", Method, 0, ""},
2258 {"(Prog).ReadAt", Method, 0, ""},
2259 {"(ProgFlag).GoString", Method, 0, ""},
2260 {"(ProgFlag).String", Method, 0, ""},
2261 {"(ProgType).GoString", Method, 0, ""},
2262 {"(ProgType).String", Method, 0, ""},
2263 {"(R_386).GoString", Method, 0, ""},
2264 {"(R_386).String", Method, 0, ""},
2265 {"(R_390).GoString", Method, 7, ""},
2266 {"(R_390).String", Method, 7, ""},
2267 {"(R_AARCH64).GoString", Method, 4, ""},
2268 {"(R_AARCH64).String", Method, 4, ""},
2269 {"(R_ALPHA).GoString", Method, 0, ""},
2270 {"(R_ALPHA).String", Method, 0, ""},
2271 {"(R_ARM).GoString", Method, 0, ""},
2272 {"(R_ARM).String", Method, 0, ""},
2273 {"(R_LARCH).GoString", Method, 19, ""},
2274 {"(R_LARCH).String", Method, 19, ""},
2275 {"(R_MIPS).GoString", Method, 6, ""},
2276 {"(R_MIPS).String", Method, 6, ""},
2277 {"(R_PPC).GoString", Method, 0, ""},
2278 {"(R_PPC).String", Method, 0, ""},
2279 {"(R_PPC64).GoString", Method, 5, ""},
2280 {"(R_PPC64).String", Method, 5, ""},
2281 {"(R_RISCV).GoString", Method, 11, ""},
2282 {"(R_RISCV).String", Method, 11, ""},
2283 {"(R_SPARC).GoString", Method, 0, ""},
2284 {"(R_SPARC).String", Method, 0, ""},
2285 {"(R_X86_64).GoString", Method, 0, ""},
2286 {"(R_X86_64).String", Method, 0, ""},
2287 {"(Section).ReadAt", Method, 0, ""},
2288 {"(SectionFlag).GoString", Method, 0, ""},
2289 {"(SectionFlag).String", Method, 0, ""},
2290 {"(SectionIndex).GoString", Method, 0, ""},
2291 {"(SectionIndex).String", Method, 0, ""},
2292 {"(SectionType).GoString", Method, 0, ""},
2293 {"(SectionType).String", Method, 0, ""},
2294 {"(SymBind).GoString", Method, 0, ""},
2295 {"(SymBind).String", Method, 0, ""},
2296 {"(SymType).GoString", Method, 0, ""},
2297 {"(SymType).String", Method, 0, ""},
2298 {"(SymVis).GoString", Method, 0, ""},
2299 {"(SymVis).String", Method, 0, ""},
2300 {"(Type).GoString", Method, 0, ""},
2301 {"(Type).String", Method, 0, ""},
2302 {"(Version).GoString", Method, 0, ""},
2303 {"(Version).String", Method, 0, ""},
2304 {"(VersionIndex).Index", Method, 24, ""},
2305 {"(VersionIndex).IsHidden", Method, 24, ""},
2306 {"ARM_MAGIC_TRAMP_NUMBER", Const, 0, ""},
2307 {"COMPRESS_HIOS", Const, 6, ""},
2308 {"COMPRESS_HIPROC", Const, 6, ""},
2309 {"COMPRESS_LOOS", Const, 6, ""},
2310 {"COMPRESS_LOPROC", Const, 6, ""},
2311 {"COMPRESS_ZLIB", Const, 6, ""},
2312 {"COMPRESS_ZSTD", Const, 21, ""},
2313 {"Chdr32", Type, 6, ""},
2314 {"Chdr32.Addralign", Field, 6, ""},
2315 {"Chdr32.Size", Field, 6, ""},
2316 {"Chdr32.Type", Field, 6, ""},
2317 {"Chdr64", Type, 6, ""},
2318 {"Chdr64.Addralign", Field, 6, ""},
2319 {"Chdr64.Size", Field, 6, ""},
2320 {"Chdr64.Type", Field, 6, ""},
2321 {"Class", Type, 0, ""},
2322 {"CompressionType", Type, 6, ""},
2323 {"DF_1_CONFALT", Const, 21, ""},
2324 {"DF_1_DIRECT", Const, 21, ""},
2325 {"DF_1_DISPRELDNE", Const, 21, ""},
2326 {"DF_1_DISPRELPND", Const, 21, ""},
2327 {"DF_1_EDITED", Const, 21, ""},
2328 {"DF_1_ENDFILTEE", Const, 21, ""},
2329 {"DF_1_GLOBAL", Const, 21, ""},
2330 {"DF_1_GLOBAUDIT", Const, 21, ""},
2331 {"DF_1_GROUP", Const, 21, ""},
2332 {"DF_1_IGNMULDEF", Const, 21, ""},
2333 {"DF_1_INITFIRST", Const, 21, ""},
2334 {"DF_1_INTERPOSE", Const, 21, ""},
2335 {"DF_1_KMOD", Const, 21, ""},
2336 {"DF_1_LOADFLTR", Const, 21, ""},
2337 {"DF_1_NOCOMMON", Const, 21, ""},
2338 {"DF_1_NODEFLIB", Const, 21, ""},
2339 {"DF_1_NODELETE", Const, 21, ""},
2340 {"DF_1_NODIRECT", Const, 21, ""},
2341 {"DF_1_NODUMP", Const, 21, ""},
2342 {"DF_1_NOHDR", Const, 21, ""},
2343 {"DF_1_NOKSYMS", Const, 21, ""},
2344 {"DF_1_NOOPEN", Const, 21, ""},
2345 {"DF_1_NORELOC", Const, 21, ""},
2346 {"DF_1_NOW", Const, 21, ""},
2347 {"DF_1_ORIGIN", Const, 21, ""},
2348 {"DF_1_PIE", Const, 21, ""},
2349 {"DF_1_SINGLETON", Const, 21, ""},
2350 {"DF_1_STUB", Const, 21, ""},
2351 {"DF_1_SYMINTPOSE", Const, 21, ""},
2352 {"DF_1_TRANS", Const, 21, ""},
2353 {"DF_1_WEAKFILTER", Const, 21, ""},
2354 {"DF_BIND_NOW", Const, 0, ""},
2355 {"DF_ORIGIN", Const, 0, ""},
2356 {"DF_STATIC_TLS", Const, 0, ""},
2357 {"DF_SYMBOLIC", Const, 0, ""},
2358 {"DF_TEXTREL", Const, 0, ""},
2359 {"DT_ADDRRNGHI", Const, 16, ""},
2360 {"DT_ADDRRNGLO", Const, 16, ""},
2361 {"DT_AUDIT", Const, 16, ""},
2362 {"DT_AUXILIARY", Const, 16, ""},
2363 {"DT_BIND_NOW", Const, 0, ""},
2364 {"DT_CHECKSUM", Const, 16, ""},
2365 {"DT_CONFIG", Const, 16, ""},
2366 {"DT_DEBUG", Const, 0, ""},
2367 {"DT_DEPAUDIT", Const, 16, ""},
2368 {"DT_ENCODING", Const, 0, ""},
2369 {"DT_FEATURE", Const, 16, ""},
2370 {"DT_FILTER", Const, 16, ""},
2371 {"DT_FINI", Const, 0, ""},
2372 {"DT_FINI_ARRAY", Const, 0, ""},
2373 {"DT_FINI_ARRAYSZ", Const, 0, ""},
2374 {"DT_FLAGS", Const, 0, ""},
2375 {"DT_FLAGS_1", Const, 16, ""},
2376 {"DT_GNU_CONFLICT", Const, 16, ""},
2377 {"DT_GNU_CONFLICTSZ", Const, 16, ""},
2378 {"DT_GNU_HASH", Const, 16, ""},
2379 {"DT_GNU_LIBLIST", Const, 16, ""},
2380 {"DT_GNU_LIBLISTSZ", Const, 16, ""},
2381 {"DT_GNU_PRELINKED", Const, 16, ""},
2382 {"DT_HASH", Const, 0, ""},
2383 {"DT_HIOS", Const, 0, ""},
2384 {"DT_HIPROC", Const, 0, ""},
2385 {"DT_INIT", Const, 0, ""},
2386 {"DT_INIT_ARRAY", Const, 0, ""},
2387 {"DT_INIT_ARRAYSZ", Const, 0, ""},
2388 {"DT_JMPREL", Const, 0, ""},
2389 {"DT_LOOS", Const, 0, ""},
2390 {"DT_LOPROC", Const, 0, ""},
2391 {"DT_MIPS_AUX_DYNAMIC", Const, 16, ""},
2392 {"DT_MIPS_BASE_ADDRESS", Const, 16, ""},
2393 {"DT_MIPS_COMPACT_SIZE", Const, 16, ""},
2394 {"DT_MIPS_CONFLICT", Const, 16, ""},
2395 {"DT_MIPS_CONFLICTNO", Const, 16, ""},
2396 {"DT_MIPS_CXX_FLAGS", Const, 16, ""},
2397 {"DT_MIPS_DELTA_CLASS", Const, 16, ""},
2398 {"DT_MIPS_DELTA_CLASSSYM", Const, 16, ""},
2399 {"DT_MIPS_DELTA_CLASSSYM_NO", Const, 16, ""},
2400 {"DT_MIPS_DELTA_CLASS_NO", Const, 16, ""},
2401 {"DT_MIPS_DELTA_INSTANCE", Const, 16, ""},
2402 {"DT_MIPS_DELTA_INSTANCE_NO", Const, 16, ""},
2403 {"DT_MIPS_DELTA_RELOC", Const, 16, ""},
2404 {"DT_MIPS_DELTA_RELOC_NO", Const, 16, ""},
2405 {"DT_MIPS_DELTA_SYM", Const, 16, ""},
2406 {"DT_MIPS_DELTA_SYM_NO", Const, 16, ""},
2407 {"DT_MIPS_DYNSTR_ALIGN", Const, 16, ""},
2408 {"DT_MIPS_FLAGS", Const, 16, ""},
2409 {"DT_MIPS_GOTSYM", Const, 16, ""},
2410 {"DT_MIPS_GP_VALUE", Const, 16, ""},
2411 {"DT_MIPS_HIDDEN_GOTIDX", Const, 16, ""},
2412 {"DT_MIPS_HIPAGENO", Const, 16, ""},
2413 {"DT_MIPS_ICHECKSUM", Const, 16, ""},
2414 {"DT_MIPS_INTERFACE", Const, 16, ""},
2415 {"DT_MIPS_INTERFACE_SIZE", Const, 16, ""},
2416 {"DT_MIPS_IVERSION", Const, 16, ""},
2417 {"DT_MIPS_LIBLIST", Const, 16, ""},
2418 {"DT_MIPS_LIBLISTNO", Const, 16, ""},
2419 {"DT_MIPS_LOCALPAGE_GOTIDX", Const, 16, ""},
2420 {"DT_MIPS_LOCAL_GOTIDX", Const, 16, ""},
2421 {"DT_MIPS_LOCAL_GOTNO", Const, 16, ""},
2422 {"DT_MIPS_MSYM", Const, 16, ""},
2423 {"DT_MIPS_OPTIONS", Const, 16, ""},
2424 {"DT_MIPS_PERF_SUFFIX", Const, 16, ""},
2425 {"DT_MIPS_PIXIE_INIT", Const, 16, ""},
2426 {"DT_MIPS_PLTGOT", Const, 16, ""},
2427 {"DT_MIPS_PROTECTED_GOTIDX", Const, 16, ""},
2428 {"DT_MIPS_RLD_MAP", Const, 16, ""},
2429 {"DT_MIPS_RLD_MAP_REL", Const, 16, ""},
2430 {"DT_MIPS_RLD_TEXT_RESOLVE_ADDR", Const, 16, ""},
2431 {"DT_MIPS_RLD_VERSION", Const, 16, ""},
2432 {"DT_MIPS_RWPLT", Const, 16, ""},
2433 {"DT_MIPS_SYMBOL_LIB", Const, 16, ""},
2434 {"DT_MIPS_SYMTABNO", Const, 16, ""},
2435 {"DT_MIPS_TIME_STAMP", Const, 16, ""},
2436 {"DT_MIPS_UNREFEXTNO", Const, 16, ""},
2437 {"DT_MOVEENT", Const, 16, ""},
2438 {"DT_MOVESZ", Const, 16, ""},
2439 {"DT_MOVETAB", Const, 16, ""},
2440 {"DT_NEEDED", Const, 0, ""},
2441 {"DT_NULL", Const, 0, ""},
2442 {"DT_PLTGOT", Const, 0, ""},
2443 {"DT_PLTPAD", Const, 16, ""},
2444 {"DT_PLTPADSZ", Const, 16, ""},
2445 {"DT_PLTREL", Const, 0, ""},
2446 {"DT_PLTRELSZ", Const, 0, ""},
2447 {"DT_POSFLAG_1", Const, 16, ""},
2448 {"DT_PPC64_GLINK", Const, 16, ""},
2449 {"DT_PPC64_OPD", Const, 16, ""},
2450 {"DT_PPC64_OPDSZ", Const, 16, ""},
2451 {"DT_PPC64_OPT", Const, 16, ""},
2452 {"DT_PPC_GOT", Const, 16, ""},
2453 {"DT_PPC_OPT", Const, 16, ""},
2454 {"DT_PREINIT_ARRAY", Const, 0, ""},
2455 {"DT_PREINIT_ARRAYSZ", Const, 0, ""},
2456 {"DT_REL", Const, 0, ""},
2457 {"DT_RELA", Const, 0, ""},
2458 {"DT_RELACOUNT", Const, 16, ""},
2459 {"DT_RELAENT", Const, 0, ""},
2460 {"DT_RELASZ", Const, 0, ""},
2461 {"DT_RELCOUNT", Const, 16, ""},
2462 {"DT_RELENT", Const, 0, ""},
2463 {"DT_RELSZ", Const, 0, ""},
2464 {"DT_RPATH", Const, 0, ""},
2465 {"DT_RUNPATH", Const, 0, ""},
2466 {"DT_SONAME", Const, 0, ""},
2467 {"DT_SPARC_REGISTER", Const, 16, ""},
2468 {"DT_STRSZ", Const, 0, ""},
2469 {"DT_STRTAB", Const, 0, ""},
2470 {"DT_SYMBOLIC", Const, 0, ""},
2471 {"DT_SYMENT", Const, 0, ""},
2472 {"DT_SYMINENT", Const, 16, ""},
2473 {"DT_SYMINFO", Const, 16, ""},
2474 {"DT_SYMINSZ", Const, 16, ""},
2475 {"DT_SYMTAB", Const, 0, ""},
2476 {"DT_SYMTAB_SHNDX", Const, 16, ""},
2477 {"DT_TEXTREL", Const, 0, ""},
2478 {"DT_TLSDESC_GOT", Const, 16, ""},
2479 {"DT_TLSDESC_PLT", Const, 16, ""},
2480 {"DT_USED", Const, 16, ""},
2481 {"DT_VALRNGHI", Const, 16, ""},
2482 {"DT_VALRNGLO", Const, 16, ""},
2483 {"DT_VERDEF", Const, 16, ""},
2484 {"DT_VERDEFNUM", Const, 16, ""},
2485 {"DT_VERNEED", Const, 0, ""},
2486 {"DT_VERNEEDNUM", Const, 0, ""},
2487 {"DT_VERSYM", Const, 0, ""},
2488 {"Data", Type, 0, ""},
2489 {"Dyn32", Type, 0, ""},
2490 {"Dyn32.Tag", Field, 0, ""},
2491 {"Dyn32.Val", Field, 0, ""},
2492 {"Dyn64", Type, 0, ""},
2493 {"Dyn64.Tag", Field, 0, ""},
2494 {"Dyn64.Val", Field, 0, ""},
2495 {"DynFlag", Type, 0, ""},
2496 {"DynFlag1", Type, 21, ""},
2497 {"DynTag", Type, 0, ""},
2498 {"DynamicVersion", Type, 24, ""},
2499 {"DynamicVersion.Deps", Field, 24, ""},
2500 {"DynamicVersion.Flags", Field, 24, ""},
2501 {"DynamicVersion.Index", Field, 24, ""},
2502 {"DynamicVersion.Name", Field, 24, ""},
2503 {"DynamicVersionDep", Type, 24, ""},
2504 {"DynamicVersionDep.Dep", Field, 24, ""},
2505 {"DynamicVersionDep.Flags", Field, 24, ""},
2506 {"DynamicVersionDep.Index", Field, 24, ""},
2507 {"DynamicVersionFlag", Type, 24, ""},
2508 {"DynamicVersionNeed", Type, 24, ""},
2509 {"DynamicVersionNeed.Name", Field, 24, ""},
2510 {"DynamicVersionNeed.Needs", Field, 24, ""},
2511 {"EI_ABIVERSION", Const, 0, ""},
2512 {"EI_CLASS", Const, 0, ""},
2513 {"EI_DATA", Const, 0, ""},
2514 {"EI_NIDENT", Const, 0, ""},
2515 {"EI_OSABI", Const, 0, ""},
2516 {"EI_PAD", Const, 0, ""},
2517 {"EI_VERSION", Const, 0, ""},
2518 {"ELFCLASS32", Const, 0, ""},
2519 {"ELFCLASS64", Const, 0, ""},
2520 {"ELFCLASSNONE", Const, 0, ""},
2521 {"ELFDATA2LSB", Const, 0, ""},
2522 {"ELFDATA2MSB", Const, 0, ""},
2523 {"ELFDATANONE", Const, 0, ""},
2524 {"ELFMAG", Const, 0, ""},
2525 {"ELFOSABI_86OPEN", Const, 0, ""},
2526 {"ELFOSABI_AIX", Const, 0, ""},
2527 {"ELFOSABI_ARM", Const, 0, ""},
2528 {"ELFOSABI_AROS", Const, 11, ""},
2529 {"ELFOSABI_CLOUDABI", Const, 11, ""},
2530 {"ELFOSABI_FENIXOS", Const, 11, ""},
2531 {"ELFOSABI_FREEBSD", Const, 0, ""},
2532 {"ELFOSABI_HPUX", Const, 0, ""},
2533 {"ELFOSABI_HURD", Const, 0, ""},
2534 {"ELFOSABI_IRIX", Const, 0, ""},
2535 {"ELFOSABI_LINUX", Const, 0, ""},
2536 {"ELFOSABI_MODESTO", Const, 0, ""},
2537 {"ELFOSABI_NETBSD", Const, 0, ""},
2538 {"ELFOSABI_NONE", Const, 0, ""},
2539 {"ELFOSABI_NSK", Const, 0, ""},
2540 {"ELFOSABI_OPENBSD", Const, 0, ""},
2541 {"ELFOSABI_OPENVMS", Const, 0, ""},
2542 {"ELFOSABI_SOLARIS", Const, 0, ""},
2543 {"ELFOSABI_STANDALONE", Const, 0, ""},
2544 {"ELFOSABI_TRU64", Const, 0, ""},
2545 {"EM_386", Const, 0, ""},
2546 {"EM_486", Const, 0, ""},
2547 {"EM_56800EX", Const, 11, ""},
2548 {"EM_68HC05", Const, 11, ""},
2549 {"EM_68HC08", Const, 11, ""},
2550 {"EM_68HC11", Const, 11, ""},
2551 {"EM_68HC12", Const, 0, ""},
2552 {"EM_68HC16", Const, 11, ""},
2553 {"EM_68K", Const, 0, ""},
2554 {"EM_78KOR", Const, 11, ""},
2555 {"EM_8051", Const, 11, ""},
2556 {"EM_860", Const, 0, ""},
2557 {"EM_88K", Const, 0, ""},
2558 {"EM_960", Const, 0, ""},
2559 {"EM_AARCH64", Const, 4, ""},
2560 {"EM_ALPHA", Const, 0, ""},
2561 {"EM_ALPHA_STD", Const, 0, ""},
2562 {"EM_ALTERA_NIOS2", Const, 11, ""},
2563 {"EM_AMDGPU", Const, 11, ""},
2564 {"EM_ARC", Const, 0, ""},
2565 {"EM_ARCA", Const, 11, ""},
2566 {"EM_ARC_COMPACT", Const, 11, ""},
2567 {"EM_ARC_COMPACT2", Const, 11, ""},
2568 {"EM_ARM", Const, 0, ""},
2569 {"EM_AVR", Const, 11, ""},
2570 {"EM_AVR32", Const, 11, ""},
2571 {"EM_BA1", Const, 11, ""},
2572 {"EM_BA2", Const, 11, ""},
2573 {"EM_BLACKFIN", Const, 11, ""},
2574 {"EM_BPF", Const, 11, ""},
2575 {"EM_C166", Const, 11, ""},
2576 {"EM_CDP", Const, 11, ""},
2577 {"EM_CE", Const, 11, ""},
2578 {"EM_CLOUDSHIELD", Const, 11, ""},
2579 {"EM_COGE", Const, 11, ""},
2580 {"EM_COLDFIRE", Const, 0, ""},
2581 {"EM_COOL", Const, 11, ""},
2582 {"EM_COREA_1ST", Const, 11, ""},
2583 {"EM_COREA_2ND", Const, 11, ""},
2584 {"EM_CR", Const, 11, ""},
2585 {"EM_CR16", Const, 11, ""},
2586 {"EM_CRAYNV2", Const, 11, ""},
2587 {"EM_CRIS", Const, 11, ""},
2588 {"EM_CRX", Const, 11, ""},
2589 {"EM_CSR_KALIMBA", Const, 11, ""},
2590 {"EM_CUDA", Const, 11, ""},
2591 {"EM_CYPRESS_M8C", Const, 11, ""},
2592 {"EM_D10V", Const, 11, ""},
2593 {"EM_D30V", Const, 11, ""},
2594 {"EM_DSP24", Const, 11, ""},
2595 {"EM_DSPIC30F", Const, 11, ""},
2596 {"EM_DXP", Const, 11, ""},
2597 {"EM_ECOG1", Const, 11, ""},
2598 {"EM_ECOG16", Const, 11, ""},
2599 {"EM_ECOG1X", Const, 11, ""},
2600 {"EM_ECOG2", Const, 11, ""},
2601 {"EM_ETPU", Const, 11, ""},
2602 {"EM_EXCESS", Const, 11, ""},
2603 {"EM_F2MC16", Const, 11, ""},
2604 {"EM_FIREPATH", Const, 11, ""},
2605 {"EM_FR20", Const, 0, ""},
2606 {"EM_FR30", Const, 11, ""},
2607 {"EM_FT32", Const, 11, ""},
2608 {"EM_FX66", Const, 11, ""},
2609 {"EM_H8S", Const, 0, ""},
2610 {"EM_H8_300", Const, 0, ""},
2611 {"EM_H8_300H", Const, 0, ""},
2612 {"EM_H8_500", Const, 0, ""},
2613 {"EM_HUANY", Const, 11, ""},
2614 {"EM_IA_64", Const, 0, ""},
2615 {"EM_INTEL205", Const, 11, ""},
2616 {"EM_INTEL206", Const, 11, ""},
2617 {"EM_INTEL207", Const, 11, ""},
2618 {"EM_INTEL208", Const, 11, ""},
2619 {"EM_INTEL209", Const, 11, ""},
2620 {"EM_IP2K", Const, 11, ""},
2621 {"EM_JAVELIN", Const, 11, ""},
2622 {"EM_K10M", Const, 11, ""},
2623 {"EM_KM32", Const, 11, ""},
2624 {"EM_KMX16", Const, 11, ""},
2625 {"EM_KMX32", Const, 11, ""},
2626 {"EM_KMX8", Const, 11, ""},
2627 {"EM_KVARC", Const, 11, ""},
2628 {"EM_L10M", Const, 11, ""},
2629 {"EM_LANAI", Const, 11, ""},
2630 {"EM_LATTICEMICO32", Const, 11, ""},
2631 {"EM_LOONGARCH", Const, 19, ""},
2632 {"EM_M16C", Const, 11, ""},
2633 {"EM_M32", Const, 0, ""},
2634 {"EM_M32C", Const, 11, ""},
2635 {"EM_M32R", Const, 11, ""},
2636 {"EM_MANIK", Const, 11, ""},
2637 {"EM_MAX", Const, 11, ""},
2638 {"EM_MAXQ30", Const, 11, ""},
2639 {"EM_MCHP_PIC", Const, 11, ""},
2640 {"EM_MCST_ELBRUS", Const, 11, ""},
2641 {"EM_ME16", Const, 0, ""},
2642 {"EM_METAG", Const, 11, ""},
2643 {"EM_MICROBLAZE", Const, 11, ""},
2644 {"EM_MIPS", Const, 0, ""},
2645 {"EM_MIPS_RS3_LE", Const, 0, ""},
2646 {"EM_MIPS_RS4_BE", Const, 0, ""},
2647 {"EM_MIPS_X", Const, 0, ""},
2648 {"EM_MMA", Const, 0, ""},
2649 {"EM_MMDSP_PLUS", Const, 11, ""},
2650 {"EM_MMIX", Const, 11, ""},
2651 {"EM_MN10200", Const, 11, ""},
2652 {"EM_MN10300", Const, 11, ""},
2653 {"EM_MOXIE", Const, 11, ""},
2654 {"EM_MSP430", Const, 11, ""},
2655 {"EM_NCPU", Const, 0, ""},
2656 {"EM_NDR1", Const, 0, ""},
2657 {"EM_NDS32", Const, 11, ""},
2658 {"EM_NONE", Const, 0, ""},
2659 {"EM_NORC", Const, 11, ""},
2660 {"EM_NS32K", Const, 11, ""},
2661 {"EM_OPEN8", Const, 11, ""},
2662 {"EM_OPENRISC", Const, 11, ""},
2663 {"EM_PARISC", Const, 0, ""},
2664 {"EM_PCP", Const, 0, ""},
2665 {"EM_PDP10", Const, 11, ""},
2666 {"EM_PDP11", Const, 11, ""},
2667 {"EM_PDSP", Const, 11, ""},
2668 {"EM_PJ", Const, 11, ""},
2669 {"EM_PPC", Const, 0, ""},
2670 {"EM_PPC64", Const, 0, ""},
2671 {"EM_PRISM", Const, 11, ""},
2672 {"EM_QDSP6", Const, 11, ""},
2673 {"EM_R32C", Const, 11, ""},
2674 {"EM_RCE", Const, 0, ""},
2675 {"EM_RH32", Const, 0, ""},
2676 {"EM_RISCV", Const, 11, ""},
2677 {"EM_RL78", Const, 11, ""},
2678 {"EM_RS08", Const, 11, ""},
2679 {"EM_RX", Const, 11, ""},
2680 {"EM_S370", Const, 0, ""},
2681 {"EM_S390", Const, 0, ""},
2682 {"EM_SCORE7", Const, 11, ""},
2683 {"EM_SEP", Const, 11, ""},
2684 {"EM_SE_C17", Const, 11, ""},
2685 {"EM_SE_C33", Const, 11, ""},
2686 {"EM_SH", Const, 0, ""},
2687 {"EM_SHARC", Const, 11, ""},
2688 {"EM_SLE9X", Const, 11, ""},
2689 {"EM_SNP1K", Const, 11, ""},
2690 {"EM_SPARC", Const, 0, ""},
2691 {"EM_SPARC32PLUS", Const, 0, ""},
2692 {"EM_SPARCV9", Const, 0, ""},
2693 {"EM_ST100", Const, 0, ""},
2694 {"EM_ST19", Const, 11, ""},
2695 {"EM_ST200", Const, 11, ""},
2696 {"EM_ST7", Const, 11, ""},
2697 {"EM_ST9PLUS", Const, 11, ""},
2698 {"EM_STARCORE", Const, 0, ""},
2699 {"EM_STM8", Const, 11, ""},
2700 {"EM_STXP7X", Const, 11, ""},
2701 {"EM_SVX", Const, 11, ""},
2702 {"EM_TILE64", Const, 11, ""},
2703 {"EM_TILEGX", Const, 11, ""},
2704 {"EM_TILEPRO", Const, 11, ""},
2705 {"EM_TINYJ", Const, 0, ""},
2706 {"EM_TI_ARP32", Const, 11, ""},
2707 {"EM_TI_C2000", Const, 11, ""},
2708 {"EM_TI_C5500", Const, 11, ""},
2709 {"EM_TI_C6000", Const, 11, ""},
2710 {"EM_TI_PRU", Const, 11, ""},
2711 {"EM_TMM_GPP", Const, 11, ""},
2712 {"EM_TPC", Const, 11, ""},
2713 {"EM_TRICORE", Const, 0, ""},
2714 {"EM_TRIMEDIA", Const, 11, ""},
2715 {"EM_TSK3000", Const, 11, ""},
2716 {"EM_UNICORE", Const, 11, ""},
2717 {"EM_V800", Const, 0, ""},
2718 {"EM_V850", Const, 11, ""},
2719 {"EM_VAX", Const, 11, ""},
2720 {"EM_VIDEOCORE", Const, 11, ""},
2721 {"EM_VIDEOCORE3", Const, 11, ""},
2722 {"EM_VIDEOCORE5", Const, 11, ""},
2723 {"EM_VISIUM", Const, 11, ""},
2724 {"EM_VPP500", Const, 0, ""},
2725 {"EM_X86_64", Const, 0, ""},
2726 {"EM_XCORE", Const, 11, ""},
2727 {"EM_XGATE", Const, 11, ""},
2728 {"EM_XIMO16", Const, 11, ""},
2729 {"EM_XTENSA", Const, 11, ""},
2730 {"EM_Z80", Const, 11, ""},
2731 {"EM_ZSP", Const, 11, ""},
2732 {"ET_CORE", Const, 0, ""},
2733 {"ET_DYN", Const, 0, ""},
2734 {"ET_EXEC", Const, 0, ""},
2735 {"ET_HIOS", Const, 0, ""},
2736 {"ET_HIPROC", Const, 0, ""},
2737 {"ET_LOOS", Const, 0, ""},
2738 {"ET_LOPROC", Const, 0, ""},
2739 {"ET_NONE", Const, 0, ""},
2740 {"ET_REL", Const, 0, ""},
2741 {"EV_CURRENT", Const, 0, ""},
2742 {"EV_NONE", Const, 0, ""},
2743 {"ErrNoSymbols", Var, 4, ""},
2744 {"File", Type, 0, ""},
2745 {"File.FileHeader", Field, 0, ""},
2746 {"File.Progs", Field, 0, ""},
2747 {"File.Sections", Field, 0, ""},
2748 {"FileHeader", Type, 0, ""},
2749 {"FileHeader.ABIVersion", Field, 0, ""},
2750 {"FileHeader.ByteOrder", Field, 0, ""},
2751 {"FileHeader.Class", Field, 0, ""},
2752 {"FileHeader.Data", Field, 0, ""},
2753 {"FileHeader.Entry", Field, 1, ""},
2754 {"FileHeader.Machine", Field, 0, ""},
2755 {"FileHeader.OSABI", Field, 0, ""},
2756 {"FileHeader.Type", Field, 0, ""},
2757 {"FileHeader.Version", Field, 0, ""},
2758 {"FormatError", Type, 0, ""},
2759 {"Header32", Type, 0, ""},
2760 {"Header32.Ehsize", Field, 0, ""},
2761 {"Header32.Entry", Field, 0, ""},
2762 {"Header32.Flags", Field, 0, ""},
2763 {"Header32.Ident", Field, 0, ""},
2764 {"Header32.Machine", Field, 0, ""},
2765 {"Header32.Phentsize", Field, 0, ""},
2766 {"Header32.Phnum", Field, 0, ""},
2767 {"Header32.Phoff", Field, 0, ""},
2768 {"Header32.Shentsize", Field, 0, ""},
2769 {"Header32.Shnum", Field, 0, ""},
2770 {"Header32.Shoff", Field, 0, ""},
2771 {"Header32.Shstrndx", Field, 0, ""},
2772 {"Header32.Type", Field, 0, ""},
2773 {"Header32.Version", Field, 0, ""},
2774 {"Header64", Type, 0, ""},
2775 {"Header64.Ehsize", Field, 0, ""},
2776 {"Header64.Entry", Field, 0, ""},
2777 {"Header64.Flags", Field, 0, ""},
2778 {"Header64.Ident", Field, 0, ""},
2779 {"Header64.Machine", Field, 0, ""},
2780 {"Header64.Phentsize", Field, 0, ""},
2781 {"Header64.Phnum", Field, 0, ""},
2782 {"Header64.Phoff", Field, 0, ""},
2783 {"Header64.Shentsize", Field, 0, ""},
2784 {"Header64.Shnum", Field, 0, ""},
2785 {"Header64.Shoff", Field, 0, ""},
2786 {"Header64.Shstrndx", Field, 0, ""},
2787 {"Header64.Type", Field, 0, ""},
2788 {"Header64.Version", Field, 0, ""},
2789 {"ImportedSymbol", Type, 0, ""},
2790 {"ImportedSymbol.Library", Field, 0, ""},
2791 {"ImportedSymbol.Name", Field, 0, ""},
2792 {"ImportedSymbol.Version", Field, 0, ""},
2793 {"Machine", Type, 0, ""},
2794 {"NT_FPREGSET", Const, 0, ""},
2795 {"NT_PRPSINFO", Const, 0, ""},
2796 {"NT_PRSTATUS", Const, 0, ""},
2797 {"NType", Type, 0, ""},
2798 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
2799 {"OSABI", Type, 0, ""},
2800 {"Open", Func, 0, "func(name string) (*File, error)"},
2801 {"PF_MASKOS", Const, 0, ""},
2802 {"PF_MASKPROC", Const, 0, ""},
2803 {"PF_R", Const, 0, ""},
2804 {"PF_W", Const, 0, ""},
2805 {"PF_X", Const, 0, ""},
2806 {"PT_AARCH64_ARCHEXT", Const, 16, ""},
2807 {"PT_AARCH64_UNWIND", Const, 16, ""},
2808 {"PT_ARM_ARCHEXT", Const, 16, ""},
2809 {"PT_ARM_EXIDX", Const, 16, ""},
2810 {"PT_DYNAMIC", Const, 0, ""},
2811 {"PT_GNU_EH_FRAME", Const, 16, ""},
2812 {"PT_GNU_MBIND_HI", Const, 16, ""},
2813 {"PT_GNU_MBIND_LO", Const, 16, ""},
2814 {"PT_GNU_PROPERTY", Const, 16, ""},
2815 {"PT_GNU_RELRO", Const, 16, ""},
2816 {"PT_GNU_STACK", Const, 16, ""},
2817 {"PT_HIOS", Const, 0, ""},
2818 {"PT_HIPROC", Const, 0, ""},
2819 {"PT_INTERP", Const, 0, ""},
2820 {"PT_LOAD", Const, 0, ""},
2821 {"PT_LOOS", Const, 0, ""},
2822 {"PT_LOPROC", Const, 0, ""},
2823 {"PT_MIPS_ABIFLAGS", Const, 16, ""},
2824 {"PT_MIPS_OPTIONS", Const, 16, ""},
2825 {"PT_MIPS_REGINFO", Const, 16, ""},
2826 {"PT_MIPS_RTPROC", Const, 16, ""},
2827 {"PT_NOTE", Const, 0, ""},
2828 {"PT_NULL", Const, 0, ""},
2829 {"PT_OPENBSD_BOOTDATA", Const, 16, ""},
2830 {"PT_OPENBSD_NOBTCFI", Const, 23, ""},
2831 {"PT_OPENBSD_RANDOMIZE", Const, 16, ""},
2832 {"PT_OPENBSD_WXNEEDED", Const, 16, ""},
2833 {"PT_PAX_FLAGS", Const, 16, ""},
2834 {"PT_PHDR", Const, 0, ""},
2835 {"PT_RISCV_ATTRIBUTES", Const, 25, ""},
2836 {"PT_S390_PGSTE", Const, 16, ""},
2837 {"PT_SHLIB", Const, 0, ""},
2838 {"PT_SUNWSTACK", Const, 16, ""},
2839 {"PT_SUNW_EH_FRAME", Const, 16, ""},
2840 {"PT_TLS", Const, 0, ""},
2841 {"Prog", Type, 0, ""},
2842 {"Prog.ProgHeader", Field, 0, ""},
2843 {"Prog.ReaderAt", Field, 0, ""},
2844 {"Prog32", Type, 0, ""},
2845 {"Prog32.Align", Field, 0, ""},
2846 {"Prog32.Filesz", Field, 0, ""},
2847 {"Prog32.Flags", Field, 0, ""},
2848 {"Prog32.Memsz", Field, 0, ""},
2849 {"Prog32.Off", Field, 0, ""},
2850 {"Prog32.Paddr", Field, 0, ""},
2851 {"Prog32.Type", Field, 0, ""},
2852 {"Prog32.Vaddr", Field, 0, ""},
2853 {"Prog64", Type, 0, ""},
2854 {"Prog64.Align", Field, 0, ""},
2855 {"Prog64.Filesz", Field, 0, ""},
2856 {"Prog64.Flags", Field, 0, ""},
2857 {"Prog64.Memsz", Field, 0, ""},
2858 {"Prog64.Off", Field, 0, ""},
2859 {"Prog64.Paddr", Field, 0, ""},
2860 {"Prog64.Type", Field, 0, ""},
2861 {"Prog64.Vaddr", Field, 0, ""},
2862 {"ProgFlag", Type, 0, ""},
2863 {"ProgHeader", Type, 0, ""},
2864 {"ProgHeader.Align", Field, 0, ""},
2865 {"ProgHeader.Filesz", Field, 0, ""},
2866 {"ProgHeader.Flags", Field, 0, ""},
2867 {"ProgHeader.Memsz", Field, 0, ""},
2868 {"ProgHeader.Off", Field, 0, ""},
2869 {"ProgHeader.Paddr", Field, 0, ""},
2870 {"ProgHeader.Type", Field, 0, ""},
2871 {"ProgHeader.Vaddr", Field, 0, ""},
2872 {"ProgType", Type, 0, ""},
2873 {"R_386", Type, 0, ""},
2874 {"R_386_16", Const, 10, ""},
2875 {"R_386_32", Const, 0, ""},
2876 {"R_386_32PLT", Const, 10, ""},
2877 {"R_386_8", Const, 10, ""},
2878 {"R_386_COPY", Const, 0, ""},
2879 {"R_386_GLOB_DAT", Const, 0, ""},
2880 {"R_386_GOT32", Const, 0, ""},
2881 {"R_386_GOT32X", Const, 10, ""},
2882 {"R_386_GOTOFF", Const, 0, ""},
2883 {"R_386_GOTPC", Const, 0, ""},
2884 {"R_386_IRELATIVE", Const, 10, ""},
2885 {"R_386_JMP_SLOT", Const, 0, ""},
2886 {"R_386_NONE", Const, 0, ""},
2887 {"R_386_PC16", Const, 10, ""},
2888 {"R_386_PC32", Const, 0, ""},
2889 {"R_386_PC8", Const, 10, ""},
2890 {"R_386_PLT32", Const, 0, ""},
2891 {"R_386_RELATIVE", Const, 0, ""},
2892 {"R_386_SIZE32", Const, 10, ""},
2893 {"R_386_TLS_DESC", Const, 10, ""},
2894 {"R_386_TLS_DESC_CALL", Const, 10, ""},
2895 {"R_386_TLS_DTPMOD32", Const, 0, ""},
2896 {"R_386_TLS_DTPOFF32", Const, 0, ""},
2897 {"R_386_TLS_GD", Const, 0, ""},
2898 {"R_386_TLS_GD_32", Const, 0, ""},
2899 {"R_386_TLS_GD_CALL", Const, 0, ""},
2900 {"R_386_TLS_GD_POP", Const, 0, ""},
2901 {"R_386_TLS_GD_PUSH", Const, 0, ""},
2902 {"R_386_TLS_GOTDESC", Const, 10, ""},
2903 {"R_386_TLS_GOTIE", Const, 0, ""},
2904 {"R_386_TLS_IE", Const, 0, ""},
2905 {"R_386_TLS_IE_32", Const, 0, ""},
2906 {"R_386_TLS_LDM", Const, 0, ""},
2907 {"R_386_TLS_LDM_32", Const, 0, ""},
2908 {"R_386_TLS_LDM_CALL", Const, 0, ""},
2909 {"R_386_TLS_LDM_POP", Const, 0, ""},
2910 {"R_386_TLS_LDM_PUSH", Const, 0, ""},
2911 {"R_386_TLS_LDO_32", Const, 0, ""},
2912 {"R_386_TLS_LE", Const, 0, ""},
2913 {"R_386_TLS_LE_32", Const, 0, ""},
2914 {"R_386_TLS_TPOFF", Const, 0, ""},
2915 {"R_386_TLS_TPOFF32", Const, 0, ""},
2916 {"R_390", Type, 7, ""},
2917 {"R_390_12", Const, 7, ""},
2918 {"R_390_16", Const, 7, ""},
2919 {"R_390_20", Const, 7, ""},
2920 {"R_390_32", Const, 7, ""},
2921 {"R_390_64", Const, 7, ""},
2922 {"R_390_8", Const, 7, ""},
2923 {"R_390_COPY", Const, 7, ""},
2924 {"R_390_GLOB_DAT", Const, 7, ""},
2925 {"R_390_GOT12", Const, 7, ""},
2926 {"R_390_GOT16", Const, 7, ""},
2927 {"R_390_GOT20", Const, 7, ""},
2928 {"R_390_GOT32", Const, 7, ""},
2929 {"R_390_GOT64", Const, 7, ""},
2930 {"R_390_GOTENT", Const, 7, ""},
2931 {"R_390_GOTOFF", Const, 7, ""},
2932 {"R_390_GOTOFF16", Const, 7, ""},
2933 {"R_390_GOTOFF64", Const, 7, ""},
2934 {"R_390_GOTPC", Const, 7, ""},
2935 {"R_390_GOTPCDBL", Const, 7, ""},
2936 {"R_390_GOTPLT12", Const, 7, ""},
2937 {"R_390_GOTPLT16", Const, 7, ""},
2938 {"R_390_GOTPLT20", Const, 7, ""},
2939 {"R_390_GOTPLT32", Const, 7, ""},
2940 {"R_390_GOTPLT64", Const, 7, ""},
2941 {"R_390_GOTPLTENT", Const, 7, ""},
2942 {"R_390_GOTPLTOFF16", Const, 7, ""},
2943 {"R_390_GOTPLTOFF32", Const, 7, ""},
2944 {"R_390_GOTPLTOFF64", Const, 7, ""},
2945 {"R_390_JMP_SLOT", Const, 7, ""},
2946 {"R_390_NONE", Const, 7, ""},
2947 {"R_390_PC16", Const, 7, ""},
2948 {"R_390_PC16DBL", Const, 7, ""},
2949 {"R_390_PC32", Const, 7, ""},
2950 {"R_390_PC32DBL", Const, 7, ""},
2951 {"R_390_PC64", Const, 7, ""},
2952 {"R_390_PLT16DBL", Const, 7, ""},
2953 {"R_390_PLT32", Const, 7, ""},
2954 {"R_390_PLT32DBL", Const, 7, ""},
2955 {"R_390_PLT64", Const, 7, ""},
2956 {"R_390_RELATIVE", Const, 7, ""},
2957 {"R_390_TLS_DTPMOD", Const, 7, ""},
2958 {"R_390_TLS_DTPOFF", Const, 7, ""},
2959 {"R_390_TLS_GD32", Const, 7, ""},
2960 {"R_390_TLS_GD64", Const, 7, ""},
2961 {"R_390_TLS_GDCALL", Const, 7, ""},
2962 {"R_390_TLS_GOTIE12", Const, 7, ""},
2963 {"R_390_TLS_GOTIE20", Const, 7, ""},
2964 {"R_390_TLS_GOTIE32", Const, 7, ""},
2965 {"R_390_TLS_GOTIE64", Const, 7, ""},
2966 {"R_390_TLS_IE32", Const, 7, ""},
2967 {"R_390_TLS_IE64", Const, 7, ""},
2968 {"R_390_TLS_IEENT", Const, 7, ""},
2969 {"R_390_TLS_LDCALL", Const, 7, ""},
2970 {"R_390_TLS_LDM32", Const, 7, ""},
2971 {"R_390_TLS_LDM64", Const, 7, ""},
2972 {"R_390_TLS_LDO32", Const, 7, ""},
2973 {"R_390_TLS_LDO64", Const, 7, ""},
2974 {"R_390_TLS_LE32", Const, 7, ""},
2975 {"R_390_TLS_LE64", Const, 7, ""},
2976 {"R_390_TLS_LOAD", Const, 7, ""},
2977 {"R_390_TLS_TPOFF", Const, 7, ""},
2978 {"R_AARCH64", Type, 4, ""},
2979 {"R_AARCH64_ABS16", Const, 4, ""},
2980 {"R_AARCH64_ABS32", Const, 4, ""},
2981 {"R_AARCH64_ABS64", Const, 4, ""},
2982 {"R_AARCH64_ADD_ABS_LO12_NC", Const, 4, ""},
2983 {"R_AARCH64_ADR_GOT_PAGE", Const, 4, ""},
2984 {"R_AARCH64_ADR_PREL_LO21", Const, 4, ""},
2985 {"R_AARCH64_ADR_PREL_PG_HI21", Const, 4, ""},
2986 {"R_AARCH64_ADR_PREL_PG_HI21_NC", Const, 4, ""},
2987 {"R_AARCH64_CALL26", Const, 4, ""},
2988 {"R_AARCH64_CONDBR19", Const, 4, ""},
2989 {"R_AARCH64_COPY", Const, 4, ""},
2990 {"R_AARCH64_GLOB_DAT", Const, 4, ""},
2991 {"R_AARCH64_GOT_LD_PREL19", Const, 4, ""},
2992 {"R_AARCH64_IRELATIVE", Const, 4, ""},
2993 {"R_AARCH64_JUMP26", Const, 4, ""},
2994 {"R_AARCH64_JUMP_SLOT", Const, 4, ""},
2995 {"R_AARCH64_LD64_GOTOFF_LO15", Const, 10, ""},
2996 {"R_AARCH64_LD64_GOTPAGE_LO15", Const, 10, ""},
2997 {"R_AARCH64_LD64_GOT_LO12_NC", Const, 4, ""},
2998 {"R_AARCH64_LDST128_ABS_LO12_NC", Const, 4, ""},
2999 {"R_AARCH64_LDST16_ABS_LO12_NC", Const, 4, ""},
3000 {"R_AARCH64_LDST32_ABS_LO12_NC", Const, 4, ""},
3001 {"R_AARCH64_LDST64_ABS_LO12_NC", Const, 4, ""},
3002 {"R_AARCH64_LDST8_ABS_LO12_NC", Const, 4, ""},
3003 {"R_AARCH64_LD_PREL_LO19", Const, 4, ""},
3004 {"R_AARCH64_MOVW_SABS_G0", Const, 4, ""},
3005 {"R_AARCH64_MOVW_SABS_G1", Const, 4, ""},
3006 {"R_AARCH64_MOVW_SABS_G2", Const, 4, ""},
3007 {"R_AARCH64_MOVW_UABS_G0", Const, 4, ""},
3008 {"R_AARCH64_MOVW_UABS_G0_NC", Const, 4, ""},
3009 {"R_AARCH64_MOVW_UABS_G1", Const, 4, ""},
3010 {"R_AARCH64_MOVW_UABS_G1_NC", Const, 4, ""},
3011 {"R_AARCH64_MOVW_UABS_G2", Const, 4, ""},
3012 {"R_AARCH64_MOVW_UABS_G2_NC", Const, 4, ""},
3013 {"R_AARCH64_MOVW_UABS_G3", Const, 4, ""},
3014 {"R_AARCH64_NONE", Const, 4, ""},
3015 {"R_AARCH64_NULL", Const, 4, ""},
3016 {"R_AARCH64_P32_ABS16", Const, 4, ""},
3017 {"R_AARCH64_P32_ABS32", Const, 4, ""},
3018 {"R_AARCH64_P32_ADD_ABS_LO12_NC", Const, 4, ""},
3019 {"R_AARCH64_P32_ADR_GOT_PAGE", Const, 4, ""},
3020 {"R_AARCH64_P32_ADR_PREL_LO21", Const, 4, ""},
3021 {"R_AARCH64_P32_ADR_PREL_PG_HI21", Const, 4, ""},
3022 {"R_AARCH64_P32_CALL26", Const, 4, ""},
3023 {"R_AARCH64_P32_CONDBR19", Const, 4, ""},
3024 {"R_AARCH64_P32_COPY", Const, 4, ""},
3025 {"R_AARCH64_P32_GLOB_DAT", Const, 4, ""},
3026 {"R_AARCH64_P32_GOT_LD_PREL19", Const, 4, ""},
3027 {"R_AARCH64_P32_IRELATIVE", Const, 4, ""},
3028 {"R_AARCH64_P32_JUMP26", Const, 4, ""},
3029 {"R_AARCH64_P32_JUMP_SLOT", Const, 4, ""},
3030 {"R_AARCH64_P32_LD32_GOT_LO12_NC", Const, 4, ""},
3031 {"R_AARCH64_P32_LDST128_ABS_LO12_NC", Const, 4, ""},
3032 {"R_AARCH64_P32_LDST16_ABS_LO12_NC", Const, 4, ""},
3033 {"R_AARCH64_P32_LDST32_ABS_LO12_NC", Const, 4, ""},
3034 {"R_AARCH64_P32_LDST64_ABS_LO12_NC", Const, 4, ""},
3035 {"R_AARCH64_P32_LDST8_ABS_LO12_NC", Const, 4, ""},
3036 {"R_AARCH64_P32_LD_PREL_LO19", Const, 4, ""},
3037 {"R_AARCH64_P32_MOVW_SABS_G0", Const, 4, ""},
3038 {"R_AARCH64_P32_MOVW_UABS_G0", Const, 4, ""},
3039 {"R_AARCH64_P32_MOVW_UABS_G0_NC", Const, 4, ""},
3040 {"R_AARCH64_P32_MOVW_UABS_G1", Const, 4, ""},
3041 {"R_AARCH64_P32_PREL16", Const, 4, ""},
3042 {"R_AARCH64_P32_PREL32", Const, 4, ""},
3043 {"R_AARCH64_P32_RELATIVE", Const, 4, ""},
3044 {"R_AARCH64_P32_TLSDESC", Const, 4, ""},
3045 {"R_AARCH64_P32_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3046 {"R_AARCH64_P32_TLSDESC_ADR_PAGE21", Const, 4, ""},
3047 {"R_AARCH64_P32_TLSDESC_ADR_PREL21", Const, 4, ""},
3048 {"R_AARCH64_P32_TLSDESC_CALL", Const, 4, ""},
3049 {"R_AARCH64_P32_TLSDESC_LD32_LO12_NC", Const, 4, ""},
3050 {"R_AARCH64_P32_TLSDESC_LD_PREL19", Const, 4, ""},
3051 {"R_AARCH64_P32_TLSGD_ADD_LO12_NC", Const, 4, ""},
3052 {"R_AARCH64_P32_TLSGD_ADR_PAGE21", Const, 4, ""},
3053 {"R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3054 {"R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC", Const, 4, ""},
3055 {"R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3056 {"R_AARCH64_P32_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3057 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3058 {"R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3059 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3060 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3061 {"R_AARCH64_P32_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3062 {"R_AARCH64_P32_TLS_DTPMOD", Const, 4, ""},
3063 {"R_AARCH64_P32_TLS_DTPREL", Const, 4, ""},
3064 {"R_AARCH64_P32_TLS_TPREL", Const, 4, ""},
3065 {"R_AARCH64_P32_TSTBR14", Const, 4, ""},
3066 {"R_AARCH64_PREL16", Const, 4, ""},
3067 {"R_AARCH64_PREL32", Const, 4, ""},
3068 {"R_AARCH64_PREL64", Const, 4, ""},
3069 {"R_AARCH64_RELATIVE", Const, 4, ""},
3070 {"R_AARCH64_TLSDESC", Const, 4, ""},
3071 {"R_AARCH64_TLSDESC_ADD", Const, 4, ""},
3072 {"R_AARCH64_TLSDESC_ADD_LO12_NC", Const, 4, ""},
3073 {"R_AARCH64_TLSDESC_ADR_PAGE21", Const, 4, ""},
3074 {"R_AARCH64_TLSDESC_ADR_PREL21", Const, 4, ""},
3075 {"R_AARCH64_TLSDESC_CALL", Const, 4, ""},
3076 {"R_AARCH64_TLSDESC_LD64_LO12_NC", Const, 4, ""},
3077 {"R_AARCH64_TLSDESC_LDR", Const, 4, ""},
3078 {"R_AARCH64_TLSDESC_LD_PREL19", Const, 4, ""},
3079 {"R_AARCH64_TLSDESC_OFF_G0_NC", Const, 4, ""},
3080 {"R_AARCH64_TLSDESC_OFF_G1", Const, 4, ""},
3081 {"R_AARCH64_TLSGD_ADD_LO12_NC", Const, 4, ""},
3082 {"R_AARCH64_TLSGD_ADR_PAGE21", Const, 4, ""},
3083 {"R_AARCH64_TLSGD_ADR_PREL21", Const, 10, ""},
3084 {"R_AARCH64_TLSGD_MOVW_G0_NC", Const, 10, ""},
3085 {"R_AARCH64_TLSGD_MOVW_G1", Const, 10, ""},
3086 {"R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21", Const, 4, ""},
3087 {"R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", Const, 4, ""},
3088 {"R_AARCH64_TLSIE_LD_GOTTPREL_PREL19", Const, 4, ""},
3089 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC", Const, 4, ""},
3090 {"R_AARCH64_TLSIE_MOVW_GOTTPREL_G1", Const, 4, ""},
3091 {"R_AARCH64_TLSLD_ADR_PAGE21", Const, 10, ""},
3092 {"R_AARCH64_TLSLD_ADR_PREL21", Const, 10, ""},
3093 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12", Const, 10, ""},
3094 {"R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC", Const, 10, ""},
3095 {"R_AARCH64_TLSLE_ADD_TPREL_HI12", Const, 4, ""},
3096 {"R_AARCH64_TLSLE_ADD_TPREL_LO12", Const, 4, ""},
3097 {"R_AARCH64_TLSLE_ADD_TPREL_LO12_NC", Const, 4, ""},
3098 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12", Const, 10, ""},
3099 {"R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC", Const, 10, ""},
3100 {"R_AARCH64_TLSLE_MOVW_TPREL_G0", Const, 4, ""},
3101 {"R_AARCH64_TLSLE_MOVW_TPREL_G0_NC", Const, 4, ""},
3102 {"R_AARCH64_TLSLE_MOVW_TPREL_G1", Const, 4, ""},
3103 {"R_AARCH64_TLSLE_MOVW_TPREL_G1_NC", Const, 4, ""},
3104 {"R_AARCH64_TLSLE_MOVW_TPREL_G2", Const, 4, ""},
3105 {"R_AARCH64_TLS_DTPMOD64", Const, 4, ""},
3106 {"R_AARCH64_TLS_DTPREL64", Const, 4, ""},
3107 {"R_AARCH64_TLS_TPREL64", Const, 4, ""},
3108 {"R_AARCH64_TSTBR14", Const, 4, ""},
3109 {"R_ALPHA", Type, 0, ""},
3110 {"R_ALPHA_BRADDR", Const, 0, ""},
3111 {"R_ALPHA_COPY", Const, 0, ""},
3112 {"R_ALPHA_GLOB_DAT", Const, 0, ""},
3113 {"R_ALPHA_GPDISP", Const, 0, ""},
3114 {"R_ALPHA_GPREL32", Const, 0, ""},
3115 {"R_ALPHA_GPRELHIGH", Const, 0, ""},
3116 {"R_ALPHA_GPRELLOW", Const, 0, ""},
3117 {"R_ALPHA_GPVALUE", Const, 0, ""},
3118 {"R_ALPHA_HINT", Const, 0, ""},
3119 {"R_ALPHA_IMMED_BR_HI32", Const, 0, ""},
3120 {"R_ALPHA_IMMED_GP_16", Const, 0, ""},
3121 {"R_ALPHA_IMMED_GP_HI32", Const, 0, ""},
3122 {"R_ALPHA_IMMED_LO32", Const, 0, ""},
3123 {"R_ALPHA_IMMED_SCN_HI32", Const, 0, ""},
3124 {"R_ALPHA_JMP_SLOT", Const, 0, ""},
3125 {"R_ALPHA_LITERAL", Const, 0, ""},
3126 {"R_ALPHA_LITUSE", Const, 0, ""},
3127 {"R_ALPHA_NONE", Const, 0, ""},
3128 {"R_ALPHA_OP_PRSHIFT", Const, 0, ""},
3129 {"R_ALPHA_OP_PSUB", Const, 0, ""},
3130 {"R_ALPHA_OP_PUSH", Const, 0, ""},
3131 {"R_ALPHA_OP_STORE", Const, 0, ""},
3132 {"R_ALPHA_REFLONG", Const, 0, ""},
3133 {"R_ALPHA_REFQUAD", Const, 0, ""},
3134 {"R_ALPHA_RELATIVE", Const, 0, ""},
3135 {"R_ALPHA_SREL16", Const, 0, ""},
3136 {"R_ALPHA_SREL32", Const, 0, ""},
3137 {"R_ALPHA_SREL64", Const, 0, ""},
3138 {"R_ARM", Type, 0, ""},
3139 {"R_ARM_ABS12", Const, 0, ""},
3140 {"R_ARM_ABS16", Const, 0, ""},
3141 {"R_ARM_ABS32", Const, 0, ""},
3142 {"R_ARM_ABS32_NOI", Const, 10, ""},
3143 {"R_ARM_ABS8", Const, 0, ""},
3144 {"R_ARM_ALU_PCREL_15_8", Const, 10, ""},
3145 {"R_ARM_ALU_PCREL_23_15", Const, 10, ""},
3146 {"R_ARM_ALU_PCREL_7_0", Const, 10, ""},
3147 {"R_ARM_ALU_PC_G0", Const, 10, ""},
3148 {"R_ARM_ALU_PC_G0_NC", Const, 10, ""},
3149 {"R_ARM_ALU_PC_G1", Const, 10, ""},
3150 {"R_ARM_ALU_PC_G1_NC", Const, 10, ""},
3151 {"R_ARM_ALU_PC_G2", Const, 10, ""},
3152 {"R_ARM_ALU_SBREL_19_12_NC", Const, 10, ""},
3153 {"R_ARM_ALU_SBREL_27_20_CK", Const, 10, ""},
3154 {"R_ARM_ALU_SB_G0", Const, 10, ""},
3155 {"R_ARM_ALU_SB_G0_NC", Const, 10, ""},
3156 {"R_ARM_ALU_SB_G1", Const, 10, ""},
3157 {"R_ARM_ALU_SB_G1_NC", Const, 10, ""},
3158 {"R_ARM_ALU_SB_G2", Const, 10, ""},
3159 {"R_ARM_AMP_VCALL9", Const, 0, ""},
3160 {"R_ARM_BASE_ABS", Const, 10, ""},
3161 {"R_ARM_CALL", Const, 10, ""},
3162 {"R_ARM_COPY", Const, 0, ""},
3163 {"R_ARM_GLOB_DAT", Const, 0, ""},
3164 {"R_ARM_GNU_VTENTRY", Const, 0, ""},
3165 {"R_ARM_GNU_VTINHERIT", Const, 0, ""},
3166 {"R_ARM_GOT32", Const, 0, ""},
3167 {"R_ARM_GOTOFF", Const, 0, ""},
3168 {"R_ARM_GOTOFF12", Const, 10, ""},
3169 {"R_ARM_GOTPC", Const, 0, ""},
3170 {"R_ARM_GOTRELAX", Const, 10, ""},
3171 {"R_ARM_GOT_ABS", Const, 10, ""},
3172 {"R_ARM_GOT_BREL12", Const, 10, ""},
3173 {"R_ARM_GOT_PREL", Const, 10, ""},
3174 {"R_ARM_IRELATIVE", Const, 10, ""},
3175 {"R_ARM_JUMP24", Const, 10, ""},
3176 {"R_ARM_JUMP_SLOT", Const, 0, ""},
3177 {"R_ARM_LDC_PC_G0", Const, 10, ""},
3178 {"R_ARM_LDC_PC_G1", Const, 10, ""},
3179 {"R_ARM_LDC_PC_G2", Const, 10, ""},
3180 {"R_ARM_LDC_SB_G0", Const, 10, ""},
3181 {"R_ARM_LDC_SB_G1", Const, 10, ""},
3182 {"R_ARM_LDC_SB_G2", Const, 10, ""},
3183 {"R_ARM_LDRS_PC_G0", Const, 10, ""},
3184 {"R_ARM_LDRS_PC_G1", Const, 10, ""},
3185 {"R_ARM_LDRS_PC_G2", Const, 10, ""},
3186 {"R_ARM_LDRS_SB_G0", Const, 10, ""},
3187 {"R_ARM_LDRS_SB_G1", Const, 10, ""},
3188 {"R_ARM_LDRS_SB_G2", Const, 10, ""},
3189 {"R_ARM_LDR_PC_G1", Const, 10, ""},
3190 {"R_ARM_LDR_PC_G2", Const, 10, ""},
3191 {"R_ARM_LDR_SBREL_11_10_NC", Const, 10, ""},
3192 {"R_ARM_LDR_SB_G0", Const, 10, ""},
3193 {"R_ARM_LDR_SB_G1", Const, 10, ""},
3194 {"R_ARM_LDR_SB_G2", Const, 10, ""},
3195 {"R_ARM_ME_TOO", Const, 10, ""},
3196 {"R_ARM_MOVT_ABS", Const, 10, ""},
3197 {"R_ARM_MOVT_BREL", Const, 10, ""},
3198 {"R_ARM_MOVT_PREL", Const, 10, ""},
3199 {"R_ARM_MOVW_ABS_NC", Const, 10, ""},
3200 {"R_ARM_MOVW_BREL", Const, 10, ""},
3201 {"R_ARM_MOVW_BREL_NC", Const, 10, ""},
3202 {"R_ARM_MOVW_PREL_NC", Const, 10, ""},
3203 {"R_ARM_NONE", Const, 0, ""},
3204 {"R_ARM_PC13", Const, 0, ""},
3205 {"R_ARM_PC24", Const, 0, ""},
3206 {"R_ARM_PLT32", Const, 0, ""},
3207 {"R_ARM_PLT32_ABS", Const, 10, ""},
3208 {"R_ARM_PREL31", Const, 10, ""},
3209 {"R_ARM_PRIVATE_0", Const, 10, ""},
3210 {"R_ARM_PRIVATE_1", Const, 10, ""},
3211 {"R_ARM_PRIVATE_10", Const, 10, ""},
3212 {"R_ARM_PRIVATE_11", Const, 10, ""},
3213 {"R_ARM_PRIVATE_12", Const, 10, ""},
3214 {"R_ARM_PRIVATE_13", Const, 10, ""},
3215 {"R_ARM_PRIVATE_14", Const, 10, ""},
3216 {"R_ARM_PRIVATE_15", Const, 10, ""},
3217 {"R_ARM_PRIVATE_2", Const, 10, ""},
3218 {"R_ARM_PRIVATE_3", Const, 10, ""},
3219 {"R_ARM_PRIVATE_4", Const, 10, ""},
3220 {"R_ARM_PRIVATE_5", Const, 10, ""},
3221 {"R_ARM_PRIVATE_6", Const, 10, ""},
3222 {"R_ARM_PRIVATE_7", Const, 10, ""},
3223 {"R_ARM_PRIVATE_8", Const, 10, ""},
3224 {"R_ARM_PRIVATE_9", Const, 10, ""},
3225 {"R_ARM_RABS32", Const, 0, ""},
3226 {"R_ARM_RBASE", Const, 0, ""},
3227 {"R_ARM_REL32", Const, 0, ""},
3228 {"R_ARM_REL32_NOI", Const, 10, ""},
3229 {"R_ARM_RELATIVE", Const, 0, ""},
3230 {"R_ARM_RPC24", Const, 0, ""},
3231 {"R_ARM_RREL32", Const, 0, ""},
3232 {"R_ARM_RSBREL32", Const, 0, ""},
3233 {"R_ARM_RXPC25", Const, 10, ""},
3234 {"R_ARM_SBREL31", Const, 10, ""},
3235 {"R_ARM_SBREL32", Const, 0, ""},
3236 {"R_ARM_SWI24", Const, 0, ""},
3237 {"R_ARM_TARGET1", Const, 10, ""},
3238 {"R_ARM_TARGET2", Const, 10, ""},
3239 {"R_ARM_THM_ABS5", Const, 0, ""},
3240 {"R_ARM_THM_ALU_ABS_G0_NC", Const, 10, ""},
3241 {"R_ARM_THM_ALU_ABS_G1_NC", Const, 10, ""},
3242 {"R_ARM_THM_ALU_ABS_G2_NC", Const, 10, ""},
3243 {"R_ARM_THM_ALU_ABS_G3", Const, 10, ""},
3244 {"R_ARM_THM_ALU_PREL_11_0", Const, 10, ""},
3245 {"R_ARM_THM_GOT_BREL12", Const, 10, ""},
3246 {"R_ARM_THM_JUMP11", Const, 10, ""},
3247 {"R_ARM_THM_JUMP19", Const, 10, ""},
3248 {"R_ARM_THM_JUMP24", Const, 10, ""},
3249 {"R_ARM_THM_JUMP6", Const, 10, ""},
3250 {"R_ARM_THM_JUMP8", Const, 10, ""},
3251 {"R_ARM_THM_MOVT_ABS", Const, 10, ""},
3252 {"R_ARM_THM_MOVT_BREL", Const, 10, ""},
3253 {"R_ARM_THM_MOVT_PREL", Const, 10, ""},
3254 {"R_ARM_THM_MOVW_ABS_NC", Const, 10, ""},
3255 {"R_ARM_THM_MOVW_BREL", Const, 10, ""},
3256 {"R_ARM_THM_MOVW_BREL_NC", Const, 10, ""},
3257 {"R_ARM_THM_MOVW_PREL_NC", Const, 10, ""},
3258 {"R_ARM_THM_PC12", Const, 10, ""},
3259 {"R_ARM_THM_PC22", Const, 0, ""},
3260 {"R_ARM_THM_PC8", Const, 0, ""},
3261 {"R_ARM_THM_RPC22", Const, 0, ""},
3262 {"R_ARM_THM_SWI8", Const, 0, ""},
3263 {"R_ARM_THM_TLS_CALL", Const, 10, ""},
3264 {"R_ARM_THM_TLS_DESCSEQ16", Const, 10, ""},
3265 {"R_ARM_THM_TLS_DESCSEQ32", Const, 10, ""},
3266 {"R_ARM_THM_XPC22", Const, 0, ""},
3267 {"R_ARM_TLS_CALL", Const, 10, ""},
3268 {"R_ARM_TLS_DESCSEQ", Const, 10, ""},
3269 {"R_ARM_TLS_DTPMOD32", Const, 10, ""},
3270 {"R_ARM_TLS_DTPOFF32", Const, 10, ""},
3271 {"R_ARM_TLS_GD32", Const, 10, ""},
3272 {"R_ARM_TLS_GOTDESC", Const, 10, ""},
3273 {"R_ARM_TLS_IE12GP", Const, 10, ""},
3274 {"R_ARM_TLS_IE32", Const, 10, ""},
3275 {"R_ARM_TLS_LDM32", Const, 10, ""},
3276 {"R_ARM_TLS_LDO12", Const, 10, ""},
3277 {"R_ARM_TLS_LDO32", Const, 10, ""},
3278 {"R_ARM_TLS_LE12", Const, 10, ""},
3279 {"R_ARM_TLS_LE32", Const, 10, ""},
3280 {"R_ARM_TLS_TPOFF32", Const, 10, ""},
3281 {"R_ARM_V4BX", Const, 10, ""},
3282 {"R_ARM_XPC25", Const, 0, ""},
3283 {"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
3284 {"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
3285 {"R_LARCH", Type, 19, ""},
3286 {"R_LARCH_32", Const, 19, ""},
3287 {"R_LARCH_32_PCREL", Const, 20, ""},
3288 {"R_LARCH_64", Const, 19, ""},
3289 {"R_LARCH_64_PCREL", Const, 22, ""},
3290 {"R_LARCH_ABS64_HI12", Const, 20, ""},
3291 {"R_LARCH_ABS64_LO20", Const, 20, ""},
3292 {"R_LARCH_ABS_HI20", Const, 20, ""},
3293 {"R_LARCH_ABS_LO12", Const, 20, ""},
3294 {"R_LARCH_ADD16", Const, 19, ""},
3295 {"R_LARCH_ADD24", Const, 19, ""},
3296 {"R_LARCH_ADD32", Const, 19, ""},
3297 {"R_LARCH_ADD6", Const, 22, ""},
3298 {"R_LARCH_ADD64", Const, 19, ""},
3299 {"R_LARCH_ADD8", Const, 19, ""},
3300 {"R_LARCH_ADD_ULEB128", Const, 22, ""},
3301 {"R_LARCH_ALIGN", Const, 22, ""},
3302 {"R_LARCH_B16", Const, 20, ""},
3303 {"R_LARCH_B21", Const, 20, ""},
3304 {"R_LARCH_B26", Const, 20, ""},
3305 {"R_LARCH_CALL36", Const, 26, ""},
3306 {"R_LARCH_CFA", Const, 22, ""},
3307 {"R_LARCH_COPY", Const, 19, ""},
3308 {"R_LARCH_DELETE", Const, 22, ""},
3309 {"R_LARCH_GNU_VTENTRY", Const, 20, ""},
3310 {"R_LARCH_GNU_VTINHERIT", Const, 20, ""},
3311 {"R_LARCH_GOT64_HI12", Const, 20, ""},
3312 {"R_LARCH_GOT64_LO20", Const, 20, ""},
3313 {"R_LARCH_GOT64_PC_HI12", Const, 20, ""},
3314 {"R_LARCH_GOT64_PC_LO20", Const, 20, ""},
3315 {"R_LARCH_GOT_HI20", Const, 20, ""},
3316 {"R_LARCH_GOT_LO12", Const, 20, ""},
3317 {"R_LARCH_GOT_PC_HI20", Const, 20, ""},
3318 {"R_LARCH_GOT_PC_LO12", Const, 20, ""},
3319 {"R_LARCH_IRELATIVE", Const, 19, ""},
3320 {"R_LARCH_JUMP_SLOT", Const, 19, ""},
3321 {"R_LARCH_MARK_LA", Const, 19, ""},
3322 {"R_LARCH_MARK_PCREL", Const, 19, ""},
3323 {"R_LARCH_NONE", Const, 19, ""},
3324 {"R_LARCH_PCALA64_HI12", Const, 20, ""},
3325 {"R_LARCH_PCALA64_LO20", Const, 20, ""},
3326 {"R_LARCH_PCALA_HI20", Const, 20, ""},
3327 {"R_LARCH_PCALA_LO12", Const, 20, ""},
3328 {"R_LARCH_PCREL20_S2", Const, 22, ""},
3329 {"R_LARCH_RELATIVE", Const, 19, ""},
3330 {"R_LARCH_RELAX", Const, 20, ""},
3331 {"R_LARCH_SOP_ADD", Const, 19, ""},
3332 {"R_LARCH_SOP_AND", Const, 19, ""},
3333 {"R_LARCH_SOP_ASSERT", Const, 19, ""},
3334 {"R_LARCH_SOP_IF_ELSE", Const, 19, ""},
3335 {"R_LARCH_SOP_NOT", Const, 19, ""},
3336 {"R_LARCH_SOP_POP_32_S_0_10_10_16_S2", Const, 19, ""},
3337 {"R_LARCH_SOP_POP_32_S_0_5_10_16_S2", Const, 19, ""},
3338 {"R_LARCH_SOP_POP_32_S_10_12", Const, 19, ""},
3339 {"R_LARCH_SOP_POP_32_S_10_16", Const, 19, ""},
3340 {"R_LARCH_SOP_POP_32_S_10_16_S2", Const, 19, ""},
3341 {"R_LARCH_SOP_POP_32_S_10_5", Const, 19, ""},
3342 {"R_LARCH_SOP_POP_32_S_5_20", Const, 19, ""},
3343 {"R_LARCH_SOP_POP_32_U", Const, 19, ""},
3344 {"R_LARCH_SOP_POP_32_U_10_12", Const, 19, ""},
3345 {"R_LARCH_SOP_PUSH_ABSOLUTE", Const, 19, ""},
3346 {"R_LARCH_SOP_PUSH_DUP", Const, 19, ""},
3347 {"R_LARCH_SOP_PUSH_GPREL", Const, 19, ""},
3348 {"R_LARCH_SOP_PUSH_PCREL", Const, 19, ""},
3349 {"R_LARCH_SOP_PUSH_PLT_PCREL", Const, 19, ""},
3350 {"R_LARCH_SOP_PUSH_TLS_GD", Const, 19, ""},
3351 {"R_LARCH_SOP_PUSH_TLS_GOT", Const, 19, ""},
3352 {"R_LARCH_SOP_PUSH_TLS_TPREL", Const, 19, ""},
3353 {"R_LARCH_SOP_SL", Const, 19, ""},
3354 {"R_LARCH_SOP_SR", Const, 19, ""},
3355 {"R_LARCH_SOP_SUB", Const, 19, ""},
3356 {"R_LARCH_SUB16", Const, 19, ""},
3357 {"R_LARCH_SUB24", Const, 19, ""},
3358 {"R_LARCH_SUB32", Const, 19, ""},
3359 {"R_LARCH_SUB6", Const, 22, ""},
3360 {"R_LARCH_SUB64", Const, 19, ""},
3361 {"R_LARCH_SUB8", Const, 19, ""},
3362 {"R_LARCH_SUB_ULEB128", Const, 22, ""},
3363 {"R_LARCH_TLS_DESC32", Const, 26, ""},
3364 {"R_LARCH_TLS_DESC64", Const, 26, ""},
3365 {"R_LARCH_TLS_DESC64_HI12", Const, 26, ""},
3366 {"R_LARCH_TLS_DESC64_LO20", Const, 26, ""},
3367 {"R_LARCH_TLS_DESC64_PC_HI12", Const, 26, ""},
3368 {"R_LARCH_TLS_DESC64_PC_LO20", Const, 26, ""},
3369 {"R_LARCH_TLS_DESC_CALL", Const, 26, ""},
3370 {"R_LARCH_TLS_DESC_HI20", Const, 26, ""},
3371 {"R_LARCH_TLS_DESC_LD", Const, 26, ""},
3372 {"R_LARCH_TLS_DESC_LO12", Const, 26, ""},
3373 {"R_LARCH_TLS_DESC_PCREL20_S2", Const, 26, ""},
3374 {"R_LARCH_TLS_DESC_PC_HI20", Const, 26, ""},
3375 {"R_LARCH_TLS_DESC_PC_LO12", Const, 26, ""},
3376 {"R_LARCH_TLS_DTPMOD32", Const, 19, ""},
3377 {"R_LARCH_TLS_DTPMOD64", Const, 19, ""},
3378 {"R_LARCH_TLS_DTPREL32", Const, 19, ""},
3379 {"R_LARCH_TLS_DTPREL64", Const, 19, ""},
3380 {"R_LARCH_TLS_GD_HI20", Const, 20, ""},
3381 {"R_LARCH_TLS_GD_PCREL20_S2", Const, 26, ""},
3382 {"R_LARCH_TLS_GD_PC_HI20", Const, 20, ""},
3383 {"R_LARCH_TLS_IE64_HI12", Const, 20, ""},
3384 {"R_LARCH_TLS_IE64_LO20", Const, 20, ""},
3385 {"R_LARCH_TLS_IE64_PC_HI12", Const, 20, ""},
3386 {"R_LARCH_TLS_IE64_PC_LO20", Const, 20, ""},
3387 {"R_LARCH_TLS_IE_HI20", Const, 20, ""},
3388 {"R_LARCH_TLS_IE_LO12", Const, 20, ""},
3389 {"R_LARCH_TLS_IE_PC_HI20", Const, 20, ""},
3390 {"R_LARCH_TLS_IE_PC_LO12", Const, 20, ""},
3391 {"R_LARCH_TLS_LD_HI20", Const, 20, ""},
3392 {"R_LARCH_TLS_LD_PCREL20_S2", Const, 26, ""},
3393 {"R_LARCH_TLS_LD_PC_HI20", Const, 20, ""},
3394 {"R_LARCH_TLS_LE64_HI12", Const, 20, ""},
3395 {"R_LARCH_TLS_LE64_LO20", Const, 20, ""},
3396 {"R_LARCH_TLS_LE_ADD_R", Const, 26, ""},
3397 {"R_LARCH_TLS_LE_HI20", Const, 20, ""},
3398 {"R_LARCH_TLS_LE_HI20_R", Const, 26, ""},
3399 {"R_LARCH_TLS_LE_LO12", Const, 20, ""},
3400 {"R_LARCH_TLS_LE_LO12_R", Const, 26, ""},
3401 {"R_LARCH_TLS_TPREL32", Const, 19, ""},
3402 {"R_LARCH_TLS_TPREL64", Const, 19, ""},
3403 {"R_MIPS", Type, 6, ""},
3404 {"R_MIPS_16", Const, 6, ""},
3405 {"R_MIPS_26", Const, 6, ""},
3406 {"R_MIPS_32", Const, 6, ""},
3407 {"R_MIPS_64", Const, 6, ""},
3408 {"R_MIPS_ADD_IMMEDIATE", Const, 6, ""},
3409 {"R_MIPS_CALL16", Const, 6, ""},
3410 {"R_MIPS_CALL_HI16", Const, 6, ""},
3411 {"R_MIPS_CALL_LO16", Const, 6, ""},
3412 {"R_MIPS_DELETE", Const, 6, ""},
3413 {"R_MIPS_GOT16", Const, 6, ""},
3414 {"R_MIPS_GOT_DISP", Const, 6, ""},
3415 {"R_MIPS_GOT_HI16", Const, 6, ""},
3416 {"R_MIPS_GOT_LO16", Const, 6, ""},
3417 {"R_MIPS_GOT_OFST", Const, 6, ""},
3418 {"R_MIPS_GOT_PAGE", Const, 6, ""},
3419 {"R_MIPS_GPREL16", Const, 6, ""},
3420 {"R_MIPS_GPREL32", Const, 6, ""},
3421 {"R_MIPS_HI16", Const, 6, ""},
3422 {"R_MIPS_HIGHER", Const, 6, ""},
3423 {"R_MIPS_HIGHEST", Const, 6, ""},
3424 {"R_MIPS_INSERT_A", Const, 6, ""},
3425 {"R_MIPS_INSERT_B", Const, 6, ""},
3426 {"R_MIPS_JALR", Const, 6, ""},
3427 {"R_MIPS_LITERAL", Const, 6, ""},
3428 {"R_MIPS_LO16", Const, 6, ""},
3429 {"R_MIPS_NONE", Const, 6, ""},
3430 {"R_MIPS_PC16", Const, 6, ""},
3431 {"R_MIPS_PC32", Const, 22, ""},
3432 {"R_MIPS_PJUMP", Const, 6, ""},
3433 {"R_MIPS_REL16", Const, 6, ""},
3434 {"R_MIPS_REL32", Const, 6, ""},
3435 {"R_MIPS_RELGOT", Const, 6, ""},
3436 {"R_MIPS_SCN_DISP", Const, 6, ""},
3437 {"R_MIPS_SHIFT5", Const, 6, ""},
3438 {"R_MIPS_SHIFT6", Const, 6, ""},
3439 {"R_MIPS_SUB", Const, 6, ""},
3440 {"R_MIPS_TLS_DTPMOD32", Const, 6, ""},
3441 {"R_MIPS_TLS_DTPMOD64", Const, 6, ""},
3442 {"R_MIPS_TLS_DTPREL32", Const, 6, ""},
3443 {"R_MIPS_TLS_DTPREL64", Const, 6, ""},
3444 {"R_MIPS_TLS_DTPREL_HI16", Const, 6, ""},
3445 {"R_MIPS_TLS_DTPREL_LO16", Const, 6, ""},
3446 {"R_MIPS_TLS_GD", Const, 6, ""},
3447 {"R_MIPS_TLS_GOTTPREL", Const, 6, ""},
3448 {"R_MIPS_TLS_LDM", Const, 6, ""},
3449 {"R_MIPS_TLS_TPREL32", Const, 6, ""},
3450 {"R_MIPS_TLS_TPREL64", Const, 6, ""},
3451 {"R_MIPS_TLS_TPREL_HI16", Const, 6, ""},
3452 {"R_MIPS_TLS_TPREL_LO16", Const, 6, ""},
3453 {"R_PPC", Type, 0, ""},
3454 {"R_PPC64", Type, 5, ""},
3455 {"R_PPC64_ADDR14", Const, 5, ""},
3456 {"R_PPC64_ADDR14_BRNTAKEN", Const, 5, ""},
3457 {"R_PPC64_ADDR14_BRTAKEN", Const, 5, ""},
3458 {"R_PPC64_ADDR16", Const, 5, ""},
3459 {"R_PPC64_ADDR16_DS", Const, 5, ""},
3460 {"R_PPC64_ADDR16_HA", Const, 5, ""},
3461 {"R_PPC64_ADDR16_HI", Const, 5, ""},
3462 {"R_PPC64_ADDR16_HIGH", Const, 10, ""},
3463 {"R_PPC64_ADDR16_HIGHA", Const, 10, ""},
3464 {"R_PPC64_ADDR16_HIGHER", Const, 5, ""},
3465 {"R_PPC64_ADDR16_HIGHER34", Const, 20, ""},
3466 {"R_PPC64_ADDR16_HIGHERA", Const, 5, ""},
3467 {"R_PPC64_ADDR16_HIGHERA34", Const, 20, ""},
3468 {"R_PPC64_ADDR16_HIGHEST", Const, 5, ""},
3469 {"R_PPC64_ADDR16_HIGHEST34", Const, 20, ""},
3470 {"R_PPC64_ADDR16_HIGHESTA", Const, 5, ""},
3471 {"R_PPC64_ADDR16_HIGHESTA34", Const, 20, ""},
3472 {"R_PPC64_ADDR16_LO", Const, 5, ""},
3473 {"R_PPC64_ADDR16_LO_DS", Const, 5, ""},
3474 {"R_PPC64_ADDR24", Const, 5, ""},
3475 {"R_PPC64_ADDR32", Const, 5, ""},
3476 {"R_PPC64_ADDR64", Const, 5, ""},
3477 {"R_PPC64_ADDR64_LOCAL", Const, 10, ""},
3478 {"R_PPC64_COPY", Const, 20, ""},
3479 {"R_PPC64_D28", Const, 20, ""},
3480 {"R_PPC64_D34", Const, 20, ""},
3481 {"R_PPC64_D34_HA30", Const, 20, ""},
3482 {"R_PPC64_D34_HI30", Const, 20, ""},
3483 {"R_PPC64_D34_LO", Const, 20, ""},
3484 {"R_PPC64_DTPMOD64", Const, 5, ""},
3485 {"R_PPC64_DTPREL16", Const, 5, ""},
3486 {"R_PPC64_DTPREL16_DS", Const, 5, ""},
3487 {"R_PPC64_DTPREL16_HA", Const, 5, ""},
3488 {"R_PPC64_DTPREL16_HI", Const, 5, ""},
3489 {"R_PPC64_DTPREL16_HIGH", Const, 10, ""},
3490 {"R_PPC64_DTPREL16_HIGHA", Const, 10, ""},
3491 {"R_PPC64_DTPREL16_HIGHER", Const, 5, ""},
3492 {"R_PPC64_DTPREL16_HIGHERA", Const, 5, ""},
3493 {"R_PPC64_DTPREL16_HIGHEST", Const, 5, ""},
3494 {"R_PPC64_DTPREL16_HIGHESTA", Const, 5, ""},
3495 {"R_PPC64_DTPREL16_LO", Const, 5, ""},
3496 {"R_PPC64_DTPREL16_LO_DS", Const, 5, ""},
3497 {"R_PPC64_DTPREL34", Const, 20, ""},
3498 {"R_PPC64_DTPREL64", Const, 5, ""},
3499 {"R_PPC64_ENTRY", Const, 10, ""},
3500 {"R_PPC64_GLOB_DAT", Const, 20, ""},
3501 {"R_PPC64_GNU_VTENTRY", Const, 20, ""},
3502 {"R_PPC64_GNU_VTINHERIT", Const, 20, ""},
3503 {"R_PPC64_GOT16", Const, 5, ""},
3504 {"R_PPC64_GOT16_DS", Const, 5, ""},
3505 {"R_PPC64_GOT16_HA", Const, 5, ""},
3506 {"R_PPC64_GOT16_HI", Const, 5, ""},
3507 {"R_PPC64_GOT16_LO", Const, 5, ""},
3508 {"R_PPC64_GOT16_LO_DS", Const, 5, ""},
3509 {"R_PPC64_GOT_DTPREL16_DS", Const, 5, ""},
3510 {"R_PPC64_GOT_DTPREL16_HA", Const, 5, ""},
3511 {"R_PPC64_GOT_DTPREL16_HI", Const, 5, ""},
3512 {"R_PPC64_GOT_DTPREL16_LO_DS", Const, 5, ""},
3513 {"R_PPC64_GOT_DTPREL_PCREL34", Const, 20, ""},
3514 {"R_PPC64_GOT_PCREL34", Const, 20, ""},
3515 {"R_PPC64_GOT_TLSGD16", Const, 5, ""},
3516 {"R_PPC64_GOT_TLSGD16_HA", Const, 5, ""},
3517 {"R_PPC64_GOT_TLSGD16_HI", Const, 5, ""},
3518 {"R_PPC64_GOT_TLSGD16_LO", Const, 5, ""},
3519 {"R_PPC64_GOT_TLSGD_PCREL34", Const, 20, ""},
3520 {"R_PPC64_GOT_TLSLD16", Const, 5, ""},
3521 {"R_PPC64_GOT_TLSLD16_HA", Const, 5, ""},
3522 {"R_PPC64_GOT_TLSLD16_HI", Const, 5, ""},
3523 {"R_PPC64_GOT_TLSLD16_LO", Const, 5, ""},
3524 {"R_PPC64_GOT_TLSLD_PCREL34", Const, 20, ""},
3525 {"R_PPC64_GOT_TPREL16_DS", Const, 5, ""},
3526 {"R_PPC64_GOT_TPREL16_HA", Const, 5, ""},
3527 {"R_PPC64_GOT_TPREL16_HI", Const, 5, ""},
3528 {"R_PPC64_GOT_TPREL16_LO_DS", Const, 5, ""},
3529 {"R_PPC64_GOT_TPREL_PCREL34", Const, 20, ""},
3530 {"R_PPC64_IRELATIVE", Const, 10, ""},
3531 {"R_PPC64_JMP_IREL", Const, 10, ""},
3532 {"R_PPC64_JMP_SLOT", Const, 5, ""},
3533 {"R_PPC64_NONE", Const, 5, ""},
3534 {"R_PPC64_PCREL28", Const, 20, ""},
3535 {"R_PPC64_PCREL34", Const, 20, ""},
3536 {"R_PPC64_PCREL_OPT", Const, 20, ""},
3537 {"R_PPC64_PLT16_HA", Const, 20, ""},
3538 {"R_PPC64_PLT16_HI", Const, 20, ""},
3539 {"R_PPC64_PLT16_LO", Const, 20, ""},
3540 {"R_PPC64_PLT16_LO_DS", Const, 10, ""},
3541 {"R_PPC64_PLT32", Const, 20, ""},
3542 {"R_PPC64_PLT64", Const, 20, ""},
3543 {"R_PPC64_PLTCALL", Const, 20, ""},
3544 {"R_PPC64_PLTCALL_NOTOC", Const, 20, ""},
3545 {"R_PPC64_PLTGOT16", Const, 10, ""},
3546 {"R_PPC64_PLTGOT16_DS", Const, 10, ""},
3547 {"R_PPC64_PLTGOT16_HA", Const, 10, ""},
3548 {"R_PPC64_PLTGOT16_HI", Const, 10, ""},
3549 {"R_PPC64_PLTGOT16_LO", Const, 10, ""},
3550 {"R_PPC64_PLTGOT_LO_DS", Const, 10, ""},
3551 {"R_PPC64_PLTREL32", Const, 20, ""},
3552 {"R_PPC64_PLTREL64", Const, 20, ""},
3553 {"R_PPC64_PLTSEQ", Const, 20, ""},
3554 {"R_PPC64_PLTSEQ_NOTOC", Const, 20, ""},
3555 {"R_PPC64_PLT_PCREL34", Const, 20, ""},
3556 {"R_PPC64_PLT_PCREL34_NOTOC", Const, 20, ""},
3557 {"R_PPC64_REL14", Const, 5, ""},
3558 {"R_PPC64_REL14_BRNTAKEN", Const, 5, ""},
3559 {"R_PPC64_REL14_BRTAKEN", Const, 5, ""},
3560 {"R_PPC64_REL16", Const, 5, ""},
3561 {"R_PPC64_REL16DX_HA", Const, 10, ""},
3562 {"R_PPC64_REL16_HA", Const, 5, ""},
3563 {"R_PPC64_REL16_HI", Const, 5, ""},
3564 {"R_PPC64_REL16_HIGH", Const, 20, ""},
3565 {"R_PPC64_REL16_HIGHA", Const, 20, ""},
3566 {"R_PPC64_REL16_HIGHER", Const, 20, ""},
3567 {"R_PPC64_REL16_HIGHER34", Const, 20, ""},
3568 {"R_PPC64_REL16_HIGHERA", Const, 20, ""},
3569 {"R_PPC64_REL16_HIGHERA34", Const, 20, ""},
3570 {"R_PPC64_REL16_HIGHEST", Const, 20, ""},
3571 {"R_PPC64_REL16_HIGHEST34", Const, 20, ""},
3572 {"R_PPC64_REL16_HIGHESTA", Const, 20, ""},
3573 {"R_PPC64_REL16_HIGHESTA34", Const, 20, ""},
3574 {"R_PPC64_REL16_LO", Const, 5, ""},
3575 {"R_PPC64_REL24", Const, 5, ""},
3576 {"R_PPC64_REL24_NOTOC", Const, 10, ""},
3577 {"R_PPC64_REL24_P9NOTOC", Const, 21, ""},
3578 {"R_PPC64_REL30", Const, 20, ""},
3579 {"R_PPC64_REL32", Const, 5, ""},
3580 {"R_PPC64_REL64", Const, 5, ""},
3581 {"R_PPC64_RELATIVE", Const, 18, ""},
3582 {"R_PPC64_SECTOFF", Const, 20, ""},
3583 {"R_PPC64_SECTOFF_DS", Const, 10, ""},
3584 {"R_PPC64_SECTOFF_HA", Const, 20, ""},
3585 {"R_PPC64_SECTOFF_HI", Const, 20, ""},
3586 {"R_PPC64_SECTOFF_LO", Const, 20, ""},
3587 {"R_PPC64_SECTOFF_LO_DS", Const, 10, ""},
3588 {"R_PPC64_TLS", Const, 5, ""},
3589 {"R_PPC64_TLSGD", Const, 5, ""},
3590 {"R_PPC64_TLSLD", Const, 5, ""},
3591 {"R_PPC64_TOC", Const, 5, ""},
3592 {"R_PPC64_TOC16", Const, 5, ""},
3593 {"R_PPC64_TOC16_DS", Const, 5, ""},
3594 {"R_PPC64_TOC16_HA", Const, 5, ""},
3595 {"R_PPC64_TOC16_HI", Const, 5, ""},
3596 {"R_PPC64_TOC16_LO", Const, 5, ""},
3597 {"R_PPC64_TOC16_LO_DS", Const, 5, ""},
3598 {"R_PPC64_TOCSAVE", Const, 10, ""},
3599 {"R_PPC64_TPREL16", Const, 5, ""},
3600 {"R_PPC64_TPREL16_DS", Const, 5, ""},
3601 {"R_PPC64_TPREL16_HA", Const, 5, ""},
3602 {"R_PPC64_TPREL16_HI", Const, 5, ""},
3603 {"R_PPC64_TPREL16_HIGH", Const, 10, ""},
3604 {"R_PPC64_TPREL16_HIGHA", Const, 10, ""},
3605 {"R_PPC64_TPREL16_HIGHER", Const, 5, ""},
3606 {"R_PPC64_TPREL16_HIGHERA", Const, 5, ""},
3607 {"R_PPC64_TPREL16_HIGHEST", Const, 5, ""},
3608 {"R_PPC64_TPREL16_HIGHESTA", Const, 5, ""},
3609 {"R_PPC64_TPREL16_LO", Const, 5, ""},
3610 {"R_PPC64_TPREL16_LO_DS", Const, 5, ""},
3611 {"R_PPC64_TPREL34", Const, 20, ""},
3612 {"R_PPC64_TPREL64", Const, 5, ""},
3613 {"R_PPC64_UADDR16", Const, 20, ""},
3614 {"R_PPC64_UADDR32", Const, 20, ""},
3615 {"R_PPC64_UADDR64", Const, 20, ""},
3616 {"R_PPC_ADDR14", Const, 0, ""},
3617 {"R_PPC_ADDR14_BRNTAKEN", Const, 0, ""},
3618 {"R_PPC_ADDR14_BRTAKEN", Const, 0, ""},
3619 {"R_PPC_ADDR16", Const, 0, ""},
3620 {"R_PPC_ADDR16_HA", Const, 0, ""},
3621 {"R_PPC_ADDR16_HI", Const, 0, ""},
3622 {"R_PPC_ADDR16_LO", Const, 0, ""},
3623 {"R_PPC_ADDR24", Const, 0, ""},
3624 {"R_PPC_ADDR32", Const, 0, ""},
3625 {"R_PPC_COPY", Const, 0, ""},
3626 {"R_PPC_DTPMOD32", Const, 0, ""},
3627 {"R_PPC_DTPREL16", Const, 0, ""},
3628 {"R_PPC_DTPREL16_HA", Const, 0, ""},
3629 {"R_PPC_DTPREL16_HI", Const, 0, ""},
3630 {"R_PPC_DTPREL16_LO", Const, 0, ""},
3631 {"R_PPC_DTPREL32", Const, 0, ""},
3632 {"R_PPC_EMB_BIT_FLD", Const, 0, ""},
3633 {"R_PPC_EMB_MRKREF", Const, 0, ""},
3634 {"R_PPC_EMB_NADDR16", Const, 0, ""},
3635 {"R_PPC_EMB_NADDR16_HA", Const, 0, ""},
3636 {"R_PPC_EMB_NADDR16_HI", Const, 0, ""},
3637 {"R_PPC_EMB_NADDR16_LO", Const, 0, ""},
3638 {"R_PPC_EMB_NADDR32", Const, 0, ""},
3639 {"R_PPC_EMB_RELSDA", Const, 0, ""},
3640 {"R_PPC_EMB_RELSEC16", Const, 0, ""},
3641 {"R_PPC_EMB_RELST_HA", Const, 0, ""},
3642 {"R_PPC_EMB_RELST_HI", Const, 0, ""},
3643 {"R_PPC_EMB_RELST_LO", Const, 0, ""},
3644 {"R_PPC_EMB_SDA21", Const, 0, ""},
3645 {"R_PPC_EMB_SDA2I16", Const, 0, ""},
3646 {"R_PPC_EMB_SDA2REL", Const, 0, ""},
3647 {"R_PPC_EMB_SDAI16", Const, 0, ""},
3648 {"R_PPC_GLOB_DAT", Const, 0, ""},
3649 {"R_PPC_GOT16", Const, 0, ""},
3650 {"R_PPC_GOT16_HA", Const, 0, ""},
3651 {"R_PPC_GOT16_HI", Const, 0, ""},
3652 {"R_PPC_GOT16_LO", Const, 0, ""},
3653 {"R_PPC_GOT_TLSGD16", Const, 0, ""},
3654 {"R_PPC_GOT_TLSGD16_HA", Const, 0, ""},
3655 {"R_PPC_GOT_TLSGD16_HI", Const, 0, ""},
3656 {"R_PPC_GOT_TLSGD16_LO", Const, 0, ""},
3657 {"R_PPC_GOT_TLSLD16", Const, 0, ""},
3658 {"R_PPC_GOT_TLSLD16_HA", Const, 0, ""},
3659 {"R_PPC_GOT_TLSLD16_HI", Const, 0, ""},
3660 {"R_PPC_GOT_TLSLD16_LO", Const, 0, ""},
3661 {"R_PPC_GOT_TPREL16", Const, 0, ""},
3662 {"R_PPC_GOT_TPREL16_HA", Const, 0, ""},
3663 {"R_PPC_GOT_TPREL16_HI", Const, 0, ""},
3664 {"R_PPC_GOT_TPREL16_LO", Const, 0, ""},
3665 {"R_PPC_JMP_SLOT", Const, 0, ""},
3666 {"R_PPC_LOCAL24PC", Const, 0, ""},
3667 {"R_PPC_NONE", Const, 0, ""},
3668 {"R_PPC_PLT16_HA", Const, 0, ""},
3669 {"R_PPC_PLT16_HI", Const, 0, ""},
3670 {"R_PPC_PLT16_LO", Const, 0, ""},
3671 {"R_PPC_PLT32", Const, 0, ""},
3672 {"R_PPC_PLTREL24", Const, 0, ""},
3673 {"R_PPC_PLTREL32", Const, 0, ""},
3674 {"R_PPC_REL14", Const, 0, ""},
3675 {"R_PPC_REL14_BRNTAKEN", Const, 0, ""},
3676 {"R_PPC_REL14_BRTAKEN", Const, 0, ""},
3677 {"R_PPC_REL24", Const, 0, ""},
3678 {"R_PPC_REL32", Const, 0, ""},
3679 {"R_PPC_RELATIVE", Const, 0, ""},
3680 {"R_PPC_SDAREL16", Const, 0, ""},
3681 {"R_PPC_SECTOFF", Const, 0, ""},
3682 {"R_PPC_SECTOFF_HA", Const, 0, ""},
3683 {"R_PPC_SECTOFF_HI", Const, 0, ""},
3684 {"R_PPC_SECTOFF_LO", Const, 0, ""},
3685 {"R_PPC_TLS", Const, 0, ""},
3686 {"R_PPC_TPREL16", Const, 0, ""},
3687 {"R_PPC_TPREL16_HA", Const, 0, ""},
3688 {"R_PPC_TPREL16_HI", Const, 0, ""},
3689 {"R_PPC_TPREL16_LO", Const, 0, ""},
3690 {"R_PPC_TPREL32", Const, 0, ""},
3691 {"R_PPC_UADDR16", Const, 0, ""},
3692 {"R_PPC_UADDR32", Const, 0, ""},
3693 {"R_RISCV", Type, 11, ""},
3694 {"R_RISCV_32", Const, 11, ""},
3695 {"R_RISCV_32_PCREL", Const, 12, ""},
3696 {"R_RISCV_64", Const, 11, ""},
3697 {"R_RISCV_ADD16", Const, 11, ""},
3698 {"R_RISCV_ADD32", Const, 11, ""},
3699 {"R_RISCV_ADD64", Const, 11, ""},
3700 {"R_RISCV_ADD8", Const, 11, ""},
3701 {"R_RISCV_ALIGN", Const, 11, ""},
3702 {"R_RISCV_BRANCH", Const, 11, ""},
3703 {"R_RISCV_CALL", Const, 11, ""},
3704 {"R_RISCV_CALL_PLT", Const, 11, ""},
3705 {"R_RISCV_COPY", Const, 11, ""},
3706 {"R_RISCV_GNU_VTENTRY", Const, 11, ""},
3707 {"R_RISCV_GNU_VTINHERIT", Const, 11, ""},
3708 {"R_RISCV_GOT_HI20", Const, 11, ""},
3709 {"R_RISCV_GPREL_I", Const, 11, ""},
3710 {"R_RISCV_GPREL_S", Const, 11, ""},
3711 {"R_RISCV_HI20", Const, 11, ""},
3712 {"R_RISCV_JAL", Const, 11, ""},
3713 {"R_RISCV_JUMP_SLOT", Const, 11, ""},
3714 {"R_RISCV_LO12_I", Const, 11, ""},
3715 {"R_RISCV_LO12_S", Const, 11, ""},
3716 {"R_RISCV_NONE", Const, 11, ""},
3717 {"R_RISCV_PCREL_HI20", Const, 11, ""},
3718 {"R_RISCV_PCREL_LO12_I", Const, 11, ""},
3719 {"R_RISCV_PCREL_LO12_S", Const, 11, ""},
3720 {"R_RISCV_RELATIVE", Const, 11, ""},
3721 {"R_RISCV_RELAX", Const, 11, ""},
3722 {"R_RISCV_RVC_BRANCH", Const, 11, ""},
3723 {"R_RISCV_RVC_JUMP", Const, 11, ""},
3724 {"R_RISCV_RVC_LUI", Const, 11, ""},
3725 {"R_RISCV_SET16", Const, 11, ""},
3726 {"R_RISCV_SET32", Const, 11, ""},
3727 {"R_RISCV_SET6", Const, 11, ""},
3728 {"R_RISCV_SET8", Const, 11, ""},
3729 {"R_RISCV_SUB16", Const, 11, ""},
3730 {"R_RISCV_SUB32", Const, 11, ""},
3731 {"R_RISCV_SUB6", Const, 11, ""},
3732 {"R_RISCV_SUB64", Const, 11, ""},
3733 {"R_RISCV_SUB8", Const, 11, ""},
3734 {"R_RISCV_TLS_DTPMOD32", Const, 11, ""},
3735 {"R_RISCV_TLS_DTPMOD64", Const, 11, ""},
3736 {"R_RISCV_TLS_DTPREL32", Const, 11, ""},
3737 {"R_RISCV_TLS_DTPREL64", Const, 11, ""},
3738 {"R_RISCV_TLS_GD_HI20", Const, 11, ""},
3739 {"R_RISCV_TLS_GOT_HI20", Const, 11, ""},
3740 {"R_RISCV_TLS_TPREL32", Const, 11, ""},
3741 {"R_RISCV_TLS_TPREL64", Const, 11, ""},
3742 {"R_RISCV_TPREL_ADD", Const, 11, ""},
3743 {"R_RISCV_TPREL_HI20", Const, 11, ""},
3744 {"R_RISCV_TPREL_I", Const, 11, ""},
3745 {"R_RISCV_TPREL_LO12_I", Const, 11, ""},
3746 {"R_RISCV_TPREL_LO12_S", Const, 11, ""},
3747 {"R_RISCV_TPREL_S", Const, 11, ""},
3748 {"R_SPARC", Type, 0, ""},
3749 {"R_SPARC_10", Const, 0, ""},
3750 {"R_SPARC_11", Const, 0, ""},
3751 {"R_SPARC_13", Const, 0, ""},
3752 {"R_SPARC_16", Const, 0, ""},
3753 {"R_SPARC_22", Const, 0, ""},
3754 {"R_SPARC_32", Const, 0, ""},
3755 {"R_SPARC_5", Const, 0, ""},
3756 {"R_SPARC_6", Const, 0, ""},
3757 {"R_SPARC_64", Const, 0, ""},
3758 {"R_SPARC_7", Const, 0, ""},
3759 {"R_SPARC_8", Const, 0, ""},
3760 {"R_SPARC_COPY", Const, 0, ""},
3761 {"R_SPARC_DISP16", Const, 0, ""},
3762 {"R_SPARC_DISP32", Const, 0, ""},
3763 {"R_SPARC_DISP64", Const, 0, ""},
3764 {"R_SPARC_DISP8", Const, 0, ""},
3765 {"R_SPARC_GLOB_DAT", Const, 0, ""},
3766 {"R_SPARC_GLOB_JMP", Const, 0, ""},
3767 {"R_SPARC_GOT10", Const, 0, ""},
3768 {"R_SPARC_GOT13", Const, 0, ""},
3769 {"R_SPARC_GOT22", Const, 0, ""},
3770 {"R_SPARC_H44", Const, 0, ""},
3771 {"R_SPARC_HH22", Const, 0, ""},
3772 {"R_SPARC_HI22", Const, 0, ""},
3773 {"R_SPARC_HIPLT22", Const, 0, ""},
3774 {"R_SPARC_HIX22", Const, 0, ""},
3775 {"R_SPARC_HM10", Const, 0, ""},
3776 {"R_SPARC_JMP_SLOT", Const, 0, ""},
3777 {"R_SPARC_L44", Const, 0, ""},
3778 {"R_SPARC_LM22", Const, 0, ""},
3779 {"R_SPARC_LO10", Const, 0, ""},
3780 {"R_SPARC_LOPLT10", Const, 0, ""},
3781 {"R_SPARC_LOX10", Const, 0, ""},
3782 {"R_SPARC_M44", Const, 0, ""},
3783 {"R_SPARC_NONE", Const, 0, ""},
3784 {"R_SPARC_OLO10", Const, 0, ""},
3785 {"R_SPARC_PC10", Const, 0, ""},
3786 {"R_SPARC_PC22", Const, 0, ""},
3787 {"R_SPARC_PCPLT10", Const, 0, ""},
3788 {"R_SPARC_PCPLT22", Const, 0, ""},
3789 {"R_SPARC_PCPLT32", Const, 0, ""},
3790 {"R_SPARC_PC_HH22", Const, 0, ""},
3791 {"R_SPARC_PC_HM10", Const, 0, ""},
3792 {"R_SPARC_PC_LM22", Const, 0, ""},
3793 {"R_SPARC_PLT32", Const, 0, ""},
3794 {"R_SPARC_PLT64", Const, 0, ""},
3795 {"R_SPARC_REGISTER", Const, 0, ""},
3796 {"R_SPARC_RELATIVE", Const, 0, ""},
3797 {"R_SPARC_UA16", Const, 0, ""},
3798 {"R_SPARC_UA32", Const, 0, ""},
3799 {"R_SPARC_UA64", Const, 0, ""},
3800 {"R_SPARC_WDISP16", Const, 0, ""},
3801 {"R_SPARC_WDISP19", Const, 0, ""},
3802 {"R_SPARC_WDISP22", Const, 0, ""},
3803 {"R_SPARC_WDISP30", Const, 0, ""},
3804 {"R_SPARC_WPLT30", Const, 0, ""},
3805 {"R_SYM32", Func, 0, "func(info uint32) uint32"},
3806 {"R_SYM64", Func, 0, "func(info uint64) uint32"},
3807 {"R_TYPE32", Func, 0, "func(info uint32) uint32"},
3808 {"R_TYPE64", Func, 0, "func(info uint64) uint32"},
3809 {"R_X86_64", Type, 0, ""},
3810 {"R_X86_64_16", Const, 0, ""},
3811 {"R_X86_64_32", Const, 0, ""},
3812 {"R_X86_64_32S", Const, 0, ""},
3813 {"R_X86_64_64", Const, 0, ""},
3814 {"R_X86_64_8", Const, 0, ""},
3815 {"R_X86_64_COPY", Const, 0, ""},
3816 {"R_X86_64_DTPMOD64", Const, 0, ""},
3817 {"R_X86_64_DTPOFF32", Const, 0, ""},
3818 {"R_X86_64_DTPOFF64", Const, 0, ""},
3819 {"R_X86_64_GLOB_DAT", Const, 0, ""},
3820 {"R_X86_64_GOT32", Const, 0, ""},
3821 {"R_X86_64_GOT64", Const, 10, ""},
3822 {"R_X86_64_GOTOFF64", Const, 10, ""},
3823 {"R_X86_64_GOTPC32", Const, 10, ""},
3824 {"R_X86_64_GOTPC32_TLSDESC", Const, 10, ""},
3825 {"R_X86_64_GOTPC64", Const, 10, ""},
3826 {"R_X86_64_GOTPCREL", Const, 0, ""},
3827 {"R_X86_64_GOTPCREL64", Const, 10, ""},
3828 {"R_X86_64_GOTPCRELX", Const, 10, ""},
3829 {"R_X86_64_GOTPLT64", Const, 10, ""},
3830 {"R_X86_64_GOTTPOFF", Const, 0, ""},
3831 {"R_X86_64_IRELATIVE", Const, 10, ""},
3832 {"R_X86_64_JMP_SLOT", Const, 0, ""},
3833 {"R_X86_64_NONE", Const, 0, ""},
3834 {"R_X86_64_PC16", Const, 0, ""},
3835 {"R_X86_64_PC32", Const, 0, ""},
3836 {"R_X86_64_PC32_BND", Const, 10, ""},
3837 {"R_X86_64_PC64", Const, 10, ""},
3838 {"R_X86_64_PC8", Const, 0, ""},
3839 {"R_X86_64_PLT32", Const, 0, ""},
3840 {"R_X86_64_PLT32_BND", Const, 10, ""},
3841 {"R_X86_64_PLTOFF64", Const, 10, ""},
3842 {"R_X86_64_RELATIVE", Const, 0, ""},
3843 {"R_X86_64_RELATIVE64", Const, 10, ""},
3844 {"R_X86_64_REX_GOTPCRELX", Const, 10, ""},
3845 {"R_X86_64_SIZE32", Const, 10, ""},
3846 {"R_X86_64_SIZE64", Const, 10, ""},
3847 {"R_X86_64_TLSDESC", Const, 10, ""},
3848 {"R_X86_64_TLSDESC_CALL", Const, 10, ""},
3849 {"R_X86_64_TLSGD", Const, 0, ""},
3850 {"R_X86_64_TLSLD", Const, 0, ""},
3851 {"R_X86_64_TPOFF32", Const, 0, ""},
3852 {"R_X86_64_TPOFF64", Const, 0, ""},
3853 {"Rel32", Type, 0, ""},
3854 {"Rel32.Info", Field, 0, ""},
3855 {"Rel32.Off", Field, 0, ""},
3856 {"Rel64", Type, 0, ""},
3857 {"Rel64.Info", Field, 0, ""},
3858 {"Rel64.Off", Field, 0, ""},
3859 {"Rela32", Type, 0, ""},
3860 {"Rela32.Addend", Field, 0, ""},
3861 {"Rela32.Info", Field, 0, ""},
3862 {"Rela32.Off", Field, 0, ""},
3863 {"Rela64", Type, 0, ""},
3864 {"Rela64.Addend", Field, 0, ""},
3865 {"Rela64.Info", Field, 0, ""},
3866 {"Rela64.Off", Field, 0, ""},
3867 {"SHF_ALLOC", Const, 0, ""},
3868 {"SHF_COMPRESSED", Const, 6, ""},
3869 {"SHF_EXECINSTR", Const, 0, ""},
3870 {"SHF_GROUP", Const, 0, ""},
3871 {"SHF_INFO_LINK", Const, 0, ""},
3872 {"SHF_LINK_ORDER", Const, 0, ""},
3873 {"SHF_MASKOS", Const, 0, ""},
3874 {"SHF_MASKPROC", Const, 0, ""},
3875 {"SHF_MERGE", Const, 0, ""},
3876 {"SHF_OS_NONCONFORMING", Const, 0, ""},
3877 {"SHF_STRINGS", Const, 0, ""},
3878 {"SHF_TLS", Const, 0, ""},
3879 {"SHF_WRITE", Const, 0, ""},
3880 {"SHN_ABS", Const, 0, ""},
3881 {"SHN_COMMON", Const, 0, ""},
3882 {"SHN_HIOS", Const, 0, ""},
3883 {"SHN_HIPROC", Const, 0, ""},
3884 {"SHN_HIRESERVE", Const, 0, ""},
3885 {"SHN_LOOS", Const, 0, ""},
3886 {"SHN_LOPROC", Const, 0, ""},
3887 {"SHN_LORESERVE", Const, 0, ""},
3888 {"SHN_UNDEF", Const, 0, ""},
3889 {"SHN_XINDEX", Const, 0, ""},
3890 {"SHT_DYNAMIC", Const, 0, ""},
3891 {"SHT_DYNSYM", Const, 0, ""},
3892 {"SHT_FINI_ARRAY", Const, 0, ""},
3893 {"SHT_GNU_ATTRIBUTES", Const, 0, ""},
3894 {"SHT_GNU_HASH", Const, 0, ""},
3895 {"SHT_GNU_LIBLIST", Const, 0, ""},
3896 {"SHT_GNU_VERDEF", Const, 0, ""},
3897 {"SHT_GNU_VERNEED", Const, 0, ""},
3898 {"SHT_GNU_VERSYM", Const, 0, ""},
3899 {"SHT_GROUP", Const, 0, ""},
3900 {"SHT_HASH", Const, 0, ""},
3901 {"SHT_HIOS", Const, 0, ""},
3902 {"SHT_HIPROC", Const, 0, ""},
3903 {"SHT_HIUSER", Const, 0, ""},
3904 {"SHT_INIT_ARRAY", Const, 0, ""},
3905 {"SHT_LOOS", Const, 0, ""},
3906 {"SHT_LOPROC", Const, 0, ""},
3907 {"SHT_LOUSER", Const, 0, ""},
3908 {"SHT_MIPS_ABIFLAGS", Const, 17, ""},
3909 {"SHT_NOBITS", Const, 0, ""},
3910 {"SHT_NOTE", Const, 0, ""},
3911 {"SHT_NULL", Const, 0, ""},
3912 {"SHT_PREINIT_ARRAY", Const, 0, ""},
3913 {"SHT_PROGBITS", Const, 0, ""},
3914 {"SHT_REL", Const, 0, ""},
3915 {"SHT_RELA", Const, 0, ""},
3916 {"SHT_RISCV_ATTRIBUTES", Const, 25, ""},
3917 {"SHT_SHLIB", Const, 0, ""},
3918 {"SHT_STRTAB", Const, 0, ""},
3919 {"SHT_SYMTAB", Const, 0, ""},
3920 {"SHT_SYMTAB_SHNDX", Const, 0, ""},
3921 {"STB_GLOBAL", Const, 0, ""},
3922 {"STB_HIOS", Const, 0, ""},
3923 {"STB_HIPROC", Const, 0, ""},
3924 {"STB_LOCAL", Const, 0, ""},
3925 {"STB_LOOS", Const, 0, ""},
3926 {"STB_LOPROC", Const, 0, ""},
3927 {"STB_WEAK", Const, 0, ""},
3928 {"STT_COMMON", Const, 0, ""},
3929 {"STT_FILE", Const, 0, ""},
3930 {"STT_FUNC", Const, 0, ""},
3931 {"STT_GNU_IFUNC", Const, 23, ""},
3932 {"STT_HIOS", Const, 0, ""},
3933 {"STT_HIPROC", Const, 0, ""},
3934 {"STT_LOOS", Const, 0, ""},
3935 {"STT_LOPROC", Const, 0, ""},
3936 {"STT_NOTYPE", Const, 0, ""},
3937 {"STT_OBJECT", Const, 0, ""},
3938 {"STT_RELC", Const, 23, ""},
3939 {"STT_SECTION", Const, 0, ""},
3940 {"STT_SRELC", Const, 23, ""},
3941 {"STT_TLS", Const, 0, ""},
3942 {"STV_DEFAULT", Const, 0, ""},
3943 {"STV_HIDDEN", Const, 0, ""},
3944 {"STV_INTERNAL", Const, 0, ""},
3945 {"STV_PROTECTED", Const, 0, ""},
3946 {"ST_BIND", Func, 0, "func(info uint8) SymBind"},
3947 {"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
3948 {"ST_TYPE", Func, 0, "func(info uint8) SymType"},
3949 {"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
3950 {"Section", Type, 0, ""},
3951 {"Section.ReaderAt", Field, 0, ""},
3952 {"Section.SectionHeader", Field, 0, ""},
3953 {"Section32", Type, 0, ""},
3954 {"Section32.Addr", Field, 0, ""},
3955 {"Section32.Addralign", Field, 0, ""},
3956 {"Section32.Entsize", Field, 0, ""},
3957 {"Section32.Flags", Field, 0, ""},
3958 {"Section32.Info", Field, 0, ""},
3959 {"Section32.Link", Field, 0, ""},
3960 {"Section32.Name", Field, 0, ""},
3961 {"Section32.Off", Field, 0, ""},
3962 {"Section32.Size", Field, 0, ""},
3963 {"Section32.Type", Field, 0, ""},
3964 {"Section64", Type, 0, ""},
3965 {"Section64.Addr", Field, 0, ""},
3966 {"Section64.Addralign", Field, 0, ""},
3967 {"Section64.Entsize", Field, 0, ""},
3968 {"Section64.Flags", Field, 0, ""},
3969 {"Section64.Info", Field, 0, ""},
3970 {"Section64.Link", Field, 0, ""},
3971 {"Section64.Name", Field, 0, ""},
3972 {"Section64.Off", Field, 0, ""},
3973 {"Section64.Size", Field, 0, ""},
3974 {"Section64.Type", Field, 0, ""},
3975 {"SectionFlag", Type, 0, ""},
3976 {"SectionHeader", Type, 0, ""},
3977 {"SectionHeader.Addr", Field, 0, ""},
3978 {"SectionHeader.Addralign", Field, 0, ""},
3979 {"SectionHeader.Entsize", Field, 0, ""},
3980 {"SectionHeader.FileSize", Field, 6, ""},
3981 {"SectionHeader.Flags", Field, 0, ""},
3982 {"SectionHeader.Info", Field, 0, ""},
3983 {"SectionHeader.Link", Field, 0, ""},
3984 {"SectionHeader.Name", Field, 0, ""},
3985 {"SectionHeader.Offset", Field, 0, ""},
3986 {"SectionHeader.Size", Field, 0, ""},
3987 {"SectionHeader.Type", Field, 0, ""},
3988 {"SectionIndex", Type, 0, ""},
3989 {"SectionType", Type, 0, ""},
3990 {"Sym32", Type, 0, ""},
3991 {"Sym32.Info", Field, 0, ""},
3992 {"Sym32.Name", Field, 0, ""},
3993 {"Sym32.Other", Field, 0, ""},
3994 {"Sym32.Shndx", Field, 0, ""},
3995 {"Sym32.Size", Field, 0, ""},
3996 {"Sym32.Value", Field, 0, ""},
3997 {"Sym32Size", Const, 0, ""},
3998 {"Sym64", Type, 0, ""},
3999 {"Sym64.Info", Field, 0, ""},
4000 {"Sym64.Name", Field, 0, ""},
4001 {"Sym64.Other", Field, 0, ""},
4002 {"Sym64.Shndx", Field, 0, ""},
4003 {"Sym64.Size", Field, 0, ""},
4004 {"Sym64.Value", Field, 0, ""},
4005 {"Sym64Size", Const, 0, ""},
4006 {"SymBind", Type, 0, ""},
4007 {"SymType", Type, 0, ""},
4008 {"SymVis", Type, 0, ""},
4009 {"Symbol", Type, 0, ""},
4010 {"Symbol.HasVersion", Field, 24, ""},
4011 {"Symbol.Info", Field, 0, ""},
4012 {"Symbol.Library", Field, 13, ""},
4013 {"Symbol.Name", Field, 0, ""},
4014 {"Symbol.Other", Field, 0, ""},
4015 {"Symbol.Section", Field, 0, ""},
4016 {"Symbol.Size", Field, 0, ""},
4017 {"Symbol.Value", Field, 0, ""},
4018 {"Symbol.Version", Field, 13, ""},
4019 {"Symbol.VersionIndex", Field, 24, ""},
4020 {"Type", Type, 0, ""},
4021 {"VER_FLG_BASE", Const, 24, ""},
4022 {"VER_FLG_INFO", Const, 24, ""},
4023 {"VER_FLG_WEAK", Const, 24, ""},
4024 {"Version", Type, 0, ""},
4025 {"VersionIndex", Type, 24, ""},
4026 },
4027 "debug/gosym": {
4028 {"(*DecodingError).Error", Method, 0, ""},
4029 {"(*LineTable).LineToPC", Method, 0, ""},
4030 {"(*LineTable).PCToLine", Method, 0, ""},
4031 {"(*Sym).BaseName", Method, 0, ""},
4032 {"(*Sym).PackageName", Method, 0, ""},
4033 {"(*Sym).ReceiverName", Method, 0, ""},
4034 {"(*Sym).Static", Method, 0, ""},
4035 {"(*Table).LineToPC", Method, 0, ""},
4036 {"(*Table).LookupFunc", Method, 0, ""},
4037 {"(*Table).LookupSym", Method, 0, ""},
4038 {"(*Table).PCToFunc", Method, 0, ""},
4039 {"(*Table).PCToLine", Method, 0, ""},
4040 {"(*Table).SymByAddr", Method, 0, ""},
4041 {"(*UnknownLineError).Error", Method, 0, ""},
4042 {"(Func).BaseName", Method, 0, ""},
4043 {"(Func).PackageName", Method, 0, ""},
4044 {"(Func).ReceiverName", Method, 0, ""},
4045 {"(Func).Static", Method, 0, ""},
4046 {"(UnknownFileError).Error", Method, 0, ""},
4047 {"DecodingError", Type, 0, ""},
4048 {"Func", Type, 0, ""},
4049 {"Func.End", Field, 0, ""},
4050 {"Func.Entry", Field, 0, ""},
4051 {"Func.FrameSize", Field, 0, ""},
4052 {"Func.LineTable", Field, 0, ""},
4053 {"Func.Locals", Field, 0, ""},
4054 {"Func.Obj", Field, 0, ""},
4055 {"Func.Params", Field, 0, ""},
4056 {"Func.Sym", Field, 0, ""},
4057 {"LineTable", Type, 0, ""},
4058 {"LineTable.Data", Field, 0, ""},
4059 {"LineTable.Line", Field, 0, ""},
4060 {"LineTable.PC", Field, 0, ""},
4061 {"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
4062 {"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
4063 {"Obj", Type, 0, ""},
4064 {"Obj.Funcs", Field, 0, ""},
4065 {"Obj.Paths", Field, 0, ""},
4066 {"Sym", Type, 0, ""},
4067 {"Sym.Func", Field, 0, ""},
4068 {"Sym.GoType", Field, 0, ""},
4069 {"Sym.Name", Field, 0, ""},
4070 {"Sym.Type", Field, 0, ""},
4071 {"Sym.Value", Field, 0, ""},
4072 {"Table", Type, 0, ""},
4073 {"Table.Files", Field, 0, ""},
4074 {"Table.Funcs", Field, 0, ""},
4075 {"Table.Objs", Field, 0, ""},
4076 {"Table.Syms", Field, 0, ""},
4077 {"UnknownFileError", Type, 0, ""},
4078 {"UnknownLineError", Type, 0, ""},
4079 {"UnknownLineError.File", Field, 0, ""},
4080 {"UnknownLineError.Line", Field, 0, ""},
4081 },
4082 "debug/macho": {
4083 {"(*FatFile).Close", Method, 3, ""},
4084 {"(*File).Close", Method, 0, ""},
4085 {"(*File).DWARF", Method, 0, ""},
4086 {"(*File).ImportedLibraries", Method, 0, ""},
4087 {"(*File).ImportedSymbols", Method, 0, ""},
4088 {"(*File).Section", Method, 0, ""},
4089 {"(*File).Segment", Method, 0, ""},
4090 {"(*FormatError).Error", Method, 0, ""},
4091 {"(*Section).Data", Method, 0, ""},
4092 {"(*Section).Open", Method, 0, ""},
4093 {"(*Segment).Data", Method, 0, ""},
4094 {"(*Segment).Open", Method, 0, ""},
4095 {"(Cpu).GoString", Method, 0, ""},
4096 {"(Cpu).String", Method, 0, ""},
4097 {"(Dylib).Raw", Method, 0, ""},
4098 {"(Dysymtab).Raw", Method, 0, ""},
4099 {"(FatArch).Close", Method, 3, ""},
4100 {"(FatArch).DWARF", Method, 3, ""},
4101 {"(FatArch).ImportedLibraries", Method, 3, ""},
4102 {"(FatArch).ImportedSymbols", Method, 3, ""},
4103 {"(FatArch).Section", Method, 3, ""},
4104 {"(FatArch).Segment", Method, 3, ""},
4105 {"(Load).Raw", Method, 0, ""},
4106 {"(LoadBytes).Raw", Method, 0, ""},
4107 {"(LoadCmd).GoString", Method, 0, ""},
4108 {"(LoadCmd).String", Method, 0, ""},
4109 {"(RelocTypeARM).GoString", Method, 10, ""},
4110 {"(RelocTypeARM).String", Method, 10, ""},
4111 {"(RelocTypeARM64).GoString", Method, 10, ""},
4112 {"(RelocTypeARM64).String", Method, 10, ""},
4113 {"(RelocTypeGeneric).GoString", Method, 10, ""},
4114 {"(RelocTypeGeneric).String", Method, 10, ""},
4115 {"(RelocTypeX86_64).GoString", Method, 10, ""},
4116 {"(RelocTypeX86_64).String", Method, 10, ""},
4117 {"(Rpath).Raw", Method, 10, ""},
4118 {"(Section).ReadAt", Method, 0, ""},
4119 {"(Segment).Raw", Method, 0, ""},
4120 {"(Segment).ReadAt", Method, 0, ""},
4121 {"(Symtab).Raw", Method, 0, ""},
4122 {"(Type).GoString", Method, 10, ""},
4123 {"(Type).String", Method, 10, ""},
4124 {"ARM64_RELOC_ADDEND", Const, 10, ""},
4125 {"ARM64_RELOC_BRANCH26", Const, 10, ""},
4126 {"ARM64_RELOC_GOT_LOAD_PAGE21", Const, 10, ""},
4127 {"ARM64_RELOC_GOT_LOAD_PAGEOFF12", Const, 10, ""},
4128 {"ARM64_RELOC_PAGE21", Const, 10, ""},
4129 {"ARM64_RELOC_PAGEOFF12", Const, 10, ""},
4130 {"ARM64_RELOC_POINTER_TO_GOT", Const, 10, ""},
4131 {"ARM64_RELOC_SUBTRACTOR", Const, 10, ""},
4132 {"ARM64_RELOC_TLVP_LOAD_PAGE21", Const, 10, ""},
4133 {"ARM64_RELOC_TLVP_LOAD_PAGEOFF12", Const, 10, ""},
4134 {"ARM64_RELOC_UNSIGNED", Const, 10, ""},
4135 {"ARM_RELOC_BR24", Const, 10, ""},
4136 {"ARM_RELOC_HALF", Const, 10, ""},
4137 {"ARM_RELOC_HALF_SECTDIFF", Const, 10, ""},
4138 {"ARM_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4139 {"ARM_RELOC_PAIR", Const, 10, ""},
4140 {"ARM_RELOC_PB_LA_PTR", Const, 10, ""},
4141 {"ARM_RELOC_SECTDIFF", Const, 10, ""},
4142 {"ARM_RELOC_VANILLA", Const, 10, ""},
4143 {"ARM_THUMB_32BIT_BRANCH", Const, 10, ""},
4144 {"ARM_THUMB_RELOC_BR22", Const, 10, ""},
4145 {"Cpu", Type, 0, ""},
4146 {"Cpu386", Const, 0, ""},
4147 {"CpuAmd64", Const, 0, ""},
4148 {"CpuArm", Const, 3, ""},
4149 {"CpuArm64", Const, 11, ""},
4150 {"CpuPpc", Const, 3, ""},
4151 {"CpuPpc64", Const, 3, ""},
4152 {"Dylib", Type, 0, ""},
4153 {"Dylib.CompatVersion", Field, 0, ""},
4154 {"Dylib.CurrentVersion", Field, 0, ""},
4155 {"Dylib.LoadBytes", Field, 0, ""},
4156 {"Dylib.Name", Field, 0, ""},
4157 {"Dylib.Time", Field, 0, ""},
4158 {"DylibCmd", Type, 0, ""},
4159 {"DylibCmd.Cmd", Field, 0, ""},
4160 {"DylibCmd.CompatVersion", Field, 0, ""},
4161 {"DylibCmd.CurrentVersion", Field, 0, ""},
4162 {"DylibCmd.Len", Field, 0, ""},
4163 {"DylibCmd.Name", Field, 0, ""},
4164 {"DylibCmd.Time", Field, 0, ""},
4165 {"Dysymtab", Type, 0, ""},
4166 {"Dysymtab.DysymtabCmd", Field, 0, ""},
4167 {"Dysymtab.IndirectSyms", Field, 0, ""},
4168 {"Dysymtab.LoadBytes", Field, 0, ""},
4169 {"DysymtabCmd", Type, 0, ""},
4170 {"DysymtabCmd.Cmd", Field, 0, ""},
4171 {"DysymtabCmd.Extrefsymoff", Field, 0, ""},
4172 {"DysymtabCmd.Extreloff", Field, 0, ""},
4173 {"DysymtabCmd.Iextdefsym", Field, 0, ""},
4174 {"DysymtabCmd.Ilocalsym", Field, 0, ""},
4175 {"DysymtabCmd.Indirectsymoff", Field, 0, ""},
4176 {"DysymtabCmd.Iundefsym", Field, 0, ""},
4177 {"DysymtabCmd.Len", Field, 0, ""},
4178 {"DysymtabCmd.Locreloff", Field, 0, ""},
4179 {"DysymtabCmd.Modtaboff", Field, 0, ""},
4180 {"DysymtabCmd.Nextdefsym", Field, 0, ""},
4181 {"DysymtabCmd.Nextrefsyms", Field, 0, ""},
4182 {"DysymtabCmd.Nextrel", Field, 0, ""},
4183 {"DysymtabCmd.Nindirectsyms", Field, 0, ""},
4184 {"DysymtabCmd.Nlocalsym", Field, 0, ""},
4185 {"DysymtabCmd.Nlocrel", Field, 0, ""},
4186 {"DysymtabCmd.Nmodtab", Field, 0, ""},
4187 {"DysymtabCmd.Ntoc", Field, 0, ""},
4188 {"DysymtabCmd.Nundefsym", Field, 0, ""},
4189 {"DysymtabCmd.Tocoffset", Field, 0, ""},
4190 {"ErrNotFat", Var, 3, ""},
4191 {"FatArch", Type, 3, ""},
4192 {"FatArch.FatArchHeader", Field, 3, ""},
4193 {"FatArch.File", Field, 3, ""},
4194 {"FatArchHeader", Type, 3, ""},
4195 {"FatArchHeader.Align", Field, 3, ""},
4196 {"FatArchHeader.Cpu", Field, 3, ""},
4197 {"FatArchHeader.Offset", Field, 3, ""},
4198 {"FatArchHeader.Size", Field, 3, ""},
4199 {"FatArchHeader.SubCpu", Field, 3, ""},
4200 {"FatFile", Type, 3, ""},
4201 {"FatFile.Arches", Field, 3, ""},
4202 {"FatFile.Magic", Field, 3, ""},
4203 {"File", Type, 0, ""},
4204 {"File.ByteOrder", Field, 0, ""},
4205 {"File.Dysymtab", Field, 0, ""},
4206 {"File.FileHeader", Field, 0, ""},
4207 {"File.Loads", Field, 0, ""},
4208 {"File.Sections", Field, 0, ""},
4209 {"File.Symtab", Field, 0, ""},
4210 {"FileHeader", Type, 0, ""},
4211 {"FileHeader.Cmdsz", Field, 0, ""},
4212 {"FileHeader.Cpu", Field, 0, ""},
4213 {"FileHeader.Flags", Field, 0, ""},
4214 {"FileHeader.Magic", Field, 0, ""},
4215 {"FileHeader.Ncmd", Field, 0, ""},
4216 {"FileHeader.SubCpu", Field, 0, ""},
4217 {"FileHeader.Type", Field, 0, ""},
4218 {"FlagAllModsBound", Const, 10, ""},
4219 {"FlagAllowStackExecution", Const, 10, ""},
4220 {"FlagAppExtensionSafe", Const, 10, ""},
4221 {"FlagBindAtLoad", Const, 10, ""},
4222 {"FlagBindsToWeak", Const, 10, ""},
4223 {"FlagCanonical", Const, 10, ""},
4224 {"FlagDeadStrippableDylib", Const, 10, ""},
4225 {"FlagDyldLink", Const, 10, ""},
4226 {"FlagForceFlat", Const, 10, ""},
4227 {"FlagHasTLVDescriptors", Const, 10, ""},
4228 {"FlagIncrLink", Const, 10, ""},
4229 {"FlagLazyInit", Const, 10, ""},
4230 {"FlagNoFixPrebinding", Const, 10, ""},
4231 {"FlagNoHeapExecution", Const, 10, ""},
4232 {"FlagNoMultiDefs", Const, 10, ""},
4233 {"FlagNoReexportedDylibs", Const, 10, ""},
4234 {"FlagNoUndefs", Const, 10, ""},
4235 {"FlagPIE", Const, 10, ""},
4236 {"FlagPrebindable", Const, 10, ""},
4237 {"FlagPrebound", Const, 10, ""},
4238 {"FlagRootSafe", Const, 10, ""},
4239 {"FlagSetuidSafe", Const, 10, ""},
4240 {"FlagSplitSegs", Const, 10, ""},
4241 {"FlagSubsectionsViaSymbols", Const, 10, ""},
4242 {"FlagTwoLevel", Const, 10, ""},
4243 {"FlagWeakDefines", Const, 10, ""},
4244 {"FormatError", Type, 0, ""},
4245 {"GENERIC_RELOC_LOCAL_SECTDIFF", Const, 10, ""},
4246 {"GENERIC_RELOC_PAIR", Const, 10, ""},
4247 {"GENERIC_RELOC_PB_LA_PTR", Const, 10, ""},
4248 {"GENERIC_RELOC_SECTDIFF", Const, 10, ""},
4249 {"GENERIC_RELOC_TLV", Const, 10, ""},
4250 {"GENERIC_RELOC_VANILLA", Const, 10, ""},
4251 {"Load", Type, 0, ""},
4252 {"LoadBytes", Type, 0, ""},
4253 {"LoadCmd", Type, 0, ""},
4254 {"LoadCmdDylib", Const, 0, ""},
4255 {"LoadCmdDylinker", Const, 0, ""},
4256 {"LoadCmdDysymtab", Const, 0, ""},
4257 {"LoadCmdRpath", Const, 10, ""},
4258 {"LoadCmdSegment", Const, 0, ""},
4259 {"LoadCmdSegment64", Const, 0, ""},
4260 {"LoadCmdSymtab", Const, 0, ""},
4261 {"LoadCmdThread", Const, 0, ""},
4262 {"LoadCmdUnixThread", Const, 0, ""},
4263 {"Magic32", Const, 0, ""},
4264 {"Magic64", Const, 0, ""},
4265 {"MagicFat", Const, 3, ""},
4266 {"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
4267 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4268 {"Nlist32", Type, 0, ""},
4269 {"Nlist32.Desc", Field, 0, ""},
4270 {"Nlist32.Name", Field, 0, ""},
4271 {"Nlist32.Sect", Field, 0, ""},
4272 {"Nlist32.Type", Field, 0, ""},
4273 {"Nlist32.Value", Field, 0, ""},
4274 {"Nlist64", Type, 0, ""},
4275 {"Nlist64.Desc", Field, 0, ""},
4276 {"Nlist64.Name", Field, 0, ""},
4277 {"Nlist64.Sect", Field, 0, ""},
4278 {"Nlist64.Type", Field, 0, ""},
4279 {"Nlist64.Value", Field, 0, ""},
4280 {"Open", Func, 0, "func(name string) (*File, error)"},
4281 {"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
4282 {"Regs386", Type, 0, ""},
4283 {"Regs386.AX", Field, 0, ""},
4284 {"Regs386.BP", Field, 0, ""},
4285 {"Regs386.BX", Field, 0, ""},
4286 {"Regs386.CS", Field, 0, ""},
4287 {"Regs386.CX", Field, 0, ""},
4288 {"Regs386.DI", Field, 0, ""},
4289 {"Regs386.DS", Field, 0, ""},
4290 {"Regs386.DX", Field, 0, ""},
4291 {"Regs386.ES", Field, 0, ""},
4292 {"Regs386.FLAGS", Field, 0, ""},
4293 {"Regs386.FS", Field, 0, ""},
4294 {"Regs386.GS", Field, 0, ""},
4295 {"Regs386.IP", Field, 0, ""},
4296 {"Regs386.SI", Field, 0, ""},
4297 {"Regs386.SP", Field, 0, ""},
4298 {"Regs386.SS", Field, 0, ""},
4299 {"RegsAMD64", Type, 0, ""},
4300 {"RegsAMD64.AX", Field, 0, ""},
4301 {"RegsAMD64.BP", Field, 0, ""},
4302 {"RegsAMD64.BX", Field, 0, ""},
4303 {"RegsAMD64.CS", Field, 0, ""},
4304 {"RegsAMD64.CX", Field, 0, ""},
4305 {"RegsAMD64.DI", Field, 0, ""},
4306 {"RegsAMD64.DX", Field, 0, ""},
4307 {"RegsAMD64.FLAGS", Field, 0, ""},
4308 {"RegsAMD64.FS", Field, 0, ""},
4309 {"RegsAMD64.GS", Field, 0, ""},
4310 {"RegsAMD64.IP", Field, 0, ""},
4311 {"RegsAMD64.R10", Field, 0, ""},
4312 {"RegsAMD64.R11", Field, 0, ""},
4313 {"RegsAMD64.R12", Field, 0, ""},
4314 {"RegsAMD64.R13", Field, 0, ""},
4315 {"RegsAMD64.R14", Field, 0, ""},
4316 {"RegsAMD64.R15", Field, 0, ""},
4317 {"RegsAMD64.R8", Field, 0, ""},
4318 {"RegsAMD64.R9", Field, 0, ""},
4319 {"RegsAMD64.SI", Field, 0, ""},
4320 {"RegsAMD64.SP", Field, 0, ""},
4321 {"Reloc", Type, 10, ""},
4322 {"Reloc.Addr", Field, 10, ""},
4323 {"Reloc.Extern", Field, 10, ""},
4324 {"Reloc.Len", Field, 10, ""},
4325 {"Reloc.Pcrel", Field, 10, ""},
4326 {"Reloc.Scattered", Field, 10, ""},
4327 {"Reloc.Type", Field, 10, ""},
4328 {"Reloc.Value", Field, 10, ""},
4329 {"RelocTypeARM", Type, 10, ""},
4330 {"RelocTypeARM64", Type, 10, ""},
4331 {"RelocTypeGeneric", Type, 10, ""},
4332 {"RelocTypeX86_64", Type, 10, ""},
4333 {"Rpath", Type, 10, ""},
4334 {"Rpath.LoadBytes", Field, 10, ""},
4335 {"Rpath.Path", Field, 10, ""},
4336 {"RpathCmd", Type, 10, ""},
4337 {"RpathCmd.Cmd", Field, 10, ""},
4338 {"RpathCmd.Len", Field, 10, ""},
4339 {"RpathCmd.Path", Field, 10, ""},
4340 {"Section", Type, 0, ""},
4341 {"Section.ReaderAt", Field, 0, ""},
4342 {"Section.Relocs", Field, 10, ""},
4343 {"Section.SectionHeader", Field, 0, ""},
4344 {"Section32", Type, 0, ""},
4345 {"Section32.Addr", Field, 0, ""},
4346 {"Section32.Align", Field, 0, ""},
4347 {"Section32.Flags", Field, 0, ""},
4348 {"Section32.Name", Field, 0, ""},
4349 {"Section32.Nreloc", Field, 0, ""},
4350 {"Section32.Offset", Field, 0, ""},
4351 {"Section32.Reloff", Field, 0, ""},
4352 {"Section32.Reserve1", Field, 0, ""},
4353 {"Section32.Reserve2", Field, 0, ""},
4354 {"Section32.Seg", Field, 0, ""},
4355 {"Section32.Size", Field, 0, ""},
4356 {"Section64", Type, 0, ""},
4357 {"Section64.Addr", Field, 0, ""},
4358 {"Section64.Align", Field, 0, ""},
4359 {"Section64.Flags", Field, 0, ""},
4360 {"Section64.Name", Field, 0, ""},
4361 {"Section64.Nreloc", Field, 0, ""},
4362 {"Section64.Offset", Field, 0, ""},
4363 {"Section64.Reloff", Field, 0, ""},
4364 {"Section64.Reserve1", Field, 0, ""},
4365 {"Section64.Reserve2", Field, 0, ""},
4366 {"Section64.Reserve3", Field, 0, ""},
4367 {"Section64.Seg", Field, 0, ""},
4368 {"Section64.Size", Field, 0, ""},
4369 {"SectionHeader", Type, 0, ""},
4370 {"SectionHeader.Addr", Field, 0, ""},
4371 {"SectionHeader.Align", Field, 0, ""},
4372 {"SectionHeader.Flags", Field, 0, ""},
4373 {"SectionHeader.Name", Field, 0, ""},
4374 {"SectionHeader.Nreloc", Field, 0, ""},
4375 {"SectionHeader.Offset", Field, 0, ""},
4376 {"SectionHeader.Reloff", Field, 0, ""},
4377 {"SectionHeader.Seg", Field, 0, ""},
4378 {"SectionHeader.Size", Field, 0, ""},
4379 {"Segment", Type, 0, ""},
4380 {"Segment.LoadBytes", Field, 0, ""},
4381 {"Segment.ReaderAt", Field, 0, ""},
4382 {"Segment.SegmentHeader", Field, 0, ""},
4383 {"Segment32", Type, 0, ""},
4384 {"Segment32.Addr", Field, 0, ""},
4385 {"Segment32.Cmd", Field, 0, ""},
4386 {"Segment32.Filesz", Field, 0, ""},
4387 {"Segment32.Flag", Field, 0, ""},
4388 {"Segment32.Len", Field, 0, ""},
4389 {"Segment32.Maxprot", Field, 0, ""},
4390 {"Segment32.Memsz", Field, 0, ""},
4391 {"Segment32.Name", Field, 0, ""},
4392 {"Segment32.Nsect", Field, 0, ""},
4393 {"Segment32.Offset", Field, 0, ""},
4394 {"Segment32.Prot", Field, 0, ""},
4395 {"Segment64", Type, 0, ""},
4396 {"Segment64.Addr", Field, 0, ""},
4397 {"Segment64.Cmd", Field, 0, ""},
4398 {"Segment64.Filesz", Field, 0, ""},
4399 {"Segment64.Flag", Field, 0, ""},
4400 {"Segment64.Len", Field, 0, ""},
4401 {"Segment64.Maxprot", Field, 0, ""},
4402 {"Segment64.Memsz", Field, 0, ""},
4403 {"Segment64.Name", Field, 0, ""},
4404 {"Segment64.Nsect", Field, 0, ""},
4405 {"Segment64.Offset", Field, 0, ""},
4406 {"Segment64.Prot", Field, 0, ""},
4407 {"SegmentHeader", Type, 0, ""},
4408 {"SegmentHeader.Addr", Field, 0, ""},
4409 {"SegmentHeader.Cmd", Field, 0, ""},
4410 {"SegmentHeader.Filesz", Field, 0, ""},
4411 {"SegmentHeader.Flag", Field, 0, ""},
4412 {"SegmentHeader.Len", Field, 0, ""},
4413 {"SegmentHeader.Maxprot", Field, 0, ""},
4414 {"SegmentHeader.Memsz", Field, 0, ""},
4415 {"SegmentHeader.Name", Field, 0, ""},
4416 {"SegmentHeader.Nsect", Field, 0, ""},
4417 {"SegmentHeader.Offset", Field, 0, ""},
4418 {"SegmentHeader.Prot", Field, 0, ""},
4419 {"Symbol", Type, 0, ""},
4420 {"Symbol.Desc", Field, 0, ""},
4421 {"Symbol.Name", Field, 0, ""},
4422 {"Symbol.Sect", Field, 0, ""},
4423 {"Symbol.Type", Field, 0, ""},
4424 {"Symbol.Value", Field, 0, ""},
4425 {"Symtab", Type, 0, ""},
4426 {"Symtab.LoadBytes", Field, 0, ""},
4427 {"Symtab.Syms", Field, 0, ""},
4428 {"Symtab.SymtabCmd", Field, 0, ""},
4429 {"SymtabCmd", Type, 0, ""},
4430 {"SymtabCmd.Cmd", Field, 0, ""},
4431 {"SymtabCmd.Len", Field, 0, ""},
4432 {"SymtabCmd.Nsyms", Field, 0, ""},
4433 {"SymtabCmd.Stroff", Field, 0, ""},
4434 {"SymtabCmd.Strsize", Field, 0, ""},
4435 {"SymtabCmd.Symoff", Field, 0, ""},
4436 {"Thread", Type, 0, ""},
4437 {"Thread.Cmd", Field, 0, ""},
4438 {"Thread.Data", Field, 0, ""},
4439 {"Thread.Len", Field, 0, ""},
4440 {"Thread.Type", Field, 0, ""},
4441 {"Type", Type, 0, ""},
4442 {"TypeBundle", Const, 3, ""},
4443 {"TypeDylib", Const, 3, ""},
4444 {"TypeExec", Const, 0, ""},
4445 {"TypeObj", Const, 0, ""},
4446 {"X86_64_RELOC_BRANCH", Const, 10, ""},
4447 {"X86_64_RELOC_GOT", Const, 10, ""},
4448 {"X86_64_RELOC_GOT_LOAD", Const, 10, ""},
4449 {"X86_64_RELOC_SIGNED", Const, 10, ""},
4450 {"X86_64_RELOC_SIGNED_1", Const, 10, ""},
4451 {"X86_64_RELOC_SIGNED_2", Const, 10, ""},
4452 {"X86_64_RELOC_SIGNED_4", Const, 10, ""},
4453 {"X86_64_RELOC_SUBTRACTOR", Const, 10, ""},
4454 {"X86_64_RELOC_TLV", Const, 10, ""},
4455 {"X86_64_RELOC_UNSIGNED", Const, 10, ""},
4456 },
4457 "debug/pe": {
4458 {"(*COFFSymbol).FullName", Method, 8, ""},
4459 {"(*File).COFFSymbolReadSectionDefAux", Method, 19, ""},
4460 {"(*File).Close", Method, 0, ""},
4461 {"(*File).DWARF", Method, 0, ""},
4462 {"(*File).ImportedLibraries", Method, 0, ""},
4463 {"(*File).ImportedSymbols", Method, 0, ""},
4464 {"(*File).Section", Method, 0, ""},
4465 {"(*FormatError).Error", Method, 0, ""},
4466 {"(*Section).Data", Method, 0, ""},
4467 {"(*Section).Open", Method, 0, ""},
4468 {"(Section).ReadAt", Method, 0, ""},
4469 {"(StringTable).String", Method, 8, ""},
4470 {"COFFSymbol", Type, 1, ""},
4471 {"COFFSymbol.Name", Field, 1, ""},
4472 {"COFFSymbol.NumberOfAuxSymbols", Field, 1, ""},
4473 {"COFFSymbol.SectionNumber", Field, 1, ""},
4474 {"COFFSymbol.StorageClass", Field, 1, ""},
4475 {"COFFSymbol.Type", Field, 1, ""},
4476 {"COFFSymbol.Value", Field, 1, ""},
4477 {"COFFSymbolAuxFormat5", Type, 19, ""},
4478 {"COFFSymbolAuxFormat5.Checksum", Field, 19, ""},
4479 {"COFFSymbolAuxFormat5.NumLineNumbers", Field, 19, ""},
4480 {"COFFSymbolAuxFormat5.NumRelocs", Field, 19, ""},
4481 {"COFFSymbolAuxFormat5.SecNum", Field, 19, ""},
4482 {"COFFSymbolAuxFormat5.Selection", Field, 19, ""},
4483 {"COFFSymbolAuxFormat5.Size", Field, 19, ""},
4484 {"COFFSymbolSize", Const, 1, ""},
4485 {"DataDirectory", Type, 3, ""},
4486 {"DataDirectory.Size", Field, 3, ""},
4487 {"DataDirectory.VirtualAddress", Field, 3, ""},
4488 {"File", Type, 0, ""},
4489 {"File.COFFSymbols", Field, 8, ""},
4490 {"File.FileHeader", Field, 0, ""},
4491 {"File.OptionalHeader", Field, 3, ""},
4492 {"File.Sections", Field, 0, ""},
4493 {"File.StringTable", Field, 8, ""},
4494 {"File.Symbols", Field, 1, ""},
4495 {"FileHeader", Type, 0, ""},
4496 {"FileHeader.Characteristics", Field, 0, ""},
4497 {"FileHeader.Machine", Field, 0, ""},
4498 {"FileHeader.NumberOfSections", Field, 0, ""},
4499 {"FileHeader.NumberOfSymbols", Field, 0, ""},
4500 {"FileHeader.PointerToSymbolTable", Field, 0, ""},
4501 {"FileHeader.SizeOfOptionalHeader", Field, 0, ""},
4502 {"FileHeader.TimeDateStamp", Field, 0, ""},
4503 {"FormatError", Type, 0, ""},
4504 {"IMAGE_COMDAT_SELECT_ANY", Const, 19, ""},
4505 {"IMAGE_COMDAT_SELECT_ASSOCIATIVE", Const, 19, ""},
4506 {"IMAGE_COMDAT_SELECT_EXACT_MATCH", Const, 19, ""},
4507 {"IMAGE_COMDAT_SELECT_LARGEST", Const, 19, ""},
4508 {"IMAGE_COMDAT_SELECT_NODUPLICATES", Const, 19, ""},
4509 {"IMAGE_COMDAT_SELECT_SAME_SIZE", Const, 19, ""},
4510 {"IMAGE_DIRECTORY_ENTRY_ARCHITECTURE", Const, 11, ""},
4511 {"IMAGE_DIRECTORY_ENTRY_BASERELOC", Const, 11, ""},
4512 {"IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT", Const, 11, ""},
4513 {"IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR", Const, 11, ""},
4514 {"IMAGE_DIRECTORY_ENTRY_DEBUG", Const, 11, ""},
4515 {"IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT", Const, 11, ""},
4516 {"IMAGE_DIRECTORY_ENTRY_EXCEPTION", Const, 11, ""},
4517 {"IMAGE_DIRECTORY_ENTRY_EXPORT", Const, 11, ""},
4518 {"IMAGE_DIRECTORY_ENTRY_GLOBALPTR", Const, 11, ""},
4519 {"IMAGE_DIRECTORY_ENTRY_IAT", Const, 11, ""},
4520 {"IMAGE_DIRECTORY_ENTRY_IMPORT", Const, 11, ""},
4521 {"IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG", Const, 11, ""},
4522 {"IMAGE_DIRECTORY_ENTRY_RESOURCE", Const, 11, ""},
4523 {"IMAGE_DIRECTORY_ENTRY_SECURITY", Const, 11, ""},
4524 {"IMAGE_DIRECTORY_ENTRY_TLS", Const, 11, ""},
4525 {"IMAGE_DLLCHARACTERISTICS_APPCONTAINER", Const, 15, ""},
4526 {"IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE", Const, 15, ""},
4527 {"IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY", Const, 15, ""},
4528 {"IMAGE_DLLCHARACTERISTICS_GUARD_CF", Const, 15, ""},
4529 {"IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA", Const, 15, ""},
4530 {"IMAGE_DLLCHARACTERISTICS_NO_BIND", Const, 15, ""},
4531 {"IMAGE_DLLCHARACTERISTICS_NO_ISOLATION", Const, 15, ""},
4532 {"IMAGE_DLLCHARACTERISTICS_NO_SEH", Const, 15, ""},
4533 {"IMAGE_DLLCHARACTERISTICS_NX_COMPAT", Const, 15, ""},
4534 {"IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE", Const, 15, ""},
4535 {"IMAGE_DLLCHARACTERISTICS_WDM_DRIVER", Const, 15, ""},
4536 {"IMAGE_FILE_32BIT_MACHINE", Const, 15, ""},
4537 {"IMAGE_FILE_AGGRESIVE_WS_TRIM", Const, 15, ""},
4538 {"IMAGE_FILE_BYTES_REVERSED_HI", Const, 15, ""},
4539 {"IMAGE_FILE_BYTES_REVERSED_LO", Const, 15, ""},
4540 {"IMAGE_FILE_DEBUG_STRIPPED", Const, 15, ""},
4541 {"IMAGE_FILE_DLL", Const, 15, ""},
4542 {"IMAGE_FILE_EXECUTABLE_IMAGE", Const, 15, ""},
4543 {"IMAGE_FILE_LARGE_ADDRESS_AWARE", Const, 15, ""},
4544 {"IMAGE_FILE_LINE_NUMS_STRIPPED", Const, 15, ""},
4545 {"IMAGE_FILE_LOCAL_SYMS_STRIPPED", Const, 15, ""},
4546 {"IMAGE_FILE_MACHINE_AM33", Const, 0, ""},
4547 {"IMAGE_FILE_MACHINE_AMD64", Const, 0, ""},
4548 {"IMAGE_FILE_MACHINE_ARM", Const, 0, ""},
4549 {"IMAGE_FILE_MACHINE_ARM64", Const, 11, ""},
4550 {"IMAGE_FILE_MACHINE_ARMNT", Const, 12, ""},
4551 {"IMAGE_FILE_MACHINE_EBC", Const, 0, ""},
4552 {"IMAGE_FILE_MACHINE_I386", Const, 0, ""},
4553 {"IMAGE_FILE_MACHINE_IA64", Const, 0, ""},
4554 {"IMAGE_FILE_MACHINE_LOONGARCH32", Const, 19, ""},
4555 {"IMAGE_FILE_MACHINE_LOONGARCH64", Const, 19, ""},
4556 {"IMAGE_FILE_MACHINE_M32R", Const, 0, ""},
4557 {"IMAGE_FILE_MACHINE_MIPS16", Const, 0, ""},
4558 {"IMAGE_FILE_MACHINE_MIPSFPU", Const, 0, ""},
4559 {"IMAGE_FILE_MACHINE_MIPSFPU16", Const, 0, ""},
4560 {"IMAGE_FILE_MACHINE_POWERPC", Const, 0, ""},
4561 {"IMAGE_FILE_MACHINE_POWERPCFP", Const, 0, ""},
4562 {"IMAGE_FILE_MACHINE_R4000", Const, 0, ""},
4563 {"IMAGE_FILE_MACHINE_RISCV128", Const, 20, ""},
4564 {"IMAGE_FILE_MACHINE_RISCV32", Const, 20, ""},
4565 {"IMAGE_FILE_MACHINE_RISCV64", Const, 20, ""},
4566 {"IMAGE_FILE_MACHINE_SH3", Const, 0, ""},
4567 {"IMAGE_FILE_MACHINE_SH3DSP", Const, 0, ""},
4568 {"IMAGE_FILE_MACHINE_SH4", Const, 0, ""},
4569 {"IMAGE_FILE_MACHINE_SH5", Const, 0, ""},
4570 {"IMAGE_FILE_MACHINE_THUMB", Const, 0, ""},
4571 {"IMAGE_FILE_MACHINE_UNKNOWN", Const, 0, ""},
4572 {"IMAGE_FILE_MACHINE_WCEMIPSV2", Const, 0, ""},
4573 {"IMAGE_FILE_NET_RUN_FROM_SWAP", Const, 15, ""},
4574 {"IMAGE_FILE_RELOCS_STRIPPED", Const, 15, ""},
4575 {"IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP", Const, 15, ""},
4576 {"IMAGE_FILE_SYSTEM", Const, 15, ""},
4577 {"IMAGE_FILE_UP_SYSTEM_ONLY", Const, 15, ""},
4578 {"IMAGE_SCN_CNT_CODE", Const, 19, ""},
4579 {"IMAGE_SCN_CNT_INITIALIZED_DATA", Const, 19, ""},
4580 {"IMAGE_SCN_CNT_UNINITIALIZED_DATA", Const, 19, ""},
4581 {"IMAGE_SCN_LNK_COMDAT", Const, 19, ""},
4582 {"IMAGE_SCN_MEM_DISCARDABLE", Const, 19, ""},
4583 {"IMAGE_SCN_MEM_EXECUTE", Const, 19, ""},
4584 {"IMAGE_SCN_MEM_READ", Const, 19, ""},
4585 {"IMAGE_SCN_MEM_WRITE", Const, 19, ""},
4586 {"IMAGE_SUBSYSTEM_EFI_APPLICATION", Const, 15, ""},
4587 {"IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER", Const, 15, ""},
4588 {"IMAGE_SUBSYSTEM_EFI_ROM", Const, 15, ""},
4589 {"IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER", Const, 15, ""},
4590 {"IMAGE_SUBSYSTEM_NATIVE", Const, 15, ""},
4591 {"IMAGE_SUBSYSTEM_NATIVE_WINDOWS", Const, 15, ""},
4592 {"IMAGE_SUBSYSTEM_OS2_CUI", Const, 15, ""},
4593 {"IMAGE_SUBSYSTEM_POSIX_CUI", Const, 15, ""},
4594 {"IMAGE_SUBSYSTEM_UNKNOWN", Const, 15, ""},
4595 {"IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION", Const, 15, ""},
4596 {"IMAGE_SUBSYSTEM_WINDOWS_CE_GUI", Const, 15, ""},
4597 {"IMAGE_SUBSYSTEM_WINDOWS_CUI", Const, 15, ""},
4598 {"IMAGE_SUBSYSTEM_WINDOWS_GUI", Const, 15, ""},
4599 {"IMAGE_SUBSYSTEM_XBOX", Const, 15, ""},
4600 {"ImportDirectory", Type, 0, ""},
4601 {"ImportDirectory.FirstThunk", Field, 0, ""},
4602 {"ImportDirectory.ForwarderChain", Field, 0, ""},
4603 {"ImportDirectory.Name", Field, 0, ""},
4604 {"ImportDirectory.OriginalFirstThunk", Field, 0, ""},
4605 {"ImportDirectory.TimeDateStamp", Field, 0, ""},
4606 {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
4607 {"Open", Func, 0, "func(name string) (*File, error)"},
4608 {"OptionalHeader32", Type, 3, ""},
4609 {"OptionalHeader32.AddressOfEntryPoint", Field, 3, ""},
4610 {"OptionalHeader32.BaseOfCode", Field, 3, ""},
4611 {"OptionalHeader32.BaseOfData", Field, 3, ""},
4612 {"OptionalHeader32.CheckSum", Field, 3, ""},
4613 {"OptionalHeader32.DataDirectory", Field, 3, ""},
4614 {"OptionalHeader32.DllCharacteristics", Field, 3, ""},
4615 {"OptionalHeader32.FileAlignment", Field, 3, ""},
4616 {"OptionalHeader32.ImageBase", Field, 3, ""},
4617 {"OptionalHeader32.LoaderFlags", Field, 3, ""},
4618 {"OptionalHeader32.Magic", Field, 3, ""},
4619 {"OptionalHeader32.MajorImageVersion", Field, 3, ""},
4620 {"OptionalHeader32.MajorLinkerVersion", Field, 3, ""},
4621 {"OptionalHeader32.MajorOperatingSystemVersion", Field, 3, ""},
4622 {"OptionalHeader32.MajorSubsystemVersion", Field, 3, ""},
4623 {"OptionalHeader32.MinorImageVersion", Field, 3, ""},
4624 {"OptionalHeader32.MinorLinkerVersion", Field, 3, ""},
4625 {"OptionalHeader32.MinorOperatingSystemVersion", Field, 3, ""},
4626 {"OptionalHeader32.MinorSubsystemVersion", Field, 3, ""},
4627 {"OptionalHeader32.NumberOfRvaAndSizes", Field, 3, ""},
4628 {"OptionalHeader32.SectionAlignment", Field, 3, ""},
4629 {"OptionalHeader32.SizeOfCode", Field, 3, ""},
4630 {"OptionalHeader32.SizeOfHeaders", Field, 3, ""},
4631 {"OptionalHeader32.SizeOfHeapCommit", Field, 3, ""},
4632 {"OptionalHeader32.SizeOfHeapReserve", Field, 3, ""},
4633 {"OptionalHeader32.SizeOfImage", Field, 3, ""},
4634 {"OptionalHeader32.SizeOfInitializedData", Field, 3, ""},
4635 {"OptionalHeader32.SizeOfStackCommit", Field, 3, ""},
4636 {"OptionalHeader32.SizeOfStackReserve", Field, 3, ""},
4637 {"OptionalHeader32.SizeOfUninitializedData", Field, 3, ""},
4638 {"OptionalHeader32.Subsystem", Field, 3, ""},
4639 {"OptionalHeader32.Win32VersionValue", Field, 3, ""},
4640 {"OptionalHeader64", Type, 3, ""},
4641 {"OptionalHeader64.AddressOfEntryPoint", Field, 3, ""},
4642 {"OptionalHeader64.BaseOfCode", Field, 3, ""},
4643 {"OptionalHeader64.CheckSum", Field, 3, ""},
4644 {"OptionalHeader64.DataDirectory", Field, 3, ""},
4645 {"OptionalHeader64.DllCharacteristics", Field, 3, ""},
4646 {"OptionalHeader64.FileAlignment", Field, 3, ""},
4647 {"OptionalHeader64.ImageBase", Field, 3, ""},
4648 {"OptionalHeader64.LoaderFlags", Field, 3, ""},
4649 {"OptionalHeader64.Magic", Field, 3, ""},
4650 {"OptionalHeader64.MajorImageVersion", Field, 3, ""},
4651 {"OptionalHeader64.MajorLinkerVersion", Field, 3, ""},
4652 {"OptionalHeader64.MajorOperatingSystemVersion", Field, 3, ""},
4653 {"OptionalHeader64.MajorSubsystemVersion", Field, 3, ""},
4654 {"OptionalHeader64.MinorImageVersion", Field, 3, ""},
4655 {"OptionalHeader64.MinorLinkerVersion", Field, 3, ""},
4656 {"OptionalHeader64.MinorOperatingSystemVersion", Field, 3, ""},
4657 {"OptionalHeader64.MinorSubsystemVersion", Field, 3, ""},
4658 {"OptionalHeader64.NumberOfRvaAndSizes", Field, 3, ""},
4659 {"OptionalHeader64.SectionAlignment", Field, 3, ""},
4660 {"OptionalHeader64.SizeOfCode", Field, 3, ""},
4661 {"OptionalHeader64.SizeOfHeaders", Field, 3, ""},
4662 {"OptionalHeader64.SizeOfHeapCommit", Field, 3, ""},
4663 {"OptionalHeader64.SizeOfHeapReserve", Field, 3, ""},
4664 {"OptionalHeader64.SizeOfImage", Field, 3, ""},
4665 {"OptionalHeader64.SizeOfInitializedData", Field, 3, ""},
4666 {"OptionalHeader64.SizeOfStackCommit", Field, 3, ""},
4667 {"OptionalHeader64.SizeOfStackReserve", Field, 3, ""},
4668 {"OptionalHeader64.SizeOfUninitializedData", Field, 3, ""},
4669 {"OptionalHeader64.Subsystem", Field, 3, ""},
4670 {"OptionalHeader64.Win32VersionValue", Field, 3, ""},
4671 {"Reloc", Type, 8, ""},
4672 {"Reloc.SymbolTableIndex", Field, 8, ""},
4673 {"Reloc.Type", Field, 8, ""},
4674 {"Reloc.VirtualAddress", Field, 8, ""},
4675 {"Section", Type, 0, ""},
4676 {"Section.ReaderAt", Field, 0, ""},
4677 {"Section.Relocs", Field, 8, ""},
4678 {"Section.SectionHeader", Field, 0, ""},
4679 {"SectionHeader", Type, 0, ""},
4680 {"SectionHeader.Characteristics", Field, 0, ""},
4681 {"SectionHeader.Name", Field, 0, ""},
4682 {"SectionHeader.NumberOfLineNumbers", Field, 0, ""},
4683 {"SectionHeader.NumberOfRelocations", Field, 0, ""},
4684 {"SectionHeader.Offset", Field, 0, ""},
4685 {"SectionHeader.PointerToLineNumbers", Field, 0, ""},
4686 {"SectionHeader.PointerToRelocations", Field, 0, ""},
4687 {"SectionHeader.Size", Field, 0, ""},
4688 {"SectionHeader.VirtualAddress", Field, 0, ""},
4689 {"SectionHeader.VirtualSize", Field, 0, ""},
4690 {"SectionHeader32", Type, 0, ""},
4691 {"SectionHeader32.Characteristics", Field, 0, ""},
4692 {"SectionHeader32.Name", Field, 0, ""},
4693 {"SectionHeader32.NumberOfLineNumbers", Field, 0, ""},
4694 {"SectionHeader32.NumberOfRelocations", Field, 0, ""},
4695 {"SectionHeader32.PointerToLineNumbers", Field, 0, ""},
4696 {"SectionHeader32.PointerToRawData", Field, 0, ""},
4697 {"SectionHeader32.PointerToRelocations", Field, 0, ""},
4698 {"SectionHeader32.SizeOfRawData", Field, 0, ""},
4699 {"SectionHeader32.VirtualAddress", Field, 0, ""},
4700 {"SectionHeader32.VirtualSize", Field, 0, ""},
4701 {"StringTable", Type, 8, ""},
4702 {"Symbol", Type, 1, ""},
4703 {"Symbol.Name", Field, 1, ""},
4704 {"Symbol.SectionNumber", Field, 1, ""},
4705 {"Symbol.StorageClass", Field, 1, ""},
4706 {"Symbol.Type", Field, 1, ""},
4707 {"Symbol.Value", Field, 1, ""},
4708 },
4709 "debug/plan9obj": {
4710 {"(*File).Close", Method, 3, ""},
4711 {"(*File).Section", Method, 3, ""},
4712 {"(*File).Symbols", Method, 3, ""},
4713 {"(*Section).Data", Method, 3, ""},
4714 {"(*Section).Open", Method, 3, ""},
4715 {"(Section).ReadAt", Method, 3, ""},
4716 {"ErrNoSymbols", Var, 18, ""},
4717 {"File", Type, 3, ""},
4718 {"File.FileHeader", Field, 3, ""},
4719 {"File.Sections", Field, 3, ""},
4720 {"FileHeader", Type, 3, ""},
4721 {"FileHeader.Bss", Field, 3, ""},
4722 {"FileHeader.Entry", Field, 3, ""},
4723 {"FileHeader.HdrSize", Field, 4, ""},
4724 {"FileHeader.LoadAddress", Field, 4, ""},
4725 {"FileHeader.Magic", Field, 3, ""},
4726 {"FileHeader.PtrSize", Field, 3, ""},
4727 {"Magic386", Const, 3, ""},
4728 {"Magic64", Const, 3, ""},
4729 {"MagicAMD64", Const, 3, ""},
4730 {"MagicARM", Const, 3, ""},
4731 {"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
4732 {"Open", Func, 3, "func(name string) (*File, error)"},
4733 {"Section", Type, 3, ""},
4734 {"Section.ReaderAt", Field, 3, ""},
4735 {"Section.SectionHeader", Field, 3, ""},
4736 {"SectionHeader", Type, 3, ""},
4737 {"SectionHeader.Name", Field, 3, ""},
4738 {"SectionHeader.Offset", Field, 3, ""},
4739 {"SectionHeader.Size", Field, 3, ""},
4740 {"Sym", Type, 3, ""},
4741 {"Sym.Name", Field, 3, ""},
4742 {"Sym.Type", Field, 3, ""},
4743 {"Sym.Value", Field, 3, ""},
4744 },
4745 "embed": {
4746 {"(FS).Open", Method, 16, ""},
4747 {"(FS).ReadDir", Method, 16, ""},
4748 {"(FS).ReadFile", Method, 16, ""},
4749 {"FS", Type, 16, ""},
4750 },
4751 "encoding": {
4752 {"(BinaryAppender).AppendBinary", Method, 24, ""},
4753 {"(BinaryMarshaler).MarshalBinary", Method, 2, ""},
4754 {"(BinaryUnmarshaler).UnmarshalBinary", Method, 2, ""},
4755 {"(TextAppender).AppendText", Method, 24, ""},
4756 {"(TextMarshaler).MarshalText", Method, 2, ""},
4757 {"(TextUnmarshaler).UnmarshalText", Method, 2, ""},
4758 {"BinaryAppender", Type, 24, ""},
4759 {"BinaryMarshaler", Type, 2, ""},
4760 {"BinaryUnmarshaler", Type, 2, ""},
4761 {"TextAppender", Type, 24, ""},
4762 {"TextMarshaler", Type, 2, ""},
4763 {"TextUnmarshaler", Type, 2, ""},
4764 },
4765 "encoding/ascii85": {
4766 {"(CorruptInputError).Error", Method, 0, ""},
4767 {"CorruptInputError", Type, 0, ""},
4768 {"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
4769 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
4770 {"MaxEncodedLen", Func, 0, "func(n int) int"},
4771 {"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
4772 {"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
4773 },
4774 "encoding/asn1": {
4775 {"(BitString).At", Method, 0, ""},
4776 {"(BitString).RightAlign", Method, 0, ""},
4777 {"(ObjectIdentifier).Equal", Method, 0, ""},
4778 {"(ObjectIdentifier).String", Method, 3, ""},
4779 {"(StructuralError).Error", Method, 0, ""},
4780 {"(SyntaxError).Error", Method, 0, ""},
4781 {"BitString", Type, 0, ""},
4782 {"BitString.BitLength", Field, 0, ""},
4783 {"BitString.Bytes", Field, 0, ""},
4784 {"ClassApplication", Const, 6, ""},
4785 {"ClassContextSpecific", Const, 6, ""},
4786 {"ClassPrivate", Const, 6, ""},
4787 {"ClassUniversal", Const, 6, ""},
4788 {"Enumerated", Type, 0, ""},
4789 {"Flag", Type, 0, ""},
4790 {"Marshal", Func, 0, "func(val any) ([]byte, error)"},
4791 {"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
4792 {"NullBytes", Var, 9, ""},
4793 {"NullRawValue", Var, 9, ""},
4794 {"ObjectIdentifier", Type, 0, ""},
4795 {"RawContent", Type, 0, ""},
4796 {"RawValue", Type, 0, ""},
4797 {"RawValue.Bytes", Field, 0, ""},
4798 {"RawValue.Class", Field, 0, ""},
4799 {"RawValue.FullBytes", Field, 0, ""},
4800 {"RawValue.IsCompound", Field, 0, ""},
4801 {"RawValue.Tag", Field, 0, ""},
4802 {"StructuralError", Type, 0, ""},
4803 {"StructuralError.Msg", Field, 0, ""},
4804 {"SyntaxError", Type, 0, ""},
4805 {"SyntaxError.Msg", Field, 0, ""},
4806 {"TagBMPString", Const, 14, ""},
4807 {"TagBitString", Const, 6, ""},
4808 {"TagBoolean", Const, 6, ""},
4809 {"TagEnum", Const, 6, ""},
4810 {"TagGeneralString", Const, 6, ""},
4811 {"TagGeneralizedTime", Const, 6, ""},
4812 {"TagIA5String", Const, 6, ""},
4813 {"TagInteger", Const, 6, ""},
4814 {"TagNull", Const, 9, ""},
4815 {"TagNumericString", Const, 10, ""},
4816 {"TagOID", Const, 6, ""},
4817 {"TagOctetString", Const, 6, ""},
4818 {"TagPrintableString", Const, 6, ""},
4819 {"TagSequence", Const, 6, ""},
4820 {"TagSet", Const, 6, ""},
4821 {"TagT61String", Const, 6, ""},
4822 {"TagUTCTime", Const, 6, ""},
4823 {"TagUTF8String", Const, 6, ""},
4824 {"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
4825 {"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
4826 },
4827 "encoding/base32": {
4828 {"(*Encoding).AppendDecode", Method, 22, ""},
4829 {"(*Encoding).AppendEncode", Method, 22, ""},
4830 {"(*Encoding).Decode", Method, 0, ""},
4831 {"(*Encoding).DecodeString", Method, 0, ""},
4832 {"(*Encoding).DecodedLen", Method, 0, ""},
4833 {"(*Encoding).Encode", Method, 0, ""},
4834 {"(*Encoding).EncodeToString", Method, 0, ""},
4835 {"(*Encoding).EncodedLen", Method, 0, ""},
4836 {"(CorruptInputError).Error", Method, 0, ""},
4837 {"(Encoding).WithPadding", Method, 9, ""},
4838 {"CorruptInputError", Type, 0, ""},
4839 {"Encoding", Type, 0, ""},
4840 {"HexEncoding", Var, 0, ""},
4841 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4842 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4843 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4844 {"NoPadding", Const, 9, ""},
4845 {"StdEncoding", Var, 0, ""},
4846 {"StdPadding", Const, 9, ""},
4847 },
4848 "encoding/base64": {
4849 {"(*Encoding).AppendDecode", Method, 22, ""},
4850 {"(*Encoding).AppendEncode", Method, 22, ""},
4851 {"(*Encoding).Decode", Method, 0, ""},
4852 {"(*Encoding).DecodeString", Method, 0, ""},
4853 {"(*Encoding).DecodedLen", Method, 0, ""},
4854 {"(*Encoding).Encode", Method, 0, ""},
4855 {"(*Encoding).EncodeToString", Method, 0, ""},
4856 {"(*Encoding).EncodedLen", Method, 0, ""},
4857 {"(CorruptInputError).Error", Method, 0, ""},
4858 {"(Encoding).Strict", Method, 8, ""},
4859 {"(Encoding).WithPadding", Method, 5, ""},
4860 {"CorruptInputError", Type, 0, ""},
4861 {"Encoding", Type, 0, ""},
4862 {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
4863 {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
4864 {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
4865 {"NoPadding", Const, 5, ""},
4866 {"RawStdEncoding", Var, 5, ""},
4867 {"RawURLEncoding", Var, 5, ""},
4868 {"StdEncoding", Var, 0, ""},
4869 {"StdPadding", Const, 5, ""},
4870 {"URLEncoding", Var, 0, ""},
4871 },
4872 "encoding/binary": {
4873 {"(AppendByteOrder).AppendUint16", Method, 19, ""},
4874 {"(AppendByteOrder).AppendUint32", Method, 19, ""},
4875 {"(AppendByteOrder).AppendUint64", Method, 19, ""},
4876 {"(AppendByteOrder).String", Method, 19, ""},
4877 {"(ByteOrder).PutUint16", Method, 0, ""},
4878 {"(ByteOrder).PutUint32", Method, 0, ""},
4879 {"(ByteOrder).PutUint64", Method, 0, ""},
4880 {"(ByteOrder).String", Method, 0, ""},
4881 {"(ByteOrder).Uint16", Method, 0, ""},
4882 {"(ByteOrder).Uint32", Method, 0, ""},
4883 {"(ByteOrder).Uint64", Method, 0, ""},
4884 {"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
4885 {"AppendByteOrder", Type, 19, ""},
4886 {"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
4887 {"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
4888 {"BigEndian", Var, 0, ""},
4889 {"ByteOrder", Type, 0, ""},
4890 {"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4891 {"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
4892 {"LittleEndian", Var, 0, ""},
4893 {"MaxVarintLen16", Const, 0, ""},
4894 {"MaxVarintLen32", Const, 0, ""},
4895 {"MaxVarintLen64", Const, 0, ""},
4896 {"NativeEndian", Var, 21, ""},
4897 {"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
4898 {"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
4899 {"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
4900 {"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
4901 {"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
4902 {"Size", Func, 0, "func(v any) int"},
4903 {"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
4904 {"Varint", Func, 0, "func(buf []byte) (int64, int)"},
4905 {"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
4906 },
4907 "encoding/csv": {
4908 {"(*ParseError).Error", Method, 0, ""},
4909 {"(*ParseError).Unwrap", Method, 13, ""},
4910 {"(*Reader).FieldPos", Method, 17, ""},
4911 {"(*Reader).InputOffset", Method, 19, ""},
4912 {"(*Reader).Read", Method, 0, ""},
4913 {"(*Reader).ReadAll", Method, 0, ""},
4914 {"(*Writer).Error", Method, 1, ""},
4915 {"(*Writer).Flush", Method, 0, ""},
4916 {"(*Writer).Write", Method, 0, ""},
4917 {"(*Writer).WriteAll", Method, 0, ""},
4918 {"ErrBareQuote", Var, 0, ""},
4919 {"ErrFieldCount", Var, 0, ""},
4920 {"ErrQuote", Var, 0, ""},
4921 {"ErrTrailingComma", Var, 0, ""},
4922 {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
4923 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
4924 {"ParseError", Type, 0, ""},
4925 {"ParseError.Column", Field, 0, ""},
4926 {"ParseError.Err", Field, 0, ""},
4927 {"ParseError.Line", Field, 0, ""},
4928 {"ParseError.StartLine", Field, 10, ""},
4929 {"Reader", Type, 0, ""},
4930 {"Reader.Comma", Field, 0, ""},
4931 {"Reader.Comment", Field, 0, ""},
4932 {"Reader.FieldsPerRecord", Field, 0, ""},
4933 {"Reader.LazyQuotes", Field, 0, ""},
4934 {"Reader.ReuseRecord", Field, 9, ""},
4935 {"Reader.TrailingComma", Field, 0, ""},
4936 {"Reader.TrimLeadingSpace", Field, 0, ""},
4937 {"Writer", Type, 0, ""},
4938 {"Writer.Comma", Field, 0, ""},
4939 {"Writer.UseCRLF", Field, 0, ""},
4940 },
4941 "encoding/gob": {
4942 {"(*Decoder).Decode", Method, 0, ""},
4943 {"(*Decoder).DecodeValue", Method, 0, ""},
4944 {"(*Encoder).Encode", Method, 0, ""},
4945 {"(*Encoder).EncodeValue", Method, 0, ""},
4946 {"(GobDecoder).GobDecode", Method, 0, ""},
4947 {"(GobEncoder).GobEncode", Method, 0, ""},
4948 {"CommonType", Type, 0, ""},
4949 {"CommonType.Id", Field, 0, ""},
4950 {"CommonType.Name", Field, 0, ""},
4951 {"Decoder", Type, 0, ""},
4952 {"Encoder", Type, 0, ""},
4953 {"GobDecoder", Type, 0, ""},
4954 {"GobEncoder", Type, 0, ""},
4955 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
4956 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
4957 {"Register", Func, 0, "func(value any)"},
4958 {"RegisterName", Func, 0, "func(name string, value any)"},
4959 },
4960 "encoding/hex": {
4961 {"(InvalidByteError).Error", Method, 0, ""},
4962 {"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
4963 {"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
4964 {"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
4965 {"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
4966 {"DecodedLen", Func, 0, "func(x int) int"},
4967 {"Dump", Func, 0, "func(data []byte) string"},
4968 {"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
4969 {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
4970 {"EncodeToString", Func, 0, "func(src []byte) string"},
4971 {"EncodedLen", Func, 0, "func(n int) int"},
4972 {"ErrLength", Var, 0, ""},
4973 {"InvalidByteError", Type, 0, ""},
4974 {"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
4975 {"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
4976 },
4977 "encoding/json": {
4978 {"(*Decoder).Buffered", Method, 1, ""},
4979 {"(*Decoder).Decode", Method, 0, ""},
4980 {"(*Decoder).DisallowUnknownFields", Method, 10, ""},
4981 {"(*Decoder).InputOffset", Method, 14, ""},
4982 {"(*Decoder).More", Method, 5, ""},
4983 {"(*Decoder).Token", Method, 5, ""},
4984 {"(*Decoder).UseNumber", Method, 1, ""},
4985 {"(*Encoder).Encode", Method, 0, ""},
4986 {"(*Encoder).SetEscapeHTML", Method, 7, ""},
4987 {"(*Encoder).SetIndent", Method, 7, ""},
4988 {"(*InvalidUTF8Error).Error", Method, 0, ""},
4989 {"(*InvalidUnmarshalError).Error", Method, 0, ""},
4990 {"(*MarshalerError).Error", Method, 0, ""},
4991 {"(*MarshalerError).Unwrap", Method, 13, ""},
4992 {"(*RawMessage).MarshalJSON", Method, 0, ""},
4993 {"(*RawMessage).UnmarshalJSON", Method, 0, ""},
4994 {"(*SyntaxError).Error", Method, 0, ""},
4995 {"(*UnmarshalFieldError).Error", Method, 0, ""},
4996 {"(*UnmarshalTypeError).Error", Method, 0, ""},
4997 {"(*UnsupportedTypeError).Error", Method, 0, ""},
4998 {"(*UnsupportedValueError).Error", Method, 0, ""},
4999 {"(Delim).String", Method, 5, ""},
5000 {"(Marshaler).MarshalJSON", Method, 0, ""},
5001 {"(Number).Float64", Method, 1, ""},
5002 {"(Number).Int64", Method, 1, ""},
5003 {"(Number).String", Method, 1, ""},
5004 {"(RawMessage).MarshalJSON", Method, 8, ""},
5005 {"(Unmarshaler).UnmarshalJSON", Method, 0, ""},
5006 {"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
5007 {"Decoder", Type, 0, ""},
5008 {"Delim", Type, 5, ""},
5009 {"Encoder", Type, 0, ""},
5010 {"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
5011 {"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
5012 {"InvalidUTF8Error", Type, 0, ""},
5013 {"InvalidUTF8Error.S", Field, 0, ""},
5014 {"InvalidUnmarshalError", Type, 0, ""},
5015 {"InvalidUnmarshalError.Type", Field, 0, ""},
5016 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5017 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5018 {"Marshaler", Type, 0, ""},
5019 {"MarshalerError", Type, 0, ""},
5020 {"MarshalerError.Err", Field, 0, ""},
5021 {"MarshalerError.Type", Field, 0, ""},
5022 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5023 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5024 {"Number", Type, 1, ""},
5025 {"RawMessage", Type, 0, ""},
5026 {"SyntaxError", Type, 0, ""},
5027 {"SyntaxError.Offset", Field, 0, ""},
5028 {"Token", Type, 5, ""},
5029 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5030 {"UnmarshalFieldError", Type, 0, ""},
5031 {"UnmarshalFieldError.Field", Field, 0, ""},
5032 {"UnmarshalFieldError.Key", Field, 0, ""},
5033 {"UnmarshalFieldError.Type", Field, 0, ""},
5034 {"UnmarshalTypeError", Type, 0, ""},
5035 {"UnmarshalTypeError.Field", Field, 8, ""},
5036 {"UnmarshalTypeError.Offset", Field, 5, ""},
5037 {"UnmarshalTypeError.Struct", Field, 8, ""},
5038 {"UnmarshalTypeError.Type", Field, 0, ""},
5039 {"UnmarshalTypeError.Value", Field, 0, ""},
5040 {"Unmarshaler", Type, 0, ""},
5041 {"UnsupportedTypeError", Type, 0, ""},
5042 {"UnsupportedTypeError.Type", Field, 0, ""},
5043 {"UnsupportedValueError", Type, 0, ""},
5044 {"UnsupportedValueError.Str", Field, 0, ""},
5045 {"UnsupportedValueError.Value", Field, 0, ""},
5046 {"Valid", Func, 9, "func(data []byte) bool"},
5047 },
5048 "encoding/pem": {
5049 {"Block", Type, 0, ""},
5050 {"Block.Bytes", Field, 0, ""},
5051 {"Block.Headers", Field, 0, ""},
5052 {"Block.Type", Field, 0, ""},
5053 {"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
5054 {"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
5055 {"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
5056 },
5057 "encoding/xml": {
5058 {"(*Decoder).Decode", Method, 0, ""},
5059 {"(*Decoder).DecodeElement", Method, 0, ""},
5060 {"(*Decoder).InputOffset", Method, 4, ""},
5061 {"(*Decoder).InputPos", Method, 19, ""},
5062 {"(*Decoder).RawToken", Method, 0, ""},
5063 {"(*Decoder).Skip", Method, 0, ""},
5064 {"(*Decoder).Token", Method, 0, ""},
5065 {"(*Encoder).Close", Method, 20, ""},
5066 {"(*Encoder).Encode", Method, 0, ""},
5067 {"(*Encoder).EncodeElement", Method, 2, ""},
5068 {"(*Encoder).EncodeToken", Method, 2, ""},
5069 {"(*Encoder).Flush", Method, 2, ""},
5070 {"(*Encoder).Indent", Method, 1, ""},
5071 {"(*SyntaxError).Error", Method, 0, ""},
5072 {"(*TagPathError).Error", Method, 0, ""},
5073 {"(*UnsupportedTypeError).Error", Method, 0, ""},
5074 {"(CharData).Copy", Method, 0, ""},
5075 {"(Comment).Copy", Method, 0, ""},
5076 {"(Directive).Copy", Method, 0, ""},
5077 {"(Marshaler).MarshalXML", Method, 2, ""},
5078 {"(MarshalerAttr).MarshalXMLAttr", Method, 2, ""},
5079 {"(ProcInst).Copy", Method, 0, ""},
5080 {"(StartElement).Copy", Method, 0, ""},
5081 {"(StartElement).End", Method, 2, ""},
5082 {"(TokenReader).Token", Method, 10, ""},
5083 {"(UnmarshalError).Error", Method, 0, ""},
5084 {"(Unmarshaler).UnmarshalXML", Method, 2, ""},
5085 {"(UnmarshalerAttr).UnmarshalXMLAttr", Method, 2, ""},
5086 {"Attr", Type, 0, ""},
5087 {"Attr.Name", Field, 0, ""},
5088 {"Attr.Value", Field, 0, ""},
5089 {"CharData", Type, 0, ""},
5090 {"Comment", Type, 0, ""},
5091 {"CopyToken", Func, 0, "func(t Token) Token"},
5092 {"Decoder", Type, 0, ""},
5093 {"Decoder.AutoClose", Field, 0, ""},
5094 {"Decoder.CharsetReader", Field, 0, ""},
5095 {"Decoder.DefaultSpace", Field, 1, ""},
5096 {"Decoder.Entity", Field, 0, ""},
5097 {"Decoder.Strict", Field, 0, ""},
5098 {"Directive", Type, 0, ""},
5099 {"Encoder", Type, 0, ""},
5100 {"EndElement", Type, 0, ""},
5101 {"EndElement.Name", Field, 0, ""},
5102 {"Escape", Func, 0, "func(w io.Writer, s []byte)"},
5103 {"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
5104 {"HTMLAutoClose", Var, 0, ""},
5105 {"HTMLEntity", Var, 0, ""},
5106 {"Header", Const, 0, ""},
5107 {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
5108 {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
5109 {"Marshaler", Type, 2, ""},
5110 {"MarshalerAttr", Type, 2, ""},
5111 {"Name", Type, 0, ""},
5112 {"Name.Local", Field, 0, ""},
5113 {"Name.Space", Field, 0, ""},
5114 {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
5115 {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
5116 {"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
5117 {"ProcInst", Type, 0, ""},
5118 {"ProcInst.Inst", Field, 0, ""},
5119 {"ProcInst.Target", Field, 0, ""},
5120 {"StartElement", Type, 0, ""},
5121 {"StartElement.Attr", Field, 0, ""},
5122 {"StartElement.Name", Field, 0, ""},
5123 {"SyntaxError", Type, 0, ""},
5124 {"SyntaxError.Line", Field, 0, ""},
5125 {"SyntaxError.Msg", Field, 0, ""},
5126 {"TagPathError", Type, 0, ""},
5127 {"TagPathError.Field1", Field, 0, ""},
5128 {"TagPathError.Field2", Field, 0, ""},
5129 {"TagPathError.Struct", Field, 0, ""},
5130 {"TagPathError.Tag1", Field, 0, ""},
5131 {"TagPathError.Tag2", Field, 0, ""},
5132 {"Token", Type, 0, ""},
5133 {"TokenReader", Type, 10, ""},
5134 {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
5135 {"UnmarshalError", Type, 0, ""},
5136 {"Unmarshaler", Type, 2, ""},
5137 {"UnmarshalerAttr", Type, 2, ""},
5138 {"UnsupportedTypeError", Type, 0, ""},
5139 {"UnsupportedTypeError.Type", Field, 0, ""},
5140 },
5141 "errors": {
5142 {"As", Func, 13, "func(err error, target any) bool"},
5143 {"AsType", Func, 26, "func[E error](err error) (E, bool)"},
5144 {"ErrUnsupported", Var, 21, ""},
5145 {"Is", Func, 13, "func(err error, target error) bool"},
5146 {"Join", Func, 20, "func(errs ...error) error"},
5147 {"New", Func, 0, "func(text string) error"},
5148 {"Unwrap", Func, 13, "func(err error) error"},
5149 },
5150 "expvar": {
5151 {"(*Float).Add", Method, 0, ""},
5152 {"(*Float).Set", Method, 0, ""},
5153 {"(*Float).String", Method, 0, ""},
5154 {"(*Float).Value", Method, 8, ""},
5155 {"(*Int).Add", Method, 0, ""},
5156 {"(*Int).Set", Method, 0, ""},
5157 {"(*Int).String", Method, 0, ""},
5158 {"(*Int).Value", Method, 8, ""},
5159 {"(*Map).Add", Method, 0, ""},
5160 {"(*Map).AddFloat", Method, 0, ""},
5161 {"(*Map).Delete", Method, 12, ""},
5162 {"(*Map).Do", Method, 0, ""},
5163 {"(*Map).Get", Method, 0, ""},
5164 {"(*Map).Init", Method, 0, ""},
5165 {"(*Map).Set", Method, 0, ""},
5166 {"(*Map).String", Method, 0, ""},
5167 {"(*String).Set", Method, 0, ""},
5168 {"(*String).String", Method, 0, ""},
5169 {"(*String).Value", Method, 8, ""},
5170 {"(Func).String", Method, 0, ""},
5171 {"(Func).Value", Method, 8, ""},
5172 {"(Var).String", Method, 0, ""},
5173 {"Do", Func, 0, "func(f func(KeyValue))"},
5174 {"Float", Type, 0, ""},
5175 {"Func", Type, 0, ""},
5176 {"Get", Func, 0, "func(name string) Var"},
5177 {"Handler", Func, 8, "func() http.Handler"},
5178 {"Int", Type, 0, ""},
5179 {"KeyValue", Type, 0, ""},
5180 {"KeyValue.Key", Field, 0, ""},
5181 {"KeyValue.Value", Field, 0, ""},
5182 {"Map", Type, 0, ""},
5183 {"NewFloat", Func, 0, "func(name string) *Float"},
5184 {"NewInt", Func, 0, "func(name string) *Int"},
5185 {"NewMap", Func, 0, "func(name string) *Map"},
5186 {"NewString", Func, 0, "func(name string) *String"},
5187 {"Publish", Func, 0, "func(name string, v Var)"},
5188 {"String", Type, 0, ""},
5189 {"Var", Type, 0, ""},
5190 },
5191 "flag": {
5192 {"(*FlagSet).Arg", Method, 0, ""},
5193 {"(*FlagSet).Args", Method, 0, ""},
5194 {"(*FlagSet).Bool", Method, 0, ""},
5195 {"(*FlagSet).BoolFunc", Method, 21, ""},
5196 {"(*FlagSet).BoolVar", Method, 0, ""},
5197 {"(*FlagSet).Duration", Method, 0, ""},
5198 {"(*FlagSet).DurationVar", Method, 0, ""},
5199 {"(*FlagSet).ErrorHandling", Method, 10, ""},
5200 {"(*FlagSet).Float64", Method, 0, ""},
5201 {"(*FlagSet).Float64Var", Method, 0, ""},
5202 {"(*FlagSet).Func", Method, 16, ""},
5203 {"(*FlagSet).Init", Method, 0, ""},
5204 {"(*FlagSet).Int", Method, 0, ""},
5205 {"(*FlagSet).Int64", Method, 0, ""},
5206 {"(*FlagSet).Int64Var", Method, 0, ""},
5207 {"(*FlagSet).IntVar", Method, 0, ""},
5208 {"(*FlagSet).Lookup", Method, 0, ""},
5209 {"(*FlagSet).NArg", Method, 0, ""},
5210 {"(*FlagSet).NFlag", Method, 0, ""},
5211 {"(*FlagSet).Name", Method, 10, ""},
5212 {"(*FlagSet).Output", Method, 10, ""},
5213 {"(*FlagSet).Parse", Method, 0, ""},
5214 {"(*FlagSet).Parsed", Method, 0, ""},
5215 {"(*FlagSet).PrintDefaults", Method, 0, ""},
5216 {"(*FlagSet).Set", Method, 0, ""},
5217 {"(*FlagSet).SetOutput", Method, 0, ""},
5218 {"(*FlagSet).String", Method, 0, ""},
5219 {"(*FlagSet).StringVar", Method, 0, ""},
5220 {"(*FlagSet).TextVar", Method, 19, ""},
5221 {"(*FlagSet).Uint", Method, 0, ""},
5222 {"(*FlagSet).Uint64", Method, 0, ""},
5223 {"(*FlagSet).Uint64Var", Method, 0, ""},
5224 {"(*FlagSet).UintVar", Method, 0, ""},
5225 {"(*FlagSet).Var", Method, 0, ""},
5226 {"(*FlagSet).Visit", Method, 0, ""},
5227 {"(*FlagSet).VisitAll", Method, 0, ""},
5228 {"(Getter).Get", Method, 2, ""},
5229 {"(Getter).Set", Method, 2, ""},
5230 {"(Getter).String", Method, 2, ""},
5231 {"(Value).Set", Method, 0, ""},
5232 {"(Value).String", Method, 0, ""},
5233 {"Arg", Func, 0, "func(i int) string"},
5234 {"Args", Func, 0, "func() []string"},
5235 {"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
5236 {"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
5237 {"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
5238 {"CommandLine", Var, 2, ""},
5239 {"ContinueOnError", Const, 0, ""},
5240 {"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
5241 {"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
5242 {"ErrHelp", Var, 0, ""},
5243 {"ErrorHandling", Type, 0, ""},
5244 {"ExitOnError", Const, 0, ""},
5245 {"Flag", Type, 0, ""},
5246 {"Flag.DefValue", Field, 0, ""},
5247 {"Flag.Name", Field, 0, ""},
5248 {"Flag.Usage", Field, 0, ""},
5249 {"Flag.Value", Field, 0, ""},
5250 {"FlagSet", Type, 0, ""},
5251 {"FlagSet.Usage", Field, 0, ""},
5252 {"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
5253 {"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
5254 {"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
5255 {"Getter", Type, 2, ""},
5256 {"Int", Func, 0, "func(name string, value int, usage string) *int"},
5257 {"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
5258 {"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
5259 {"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
5260 {"Lookup", Func, 0, "func(name string) *Flag"},
5261 {"NArg", Func, 0, "func() int"},
5262 {"NFlag", Func, 0, "func() int"},
5263 {"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
5264 {"PanicOnError", Const, 0, ""},
5265 {"Parse", Func, 0, "func()"},
5266 {"Parsed", Func, 0, "func() bool"},
5267 {"PrintDefaults", Func, 0, "func()"},
5268 {"Set", Func, 0, "func(name string, value string) error"},
5269 {"String", Func, 0, "func(name string, value string, usage string) *string"},
5270 {"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
5271 {"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
5272 {"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
5273 {"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
5274 {"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
5275 {"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
5276 {"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
5277 {"Usage", Var, 0, ""},
5278 {"Value", Type, 0, ""},
5279 {"Var", Func, 0, "func(value Value, name string, usage string)"},
5280 {"Visit", Func, 0, "func(fn func(*Flag))"},
5281 {"VisitAll", Func, 0, "func(fn func(*Flag))"},
5282 },
5283 "fmt": {
5284 {"(Formatter).Format", Method, 0, ""},
5285 {"(GoStringer).GoString", Method, 0, ""},
5286 {"(ScanState).Read", Method, 0, ""},
5287 {"(ScanState).ReadRune", Method, 0, ""},
5288 {"(ScanState).SkipSpace", Method, 0, ""},
5289 {"(ScanState).Token", Method, 0, ""},
5290 {"(ScanState).UnreadRune", Method, 0, ""},
5291 {"(ScanState).Width", Method, 0, ""},
5292 {"(Scanner).Scan", Method, 0, ""},
5293 {"(State).Flag", Method, 0, ""},
5294 {"(State).Precision", Method, 0, ""},
5295 {"(State).Width", Method, 0, ""},
5296 {"(State).Write", Method, 0, ""},
5297 {"(Stringer).String", Method, 0, ""},
5298 {"Append", Func, 19, "func(b []byte, a ...any) []byte"},
5299 {"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
5300 {"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
5301 {"Errorf", Func, 0, "func(format string, a ...any) (err error)"},
5302 {"FormatString", Func, 20, "func(state State, verb rune) string"},
5303 {"Formatter", Type, 0, ""},
5304 {"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5305 {"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
5306 {"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
5307 {"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5308 {"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
5309 {"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
5310 {"GoStringer", Type, 0, ""},
5311 {"Print", Func, 0, "func(a ...any) (n int, err error)"},
5312 {"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5313 {"Println", Func, 0, "func(a ...any) (n int, err error)"},
5314 {"Scan", Func, 0, "func(a ...any) (n int, err error)"},
5315 {"ScanState", Type, 0, ""},
5316 {"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
5317 {"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
5318 {"Scanner", Type, 0, ""},
5319 {"Sprint", Func, 0, "func(a ...any) string"},
5320 {"Sprintf", Func, 0, "func(format string, a ...any) string"},
5321 {"Sprintln", Func, 0, "func(a ...any) string"},
5322 {"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
5323 {"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
5324 {"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
5325 {"State", Type, 0, ""},
5326 {"Stringer", Type, 0, ""},
5327 },
5328 "go/ast": {
5329 {"(*ArrayType).End", Method, 0, ""},
5330 {"(*ArrayType).Pos", Method, 0, ""},
5331 {"(*AssignStmt).End", Method, 0, ""},
5332 {"(*AssignStmt).Pos", Method, 0, ""},
5333 {"(*BadDecl).End", Method, 0, ""},
5334 {"(*BadDecl).Pos", Method, 0, ""},
5335 {"(*BadExpr).End", Method, 0, ""},
5336 {"(*BadExpr).Pos", Method, 0, ""},
5337 {"(*BadStmt).End", Method, 0, ""},
5338 {"(*BadStmt).Pos", Method, 0, ""},
5339 {"(*BasicLit).End", Method, 0, ""},
5340 {"(*BasicLit).Pos", Method, 0, ""},
5341 {"(*BinaryExpr).End", Method, 0, ""},
5342 {"(*BinaryExpr).Pos", Method, 0, ""},
5343 {"(*BlockStmt).End", Method, 0, ""},
5344 {"(*BlockStmt).Pos", Method, 0, ""},
5345 {"(*BranchStmt).End", Method, 0, ""},
5346 {"(*BranchStmt).Pos", Method, 0, ""},
5347 {"(*CallExpr).End", Method, 0, ""},
5348 {"(*CallExpr).Pos", Method, 0, ""},
5349 {"(*CaseClause).End", Method, 0, ""},
5350 {"(*CaseClause).Pos", Method, 0, ""},
5351 {"(*ChanType).End", Method, 0, ""},
5352 {"(*ChanType).Pos", Method, 0, ""},
5353 {"(*CommClause).End", Method, 0, ""},
5354 {"(*CommClause).Pos", Method, 0, ""},
5355 {"(*Comment).End", Method, 0, ""},
5356 {"(*Comment).Pos", Method, 0, ""},
5357 {"(*CommentGroup).End", Method, 0, ""},
5358 {"(*CommentGroup).Pos", Method, 0, ""},
5359 {"(*CommentGroup).Text", Method, 0, ""},
5360 {"(*CompositeLit).End", Method, 0, ""},
5361 {"(*CompositeLit).Pos", Method, 0, ""},
5362 {"(*DeclStmt).End", Method, 0, ""},
5363 {"(*DeclStmt).Pos", Method, 0, ""},
5364 {"(*DeferStmt).End", Method, 0, ""},
5365 {"(*DeferStmt).Pos", Method, 0, ""},
5366 {"(*Directive).End", Method, 26, ""},
5367 {"(*Directive).ParseArgs", Method, 26, ""},
5368 {"(*Directive).Pos", Method, 26, ""},
5369 {"(*Ellipsis).End", Method, 0, ""},
5370 {"(*Ellipsis).Pos", Method, 0, ""},
5371 {"(*EmptyStmt).End", Method, 0, ""},
5372 {"(*EmptyStmt).Pos", Method, 0, ""},
5373 {"(*ExprStmt).End", Method, 0, ""},
5374 {"(*ExprStmt).Pos", Method, 0, ""},
5375 {"(*Field).End", Method, 0, ""},
5376 {"(*Field).Pos", Method, 0, ""},
5377 {"(*FieldList).End", Method, 0, ""},
5378 {"(*FieldList).NumFields", Method, 0, ""},
5379 {"(*FieldList).Pos", Method, 0, ""},
5380 {"(*File).End", Method, 0, ""},
5381 {"(*File).Pos", Method, 0, ""},
5382 {"(*ForStmt).End", Method, 0, ""},
5383 {"(*ForStmt).Pos", Method, 0, ""},
5384 {"(*FuncDecl).End", Method, 0, ""},
5385 {"(*FuncDecl).Pos", Method, 0, ""},
5386 {"(*FuncLit).End", Method, 0, ""},
5387 {"(*FuncLit).Pos", Method, 0, ""},
5388 {"(*FuncType).End", Method, 0, ""},
5389 {"(*FuncType).Pos", Method, 0, ""},
5390 {"(*GenDecl).End", Method, 0, ""},
5391 {"(*GenDecl).Pos", Method, 0, ""},
5392 {"(*GoStmt).End", Method, 0, ""},
5393 {"(*GoStmt).Pos", Method, 0, ""},
5394 {"(*Ident).End", Method, 0, ""},
5395 {"(*Ident).IsExported", Method, 0, ""},
5396 {"(*Ident).Pos", Method, 0, ""},
5397 {"(*Ident).String", Method, 0, ""},
5398 {"(*IfStmt).End", Method, 0, ""},
5399 {"(*IfStmt).Pos", Method, 0, ""},
5400 {"(*ImportSpec).End", Method, 0, ""},
5401 {"(*ImportSpec).Pos", Method, 0, ""},
5402 {"(*IncDecStmt).End", Method, 0, ""},
5403 {"(*IncDecStmt).Pos", Method, 0, ""},
5404 {"(*IndexExpr).End", Method, 0, ""},
5405 {"(*IndexExpr).Pos", Method, 0, ""},
5406 {"(*IndexListExpr).End", Method, 18, ""},
5407 {"(*IndexListExpr).Pos", Method, 18, ""},
5408 {"(*InterfaceType).End", Method, 0, ""},
5409 {"(*InterfaceType).Pos", Method, 0, ""},
5410 {"(*KeyValueExpr).End", Method, 0, ""},
5411 {"(*KeyValueExpr).Pos", Method, 0, ""},
5412 {"(*LabeledStmt).End", Method, 0, ""},
5413 {"(*LabeledStmt).Pos", Method, 0, ""},
5414 {"(*MapType).End", Method, 0, ""},
5415 {"(*MapType).Pos", Method, 0, ""},
5416 {"(*Object).Pos", Method, 0, ""},
5417 {"(*Package).End", Method, 0, ""},
5418 {"(*Package).Pos", Method, 0, ""},
5419 {"(*ParenExpr).End", Method, 0, ""},
5420 {"(*ParenExpr).Pos", Method, 0, ""},
5421 {"(*RangeStmt).End", Method, 0, ""},
5422 {"(*RangeStmt).Pos", Method, 0, ""},
5423 {"(*ReturnStmt).End", Method, 0, ""},
5424 {"(*ReturnStmt).Pos", Method, 0, ""},
5425 {"(*Scope).Insert", Method, 0, ""},
5426 {"(*Scope).Lookup", Method, 0, ""},
5427 {"(*Scope).String", Method, 0, ""},
5428 {"(*SelectStmt).End", Method, 0, ""},
5429 {"(*SelectStmt).Pos", Method, 0, ""},
5430 {"(*SelectorExpr).End", Method, 0, ""},
5431 {"(*SelectorExpr).Pos", Method, 0, ""},
5432 {"(*SendStmt).End", Method, 0, ""},
5433 {"(*SendStmt).Pos", Method, 0, ""},
5434 {"(*SliceExpr).End", Method, 0, ""},
5435 {"(*SliceExpr).Pos", Method, 0, ""},
5436 {"(*StarExpr).End", Method, 0, ""},
5437 {"(*StarExpr).Pos", Method, 0, ""},
5438 {"(*StructType).End", Method, 0, ""},
5439 {"(*StructType).Pos", Method, 0, ""},
5440 {"(*SwitchStmt).End", Method, 0, ""},
5441 {"(*SwitchStmt).Pos", Method, 0, ""},
5442 {"(*TypeAssertExpr).End", Method, 0, ""},
5443 {"(*TypeAssertExpr).Pos", Method, 0, ""},
5444 {"(*TypeSpec).End", Method, 0, ""},
5445 {"(*TypeSpec).Pos", Method, 0, ""},
5446 {"(*TypeSwitchStmt).End", Method, 0, ""},
5447 {"(*TypeSwitchStmt).Pos", Method, 0, ""},
5448 {"(*UnaryExpr).End", Method, 0, ""},
5449 {"(*UnaryExpr).Pos", Method, 0, ""},
5450 {"(*ValueSpec).End", Method, 0, ""},
5451 {"(*ValueSpec).Pos", Method, 0, ""},
5452 {"(CommentMap).Comments", Method, 1, ""},
5453 {"(CommentMap).Filter", Method, 1, ""},
5454 {"(CommentMap).String", Method, 1, ""},
5455 {"(CommentMap).Update", Method, 1, ""},
5456 {"(Decl).End", Method, 0, ""},
5457 {"(Decl).Pos", Method, 0, ""},
5458 {"(Expr).End", Method, 0, ""},
5459 {"(Expr).Pos", Method, 0, ""},
5460 {"(Node).End", Method, 0, ""},
5461 {"(Node).Pos", Method, 0, ""},
5462 {"(ObjKind).String", Method, 0, ""},
5463 {"(Spec).End", Method, 0, ""},
5464 {"(Spec).Pos", Method, 0, ""},
5465 {"(Stmt).End", Method, 0, ""},
5466 {"(Stmt).Pos", Method, 0, ""},
5467 {"(Visitor).Visit", Method, 0, ""},
5468 {"ArrayType", Type, 0, ""},
5469 {"ArrayType.Elt", Field, 0, ""},
5470 {"ArrayType.Lbrack", Field, 0, ""},
5471 {"ArrayType.Len", Field, 0, ""},
5472 {"AssignStmt", Type, 0, ""},
5473 {"AssignStmt.Lhs", Field, 0, ""},
5474 {"AssignStmt.Rhs", Field, 0, ""},
5475 {"AssignStmt.Tok", Field, 0, ""},
5476 {"AssignStmt.TokPos", Field, 0, ""},
5477 {"Bad", Const, 0, ""},
5478 {"BadDecl", Type, 0, ""},
5479 {"BadDecl.From", Field, 0, ""},
5480 {"BadDecl.To", Field, 0, ""},
5481 {"BadExpr", Type, 0, ""},
5482 {"BadExpr.From", Field, 0, ""},
5483 {"BadExpr.To", Field, 0, ""},
5484 {"BadStmt", Type, 0, ""},
5485 {"BadStmt.From", Field, 0, ""},
5486 {"BadStmt.To", Field, 0, ""},
5487 {"BasicLit", Type, 0, ""},
5488 {"BasicLit.Kind", Field, 0, ""},
5489 {"BasicLit.Value", Field, 0, ""},
5490 {"BasicLit.ValueEnd", Field, 26, ""},
5491 {"BasicLit.ValuePos", Field, 0, ""},
5492 {"BinaryExpr", Type, 0, ""},
5493 {"BinaryExpr.Op", Field, 0, ""},
5494 {"BinaryExpr.OpPos", Field, 0, ""},
5495 {"BinaryExpr.X", Field, 0, ""},
5496 {"BinaryExpr.Y", Field, 0, ""},
5497 {"BlockStmt", Type, 0, ""},
5498 {"BlockStmt.Lbrace", Field, 0, ""},
5499 {"BlockStmt.List", Field, 0, ""},
5500 {"BlockStmt.Rbrace", Field, 0, ""},
5501 {"BranchStmt", Type, 0, ""},
5502 {"BranchStmt.Label", Field, 0, ""},
5503 {"BranchStmt.Tok", Field, 0, ""},
5504 {"BranchStmt.TokPos", Field, 0, ""},
5505 {"CallExpr", Type, 0, ""},
5506 {"CallExpr.Args", Field, 0, ""},
5507 {"CallExpr.Ellipsis", Field, 0, ""},
5508 {"CallExpr.Fun", Field, 0, ""},
5509 {"CallExpr.Lparen", Field, 0, ""},
5510 {"CallExpr.Rparen", Field, 0, ""},
5511 {"CaseClause", Type, 0, ""},
5512 {"CaseClause.Body", Field, 0, ""},
5513 {"CaseClause.Case", Field, 0, ""},
5514 {"CaseClause.Colon", Field, 0, ""},
5515 {"CaseClause.List", Field, 0, ""},
5516 {"ChanDir", Type, 0, ""},
5517 {"ChanType", Type, 0, ""},
5518 {"ChanType.Arrow", Field, 1, ""},
5519 {"ChanType.Begin", Field, 0, ""},
5520 {"ChanType.Dir", Field, 0, ""},
5521 {"ChanType.Value", Field, 0, ""},
5522 {"CommClause", Type, 0, ""},
5523 {"CommClause.Body", Field, 0, ""},
5524 {"CommClause.Case", Field, 0, ""},
5525 {"CommClause.Colon", Field, 0, ""},
5526 {"CommClause.Comm", Field, 0, ""},
5527 {"Comment", Type, 0, ""},
5528 {"Comment.Slash", Field, 0, ""},
5529 {"Comment.Text", Field, 0, ""},
5530 {"CommentGroup", Type, 0, ""},
5531 {"CommentGroup.List", Field, 0, ""},
5532 {"CommentMap", Type, 1, ""},
5533 {"CompositeLit", Type, 0, ""},
5534 {"CompositeLit.Elts", Field, 0, ""},
5535 {"CompositeLit.Incomplete", Field, 11, ""},
5536 {"CompositeLit.Lbrace", Field, 0, ""},
5537 {"CompositeLit.Rbrace", Field, 0, ""},
5538 {"CompositeLit.Type", Field, 0, ""},
5539 {"Con", Const, 0, ""},
5540 {"DeclStmt", Type, 0, ""},
5541 {"DeclStmt.Decl", Field, 0, ""},
5542 {"DeferStmt", Type, 0, ""},
5543 {"DeferStmt.Call", Field, 0, ""},
5544 {"DeferStmt.Defer", Field, 0, ""},
5545 {"Directive", Type, 26, ""},
5546 {"Directive.Args", Field, 26, ""},
5547 {"Directive.ArgsPos", Field, 26, ""},
5548 {"Directive.Name", Field, 26, ""},
5549 {"Directive.Slash", Field, 26, ""},
5550 {"Directive.Tool", Field, 26, ""},
5551 {"DirectiveArg", Type, 26, ""},
5552 {"DirectiveArg.Arg", Field, 26, ""},
5553 {"DirectiveArg.Pos", Field, 26, ""},
5554 {"Ellipsis", Type, 0, ""},
5555 {"Ellipsis.Ellipsis", Field, 0, ""},
5556 {"Ellipsis.Elt", Field, 0, ""},
5557 {"EmptyStmt", Type, 0, ""},
5558 {"EmptyStmt.Implicit", Field, 5, ""},
5559 {"EmptyStmt.Semicolon", Field, 0, ""},
5560 {"ExprStmt", Type, 0, ""},
5561 {"ExprStmt.X", Field, 0, ""},
5562 {"Field", Type, 0, ""},
5563 {"Field.Comment", Field, 0, ""},
5564 {"Field.Doc", Field, 0, ""},
5565 {"Field.Names", Field, 0, ""},
5566 {"Field.Tag", Field, 0, ""},
5567 {"Field.Type", Field, 0, ""},
5568 {"FieldFilter", Type, 0, ""},
5569 {"FieldList", Type, 0, ""},
5570 {"FieldList.Closing", Field, 0, ""},
5571 {"FieldList.List", Field, 0, ""},
5572 {"FieldList.Opening", Field, 0, ""},
5573 {"File", Type, 0, ""},
5574 {"File.Comments", Field, 0, ""},
5575 {"File.Decls", Field, 0, ""},
5576 {"File.Doc", Field, 0, ""},
5577 {"File.FileEnd", Field, 20, ""},
5578 {"File.FileStart", Field, 20, ""},
5579 {"File.GoVersion", Field, 21, ""},
5580 {"File.Imports", Field, 0, ""},
5581 {"File.Name", Field, 0, ""},
5582 {"File.Package", Field, 0, ""},
5583 {"File.Scope", Field, 0, ""},
5584 {"File.Unresolved", Field, 0, ""},
5585 {"FileExports", Func, 0, "func(src *File) bool"},
5586 {"Filter", Type, 0, ""},
5587 {"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
5588 {"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
5589 {"FilterFuncDuplicates", Const, 0, ""},
5590 {"FilterImportDuplicates", Const, 0, ""},
5591 {"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
5592 {"FilterUnassociatedComments", Const, 0, ""},
5593 {"ForStmt", Type, 0, ""},
5594 {"ForStmt.Body", Field, 0, ""},
5595 {"ForStmt.Cond", Field, 0, ""},
5596 {"ForStmt.For", Field, 0, ""},
5597 {"ForStmt.Init", Field, 0, ""},
5598 {"ForStmt.Post", Field, 0, ""},
5599 {"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
5600 {"Fun", Const, 0, ""},
5601 {"FuncDecl", Type, 0, ""},
5602 {"FuncDecl.Body", Field, 0, ""},
5603 {"FuncDecl.Doc", Field, 0, ""},
5604 {"FuncDecl.Name", Field, 0, ""},
5605 {"FuncDecl.Recv", Field, 0, ""},
5606 {"FuncDecl.Type", Field, 0, ""},
5607 {"FuncLit", Type, 0, ""},
5608 {"FuncLit.Body", Field, 0, ""},
5609 {"FuncLit.Type", Field, 0, ""},
5610 {"FuncType", Type, 0, ""},
5611 {"FuncType.Func", Field, 0, ""},
5612 {"FuncType.Params", Field, 0, ""},
5613 {"FuncType.Results", Field, 0, ""},
5614 {"FuncType.TypeParams", Field, 18, ""},
5615 {"GenDecl", Type, 0, ""},
5616 {"GenDecl.Doc", Field, 0, ""},
5617 {"GenDecl.Lparen", Field, 0, ""},
5618 {"GenDecl.Rparen", Field, 0, ""},
5619 {"GenDecl.Specs", Field, 0, ""},
5620 {"GenDecl.Tok", Field, 0, ""},
5621 {"GenDecl.TokPos", Field, 0, ""},
5622 {"GoStmt", Type, 0, ""},
5623 {"GoStmt.Call", Field, 0, ""},
5624 {"GoStmt.Go", Field, 0, ""},
5625 {"Ident", Type, 0, ""},
5626 {"Ident.Name", Field, 0, ""},
5627 {"Ident.NamePos", Field, 0, ""},
5628 {"Ident.Obj", Field, 0, ""},
5629 {"IfStmt", Type, 0, ""},
5630 {"IfStmt.Body", Field, 0, ""},
5631 {"IfStmt.Cond", Field, 0, ""},
5632 {"IfStmt.Else", Field, 0, ""},
5633 {"IfStmt.If", Field, 0, ""},
5634 {"IfStmt.Init", Field, 0, ""},
5635 {"ImportSpec", Type, 0, ""},
5636 {"ImportSpec.Comment", Field, 0, ""},
5637 {"ImportSpec.Doc", Field, 0, ""},
5638 {"ImportSpec.EndPos", Field, 0, ""},
5639 {"ImportSpec.Name", Field, 0, ""},
5640 {"ImportSpec.Path", Field, 0, ""},
5641 {"Importer", Type, 0, ""},
5642 {"IncDecStmt", Type, 0, ""},
5643 {"IncDecStmt.Tok", Field, 0, ""},
5644 {"IncDecStmt.TokPos", Field, 0, ""},
5645 {"IncDecStmt.X", Field, 0, ""},
5646 {"IndexExpr", Type, 0, ""},
5647 {"IndexExpr.Index", Field, 0, ""},
5648 {"IndexExpr.Lbrack", Field, 0, ""},
5649 {"IndexExpr.Rbrack", Field, 0, ""},
5650 {"IndexExpr.X", Field, 0, ""},
5651 {"IndexListExpr", Type, 18, ""},
5652 {"IndexListExpr.Indices", Field, 18, ""},
5653 {"IndexListExpr.Lbrack", Field, 18, ""},
5654 {"IndexListExpr.Rbrack", Field, 18, ""},
5655 {"IndexListExpr.X", Field, 18, ""},
5656 {"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
5657 {"InterfaceType", Type, 0, ""},
5658 {"InterfaceType.Incomplete", Field, 0, ""},
5659 {"InterfaceType.Interface", Field, 0, ""},
5660 {"InterfaceType.Methods", Field, 0, ""},
5661 {"IsExported", Func, 0, "func(name string) bool"},
5662 {"IsGenerated", Func, 21, "func(file *File) bool"},
5663 {"KeyValueExpr", Type, 0, ""},
5664 {"KeyValueExpr.Colon", Field, 0, ""},
5665 {"KeyValueExpr.Key", Field, 0, ""},
5666 {"KeyValueExpr.Value", Field, 0, ""},
5667 {"LabeledStmt", Type, 0, ""},
5668 {"LabeledStmt.Colon", Field, 0, ""},
5669 {"LabeledStmt.Label", Field, 0, ""},
5670 {"LabeledStmt.Stmt", Field, 0, ""},
5671 {"Lbl", Const, 0, ""},
5672 {"MapType", Type, 0, ""},
5673 {"MapType.Key", Field, 0, ""},
5674 {"MapType.Map", Field, 0, ""},
5675 {"MapType.Value", Field, 0, ""},
5676 {"MergeMode", Type, 0, ""},
5677 {"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
5678 {"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
5679 {"NewIdent", Func, 0, "func(name string) *Ident"},
5680 {"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
5681 {"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
5682 {"NewScope", Func, 0, "func(outer *Scope) *Scope"},
5683 {"Node", Type, 0, ""},
5684 {"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
5685 {"ObjKind", Type, 0, ""},
5686 {"Object", Type, 0, ""},
5687 {"Object.Data", Field, 0, ""},
5688 {"Object.Decl", Field, 0, ""},
5689 {"Object.Kind", Field, 0, ""},
5690 {"Object.Name", Field, 0, ""},
5691 {"Object.Type", Field, 0, ""},
5692 {"Package", Type, 0, ""},
5693 {"Package.Files", Field, 0, ""},
5694 {"Package.Imports", Field, 0, ""},
5695 {"Package.Name", Field, 0, ""},
5696 {"Package.Scope", Field, 0, ""},
5697 {"PackageExports", Func, 0, "func(pkg *Package) bool"},
5698 {"ParenExpr", Type, 0, ""},
5699 {"ParenExpr.Lparen", Field, 0, ""},
5700 {"ParenExpr.Rparen", Field, 0, ""},
5701 {"ParenExpr.X", Field, 0, ""},
5702 {"ParseDirective", Func, 26, "func(pos token.Pos, c string) (Directive, bool)"},
5703 {"Pkg", Const, 0, ""},
5704 {"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
5705 {"PreorderStack", Func, 25, "func(root Node, stack []Node, f func(n Node, stack []Node) bool)"},
5706 {"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
5707 {"RECV", Const, 0, ""},
5708 {"RangeStmt", Type, 0, ""},
5709 {"RangeStmt.Body", Field, 0, ""},
5710 {"RangeStmt.For", Field, 0, ""},
5711 {"RangeStmt.Key", Field, 0, ""},
5712 {"RangeStmt.Range", Field, 20, ""},
5713 {"RangeStmt.Tok", Field, 0, ""},
5714 {"RangeStmt.TokPos", Field, 0, ""},
5715 {"RangeStmt.Value", Field, 0, ""},
5716 {"RangeStmt.X", Field, 0, ""},
5717 {"ReturnStmt", Type, 0, ""},
5718 {"ReturnStmt.Results", Field, 0, ""},
5719 {"ReturnStmt.Return", Field, 0, ""},
5720 {"SEND", Const, 0, ""},
5721 {"Scope", Type, 0, ""},
5722 {"Scope.Objects", Field, 0, ""},
5723 {"Scope.Outer", Field, 0, ""},
5724 {"SelectStmt", Type, 0, ""},
5725 {"SelectStmt.Body", Field, 0, ""},
5726 {"SelectStmt.Select", Field, 0, ""},
5727 {"SelectorExpr", Type, 0, ""},
5728 {"SelectorExpr.Sel", Field, 0, ""},
5729 {"SelectorExpr.X", Field, 0, ""},
5730 {"SendStmt", Type, 0, ""},
5731 {"SendStmt.Arrow", Field, 0, ""},
5732 {"SendStmt.Chan", Field, 0, ""},
5733 {"SendStmt.Value", Field, 0, ""},
5734 {"SliceExpr", Type, 0, ""},
5735 {"SliceExpr.High", Field, 0, ""},
5736 {"SliceExpr.Lbrack", Field, 0, ""},
5737 {"SliceExpr.Low", Field, 0, ""},
5738 {"SliceExpr.Max", Field, 2, ""},
5739 {"SliceExpr.Rbrack", Field, 0, ""},
5740 {"SliceExpr.Slice3", Field, 2, ""},
5741 {"SliceExpr.X", Field, 0, ""},
5742 {"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
5743 {"StarExpr", Type, 0, ""},
5744 {"StarExpr.Star", Field, 0, ""},
5745 {"StarExpr.X", Field, 0, ""},
5746 {"StructType", Type, 0, ""},
5747 {"StructType.Fields", Field, 0, ""},
5748 {"StructType.Incomplete", Field, 0, ""},
5749 {"StructType.Struct", Field, 0, ""},
5750 {"SwitchStmt", Type, 0, ""},
5751 {"SwitchStmt.Body", Field, 0, ""},
5752 {"SwitchStmt.Init", Field, 0, ""},
5753 {"SwitchStmt.Switch", Field, 0, ""},
5754 {"SwitchStmt.Tag", Field, 0, ""},
5755 {"Typ", Const, 0, ""},
5756 {"TypeAssertExpr", Type, 0, ""},
5757 {"TypeAssertExpr.Lparen", Field, 2, ""},
5758 {"TypeAssertExpr.Rparen", Field, 2, ""},
5759 {"TypeAssertExpr.Type", Field, 0, ""},
5760 {"TypeAssertExpr.X", Field, 0, ""},
5761 {"TypeSpec", Type, 0, ""},
5762 {"TypeSpec.Assign", Field, 9, ""},
5763 {"TypeSpec.Comment", Field, 0, ""},
5764 {"TypeSpec.Doc", Field, 0, ""},
5765 {"TypeSpec.Name", Field, 0, ""},
5766 {"TypeSpec.Type", Field, 0, ""},
5767 {"TypeSpec.TypeParams", Field, 18, ""},
5768 {"TypeSwitchStmt", Type, 0, ""},
5769 {"TypeSwitchStmt.Assign", Field, 0, ""},
5770 {"TypeSwitchStmt.Body", Field, 0, ""},
5771 {"TypeSwitchStmt.Init", Field, 0, ""},
5772 {"TypeSwitchStmt.Switch", Field, 0, ""},
5773 {"UnaryExpr", Type, 0, ""},
5774 {"UnaryExpr.Op", Field, 0, ""},
5775 {"UnaryExpr.OpPos", Field, 0, ""},
5776 {"UnaryExpr.X", Field, 0, ""},
5777 {"Unparen", Func, 22, "func(e Expr) Expr"},
5778 {"ValueSpec", Type, 0, ""},
5779 {"ValueSpec.Comment", Field, 0, ""},
5780 {"ValueSpec.Doc", Field, 0, ""},
5781 {"ValueSpec.Names", Field, 0, ""},
5782 {"ValueSpec.Type", Field, 0, ""},
5783 {"ValueSpec.Values", Field, 0, ""},
5784 {"Var", Const, 0, ""},
5785 {"Visitor", Type, 0, ""},
5786 {"Walk", Func, 0, "func(v Visitor, node Node)"},
5787 },
5788 "go/build": {
5789 {"(*Context).Import", Method, 0, ""},
5790 {"(*Context).ImportDir", Method, 0, ""},
5791 {"(*Context).MatchFile", Method, 2, ""},
5792 {"(*Context).SrcDirs", Method, 0, ""},
5793 {"(*MultiplePackageError).Error", Method, 4, ""},
5794 {"(*NoGoError).Error", Method, 0, ""},
5795 {"(*Package).IsCommand", Method, 0, ""},
5796 {"AllowBinary", Const, 0, ""},
5797 {"ArchChar", Func, 0, "func(goarch string) (string, error)"},
5798 {"Context", Type, 0, ""},
5799 {"Context.BuildTags", Field, 0, ""},
5800 {"Context.CgoEnabled", Field, 0, ""},
5801 {"Context.Compiler", Field, 0, ""},
5802 {"Context.Dir", Field, 14, ""},
5803 {"Context.GOARCH", Field, 0, ""},
5804 {"Context.GOOS", Field, 0, ""},
5805 {"Context.GOPATH", Field, 0, ""},
5806 {"Context.GOROOT", Field, 0, ""},
5807 {"Context.HasSubdir", Field, 0, ""},
5808 {"Context.InstallSuffix", Field, 1, ""},
5809 {"Context.IsAbsPath", Field, 0, ""},
5810 {"Context.IsDir", Field, 0, ""},
5811 {"Context.JoinPath", Field, 0, ""},
5812 {"Context.OpenFile", Field, 0, ""},
5813 {"Context.ReadDir", Field, 0, ""},
5814 {"Context.ReleaseTags", Field, 1, ""},
5815 {"Context.SplitPathList", Field, 0, ""},
5816 {"Context.ToolTags", Field, 17, ""},
5817 {"Context.UseAllFiles", Field, 0, ""},
5818 {"Default", Var, 0, ""},
5819 {"Directive", Type, 21, ""},
5820 {"Directive.Pos", Field, 21, ""},
5821 {"Directive.Text", Field, 21, ""},
5822 {"FindOnly", Const, 0, ""},
5823 {"IgnoreVendor", Const, 6, ""},
5824 {"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
5825 {"ImportComment", Const, 4, ""},
5826 {"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
5827 {"ImportMode", Type, 0, ""},
5828 {"IsLocalImport", Func, 0, "func(path string) bool"},
5829 {"MultiplePackageError", Type, 4, ""},
5830 {"MultiplePackageError.Dir", Field, 4, ""},
5831 {"MultiplePackageError.Files", Field, 4, ""},
5832 {"MultiplePackageError.Packages", Field, 4, ""},
5833 {"NoGoError", Type, 0, ""},
5834 {"NoGoError.Dir", Field, 0, ""},
5835 {"Package", Type, 0, ""},
5836 {"Package.AllTags", Field, 2, ""},
5837 {"Package.BinDir", Field, 0, ""},
5838 {"Package.BinaryOnly", Field, 7, ""},
5839 {"Package.CFiles", Field, 0, ""},
5840 {"Package.CXXFiles", Field, 2, ""},
5841 {"Package.CgoCFLAGS", Field, 0, ""},
5842 {"Package.CgoCPPFLAGS", Field, 2, ""},
5843 {"Package.CgoCXXFLAGS", Field, 2, ""},
5844 {"Package.CgoFFLAGS", Field, 7, ""},
5845 {"Package.CgoFiles", Field, 0, ""},
5846 {"Package.CgoLDFLAGS", Field, 0, ""},
5847 {"Package.CgoPkgConfig", Field, 0, ""},
5848 {"Package.ConflictDir", Field, 2, ""},
5849 {"Package.Dir", Field, 0, ""},
5850 {"Package.Directives", Field, 21, ""},
5851 {"Package.Doc", Field, 0, ""},
5852 {"Package.EmbedPatternPos", Field, 16, ""},
5853 {"Package.EmbedPatterns", Field, 16, ""},
5854 {"Package.FFiles", Field, 7, ""},
5855 {"Package.GoFiles", Field, 0, ""},
5856 {"Package.Goroot", Field, 0, ""},
5857 {"Package.HFiles", Field, 0, ""},
5858 {"Package.IgnoredGoFiles", Field, 1, ""},
5859 {"Package.IgnoredOtherFiles", Field, 16, ""},
5860 {"Package.ImportComment", Field, 4, ""},
5861 {"Package.ImportPath", Field, 0, ""},
5862 {"Package.ImportPos", Field, 0, ""},
5863 {"Package.Imports", Field, 0, ""},
5864 {"Package.InvalidGoFiles", Field, 6, ""},
5865 {"Package.MFiles", Field, 3, ""},
5866 {"Package.Name", Field, 0, ""},
5867 {"Package.PkgObj", Field, 0, ""},
5868 {"Package.PkgRoot", Field, 0, ""},
5869 {"Package.PkgTargetRoot", Field, 5, ""},
5870 {"Package.Root", Field, 0, ""},
5871 {"Package.SFiles", Field, 0, ""},
5872 {"Package.SrcRoot", Field, 0, ""},
5873 {"Package.SwigCXXFiles", Field, 1, ""},
5874 {"Package.SwigFiles", Field, 1, ""},
5875 {"Package.SysoFiles", Field, 0, ""},
5876 {"Package.TestDirectives", Field, 21, ""},
5877 {"Package.TestEmbedPatternPos", Field, 16, ""},
5878 {"Package.TestEmbedPatterns", Field, 16, ""},
5879 {"Package.TestGoFiles", Field, 0, ""},
5880 {"Package.TestImportPos", Field, 0, ""},
5881 {"Package.TestImports", Field, 0, ""},
5882 {"Package.XTestDirectives", Field, 21, ""},
5883 {"Package.XTestEmbedPatternPos", Field, 16, ""},
5884 {"Package.XTestEmbedPatterns", Field, 16, ""},
5885 {"Package.XTestGoFiles", Field, 0, ""},
5886 {"Package.XTestImportPos", Field, 0, ""},
5887 {"Package.XTestImports", Field, 0, ""},
5888 {"ToolDir", Var, 0, ""},
5889 },
5890 "go/build/constraint": {
5891 {"(*AndExpr).Eval", Method, 16, ""},
5892 {"(*AndExpr).String", Method, 16, ""},
5893 {"(*NotExpr).Eval", Method, 16, ""},
5894 {"(*NotExpr).String", Method, 16, ""},
5895 {"(*OrExpr).Eval", Method, 16, ""},
5896 {"(*OrExpr).String", Method, 16, ""},
5897 {"(*SyntaxError).Error", Method, 16, ""},
5898 {"(*TagExpr).Eval", Method, 16, ""},
5899 {"(*TagExpr).String", Method, 16, ""},
5900 {"(Expr).Eval", Method, 16, ""},
5901 {"(Expr).String", Method, 16, ""},
5902 {"AndExpr", Type, 16, ""},
5903 {"AndExpr.X", Field, 16, ""},
5904 {"AndExpr.Y", Field, 16, ""},
5905 {"GoVersion", Func, 21, "func(x Expr) string"},
5906 {"IsGoBuild", Func, 16, "func(line string) bool"},
5907 {"IsPlusBuild", Func, 16, "func(line string) bool"},
5908 {"NotExpr", Type, 16, ""},
5909 {"NotExpr.X", Field, 16, ""},
5910 {"OrExpr", Type, 16, ""},
5911 {"OrExpr.X", Field, 16, ""},
5912 {"OrExpr.Y", Field, 16, ""},
5913 {"Parse", Func, 16, "func(line string) (Expr, error)"},
5914 {"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
5915 {"SyntaxError", Type, 16, ""},
5916 {"SyntaxError.Err", Field, 16, ""},
5917 {"SyntaxError.Offset", Field, 16, ""},
5918 {"TagExpr", Type, 16, ""},
5919 {"TagExpr.Tag", Field, 16, ""},
5920 },
5921 "go/constant": {
5922 {"(Kind).String", Method, 18, ""},
5923 {"(Value).ExactString", Method, 6, ""},
5924 {"(Value).Kind", Method, 5, ""},
5925 {"(Value).String", Method, 5, ""},
5926 {"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
5927 {"BitLen", Func, 5, "func(x Value) int"},
5928 {"Bool", Const, 5, ""},
5929 {"BoolVal", Func, 5, "func(x Value) bool"},
5930 {"Bytes", Func, 5, "func(x Value) []byte"},
5931 {"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
5932 {"Complex", Const, 5, ""},
5933 {"Denom", Func, 5, "func(x Value) Value"},
5934 {"Float", Const, 5, ""},
5935 {"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
5936 {"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
5937 {"Imag", Func, 5, "func(x Value) Value"},
5938 {"Int", Const, 5, ""},
5939 {"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
5940 {"Kind", Type, 5, ""},
5941 {"Make", Func, 13, "func(x any) Value"},
5942 {"MakeBool", Func, 5, "func(b bool) Value"},
5943 {"MakeFloat64", Func, 5, "func(x float64) Value"},
5944 {"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
5945 {"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
5946 {"MakeImag", Func, 5, "func(x Value) Value"},
5947 {"MakeInt64", Func, 5, "func(x int64) Value"},
5948 {"MakeString", Func, 5, "func(s string) Value"},
5949 {"MakeUint64", Func, 5, "func(x uint64) Value"},
5950 {"MakeUnknown", Func, 5, "func() Value"},
5951 {"Num", Func, 5, "func(x Value) Value"},
5952 {"Real", Func, 5, "func(x Value) Value"},
5953 {"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
5954 {"Sign", Func, 5, "func(x Value) int"},
5955 {"String", Const, 5, ""},
5956 {"StringVal", Func, 5, "func(x Value) string"},
5957 {"ToComplex", Func, 6, "func(x Value) Value"},
5958 {"ToFloat", Func, 6, "func(x Value) Value"},
5959 {"ToInt", Func, 6, "func(x Value) Value"},
5960 {"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
5961 {"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
5962 {"Unknown", Const, 5, ""},
5963 {"Val", Func, 13, "func(x Value) any"},
5964 },
5965 "go/doc": {
5966 {"(*Package).Filter", Method, 0, ""},
5967 {"(*Package).HTML", Method, 19, ""},
5968 {"(*Package).Markdown", Method, 19, ""},
5969 {"(*Package).Parser", Method, 19, ""},
5970 {"(*Package).Printer", Method, 19, ""},
5971 {"(*Package).Synopsis", Method, 19, ""},
5972 {"(*Package).Text", Method, 19, ""},
5973 {"AllDecls", Const, 0, ""},
5974 {"AllMethods", Const, 0, ""},
5975 {"Example", Type, 0, ""},
5976 {"Example.Code", Field, 0, ""},
5977 {"Example.Comments", Field, 0, ""},
5978 {"Example.Doc", Field, 0, ""},
5979 {"Example.EmptyOutput", Field, 1, ""},
5980 {"Example.Name", Field, 0, ""},
5981 {"Example.Order", Field, 1, ""},
5982 {"Example.Output", Field, 0, ""},
5983 {"Example.Play", Field, 1, ""},
5984 {"Example.Suffix", Field, 14, ""},
5985 {"Example.Unordered", Field, 7, ""},
5986 {"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
5987 {"Filter", Type, 0, ""},
5988 {"Func", Type, 0, ""},
5989 {"Func.Decl", Field, 0, ""},
5990 {"Func.Doc", Field, 0, ""},
5991 {"Func.Examples", Field, 14, ""},
5992 {"Func.Level", Field, 0, ""},
5993 {"Func.Name", Field, 0, ""},
5994 {"Func.Orig", Field, 0, ""},
5995 {"Func.Recv", Field, 0, ""},
5996 {"IllegalPrefixes", Var, 1, ""},
5997 {"IsPredeclared", Func, 8, "func(s string) bool"},
5998 {"Mode", Type, 0, ""},
5999 {"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
6000 {"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
6001 {"Note", Type, 1, ""},
6002 {"Note.Body", Field, 1, ""},
6003 {"Note.End", Field, 1, ""},
6004 {"Note.Pos", Field, 1, ""},
6005 {"Note.UID", Field, 1, ""},
6006 {"Package", Type, 0, ""},
6007 {"Package.Bugs", Field, 0, ""},
6008 {"Package.Consts", Field, 0, ""},
6009 {"Package.Doc", Field, 0, ""},
6010 {"Package.Examples", Field, 14, ""},
6011 {"Package.Filenames", Field, 0, ""},
6012 {"Package.Funcs", Field, 0, ""},
6013 {"Package.ImportPath", Field, 0, ""},
6014 {"Package.Imports", Field, 0, ""},
6015 {"Package.Name", Field, 0, ""},
6016 {"Package.Notes", Field, 1, ""},
6017 {"Package.Types", Field, 0, ""},
6018 {"Package.Vars", Field, 0, ""},
6019 {"PreserveAST", Const, 12, ""},
6020 {"Synopsis", Func, 0, "func(text string) string"},
6021 {"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
6022 {"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
6023 {"Type", Type, 0, ""},
6024 {"Type.Consts", Field, 0, ""},
6025 {"Type.Decl", Field, 0, ""},
6026 {"Type.Doc", Field, 0, ""},
6027 {"Type.Examples", Field, 14, ""},
6028 {"Type.Funcs", Field, 0, ""},
6029 {"Type.Methods", Field, 0, ""},
6030 {"Type.Name", Field, 0, ""},
6031 {"Type.Vars", Field, 0, ""},
6032 {"Value", Type, 0, ""},
6033 {"Value.Decl", Field, 0, ""},
6034 {"Value.Doc", Field, 0, ""},
6035 {"Value.Names", Field, 0, ""},
6036 },
6037 "go/doc/comment": {
6038 {"(*DocLink).DefaultURL", Method, 19, ""},
6039 {"(*Heading).DefaultID", Method, 19, ""},
6040 {"(*List).BlankBefore", Method, 19, ""},
6041 {"(*List).BlankBetween", Method, 19, ""},
6042 {"(*Parser).Parse", Method, 19, ""},
6043 {"(*Printer).Comment", Method, 19, ""},
6044 {"(*Printer).HTML", Method, 19, ""},
6045 {"(*Printer).Markdown", Method, 19, ""},
6046 {"(*Printer).Text", Method, 19, ""},
6047 {"Code", Type, 19, ""},
6048 {"Code.Text", Field, 19, ""},
6049 {"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
6050 {"Doc", Type, 19, ""},
6051 {"Doc.Content", Field, 19, ""},
6052 {"Doc.Links", Field, 19, ""},
6053 {"DocLink", Type, 19, ""},
6054 {"DocLink.ImportPath", Field, 19, ""},
6055 {"DocLink.Name", Field, 19, ""},
6056 {"DocLink.Recv", Field, 19, ""},
6057 {"DocLink.Text", Field, 19, ""},
6058 {"Heading", Type, 19, ""},
6059 {"Heading.Text", Field, 19, ""},
6060 {"Italic", Type, 19, ""},
6061 {"Link", Type, 19, ""},
6062 {"Link.Auto", Field, 19, ""},
6063 {"Link.Text", Field, 19, ""},
6064 {"Link.URL", Field, 19, ""},
6065 {"LinkDef", Type, 19, ""},
6066 {"LinkDef.Text", Field, 19, ""},
6067 {"LinkDef.URL", Field, 19, ""},
6068 {"LinkDef.Used", Field, 19, ""},
6069 {"List", Type, 19, ""},
6070 {"List.ForceBlankBefore", Field, 19, ""},
6071 {"List.ForceBlankBetween", Field, 19, ""},
6072 {"List.Items", Field, 19, ""},
6073 {"ListItem", Type, 19, ""},
6074 {"ListItem.Content", Field, 19, ""},
6075 {"ListItem.Number", Field, 19, ""},
6076 {"Paragraph", Type, 19, ""},
6077 {"Paragraph.Text", Field, 19, ""},
6078 {"Parser", Type, 19, ""},
6079 {"Parser.LookupPackage", Field, 19, ""},
6080 {"Parser.LookupSym", Field, 19, ""},
6081 {"Parser.Words", Field, 19, ""},
6082 {"Plain", Type, 19, ""},
6083 {"Printer", Type, 19, ""},
6084 {"Printer.DocLinkBaseURL", Field, 19, ""},
6085 {"Printer.DocLinkURL", Field, 19, ""},
6086 {"Printer.HeadingID", Field, 19, ""},
6087 {"Printer.HeadingLevel", Field, 19, ""},
6088 {"Printer.TextCodePrefix", Field, 19, ""},
6089 {"Printer.TextPrefix", Field, 19, ""},
6090 {"Printer.TextWidth", Field, 19, ""},
6091 },
6092 "go/format": {
6093 {"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
6094 {"Source", Func, 1, "func(src []byte) ([]byte, error)"},
6095 },
6096 "go/importer": {
6097 {"Default", Func, 5, "func() types.Importer"},
6098 {"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
6099 {"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
6100 {"Lookup", Type, 5, ""},
6101 },
6102 "go/parser": {
6103 {"AllErrors", Const, 1, ""},
6104 {"DeclarationErrors", Const, 0, ""},
6105 {"ImportsOnly", Const, 0, ""},
6106 {"Mode", Type, 0, ""},
6107 {"PackageClauseOnly", Const, 0, ""},
6108 {"ParseComments", Const, 0, ""},
6109 {"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
6110 {"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
6111 {"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
6112 {"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
6113 {"SkipObjectResolution", Const, 17, ""},
6114 {"SpuriousErrors", Const, 0, ""},
6115 {"Trace", Const, 0, ""},
6116 },
6117 "go/printer": {
6118 {"(*Config).Fprint", Method, 0, ""},
6119 {"CommentedNode", Type, 0, ""},
6120 {"CommentedNode.Comments", Field, 0, ""},
6121 {"CommentedNode.Node", Field, 0, ""},
6122 {"Config", Type, 0, ""},
6123 {"Config.Indent", Field, 1, ""},
6124 {"Config.Mode", Field, 0, ""},
6125 {"Config.Tabwidth", Field, 0, ""},
6126 {"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
6127 {"Mode", Type, 0, ""},
6128 {"RawFormat", Const, 0, ""},
6129 {"SourcePos", Const, 0, ""},
6130 {"TabIndent", Const, 0, ""},
6131 {"UseSpaces", Const, 0, ""},
6132 },
6133 "go/scanner": {
6134 {"(*ErrorList).Add", Method, 0, ""},
6135 {"(*ErrorList).RemoveMultiples", Method, 0, ""},
6136 {"(*ErrorList).Reset", Method, 0, ""},
6137 {"(*Scanner).Init", Method, 0, ""},
6138 {"(*Scanner).Scan", Method, 0, ""},
6139 {"(Error).Error", Method, 0, ""},
6140 {"(ErrorList).Err", Method, 0, ""},
6141 {"(ErrorList).Error", Method, 0, ""},
6142 {"(ErrorList).Len", Method, 0, ""},
6143 {"(ErrorList).Less", Method, 0, ""},
6144 {"(ErrorList).Sort", Method, 0, ""},
6145 {"(ErrorList).Swap", Method, 0, ""},
6146 {"Error", Type, 0, ""},
6147 {"Error.Msg", Field, 0, ""},
6148 {"Error.Pos", Field, 0, ""},
6149 {"ErrorHandler", Type, 0, ""},
6150 {"ErrorList", Type, 0, ""},
6151 {"Mode", Type, 0, ""},
6152 {"PrintError", Func, 0, "func(w io.Writer, err error)"},
6153 {"ScanComments", Const, 0, ""},
6154 {"Scanner", Type, 0, ""},
6155 {"Scanner.ErrorCount", Field, 0, ""},
6156 },
6157 "go/token": {
6158 {"(*File).AddLine", Method, 0, ""},
6159 {"(*File).AddLineColumnInfo", Method, 11, ""},
6160 {"(*File).AddLineInfo", Method, 0, ""},
6161 {"(*File).Base", Method, 0, ""},
6162 {"(*File).End", Method, 26, ""},
6163 {"(*File).Line", Method, 0, ""},
6164 {"(*File).LineCount", Method, 0, ""},
6165 {"(*File).LineStart", Method, 12, ""},
6166 {"(*File).Lines", Method, 21, ""},
6167 {"(*File).MergeLine", Method, 2, ""},
6168 {"(*File).Name", Method, 0, ""},
6169 {"(*File).Offset", Method, 0, ""},
6170 {"(*File).Pos", Method, 0, ""},
6171 {"(*File).Position", Method, 0, ""},
6172 {"(*File).PositionFor", Method, 4, ""},
6173 {"(*File).SetLines", Method, 0, ""},
6174 {"(*File).SetLinesForContent", Method, 0, ""},
6175 {"(*File).Size", Method, 0, ""},
6176 {"(*FileSet).AddExistingFiles", Method, 25, ""},
6177 {"(*FileSet).AddFile", Method, 0, ""},
6178 {"(*FileSet).Base", Method, 0, ""},
6179 {"(*FileSet).File", Method, 0, ""},
6180 {"(*FileSet).Iterate", Method, 0, ""},
6181 {"(*FileSet).Position", Method, 0, ""},
6182 {"(*FileSet).PositionFor", Method, 4, ""},
6183 {"(*FileSet).Read", Method, 0, ""},
6184 {"(*FileSet).RemoveFile", Method, 20, ""},
6185 {"(*FileSet).Write", Method, 0, ""},
6186 {"(*Position).IsValid", Method, 0, ""},
6187 {"(Pos).IsValid", Method, 0, ""},
6188 {"(Position).String", Method, 0, ""},
6189 {"(Token).IsKeyword", Method, 0, ""},
6190 {"(Token).IsLiteral", Method, 0, ""},
6191 {"(Token).IsOperator", Method, 0, ""},
6192 {"(Token).Precedence", Method, 0, ""},
6193 {"(Token).String", Method, 0, ""},
6194 {"ADD", Const, 0, ""},
6195 {"ADD_ASSIGN", Const, 0, ""},
6196 {"AND", Const, 0, ""},
6197 {"AND_ASSIGN", Const, 0, ""},
6198 {"AND_NOT", Const, 0, ""},
6199 {"AND_NOT_ASSIGN", Const, 0, ""},
6200 {"ARROW", Const, 0, ""},
6201 {"ASSIGN", Const, 0, ""},
6202 {"BREAK", Const, 0, ""},
6203 {"CASE", Const, 0, ""},
6204 {"CHAN", Const, 0, ""},
6205 {"CHAR", Const, 0, ""},
6206 {"COLON", Const, 0, ""},
6207 {"COMMA", Const, 0, ""},
6208 {"COMMENT", Const, 0, ""},
6209 {"CONST", Const, 0, ""},
6210 {"CONTINUE", Const, 0, ""},
6211 {"DEC", Const, 0, ""},
6212 {"DEFAULT", Const, 0, ""},
6213 {"DEFER", Const, 0, ""},
6214 {"DEFINE", Const, 0, ""},
6215 {"ELLIPSIS", Const, 0, ""},
6216 {"ELSE", Const, 0, ""},
6217 {"EOF", Const, 0, ""},
6218 {"EQL", Const, 0, ""},
6219 {"FALLTHROUGH", Const, 0, ""},
6220 {"FLOAT", Const, 0, ""},
6221 {"FOR", Const, 0, ""},
6222 {"FUNC", Const, 0, ""},
6223 {"File", Type, 0, ""},
6224 {"FileSet", Type, 0, ""},
6225 {"GEQ", Const, 0, ""},
6226 {"GO", Const, 0, ""},
6227 {"GOTO", Const, 0, ""},
6228 {"GTR", Const, 0, ""},
6229 {"HighestPrec", Const, 0, ""},
6230 {"IDENT", Const, 0, ""},
6231 {"IF", Const, 0, ""},
6232 {"ILLEGAL", Const, 0, ""},
6233 {"IMAG", Const, 0, ""},
6234 {"IMPORT", Const, 0, ""},
6235 {"INC", Const, 0, ""},
6236 {"INT", Const, 0, ""},
6237 {"INTERFACE", Const, 0, ""},
6238 {"IsExported", Func, 13, "func(name string) bool"},
6239 {"IsIdentifier", Func, 13, "func(name string) bool"},
6240 {"IsKeyword", Func, 13, "func(name string) bool"},
6241 {"LAND", Const, 0, ""},
6242 {"LBRACE", Const, 0, ""},
6243 {"LBRACK", Const, 0, ""},
6244 {"LEQ", Const, 0, ""},
6245 {"LOR", Const, 0, ""},
6246 {"LPAREN", Const, 0, ""},
6247 {"LSS", Const, 0, ""},
6248 {"Lookup", Func, 0, "func(ident string) Token"},
6249 {"LowestPrec", Const, 0, ""},
6250 {"MAP", Const, 0, ""},
6251 {"MUL", Const, 0, ""},
6252 {"MUL_ASSIGN", Const, 0, ""},
6253 {"NEQ", Const, 0, ""},
6254 {"NOT", Const, 0, ""},
6255 {"NewFileSet", Func, 0, "func() *FileSet"},
6256 {"NoPos", Const, 0, ""},
6257 {"OR", Const, 0, ""},
6258 {"OR_ASSIGN", Const, 0, ""},
6259 {"PACKAGE", Const, 0, ""},
6260 {"PERIOD", Const, 0, ""},
6261 {"Pos", Type, 0, ""},
6262 {"Position", Type, 0, ""},
6263 {"Position.Column", Field, 0, ""},
6264 {"Position.Filename", Field, 0, ""},
6265 {"Position.Line", Field, 0, ""},
6266 {"Position.Offset", Field, 0, ""},
6267 {"QUO", Const, 0, ""},
6268 {"QUO_ASSIGN", Const, 0, ""},
6269 {"RANGE", Const, 0, ""},
6270 {"RBRACE", Const, 0, ""},
6271 {"RBRACK", Const, 0, ""},
6272 {"REM", Const, 0, ""},
6273 {"REM_ASSIGN", Const, 0, ""},
6274 {"RETURN", Const, 0, ""},
6275 {"RPAREN", Const, 0, ""},
6276 {"SELECT", Const, 0, ""},
6277 {"SEMICOLON", Const, 0, ""},
6278 {"SHL", Const, 0, ""},
6279 {"SHL_ASSIGN", Const, 0, ""},
6280 {"SHR", Const, 0, ""},
6281 {"SHR_ASSIGN", Const, 0, ""},
6282 {"STRING", Const, 0, ""},
6283 {"STRUCT", Const, 0, ""},
6284 {"SUB", Const, 0, ""},
6285 {"SUB_ASSIGN", Const, 0, ""},
6286 {"SWITCH", Const, 0, ""},
6287 {"TILDE", Const, 18, ""},
6288 {"TYPE", Const, 0, ""},
6289 {"Token", Type, 0, ""},
6290 {"UnaryPrec", Const, 0, ""},
6291 {"VAR", Const, 0, ""},
6292 {"XOR", Const, 0, ""},
6293 {"XOR_ASSIGN", Const, 0, ""},
6294 },
6295 "go/types": {
6296 {"(*Alias).Obj", Method, 22, ""},
6297 {"(*Alias).Origin", Method, 23, ""},
6298 {"(*Alias).Rhs", Method, 23, ""},
6299 {"(*Alias).SetTypeParams", Method, 23, ""},
6300 {"(*Alias).String", Method, 22, ""},
6301 {"(*Alias).TypeArgs", Method, 23, ""},
6302 {"(*Alias).TypeParams", Method, 23, ""},
6303 {"(*Alias).Underlying", Method, 22, ""},
6304 {"(*ArgumentError).Error", Method, 18, ""},
6305 {"(*ArgumentError).Unwrap", Method, 18, ""},
6306 {"(*Array).Elem", Method, 5, ""},
6307 {"(*Array).Len", Method, 5, ""},
6308 {"(*Array).String", Method, 5, ""},
6309 {"(*Array).Underlying", Method, 5, ""},
6310 {"(*Basic).Info", Method, 5, ""},
6311 {"(*Basic).Kind", Method, 5, ""},
6312 {"(*Basic).Name", Method, 5, ""},
6313 {"(*Basic).String", Method, 5, ""},
6314 {"(*Basic).Underlying", Method, 5, ""},
6315 {"(*Builtin).Exported", Method, 5, ""},
6316 {"(*Builtin).Id", Method, 5, ""},
6317 {"(*Builtin).Name", Method, 5, ""},
6318 {"(*Builtin).Parent", Method, 5, ""},
6319 {"(*Builtin).Pkg", Method, 5, ""},
6320 {"(*Builtin).Pos", Method, 5, ""},
6321 {"(*Builtin).String", Method, 5, ""},
6322 {"(*Builtin).Type", Method, 5, ""},
6323 {"(*Chan).Dir", Method, 5, ""},
6324 {"(*Chan).Elem", Method, 5, ""},
6325 {"(*Chan).String", Method, 5, ""},
6326 {"(*Chan).Underlying", Method, 5, ""},
6327 {"(*Checker).Files", Method, 5, ""},
6328 {"(*Config).Check", Method, 5, ""},
6329 {"(*Const).Exported", Method, 5, ""},
6330 {"(*Const).Id", Method, 5, ""},
6331 {"(*Const).Name", Method, 5, ""},
6332 {"(*Const).Parent", Method, 5, ""},
6333 {"(*Const).Pkg", Method, 5, ""},
6334 {"(*Const).Pos", Method, 5, ""},
6335 {"(*Const).String", Method, 5, ""},
6336 {"(*Const).Type", Method, 5, ""},
6337 {"(*Const).Val", Method, 5, ""},
6338 {"(*Func).Exported", Method, 5, ""},
6339 {"(*Func).FullName", Method, 5, ""},
6340 {"(*Func).Id", Method, 5, ""},
6341 {"(*Func).Name", Method, 5, ""},
6342 {"(*Func).Origin", Method, 19, ""},
6343 {"(*Func).Parent", Method, 5, ""},
6344 {"(*Func).Pkg", Method, 5, ""},
6345 {"(*Func).Pos", Method, 5, ""},
6346 {"(*Func).Scope", Method, 5, ""},
6347 {"(*Func).Signature", Method, 23, ""},
6348 {"(*Func).String", Method, 5, ""},
6349 {"(*Func).Type", Method, 5, ""},
6350 {"(*Info).ObjectOf", Method, 5, ""},
6351 {"(*Info).PkgNameOf", Method, 22, ""},
6352 {"(*Info).TypeOf", Method, 5, ""},
6353 {"(*Initializer).String", Method, 5, ""},
6354 {"(*Interface).Complete", Method, 5, ""},
6355 {"(*Interface).Embedded", Method, 5, ""},
6356 {"(*Interface).EmbeddedType", Method, 11, ""},
6357 {"(*Interface).EmbeddedTypes", Method, 24, ""},
6358 {"(*Interface).Empty", Method, 5, ""},
6359 {"(*Interface).ExplicitMethod", Method, 5, ""},
6360 {"(*Interface).ExplicitMethods", Method, 24, ""},
6361 {"(*Interface).IsComparable", Method, 18, ""},
6362 {"(*Interface).IsImplicit", Method, 18, ""},
6363 {"(*Interface).IsMethodSet", Method, 18, ""},
6364 {"(*Interface).MarkImplicit", Method, 18, ""},
6365 {"(*Interface).Method", Method, 5, ""},
6366 {"(*Interface).Methods", Method, 24, ""},
6367 {"(*Interface).NumEmbeddeds", Method, 5, ""},
6368 {"(*Interface).NumExplicitMethods", Method, 5, ""},
6369 {"(*Interface).NumMethods", Method, 5, ""},
6370 {"(*Interface).String", Method, 5, ""},
6371 {"(*Interface).Underlying", Method, 5, ""},
6372 {"(*Label).Exported", Method, 5, ""},
6373 {"(*Label).Id", Method, 5, ""},
6374 {"(*Label).Name", Method, 5, ""},
6375 {"(*Label).Parent", Method, 5, ""},
6376 {"(*Label).Pkg", Method, 5, ""},
6377 {"(*Label).Pos", Method, 5, ""},
6378 {"(*Label).String", Method, 5, ""},
6379 {"(*Label).Type", Method, 5, ""},
6380 {"(*Map).Elem", Method, 5, ""},
6381 {"(*Map).Key", Method, 5, ""},
6382 {"(*Map).String", Method, 5, ""},
6383 {"(*Map).Underlying", Method, 5, ""},
6384 {"(*MethodSet).At", Method, 5, ""},
6385 {"(*MethodSet).Len", Method, 5, ""},
6386 {"(*MethodSet).Lookup", Method, 5, ""},
6387 {"(*MethodSet).Methods", Method, 24, ""},
6388 {"(*MethodSet).String", Method, 5, ""},
6389 {"(*Named).AddMethod", Method, 5, ""},
6390 {"(*Named).Method", Method, 5, ""},
6391 {"(*Named).Methods", Method, 24, ""},
6392 {"(*Named).NumMethods", Method, 5, ""},
6393 {"(*Named).Obj", Method, 5, ""},
6394 {"(*Named).Origin", Method, 18, ""},
6395 {"(*Named).SetTypeParams", Method, 18, ""},
6396 {"(*Named).SetUnderlying", Method, 5, ""},
6397 {"(*Named).String", Method, 5, ""},
6398 {"(*Named).TypeArgs", Method, 18, ""},
6399 {"(*Named).TypeParams", Method, 18, ""},
6400 {"(*Named).Underlying", Method, 5, ""},
6401 {"(*Nil).Exported", Method, 5, ""},
6402 {"(*Nil).Id", Method, 5, ""},
6403 {"(*Nil).Name", Method, 5, ""},
6404 {"(*Nil).Parent", Method, 5, ""},
6405 {"(*Nil).Pkg", Method, 5, ""},
6406 {"(*Nil).Pos", Method, 5, ""},
6407 {"(*Nil).String", Method, 5, ""},
6408 {"(*Nil).Type", Method, 5, ""},
6409 {"(*Package).Complete", Method, 5, ""},
6410 {"(*Package).GoVersion", Method, 21, ""},
6411 {"(*Package).Imports", Method, 5, ""},
6412 {"(*Package).MarkComplete", Method, 5, ""},
6413 {"(*Package).Name", Method, 5, ""},
6414 {"(*Package).Path", Method, 5, ""},
6415 {"(*Package).Scope", Method, 5, ""},
6416 {"(*Package).SetImports", Method, 5, ""},
6417 {"(*Package).SetName", Method, 6, ""},
6418 {"(*Package).String", Method, 5, ""},
6419 {"(*PkgName).Exported", Method, 5, ""},
6420 {"(*PkgName).Id", Method, 5, ""},
6421 {"(*PkgName).Imported", Method, 5, ""},
6422 {"(*PkgName).Name", Method, 5, ""},
6423 {"(*PkgName).Parent", Method, 5, ""},
6424 {"(*PkgName).Pkg", Method, 5, ""},
6425 {"(*PkgName).Pos", Method, 5, ""},
6426 {"(*PkgName).String", Method, 5, ""},
6427 {"(*PkgName).Type", Method, 5, ""},
6428 {"(*Pointer).Elem", Method, 5, ""},
6429 {"(*Pointer).String", Method, 5, ""},
6430 {"(*Pointer).Underlying", Method, 5, ""},
6431 {"(*Scope).Child", Method, 5, ""},
6432 {"(*Scope).Children", Method, 24, ""},
6433 {"(*Scope).Contains", Method, 5, ""},
6434 {"(*Scope).End", Method, 5, ""},
6435 {"(*Scope).Innermost", Method, 5, ""},
6436 {"(*Scope).Insert", Method, 5, ""},
6437 {"(*Scope).Len", Method, 5, ""},
6438 {"(*Scope).Lookup", Method, 5, ""},
6439 {"(*Scope).LookupParent", Method, 5, ""},
6440 {"(*Scope).Names", Method, 5, ""},
6441 {"(*Scope).NumChildren", Method, 5, ""},
6442 {"(*Scope).Parent", Method, 5, ""},
6443 {"(*Scope).Pos", Method, 5, ""},
6444 {"(*Scope).String", Method, 5, ""},
6445 {"(*Scope).WriteTo", Method, 5, ""},
6446 {"(*Selection).Index", Method, 5, ""},
6447 {"(*Selection).Indirect", Method, 5, ""},
6448 {"(*Selection).Kind", Method, 5, ""},
6449 {"(*Selection).Obj", Method, 5, ""},
6450 {"(*Selection).Recv", Method, 5, ""},
6451 {"(*Selection).String", Method, 5, ""},
6452 {"(*Selection).Type", Method, 5, ""},
6453 {"(*Signature).Params", Method, 5, ""},
6454 {"(*Signature).Recv", Method, 5, ""},
6455 {"(*Signature).RecvTypeParams", Method, 18, ""},
6456 {"(*Signature).Results", Method, 5, ""},
6457 {"(*Signature).String", Method, 5, ""},
6458 {"(*Signature).TypeParams", Method, 18, ""},
6459 {"(*Signature).Underlying", Method, 5, ""},
6460 {"(*Signature).Variadic", Method, 5, ""},
6461 {"(*Slice).Elem", Method, 5, ""},
6462 {"(*Slice).String", Method, 5, ""},
6463 {"(*Slice).Underlying", Method, 5, ""},
6464 {"(*StdSizes).Alignof", Method, 5, ""},
6465 {"(*StdSizes).Offsetsof", Method, 5, ""},
6466 {"(*StdSizes).Sizeof", Method, 5, ""},
6467 {"(*Struct).Field", Method, 5, ""},
6468 {"(*Struct).Fields", Method, 24, ""},
6469 {"(*Struct).NumFields", Method, 5, ""},
6470 {"(*Struct).String", Method, 5, ""},
6471 {"(*Struct).Tag", Method, 5, ""},
6472 {"(*Struct).Underlying", Method, 5, ""},
6473 {"(*Term).String", Method, 18, ""},
6474 {"(*Term).Tilde", Method, 18, ""},
6475 {"(*Term).Type", Method, 18, ""},
6476 {"(*Tuple).At", Method, 5, ""},
6477 {"(*Tuple).Len", Method, 5, ""},
6478 {"(*Tuple).String", Method, 5, ""},
6479 {"(*Tuple).Underlying", Method, 5, ""},
6480 {"(*Tuple).Variables", Method, 24, ""},
6481 {"(*TypeList).At", Method, 18, ""},
6482 {"(*TypeList).Len", Method, 18, ""},
6483 {"(*TypeList).Types", Method, 24, ""},
6484 {"(*TypeName).Exported", Method, 5, ""},
6485 {"(*TypeName).Id", Method, 5, ""},
6486 {"(*TypeName).IsAlias", Method, 9, ""},
6487 {"(*TypeName).Name", Method, 5, ""},
6488 {"(*TypeName).Parent", Method, 5, ""},
6489 {"(*TypeName).Pkg", Method, 5, ""},
6490 {"(*TypeName).Pos", Method, 5, ""},
6491 {"(*TypeName).String", Method, 5, ""},
6492 {"(*TypeName).Type", Method, 5, ""},
6493 {"(*TypeParam).Constraint", Method, 18, ""},
6494 {"(*TypeParam).Index", Method, 18, ""},
6495 {"(*TypeParam).Obj", Method, 18, ""},
6496 {"(*TypeParam).SetConstraint", Method, 18, ""},
6497 {"(*TypeParam).String", Method, 18, ""},
6498 {"(*TypeParam).Underlying", Method, 18, ""},
6499 {"(*TypeParamList).At", Method, 18, ""},
6500 {"(*TypeParamList).Len", Method, 18, ""},
6501 {"(*TypeParamList).TypeParams", Method, 24, ""},
6502 {"(*Union).Len", Method, 18, ""},
6503 {"(*Union).String", Method, 18, ""},
6504 {"(*Union).Term", Method, 18, ""},
6505 {"(*Union).Terms", Method, 24, ""},
6506 {"(*Union).Underlying", Method, 18, ""},
6507 {"(*Var).Anonymous", Method, 5, ""},
6508 {"(*Var).Embedded", Method, 11, ""},
6509 {"(*Var).Exported", Method, 5, ""},
6510 {"(*Var).Id", Method, 5, ""},
6511 {"(*Var).IsField", Method, 5, ""},
6512 {"(*Var).Kind", Method, 25, ""},
6513 {"(*Var).Name", Method, 5, ""},
6514 {"(*Var).Origin", Method, 19, ""},
6515 {"(*Var).Parent", Method, 5, ""},
6516 {"(*Var).Pkg", Method, 5, ""},
6517 {"(*Var).Pos", Method, 5, ""},
6518 {"(*Var).SetKind", Method, 25, ""},
6519 {"(*Var).String", Method, 5, ""},
6520 {"(*Var).Type", Method, 5, ""},
6521 {"(Checker).ObjectOf", Method, 5, ""},
6522 {"(Checker).PkgNameOf", Method, 22, ""},
6523 {"(Checker).TypeOf", Method, 5, ""},
6524 {"(Error).Error", Method, 5, ""},
6525 {"(Importer).Import", Method, 5, ""},
6526 {"(ImporterFrom).Import", Method, 6, ""},
6527 {"(ImporterFrom).ImportFrom", Method, 6, ""},
6528 {"(Object).Exported", Method, 5, ""},
6529 {"(Object).Id", Method, 5, ""},
6530 {"(Object).Name", Method, 5, ""},
6531 {"(Object).Parent", Method, 5, ""},
6532 {"(Object).Pkg", Method, 5, ""},
6533 {"(Object).Pos", Method, 5, ""},
6534 {"(Object).String", Method, 5, ""},
6535 {"(Object).Type", Method, 5, ""},
6536 {"(Sizes).Alignof", Method, 5, ""},
6537 {"(Sizes).Offsetsof", Method, 5, ""},
6538 {"(Sizes).Sizeof", Method, 5, ""},
6539 {"(Type).String", Method, 5, ""},
6540 {"(Type).Underlying", Method, 5, ""},
6541 {"(TypeAndValue).Addressable", Method, 5, ""},
6542 {"(TypeAndValue).Assignable", Method, 5, ""},
6543 {"(TypeAndValue).HasOk", Method, 5, ""},
6544 {"(TypeAndValue).IsBuiltin", Method, 5, ""},
6545 {"(TypeAndValue).IsNil", Method, 5, ""},
6546 {"(TypeAndValue).IsType", Method, 5, ""},
6547 {"(TypeAndValue).IsValue", Method, 5, ""},
6548 {"(TypeAndValue).IsVoid", Method, 5, ""},
6549 {"(VarKind).String", Method, 25, ""},
6550 {"Alias", Type, 22, ""},
6551 {"ArgumentError", Type, 18, ""},
6552 {"ArgumentError.Err", Field, 18, ""},
6553 {"ArgumentError.Index", Field, 18, ""},
6554 {"Array", Type, 5, ""},
6555 {"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
6556 {"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
6557 {"Basic", Type, 5, ""},
6558 {"BasicInfo", Type, 5, ""},
6559 {"BasicKind", Type, 5, ""},
6560 {"Bool", Const, 5, ""},
6561 {"Builtin", Type, 5, ""},
6562 {"Byte", Const, 5, ""},
6563 {"Chan", Type, 5, ""},
6564 {"ChanDir", Type, 5, ""},
6565 {"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
6566 {"Checker", Type, 5, ""},
6567 {"Checker.Info", Field, 5, ""},
6568 {"Comparable", Func, 5, "func(T Type) bool"},
6569 {"Complex128", Const, 5, ""},
6570 {"Complex64", Const, 5, ""},
6571 {"Config", Type, 5, ""},
6572 {"Config.Context", Field, 18, ""},
6573 {"Config.DisableUnusedImportCheck", Field, 5, ""},
6574 {"Config.Error", Field, 5, ""},
6575 {"Config.FakeImportC", Field, 5, ""},
6576 {"Config.GoVersion", Field, 18, ""},
6577 {"Config.IgnoreFuncBodies", Field, 5, ""},
6578 {"Config.Importer", Field, 5, ""},
6579 {"Config.Sizes", Field, 5, ""},
6580 {"Const", Type, 5, ""},
6581 {"Context", Type, 18, ""},
6582 {"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
6583 {"DefPredeclaredTestFuncs", Func, 5, "func()"},
6584 {"Default", Func, 8, "func(t Type) Type"},
6585 {"Error", Type, 5, ""},
6586 {"Error.Fset", Field, 5, ""},
6587 {"Error.Msg", Field, 5, ""},
6588 {"Error.Pos", Field, 5, ""},
6589 {"Error.Soft", Field, 5, ""},
6590 {"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
6591 {"ExprString", Func, 5, "func(x ast.Expr) string"},
6592 {"FieldVal", Const, 5, ""},
6593 {"FieldVar", Const, 25, ""},
6594 {"Float32", Const, 5, ""},
6595 {"Float64", Const, 5, ""},
6596 {"Func", Type, 5, ""},
6597 {"Id", Func, 5, "func(pkg *Package, name string) string"},
6598 {"Identical", Func, 5, "func(x Type, y Type) bool"},
6599 {"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
6600 {"Implements", Func, 5, "func(V Type, T *Interface) bool"},
6601 {"ImportMode", Type, 6, ""},
6602 {"Importer", Type, 5, ""},
6603 {"ImporterFrom", Type, 6, ""},
6604 {"Info", Type, 5, ""},
6605 {"Info.Defs", Field, 5, ""},
6606 {"Info.FileVersions", Field, 22, ""},
6607 {"Info.Implicits", Field, 5, ""},
6608 {"Info.InitOrder", Field, 5, ""},
6609 {"Info.Instances", Field, 18, ""},
6610 {"Info.Scopes", Field, 5, ""},
6611 {"Info.Selections", Field, 5, ""},
6612 {"Info.Types", Field, 5, ""},
6613 {"Info.Uses", Field, 5, ""},
6614 {"Initializer", Type, 5, ""},
6615 {"Initializer.Lhs", Field, 5, ""},
6616 {"Initializer.Rhs", Field, 5, ""},
6617 {"Instance", Type, 18, ""},
6618 {"Instance.Type", Field, 18, ""},
6619 {"Instance.TypeArgs", Field, 18, ""},
6620 {"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
6621 {"Int", Const, 5, ""},
6622 {"Int16", Const, 5, ""},
6623 {"Int32", Const, 5, ""},
6624 {"Int64", Const, 5, ""},
6625 {"Int8", Const, 5, ""},
6626 {"Interface", Type, 5, ""},
6627 {"Invalid", Const, 5, ""},
6628 {"IsBoolean", Const, 5, ""},
6629 {"IsComplex", Const, 5, ""},
6630 {"IsConstType", Const, 5, ""},
6631 {"IsFloat", Const, 5, ""},
6632 {"IsInteger", Const, 5, ""},
6633 {"IsInterface", Func, 5, "func(t Type) bool"},
6634 {"IsNumeric", Const, 5, ""},
6635 {"IsOrdered", Const, 5, ""},
6636 {"IsString", Const, 5, ""},
6637 {"IsUnsigned", Const, 5, ""},
6638 {"IsUntyped", Const, 5, ""},
6639 {"Label", Type, 5, ""},
6640 {"LocalVar", Const, 25, ""},
6641 {"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
6642 {"LookupSelection", Func, 25, "func(T Type, addressable bool, pkg *Package, name string) (Selection, bool)"},
6643 {"Map", Type, 5, ""},
6644 {"MethodExpr", Const, 5, ""},
6645 {"MethodSet", Type, 5, ""},
6646 {"MethodVal", Const, 5, ""},
6647 {"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
6648 {"Named", Type, 5, ""},
6649 {"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
6650 {"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
6651 {"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
6652 {"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
6653 {"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
6654 {"NewContext", Func, 18, "func() *Context"},
6655 {"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
6656 {"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
6657 {"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
6658 {"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
6659 {"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
6660 {"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
6661 {"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
6662 {"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
6663 {"NewPackage", Func, 5, "func(path string, name string) *Package"},
6664 {"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6665 {"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
6666 {"NewPointer", Func, 5, "func(elem Type) *Pointer"},
6667 {"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
6668 {"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
6669 {"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
6670 {"NewSlice", Func, 5, "func(elem Type) *Slice"},
6671 {"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
6672 {"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
6673 {"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
6674 {"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
6675 {"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
6676 {"NewUnion", Func, 18, "func(terms []*Term) *Union"},
6677 {"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
6678 {"Nil", Type, 5, ""},
6679 {"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
6680 {"Package", Type, 5, ""},
6681 {"PackageVar", Const, 25, ""},
6682 {"ParamVar", Const, 25, ""},
6683 {"PkgName", Type, 5, ""},
6684 {"Pointer", Type, 5, ""},
6685 {"Qualifier", Type, 5, ""},
6686 {"RecvOnly", Const, 5, ""},
6687 {"RecvVar", Const, 25, ""},
6688 {"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
6689 {"ResultVar", Const, 25, ""},
6690 {"Rune", Const, 5, ""},
6691 {"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
6692 {"Scope", Type, 5, ""},
6693 {"Selection", Type, 5, ""},
6694 {"SelectionKind", Type, 5, ""},
6695 {"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
6696 {"SendOnly", Const, 5, ""},
6697 {"SendRecv", Const, 5, ""},
6698 {"Signature", Type, 5, ""},
6699 {"Sizes", Type, 5, ""},
6700 {"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
6701 {"Slice", Type, 5, ""},
6702 {"StdSizes", Type, 5, ""},
6703 {"StdSizes.MaxAlign", Field, 5, ""},
6704 {"StdSizes.WordSize", Field, 5, ""},
6705 {"String", Const, 5, ""},
6706 {"Struct", Type, 5, ""},
6707 {"Term", Type, 18, ""},
6708 {"Tuple", Type, 5, ""},
6709 {"Typ", Var, 5, ""},
6710 {"Type", Type, 5, ""},
6711 {"TypeAndValue", Type, 5, ""},
6712 {"TypeAndValue.Type", Field, 5, ""},
6713 {"TypeAndValue.Value", Field, 5, ""},
6714 {"TypeList", Type, 18, ""},
6715 {"TypeName", Type, 5, ""},
6716 {"TypeParam", Type, 18, ""},
6717 {"TypeParamList", Type, 18, ""},
6718 {"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
6719 {"Uint", Const, 5, ""},
6720 {"Uint16", Const, 5, ""},
6721 {"Uint32", Const, 5, ""},
6722 {"Uint64", Const, 5, ""},
6723 {"Uint8", Const, 5, ""},
6724 {"Uintptr", Const, 5, ""},
6725 {"Unalias", Func, 22, "func(t Type) Type"},
6726 {"Union", Type, 18, ""},
6727 {"Universe", Var, 5, ""},
6728 {"Unsafe", Var, 5, ""},
6729 {"UnsafePointer", Const, 5, ""},
6730 {"UntypedBool", Const, 5, ""},
6731 {"UntypedComplex", Const, 5, ""},
6732 {"UntypedFloat", Const, 5, ""},
6733 {"UntypedInt", Const, 5, ""},
6734 {"UntypedNil", Const, 5, ""},
6735 {"UntypedRune", Const, 5, ""},
6736 {"UntypedString", Const, 5, ""},
6737 {"Var", Type, 5, ""},
6738 {"VarKind", Type, 25, ""},
6739 {"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
6740 {"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
6741 {"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
6742 },
6743 "go/version": {
6744 {"Compare", Func, 22, "func(x string, y string) int"},
6745 {"IsValid", Func, 22, "func(x string) bool"},
6746 {"Lang", Func, 22, "func(x string) string"},
6747 },
6748 "hash": {
6749 {"(Cloner).BlockSize", Method, 25, ""},
6750 {"(Cloner).Clone", Method, 25, ""},
6751 {"(Cloner).Reset", Method, 25, ""},
6752 {"(Cloner).Size", Method, 25, ""},
6753 {"(Cloner).Sum", Method, 25, ""},
6754 {"(Cloner).Write", Method, 25, ""},
6755 {"(Hash).BlockSize", Method, 0, ""},
6756 {"(Hash).Reset", Method, 0, ""},
6757 {"(Hash).Size", Method, 0, ""},
6758 {"(Hash).Sum", Method, 0, ""},
6759 {"(Hash).Write", Method, 0, ""},
6760 {"(Hash32).BlockSize", Method, 0, ""},
6761 {"(Hash32).Reset", Method, 0, ""},
6762 {"(Hash32).Size", Method, 0, ""},
6763 {"(Hash32).Sum", Method, 0, ""},
6764 {"(Hash32).Sum32", Method, 0, ""},
6765 {"(Hash32).Write", Method, 0, ""},
6766 {"(Hash64).BlockSize", Method, 0, ""},
6767 {"(Hash64).Reset", Method, 0, ""},
6768 {"(Hash64).Size", Method, 0, ""},
6769 {"(Hash64).Sum", Method, 0, ""},
6770 {"(Hash64).Sum64", Method, 0, ""},
6771 {"(Hash64).Write", Method, 0, ""},
6772 {"(XOF).BlockSize", Method, 25, ""},
6773 {"(XOF).Read", Method, 25, ""},
6774 {"(XOF).Reset", Method, 25, ""},
6775 {"(XOF).Write", Method, 25, ""},
6776 {"Cloner", Type, 25, ""},
6777 {"Hash", Type, 0, ""},
6778 {"Hash32", Type, 0, ""},
6779 {"Hash64", Type, 0, ""},
6780 {"XOF", Type, 25, ""},
6781 },
6782 "hash/adler32": {
6783 {"Checksum", Func, 0, "func(data []byte) uint32"},
6784 {"New", Func, 0, "func() hash.Hash32"},
6785 {"Size", Const, 0, ""},
6786 },
6787 "hash/crc32": {
6788 {"Castagnoli", Const, 0, ""},
6789 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
6790 {"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
6791 {"IEEE", Const, 0, ""},
6792 {"IEEETable", Var, 0, ""},
6793 {"Koopman", Const, 0, ""},
6794 {"MakeTable", Func, 0, "func(poly uint32) *Table"},
6795 {"New", Func, 0, "func(tab *Table) hash.Hash32"},
6796 {"NewIEEE", Func, 0, "func() hash.Hash32"},
6797 {"Size", Const, 0, ""},
6798 {"Table", Type, 0, ""},
6799 {"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
6800 },
6801 "hash/crc64": {
6802 {"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
6803 {"ECMA", Const, 0, ""},
6804 {"ISO", Const, 0, ""},
6805 {"MakeTable", Func, 0, "func(poly uint64) *Table"},
6806 {"New", Func, 0, "func(tab *Table) hash.Hash64"},
6807 {"Size", Const, 0, ""},
6808 {"Table", Type, 0, ""},
6809 {"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
6810 },
6811 "hash/fnv": {
6812 {"New128", Func, 9, "func() hash.Hash"},
6813 {"New128a", Func, 9, "func() hash.Hash"},
6814 {"New32", Func, 0, "func() hash.Hash32"},
6815 {"New32a", Func, 0, "func() hash.Hash32"},
6816 {"New64", Func, 0, "func() hash.Hash64"},
6817 {"New64a", Func, 0, "func() hash.Hash64"},
6818 },
6819 "hash/maphash": {
6820 {"(*Hash).BlockSize", Method, 14, ""},
6821 {"(*Hash).Clone", Method, 25, ""},
6822 {"(*Hash).Reset", Method, 14, ""},
6823 {"(*Hash).Seed", Method, 14, ""},
6824 {"(*Hash).SetSeed", Method, 14, ""},
6825 {"(*Hash).Size", Method, 14, ""},
6826 {"(*Hash).Sum", Method, 14, ""},
6827 {"(*Hash).Sum64", Method, 14, ""},
6828 {"(*Hash).Write", Method, 14, ""},
6829 {"(*Hash).WriteByte", Method, 14, ""},
6830 {"(*Hash).WriteString", Method, 14, ""},
6831 {"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
6832 {"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
6833 {"Hash", Type, 14, ""},
6834 {"MakeSeed", Func, 14, "func() Seed"},
6835 {"Seed", Type, 14, ""},
6836 {"String", Func, 19, "func(seed Seed, s string) uint64"},
6837 {"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
6838 },
6839 "html": {
6840 {"EscapeString", Func, 0, "func(s string) string"},
6841 {"UnescapeString", Func, 0, "func(s string) string"},
6842 },
6843 "html/template": {
6844 {"(*Error).Error", Method, 0, ""},
6845 {"(*Template).AddParseTree", Method, 0, ""},
6846 {"(*Template).Clone", Method, 0, ""},
6847 {"(*Template).DefinedTemplates", Method, 6, ""},
6848 {"(*Template).Delims", Method, 0, ""},
6849 {"(*Template).Execute", Method, 0, ""},
6850 {"(*Template).ExecuteTemplate", Method, 0, ""},
6851 {"(*Template).Funcs", Method, 0, ""},
6852 {"(*Template).Lookup", Method, 0, ""},
6853 {"(*Template).Name", Method, 0, ""},
6854 {"(*Template).New", Method, 0, ""},
6855 {"(*Template).Option", Method, 5, ""},
6856 {"(*Template).Parse", Method, 0, ""},
6857 {"(*Template).ParseFS", Method, 16, ""},
6858 {"(*Template).ParseFiles", Method, 0, ""},
6859 {"(*Template).ParseGlob", Method, 0, ""},
6860 {"(*Template).Templates", Method, 0, ""},
6861 {"CSS", Type, 0, ""},
6862 {"ErrAmbigContext", Const, 0, ""},
6863 {"ErrBadHTML", Const, 0, ""},
6864 {"ErrBranchEnd", Const, 0, ""},
6865 {"ErrEndContext", Const, 0, ""},
6866 {"ErrJSTemplate", Const, 21, ""},
6867 {"ErrNoSuchTemplate", Const, 0, ""},
6868 {"ErrOutputContext", Const, 0, ""},
6869 {"ErrPartialCharset", Const, 0, ""},
6870 {"ErrPartialEscape", Const, 0, ""},
6871 {"ErrPredefinedEscaper", Const, 9, ""},
6872 {"ErrRangeLoopReentry", Const, 0, ""},
6873 {"ErrSlashAmbig", Const, 0, ""},
6874 {"Error", Type, 0, ""},
6875 {"Error.Description", Field, 0, ""},
6876 {"Error.ErrorCode", Field, 0, ""},
6877 {"Error.Line", Field, 0, ""},
6878 {"Error.Name", Field, 0, ""},
6879 {"Error.Node", Field, 4, ""},
6880 {"ErrorCode", Type, 0, ""},
6881 {"FuncMap", Type, 0, ""},
6882 {"HTML", Type, 0, ""},
6883 {"HTMLAttr", Type, 0, ""},
6884 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
6885 {"HTMLEscapeString", Func, 0, "func(s string) string"},
6886 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
6887 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
6888 {"JS", Type, 0, ""},
6889 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
6890 {"JSEscapeString", Func, 0, "func(s string) string"},
6891 {"JSEscaper", Func, 0, "func(args ...any) string"},
6892 {"JSStr", Type, 0, ""},
6893 {"Must", Func, 0, "func(t *Template, err error) *Template"},
6894 {"New", Func, 0, "func(name string) *Template"},
6895 {"OK", Const, 0, ""},
6896 {"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
6897 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
6898 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
6899 {"Srcset", Type, 10, ""},
6900 {"Template", Type, 0, ""},
6901 {"Template.Tree", Field, 2, ""},
6902 {"URL", Type, 0, ""},
6903 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
6904 },
6905 "image": {
6906 {"(*Alpha).AlphaAt", Method, 4, ""},
6907 {"(*Alpha).At", Method, 0, ""},
6908 {"(*Alpha).Bounds", Method, 0, ""},
6909 {"(*Alpha).ColorModel", Method, 0, ""},
6910 {"(*Alpha).Opaque", Method, 0, ""},
6911 {"(*Alpha).PixOffset", Method, 0, ""},
6912 {"(*Alpha).RGBA64At", Method, 17, ""},
6913 {"(*Alpha).Set", Method, 0, ""},
6914 {"(*Alpha).SetAlpha", Method, 0, ""},
6915 {"(*Alpha).SetRGBA64", Method, 17, ""},
6916 {"(*Alpha).SubImage", Method, 0, ""},
6917 {"(*Alpha16).Alpha16At", Method, 4, ""},
6918 {"(*Alpha16).At", Method, 0, ""},
6919 {"(*Alpha16).Bounds", Method, 0, ""},
6920 {"(*Alpha16).ColorModel", Method, 0, ""},
6921 {"(*Alpha16).Opaque", Method, 0, ""},
6922 {"(*Alpha16).PixOffset", Method, 0, ""},
6923 {"(*Alpha16).RGBA64At", Method, 17, ""},
6924 {"(*Alpha16).Set", Method, 0, ""},
6925 {"(*Alpha16).SetAlpha16", Method, 0, ""},
6926 {"(*Alpha16).SetRGBA64", Method, 17, ""},
6927 {"(*Alpha16).SubImage", Method, 0, ""},
6928 {"(*CMYK).At", Method, 5, ""},
6929 {"(*CMYK).Bounds", Method, 5, ""},
6930 {"(*CMYK).CMYKAt", Method, 5, ""},
6931 {"(*CMYK).ColorModel", Method, 5, ""},
6932 {"(*CMYK).Opaque", Method, 5, ""},
6933 {"(*CMYK).PixOffset", Method, 5, ""},
6934 {"(*CMYK).RGBA64At", Method, 17, ""},
6935 {"(*CMYK).Set", Method, 5, ""},
6936 {"(*CMYK).SetCMYK", Method, 5, ""},
6937 {"(*CMYK).SetRGBA64", Method, 17, ""},
6938 {"(*CMYK).SubImage", Method, 5, ""},
6939 {"(*Gray).At", Method, 0, ""},
6940 {"(*Gray).Bounds", Method, 0, ""},
6941 {"(*Gray).ColorModel", Method, 0, ""},
6942 {"(*Gray).GrayAt", Method, 4, ""},
6943 {"(*Gray).Opaque", Method, 0, ""},
6944 {"(*Gray).PixOffset", Method, 0, ""},
6945 {"(*Gray).RGBA64At", Method, 17, ""},
6946 {"(*Gray).Set", Method, 0, ""},
6947 {"(*Gray).SetGray", Method, 0, ""},
6948 {"(*Gray).SetRGBA64", Method, 17, ""},
6949 {"(*Gray).SubImage", Method, 0, ""},
6950 {"(*Gray16).At", Method, 0, ""},
6951 {"(*Gray16).Bounds", Method, 0, ""},
6952 {"(*Gray16).ColorModel", Method, 0, ""},
6953 {"(*Gray16).Gray16At", Method, 4, ""},
6954 {"(*Gray16).Opaque", Method, 0, ""},
6955 {"(*Gray16).PixOffset", Method, 0, ""},
6956 {"(*Gray16).RGBA64At", Method, 17, ""},
6957 {"(*Gray16).Set", Method, 0, ""},
6958 {"(*Gray16).SetGray16", Method, 0, ""},
6959 {"(*Gray16).SetRGBA64", Method, 17, ""},
6960 {"(*Gray16).SubImage", Method, 0, ""},
6961 {"(*NRGBA).At", Method, 0, ""},
6962 {"(*NRGBA).Bounds", Method, 0, ""},
6963 {"(*NRGBA).ColorModel", Method, 0, ""},
6964 {"(*NRGBA).NRGBAAt", Method, 4, ""},
6965 {"(*NRGBA).Opaque", Method, 0, ""},
6966 {"(*NRGBA).PixOffset", Method, 0, ""},
6967 {"(*NRGBA).RGBA64At", Method, 17, ""},
6968 {"(*NRGBA).Set", Method, 0, ""},
6969 {"(*NRGBA).SetNRGBA", Method, 0, ""},
6970 {"(*NRGBA).SetRGBA64", Method, 17, ""},
6971 {"(*NRGBA).SubImage", Method, 0, ""},
6972 {"(*NRGBA64).At", Method, 0, ""},
6973 {"(*NRGBA64).Bounds", Method, 0, ""},
6974 {"(*NRGBA64).ColorModel", Method, 0, ""},
6975 {"(*NRGBA64).NRGBA64At", Method, 4, ""},
6976 {"(*NRGBA64).Opaque", Method, 0, ""},
6977 {"(*NRGBA64).PixOffset", Method, 0, ""},
6978 {"(*NRGBA64).RGBA64At", Method, 17, ""},
6979 {"(*NRGBA64).Set", Method, 0, ""},
6980 {"(*NRGBA64).SetNRGBA64", Method, 0, ""},
6981 {"(*NRGBA64).SetRGBA64", Method, 17, ""},
6982 {"(*NRGBA64).SubImage", Method, 0, ""},
6983 {"(*NYCbCrA).AOffset", Method, 6, ""},
6984 {"(*NYCbCrA).At", Method, 6, ""},
6985 {"(*NYCbCrA).Bounds", Method, 6, ""},
6986 {"(*NYCbCrA).COffset", Method, 6, ""},
6987 {"(*NYCbCrA).ColorModel", Method, 6, ""},
6988 {"(*NYCbCrA).NYCbCrAAt", Method, 6, ""},
6989 {"(*NYCbCrA).Opaque", Method, 6, ""},
6990 {"(*NYCbCrA).RGBA64At", Method, 17, ""},
6991 {"(*NYCbCrA).SubImage", Method, 6, ""},
6992 {"(*NYCbCrA).YCbCrAt", Method, 6, ""},
6993 {"(*NYCbCrA).YOffset", Method, 6, ""},
6994 {"(*Paletted).At", Method, 0, ""},
6995 {"(*Paletted).Bounds", Method, 0, ""},
6996 {"(*Paletted).ColorIndexAt", Method, 0, ""},
6997 {"(*Paletted).ColorModel", Method, 0, ""},
6998 {"(*Paletted).Opaque", Method, 0, ""},
6999 {"(*Paletted).PixOffset", Method, 0, ""},
7000 {"(*Paletted).RGBA64At", Method, 17, ""},
7001 {"(*Paletted).Set", Method, 0, ""},
7002 {"(*Paletted).SetColorIndex", Method, 0, ""},
7003 {"(*Paletted).SetRGBA64", Method, 17, ""},
7004 {"(*Paletted).SubImage", Method, 0, ""},
7005 {"(*RGBA).At", Method, 0, ""},
7006 {"(*RGBA).Bounds", Method, 0, ""},
7007 {"(*RGBA).ColorModel", Method, 0, ""},
7008 {"(*RGBA).Opaque", Method, 0, ""},
7009 {"(*RGBA).PixOffset", Method, 0, ""},
7010 {"(*RGBA).RGBA64At", Method, 17, ""},
7011 {"(*RGBA).RGBAAt", Method, 4, ""},
7012 {"(*RGBA).Set", Method, 0, ""},
7013 {"(*RGBA).SetRGBA", Method, 0, ""},
7014 {"(*RGBA).SetRGBA64", Method, 17, ""},
7015 {"(*RGBA).SubImage", Method, 0, ""},
7016 {"(*RGBA64).At", Method, 0, ""},
7017 {"(*RGBA64).Bounds", Method, 0, ""},
7018 {"(*RGBA64).ColorModel", Method, 0, ""},
7019 {"(*RGBA64).Opaque", Method, 0, ""},
7020 {"(*RGBA64).PixOffset", Method, 0, ""},
7021 {"(*RGBA64).RGBA64At", Method, 4, ""},
7022 {"(*RGBA64).Set", Method, 0, ""},
7023 {"(*RGBA64).SetRGBA64", Method, 0, ""},
7024 {"(*RGBA64).SubImage", Method, 0, ""},
7025 {"(*Uniform).At", Method, 0, ""},
7026 {"(*Uniform).Bounds", Method, 0, ""},
7027 {"(*Uniform).ColorModel", Method, 0, ""},
7028 {"(*Uniform).Convert", Method, 0, ""},
7029 {"(*Uniform).Opaque", Method, 0, ""},
7030 {"(*Uniform).RGBA", Method, 0, ""},
7031 {"(*Uniform).RGBA64At", Method, 17, ""},
7032 {"(*YCbCr).At", Method, 0, ""},
7033 {"(*YCbCr).Bounds", Method, 0, ""},
7034 {"(*YCbCr).COffset", Method, 0, ""},
7035 {"(*YCbCr).ColorModel", Method, 0, ""},
7036 {"(*YCbCr).Opaque", Method, 0, ""},
7037 {"(*YCbCr).RGBA64At", Method, 17, ""},
7038 {"(*YCbCr).SubImage", Method, 0, ""},
7039 {"(*YCbCr).YCbCrAt", Method, 4, ""},
7040 {"(*YCbCr).YOffset", Method, 0, ""},
7041 {"(Image).At", Method, 0, ""},
7042 {"(Image).Bounds", Method, 0, ""},
7043 {"(Image).ColorModel", Method, 0, ""},
7044 {"(PalettedImage).At", Method, 0, ""},
7045 {"(PalettedImage).Bounds", Method, 0, ""},
7046 {"(PalettedImage).ColorIndexAt", Method, 0, ""},
7047 {"(PalettedImage).ColorModel", Method, 0, ""},
7048 {"(Point).Add", Method, 0, ""},
7049 {"(Point).Div", Method, 0, ""},
7050 {"(Point).Eq", Method, 0, ""},
7051 {"(Point).In", Method, 0, ""},
7052 {"(Point).Mod", Method, 0, ""},
7053 {"(Point).Mul", Method, 0, ""},
7054 {"(Point).String", Method, 0, ""},
7055 {"(Point).Sub", Method, 0, ""},
7056 {"(RGBA64Image).At", Method, 17, ""},
7057 {"(RGBA64Image).Bounds", Method, 17, ""},
7058 {"(RGBA64Image).ColorModel", Method, 17, ""},
7059 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7060 {"(Rectangle).Add", Method, 0, ""},
7061 {"(Rectangle).At", Method, 5, ""},
7062 {"(Rectangle).Bounds", Method, 5, ""},
7063 {"(Rectangle).Canon", Method, 0, ""},
7064 {"(Rectangle).ColorModel", Method, 5, ""},
7065 {"(Rectangle).Dx", Method, 0, ""},
7066 {"(Rectangle).Dy", Method, 0, ""},
7067 {"(Rectangle).Empty", Method, 0, ""},
7068 {"(Rectangle).Eq", Method, 0, ""},
7069 {"(Rectangle).In", Method, 0, ""},
7070 {"(Rectangle).Inset", Method, 0, ""},
7071 {"(Rectangle).Intersect", Method, 0, ""},
7072 {"(Rectangle).Overlaps", Method, 0, ""},
7073 {"(Rectangle).RGBA64At", Method, 17, ""},
7074 {"(Rectangle).Size", Method, 0, ""},
7075 {"(Rectangle).String", Method, 0, ""},
7076 {"(Rectangle).Sub", Method, 0, ""},
7077 {"(Rectangle).Union", Method, 0, ""},
7078 {"(YCbCrSubsampleRatio).String", Method, 0, ""},
7079 {"Alpha", Type, 0, ""},
7080 {"Alpha.Pix", Field, 0, ""},
7081 {"Alpha.Rect", Field, 0, ""},
7082 {"Alpha.Stride", Field, 0, ""},
7083 {"Alpha16", Type, 0, ""},
7084 {"Alpha16.Pix", Field, 0, ""},
7085 {"Alpha16.Rect", Field, 0, ""},
7086 {"Alpha16.Stride", Field, 0, ""},
7087 {"Black", Var, 0, ""},
7088 {"CMYK", Type, 5, ""},
7089 {"CMYK.Pix", Field, 5, ""},
7090 {"CMYK.Rect", Field, 5, ""},
7091 {"CMYK.Stride", Field, 5, ""},
7092 {"Config", Type, 0, ""},
7093 {"Config.ColorModel", Field, 0, ""},
7094 {"Config.Height", Field, 0, ""},
7095 {"Config.Width", Field, 0, ""},
7096 {"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
7097 {"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
7098 {"ErrFormat", Var, 0, ""},
7099 {"Gray", Type, 0, ""},
7100 {"Gray.Pix", Field, 0, ""},
7101 {"Gray.Rect", Field, 0, ""},
7102 {"Gray.Stride", Field, 0, ""},
7103 {"Gray16", Type, 0, ""},
7104 {"Gray16.Pix", Field, 0, ""},
7105 {"Gray16.Rect", Field, 0, ""},
7106 {"Gray16.Stride", Field, 0, ""},
7107 {"Image", Type, 0, ""},
7108 {"NRGBA", Type, 0, ""},
7109 {"NRGBA.Pix", Field, 0, ""},
7110 {"NRGBA.Rect", Field, 0, ""},
7111 {"NRGBA.Stride", Field, 0, ""},
7112 {"NRGBA64", Type, 0, ""},
7113 {"NRGBA64.Pix", Field, 0, ""},
7114 {"NRGBA64.Rect", Field, 0, ""},
7115 {"NRGBA64.Stride", Field, 0, ""},
7116 {"NYCbCrA", Type, 6, ""},
7117 {"NYCbCrA.A", Field, 6, ""},
7118 {"NYCbCrA.AStride", Field, 6, ""},
7119 {"NYCbCrA.YCbCr", Field, 6, ""},
7120 {"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
7121 {"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
7122 {"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
7123 {"NewGray", Func, 0, "func(r Rectangle) *Gray"},
7124 {"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
7125 {"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
7126 {"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
7127 {"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
7128 {"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
7129 {"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
7130 {"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
7131 {"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
7132 {"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
7133 {"Opaque", Var, 0, ""},
7134 {"Paletted", Type, 0, ""},
7135 {"Paletted.Palette", Field, 0, ""},
7136 {"Paletted.Pix", Field, 0, ""},
7137 {"Paletted.Rect", Field, 0, ""},
7138 {"Paletted.Stride", Field, 0, ""},
7139 {"PalettedImage", Type, 0, ""},
7140 {"Point", Type, 0, ""},
7141 {"Point.X", Field, 0, ""},
7142 {"Point.Y", Field, 0, ""},
7143 {"Pt", Func, 0, "func(X int, Y int) Point"},
7144 {"RGBA", Type, 0, ""},
7145 {"RGBA.Pix", Field, 0, ""},
7146 {"RGBA.Rect", Field, 0, ""},
7147 {"RGBA.Stride", Field, 0, ""},
7148 {"RGBA64", Type, 0, ""},
7149 {"RGBA64.Pix", Field, 0, ""},
7150 {"RGBA64.Rect", Field, 0, ""},
7151 {"RGBA64.Stride", Field, 0, ""},
7152 {"RGBA64Image", Type, 17, ""},
7153 {"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
7154 {"Rectangle", Type, 0, ""},
7155 {"Rectangle.Max", Field, 0, ""},
7156 {"Rectangle.Min", Field, 0, ""},
7157 {"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
7158 {"Transparent", Var, 0, ""},
7159 {"Uniform", Type, 0, ""},
7160 {"Uniform.C", Field, 0, ""},
7161 {"White", Var, 0, ""},
7162 {"YCbCr", Type, 0, ""},
7163 {"YCbCr.CStride", Field, 0, ""},
7164 {"YCbCr.Cb", Field, 0, ""},
7165 {"YCbCr.Cr", Field, 0, ""},
7166 {"YCbCr.Rect", Field, 0, ""},
7167 {"YCbCr.SubsampleRatio", Field, 0, ""},
7168 {"YCbCr.Y", Field, 0, ""},
7169 {"YCbCr.YStride", Field, 0, ""},
7170 {"YCbCrSubsampleRatio", Type, 0, ""},
7171 {"YCbCrSubsampleRatio410", Const, 5, ""},
7172 {"YCbCrSubsampleRatio411", Const, 5, ""},
7173 {"YCbCrSubsampleRatio420", Const, 0, ""},
7174 {"YCbCrSubsampleRatio422", Const, 0, ""},
7175 {"YCbCrSubsampleRatio440", Const, 1, ""},
7176 {"YCbCrSubsampleRatio444", Const, 0, ""},
7177 {"ZP", Var, 0, ""},
7178 {"ZR", Var, 0, ""},
7179 },
7180 "image/color": {
7181 {"(Alpha).RGBA", Method, 0, ""},
7182 {"(Alpha16).RGBA", Method, 0, ""},
7183 {"(CMYK).RGBA", Method, 5, ""},
7184 {"(Color).RGBA", Method, 0, ""},
7185 {"(Gray).RGBA", Method, 0, ""},
7186 {"(Gray16).RGBA", Method, 0, ""},
7187 {"(Model).Convert", Method, 0, ""},
7188 {"(NRGBA).RGBA", Method, 0, ""},
7189 {"(NRGBA64).RGBA", Method, 0, ""},
7190 {"(NYCbCrA).RGBA", Method, 6, ""},
7191 {"(Palette).Convert", Method, 0, ""},
7192 {"(Palette).Index", Method, 0, ""},
7193 {"(RGBA).RGBA", Method, 0, ""},
7194 {"(RGBA64).RGBA", Method, 0, ""},
7195 {"(YCbCr).RGBA", Method, 0, ""},
7196 {"Alpha", Type, 0, ""},
7197 {"Alpha.A", Field, 0, ""},
7198 {"Alpha16", Type, 0, ""},
7199 {"Alpha16.A", Field, 0, ""},
7200 {"Alpha16Model", Var, 0, ""},
7201 {"AlphaModel", Var, 0, ""},
7202 {"Black", Var, 0, ""},
7203 {"CMYK", Type, 5, ""},
7204 {"CMYK.C", Field, 5, ""},
7205 {"CMYK.K", Field, 5, ""},
7206 {"CMYK.M", Field, 5, ""},
7207 {"CMYK.Y", Field, 5, ""},
7208 {"CMYKModel", Var, 5, ""},
7209 {"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
7210 {"Color", Type, 0, ""},
7211 {"Gray", Type, 0, ""},
7212 {"Gray.Y", Field, 0, ""},
7213 {"Gray16", Type, 0, ""},
7214 {"Gray16.Y", Field, 0, ""},
7215 {"Gray16Model", Var, 0, ""},
7216 {"GrayModel", Var, 0, ""},
7217 {"Model", Type, 0, ""},
7218 {"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
7219 {"NRGBA", Type, 0, ""},
7220 {"NRGBA.A", Field, 0, ""},
7221 {"NRGBA.B", Field, 0, ""},
7222 {"NRGBA.G", Field, 0, ""},
7223 {"NRGBA.R", Field, 0, ""},
7224 {"NRGBA64", Type, 0, ""},
7225 {"NRGBA64.A", Field, 0, ""},
7226 {"NRGBA64.B", Field, 0, ""},
7227 {"NRGBA64.G", Field, 0, ""},
7228 {"NRGBA64.R", Field, 0, ""},
7229 {"NRGBA64Model", Var, 0, ""},
7230 {"NRGBAModel", Var, 0, ""},
7231 {"NYCbCrA", Type, 6, ""},
7232 {"NYCbCrA.A", Field, 6, ""},
7233 {"NYCbCrA.YCbCr", Field, 6, ""},
7234 {"NYCbCrAModel", Var, 6, ""},
7235 {"Opaque", Var, 0, ""},
7236 {"Palette", Type, 0, ""},
7237 {"RGBA", Type, 0, ""},
7238 {"RGBA.A", Field, 0, ""},
7239 {"RGBA.B", Field, 0, ""},
7240 {"RGBA.G", Field, 0, ""},
7241 {"RGBA.R", Field, 0, ""},
7242 {"RGBA64", Type, 0, ""},
7243 {"RGBA64.A", Field, 0, ""},
7244 {"RGBA64.B", Field, 0, ""},
7245 {"RGBA64.G", Field, 0, ""},
7246 {"RGBA64.R", Field, 0, ""},
7247 {"RGBA64Model", Var, 0, ""},
7248 {"RGBAModel", Var, 0, ""},
7249 {"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
7250 {"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
7251 {"Transparent", Var, 0, ""},
7252 {"White", Var, 0, ""},
7253 {"YCbCr", Type, 0, ""},
7254 {"YCbCr.Cb", Field, 0, ""},
7255 {"YCbCr.Cr", Field, 0, ""},
7256 {"YCbCr.Y", Field, 0, ""},
7257 {"YCbCrModel", Var, 0, ""},
7258 {"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
7259 },
7260 "image/color/palette": {
7261 {"Plan9", Var, 2, ""},
7262 {"WebSafe", Var, 2, ""},
7263 },
7264 "image/draw": {
7265 {"(Drawer).Draw", Method, 2, ""},
7266 {"(Image).At", Method, 0, ""},
7267 {"(Image).Bounds", Method, 0, ""},
7268 {"(Image).ColorModel", Method, 0, ""},
7269 {"(Image).Set", Method, 0, ""},
7270 {"(Op).Draw", Method, 2, ""},
7271 {"(Quantizer).Quantize", Method, 2, ""},
7272 {"(RGBA64Image).At", Method, 17, ""},
7273 {"(RGBA64Image).Bounds", Method, 17, ""},
7274 {"(RGBA64Image).ColorModel", Method, 17, ""},
7275 {"(RGBA64Image).RGBA64At", Method, 17, ""},
7276 {"(RGBA64Image).Set", Method, 17, ""},
7277 {"(RGBA64Image).SetRGBA64", Method, 17, ""},
7278 {"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
7279 {"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
7280 {"Drawer", Type, 2, ""},
7281 {"FloydSteinberg", Var, 2, ""},
7282 {"Image", Type, 0, ""},
7283 {"Op", Type, 0, ""},
7284 {"Over", Const, 0, ""},
7285 {"Quantizer", Type, 2, ""},
7286 {"RGBA64Image", Type, 17, ""},
7287 {"Src", Const, 0, ""},
7288 },
7289 "image/gif": {
7290 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7291 {"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
7292 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7293 {"DisposalBackground", Const, 5, ""},
7294 {"DisposalNone", Const, 5, ""},
7295 {"DisposalPrevious", Const, 5, ""},
7296 {"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
7297 {"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
7298 {"GIF", Type, 0, ""},
7299 {"GIF.BackgroundIndex", Field, 5, ""},
7300 {"GIF.Config", Field, 5, ""},
7301 {"GIF.Delay", Field, 0, ""},
7302 {"GIF.Disposal", Field, 5, ""},
7303 {"GIF.Image", Field, 0, ""},
7304 {"GIF.LoopCount", Field, 0, ""},
7305 {"Options", Type, 2, ""},
7306 {"Options.Drawer", Field, 2, ""},
7307 {"Options.NumColors", Field, 2, ""},
7308 {"Options.Quantizer", Field, 2, ""},
7309 },
7310 "image/jpeg": {
7311 {"(FormatError).Error", Method, 0, ""},
7312 {"(Reader).Read", Method, 0, ""},
7313 {"(Reader).ReadByte", Method, 0, ""},
7314 {"(UnsupportedError).Error", Method, 0, ""},
7315 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7316 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7317 {"DefaultQuality", Const, 0, ""},
7318 {"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
7319 {"FormatError", Type, 0, ""},
7320 {"Options", Type, 0, ""},
7321 {"Options.Quality", Field, 0, ""},
7322 {"Reader", Type, 0, ""},
7323 {"UnsupportedError", Type, 0, ""},
7324 },
7325 "image/png": {
7326 {"(*Encoder).Encode", Method, 4, ""},
7327 {"(EncoderBufferPool).Get", Method, 9, ""},
7328 {"(EncoderBufferPool).Put", Method, 9, ""},
7329 {"(FormatError).Error", Method, 0, ""},
7330 {"(UnsupportedError).Error", Method, 0, ""},
7331 {"BestCompression", Const, 4, ""},
7332 {"BestSpeed", Const, 4, ""},
7333 {"CompressionLevel", Type, 4, ""},
7334 {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
7335 {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
7336 {"DefaultCompression", Const, 4, ""},
7337 {"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
7338 {"Encoder", Type, 4, ""},
7339 {"Encoder.BufferPool", Field, 9, ""},
7340 {"Encoder.CompressionLevel", Field, 4, ""},
7341 {"EncoderBuffer", Type, 9, ""},
7342 {"EncoderBufferPool", Type, 9, ""},
7343 {"FormatError", Type, 0, ""},
7344 {"NoCompression", Const, 4, ""},
7345 {"UnsupportedError", Type, 0, ""},
7346 },
7347 "index/suffixarray": {
7348 {"(*Index).Bytes", Method, 0, ""},
7349 {"(*Index).FindAllIndex", Method, 0, ""},
7350 {"(*Index).Lookup", Method, 0, ""},
7351 {"(*Index).Read", Method, 0, ""},
7352 {"(*Index).Write", Method, 0, ""},
7353 {"Index", Type, 0, ""},
7354 {"New", Func, 0, "func(data []byte) *Index"},
7355 },
7356 "io": {
7357 {"(*LimitedReader).Read", Method, 0, ""},
7358 {"(*OffsetWriter).Seek", Method, 20, ""},
7359 {"(*OffsetWriter).Write", Method, 20, ""},
7360 {"(*OffsetWriter).WriteAt", Method, 20, ""},
7361 {"(*PipeReader).Close", Method, 0, ""},
7362 {"(*PipeReader).CloseWithError", Method, 0, ""},
7363 {"(*PipeReader).Read", Method, 0, ""},
7364 {"(*PipeWriter).Close", Method, 0, ""},
7365 {"(*PipeWriter).CloseWithError", Method, 0, ""},
7366 {"(*PipeWriter).Write", Method, 0, ""},
7367 {"(*SectionReader).Outer", Method, 22, ""},
7368 {"(*SectionReader).Read", Method, 0, ""},
7369 {"(*SectionReader).ReadAt", Method, 0, ""},
7370 {"(*SectionReader).Seek", Method, 0, ""},
7371 {"(*SectionReader).Size", Method, 0, ""},
7372 {"(ByteReader).ReadByte", Method, 0, ""},
7373 {"(ByteScanner).ReadByte", Method, 0, ""},
7374 {"(ByteScanner).UnreadByte", Method, 0, ""},
7375 {"(ByteWriter).WriteByte", Method, 1, ""},
7376 {"(Closer).Close", Method, 0, ""},
7377 {"(ReadCloser).Close", Method, 0, ""},
7378 {"(ReadCloser).Read", Method, 0, ""},
7379 {"(ReadSeekCloser).Close", Method, 16, ""},
7380 {"(ReadSeekCloser).Read", Method, 16, ""},
7381 {"(ReadSeekCloser).Seek", Method, 16, ""},
7382 {"(ReadSeeker).Read", Method, 0, ""},
7383 {"(ReadSeeker).Seek", Method, 0, ""},
7384 {"(ReadWriteCloser).Close", Method, 0, ""},
7385 {"(ReadWriteCloser).Read", Method, 0, ""},
7386 {"(ReadWriteCloser).Write", Method, 0, ""},
7387 {"(ReadWriteSeeker).Read", Method, 0, ""},
7388 {"(ReadWriteSeeker).Seek", Method, 0, ""},
7389 {"(ReadWriteSeeker).Write", Method, 0, ""},
7390 {"(ReadWriter).Read", Method, 0, ""},
7391 {"(ReadWriter).Write", Method, 0, ""},
7392 {"(Reader).Read", Method, 0, ""},
7393 {"(ReaderAt).ReadAt", Method, 0, ""},
7394 {"(ReaderFrom).ReadFrom", Method, 0, ""},
7395 {"(RuneReader).ReadRune", Method, 0, ""},
7396 {"(RuneScanner).ReadRune", Method, 0, ""},
7397 {"(RuneScanner).UnreadRune", Method, 0, ""},
7398 {"(Seeker).Seek", Method, 0, ""},
7399 {"(StringWriter).WriteString", Method, 12, ""},
7400 {"(WriteCloser).Close", Method, 0, ""},
7401 {"(WriteCloser).Write", Method, 0, ""},
7402 {"(WriteSeeker).Seek", Method, 0, ""},
7403 {"(WriteSeeker).Write", Method, 0, ""},
7404 {"(Writer).Write", Method, 0, ""},
7405 {"(WriterAt).WriteAt", Method, 0, ""},
7406 {"(WriterTo).WriteTo", Method, 0, ""},
7407 {"ByteReader", Type, 0, ""},
7408 {"ByteScanner", Type, 0, ""},
7409 {"ByteWriter", Type, 1, ""},
7410 {"Closer", Type, 0, ""},
7411 {"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
7412 {"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
7413 {"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
7414 {"Discard", Var, 16, ""},
7415 {"EOF", Var, 0, ""},
7416 {"ErrClosedPipe", Var, 0, ""},
7417 {"ErrNoProgress", Var, 1, ""},
7418 {"ErrShortBuffer", Var, 0, ""},
7419 {"ErrShortWrite", Var, 0, ""},
7420 {"ErrUnexpectedEOF", Var, 0, ""},
7421 {"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
7422 {"LimitedReader", Type, 0, ""},
7423 {"LimitedReader.N", Field, 0, ""},
7424 {"LimitedReader.R", Field, 0, ""},
7425 {"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
7426 {"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
7427 {"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
7428 {"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
7429 {"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
7430 {"OffsetWriter", Type, 20, ""},
7431 {"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
7432 {"PipeReader", Type, 0, ""},
7433 {"PipeWriter", Type, 0, ""},
7434 {"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
7435 {"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
7436 {"ReadCloser", Type, 0, ""},
7437 {"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
7438 {"ReadSeekCloser", Type, 16, ""},
7439 {"ReadSeeker", Type, 0, ""},
7440 {"ReadWriteCloser", Type, 0, ""},
7441 {"ReadWriteSeeker", Type, 0, ""},
7442 {"ReadWriter", Type, 0, ""},
7443 {"Reader", Type, 0, ""},
7444 {"ReaderAt", Type, 0, ""},
7445 {"ReaderFrom", Type, 0, ""},
7446 {"RuneReader", Type, 0, ""},
7447 {"RuneScanner", Type, 0, ""},
7448 {"SectionReader", Type, 0, ""},
7449 {"SeekCurrent", Const, 7, ""},
7450 {"SeekEnd", Const, 7, ""},
7451 {"SeekStart", Const, 7, ""},
7452 {"Seeker", Type, 0, ""},
7453 {"StringWriter", Type, 12, ""},
7454 {"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
7455 {"WriteCloser", Type, 0, ""},
7456 {"WriteSeeker", Type, 0, ""},
7457 {"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
7458 {"Writer", Type, 0, ""},
7459 {"WriterAt", Type, 0, ""},
7460 {"WriterTo", Type, 0, ""},
7461 },
7462 "io/fs": {
7463 {"(*PathError).Error", Method, 16, ""},
7464 {"(*PathError).Timeout", Method, 16, ""},
7465 {"(*PathError).Unwrap", Method, 16, ""},
7466 {"(DirEntry).Info", Method, 16, ""},
7467 {"(DirEntry).IsDir", Method, 16, ""},
7468 {"(DirEntry).Name", Method, 16, ""},
7469 {"(DirEntry).Type", Method, 16, ""},
7470 {"(FS).Open", Method, 16, ""},
7471 {"(File).Close", Method, 16, ""},
7472 {"(File).Read", Method, 16, ""},
7473 {"(File).Stat", Method, 16, ""},
7474 {"(FileInfo).IsDir", Method, 16, ""},
7475 {"(FileInfo).ModTime", Method, 16, ""},
7476 {"(FileInfo).Mode", Method, 16, ""},
7477 {"(FileInfo).Name", Method, 16, ""},
7478 {"(FileInfo).Size", Method, 16, ""},
7479 {"(FileInfo).Sys", Method, 16, ""},
7480 {"(FileMode).IsDir", Method, 16, ""},
7481 {"(FileMode).IsRegular", Method, 16, ""},
7482 {"(FileMode).Perm", Method, 16, ""},
7483 {"(FileMode).String", Method, 16, ""},
7484 {"(FileMode).Type", Method, 16, ""},
7485 {"(GlobFS).Glob", Method, 16, ""},
7486 {"(GlobFS).Open", Method, 16, ""},
7487 {"(ReadDirFS).Open", Method, 16, ""},
7488 {"(ReadDirFS).ReadDir", Method, 16, ""},
7489 {"(ReadDirFile).Close", Method, 16, ""},
7490 {"(ReadDirFile).Read", Method, 16, ""},
7491 {"(ReadDirFile).ReadDir", Method, 16, ""},
7492 {"(ReadDirFile).Stat", Method, 16, ""},
7493 {"(ReadFileFS).Open", Method, 16, ""},
7494 {"(ReadFileFS).ReadFile", Method, 16, ""},
7495 {"(ReadLinkFS).Lstat", Method, 25, ""},
7496 {"(ReadLinkFS).Open", Method, 25, ""},
7497 {"(ReadLinkFS).ReadLink", Method, 25, ""},
7498 {"(StatFS).Open", Method, 16, ""},
7499 {"(StatFS).Stat", Method, 16, ""},
7500 {"(SubFS).Open", Method, 16, ""},
7501 {"(SubFS).Sub", Method, 16, ""},
7502 {"DirEntry", Type, 16, ""},
7503 {"ErrClosed", Var, 16, ""},
7504 {"ErrExist", Var, 16, ""},
7505 {"ErrInvalid", Var, 16, ""},
7506 {"ErrNotExist", Var, 16, ""},
7507 {"ErrPermission", Var, 16, ""},
7508 {"FS", Type, 16, ""},
7509 {"File", Type, 16, ""},
7510 {"FileInfo", Type, 16, ""},
7511 {"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
7512 {"FileMode", Type, 16, ""},
7513 {"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
7514 {"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
7515 {"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
7516 {"GlobFS", Type, 16, ""},
7517 {"Lstat", Func, 25, "func(fsys FS, name string) (FileInfo, error)"},
7518 {"ModeAppend", Const, 16, ""},
7519 {"ModeCharDevice", Const, 16, ""},
7520 {"ModeDevice", Const, 16, ""},
7521 {"ModeDir", Const, 16, ""},
7522 {"ModeExclusive", Const, 16, ""},
7523 {"ModeIrregular", Const, 16, ""},
7524 {"ModeNamedPipe", Const, 16, ""},
7525 {"ModePerm", Const, 16, ""},
7526 {"ModeSetgid", Const, 16, ""},
7527 {"ModeSetuid", Const, 16, ""},
7528 {"ModeSocket", Const, 16, ""},
7529 {"ModeSticky", Const, 16, ""},
7530 {"ModeSymlink", Const, 16, ""},
7531 {"ModeTemporary", Const, 16, ""},
7532 {"ModeType", Const, 16, ""},
7533 {"PathError", Type, 16, ""},
7534 {"PathError.Err", Field, 16, ""},
7535 {"PathError.Op", Field, 16, ""},
7536 {"PathError.Path", Field, 16, ""},
7537 {"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
7538 {"ReadDirFS", Type, 16, ""},
7539 {"ReadDirFile", Type, 16, ""},
7540 {"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
7541 {"ReadFileFS", Type, 16, ""},
7542 {"ReadLink", Func, 25, "func(fsys FS, name string) (string, error)"},
7543 {"ReadLinkFS", Type, 25, ""},
7544 {"SkipAll", Var, 20, ""},
7545 {"SkipDir", Var, 16, ""},
7546 {"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
7547 {"StatFS", Type, 16, ""},
7548 {"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
7549 {"SubFS", Type, 16, ""},
7550 {"ValidPath", Func, 16, "func(name string) bool"},
7551 {"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
7552 {"WalkDirFunc", Type, 16, ""},
7553 },
7554 "io/ioutil": {
7555 {"Discard", Var, 0, ""},
7556 {"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
7557 {"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
7558 {"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
7559 {"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
7560 {"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
7561 {"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
7562 {"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
7563 },
7564 "iter": {
7565 {"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
7566 {"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
7567 {"Seq", Type, 23, ""},
7568 {"Seq2", Type, 23, ""},
7569 },
7570 "log": {
7571 {"(*Logger).Fatal", Method, 0, ""},
7572 {"(*Logger).Fatalf", Method, 0, ""},
7573 {"(*Logger).Fatalln", Method, 0, ""},
7574 {"(*Logger).Flags", Method, 0, ""},
7575 {"(*Logger).Output", Method, 0, ""},
7576 {"(*Logger).Panic", Method, 0, ""},
7577 {"(*Logger).Panicf", Method, 0, ""},
7578 {"(*Logger).Panicln", Method, 0, ""},
7579 {"(*Logger).Prefix", Method, 0, ""},
7580 {"(*Logger).Print", Method, 0, ""},
7581 {"(*Logger).Printf", Method, 0, ""},
7582 {"(*Logger).Println", Method, 0, ""},
7583 {"(*Logger).SetFlags", Method, 0, ""},
7584 {"(*Logger).SetOutput", Method, 5, ""},
7585 {"(*Logger).SetPrefix", Method, 0, ""},
7586 {"(*Logger).Writer", Method, 12, ""},
7587 {"Default", Func, 16, "func() *Logger"},
7588 {"Fatal", Func, 0, "func(v ...any)"},
7589 {"Fatalf", Func, 0, "func(format string, v ...any)"},
7590 {"Fatalln", Func, 0, "func(v ...any)"},
7591 {"Flags", Func, 0, "func() int"},
7592 {"LUTC", Const, 5, ""},
7593 {"Ldate", Const, 0, ""},
7594 {"Llongfile", Const, 0, ""},
7595 {"Lmicroseconds", Const, 0, ""},
7596 {"Lmsgprefix", Const, 14, ""},
7597 {"Logger", Type, 0, ""},
7598 {"Lshortfile", Const, 0, ""},
7599 {"LstdFlags", Const, 0, ""},
7600 {"Ltime", Const, 0, ""},
7601 {"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
7602 {"Output", Func, 5, "func(calldepth int, s string) error"},
7603 {"Panic", Func, 0, "func(v ...any)"},
7604 {"Panicf", Func, 0, "func(format string, v ...any)"},
7605 {"Panicln", Func, 0, "func(v ...any)"},
7606 {"Prefix", Func, 0, "func() string"},
7607 {"Print", Func, 0, "func(v ...any)"},
7608 {"Printf", Func, 0, "func(format string, v ...any)"},
7609 {"Println", Func, 0, "func(v ...any)"},
7610 {"SetFlags", Func, 0, "func(flag int)"},
7611 {"SetOutput", Func, 0, "func(w io.Writer)"},
7612 {"SetPrefix", Func, 0, "func(prefix string)"},
7613 {"Writer", Func, 13, "func() io.Writer"},
7614 },
7615 "log/slog": {
7616 {"(*JSONHandler).Enabled", Method, 21, ""},
7617 {"(*JSONHandler).Handle", Method, 21, ""},
7618 {"(*JSONHandler).WithAttrs", Method, 21, ""},
7619 {"(*JSONHandler).WithGroup", Method, 21, ""},
7620 {"(*Level).UnmarshalJSON", Method, 21, ""},
7621 {"(*Level).UnmarshalText", Method, 21, ""},
7622 {"(*LevelVar).AppendText", Method, 24, ""},
7623 {"(*LevelVar).Level", Method, 21, ""},
7624 {"(*LevelVar).MarshalText", Method, 21, ""},
7625 {"(*LevelVar).Set", Method, 21, ""},
7626 {"(*LevelVar).String", Method, 21, ""},
7627 {"(*LevelVar).UnmarshalText", Method, 21, ""},
7628 {"(*Logger).Debug", Method, 21, ""},
7629 {"(*Logger).DebugContext", Method, 21, ""},
7630 {"(*Logger).Enabled", Method, 21, ""},
7631 {"(*Logger).Error", Method, 21, ""},
7632 {"(*Logger).ErrorContext", Method, 21, ""},
7633 {"(*Logger).Handler", Method, 21, ""},
7634 {"(*Logger).Info", Method, 21, ""},
7635 {"(*Logger).InfoContext", Method, 21, ""},
7636 {"(*Logger).Log", Method, 21, ""},
7637 {"(*Logger).LogAttrs", Method, 21, ""},
7638 {"(*Logger).Warn", Method, 21, ""},
7639 {"(*Logger).WarnContext", Method, 21, ""},
7640 {"(*Logger).With", Method, 21, ""},
7641 {"(*Logger).WithGroup", Method, 21, ""},
7642 {"(*MultiHandler).Enabled", Method, 26, ""},
7643 {"(*MultiHandler).Handle", Method, 26, ""},
7644 {"(*MultiHandler).WithAttrs", Method, 26, ""},
7645 {"(*MultiHandler).WithGroup", Method, 26, ""},
7646 {"(*Record).Add", Method, 21, ""},
7647 {"(*Record).AddAttrs", Method, 21, ""},
7648 {"(*TextHandler).Enabled", Method, 21, ""},
7649 {"(*TextHandler).Handle", Method, 21, ""},
7650 {"(*TextHandler).WithAttrs", Method, 21, ""},
7651 {"(*TextHandler).WithGroup", Method, 21, ""},
7652 {"(Attr).Equal", Method, 21, ""},
7653 {"(Attr).String", Method, 21, ""},
7654 {"(Handler).Enabled", Method, 21, ""},
7655 {"(Handler).Handle", Method, 21, ""},
7656 {"(Handler).WithAttrs", Method, 21, ""},
7657 {"(Handler).WithGroup", Method, 21, ""},
7658 {"(Kind).String", Method, 21, ""},
7659 {"(Level).AppendText", Method, 24, ""},
7660 {"(Level).Level", Method, 21, ""},
7661 {"(Level).MarshalJSON", Method, 21, ""},
7662 {"(Level).MarshalText", Method, 21, ""},
7663 {"(Level).String", Method, 21, ""},
7664 {"(Leveler).Level", Method, 21, ""},
7665 {"(LogValuer).LogValue", Method, 21, ""},
7666 {"(Record).Attrs", Method, 21, ""},
7667 {"(Record).Clone", Method, 21, ""},
7668 {"(Record).NumAttrs", Method, 21, ""},
7669 {"(Record).Source", Method, 25, ""},
7670 {"(Value).Any", Method, 21, ""},
7671 {"(Value).Bool", Method, 21, ""},
7672 {"(Value).Duration", Method, 21, ""},
7673 {"(Value).Equal", Method, 21, ""},
7674 {"(Value).Float64", Method, 21, ""},
7675 {"(Value).Group", Method, 21, ""},
7676 {"(Value).Int64", Method, 21, ""},
7677 {"(Value).Kind", Method, 21, ""},
7678 {"(Value).LogValuer", Method, 21, ""},
7679 {"(Value).Resolve", Method, 21, ""},
7680 {"(Value).String", Method, 21, ""},
7681 {"(Value).Time", Method, 21, ""},
7682 {"(Value).Uint64", Method, 21, ""},
7683 {"Any", Func, 21, "func(key string, value any) Attr"},
7684 {"AnyValue", Func, 21, "func(v any) Value"},
7685 {"Attr", Type, 21, ""},
7686 {"Attr.Key", Field, 21, ""},
7687 {"Attr.Value", Field, 21, ""},
7688 {"Bool", Func, 21, "func(key string, v bool) Attr"},
7689 {"BoolValue", Func, 21, "func(v bool) Value"},
7690 {"Debug", Func, 21, "func(msg string, args ...any)"},
7691 {"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7692 {"Default", Func, 21, "func() *Logger"},
7693 {"DiscardHandler", Var, 24, ""},
7694 {"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
7695 {"DurationValue", Func, 21, "func(v time.Duration) Value"},
7696 {"Error", Func, 21, "func(msg string, args ...any)"},
7697 {"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7698 {"Float64", Func, 21, "func(key string, v float64) Attr"},
7699 {"Float64Value", Func, 21, "func(v float64) Value"},
7700 {"Group", Func, 21, "func(key string, args ...any) Attr"},
7701 {"GroupAttrs", Func, 25, "func(key string, attrs ...Attr) Attr"},
7702 {"GroupValue", Func, 21, "func(as ...Attr) Value"},
7703 {"Handler", Type, 21, ""},
7704 {"HandlerOptions", Type, 21, ""},
7705 {"HandlerOptions.AddSource", Field, 21, ""},
7706 {"HandlerOptions.Level", Field, 21, ""},
7707 {"HandlerOptions.ReplaceAttr", Field, 21, ""},
7708 {"Info", Func, 21, "func(msg string, args ...any)"},
7709 {"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7710 {"Int", Func, 21, "func(key string, value int) Attr"},
7711 {"Int64", Func, 21, "func(key string, value int64) Attr"},
7712 {"Int64Value", Func, 21, "func(v int64) Value"},
7713 {"IntValue", Func, 21, "func(v int) Value"},
7714 {"JSONHandler", Type, 21, ""},
7715 {"Kind", Type, 21, ""},
7716 {"KindAny", Const, 21, ""},
7717 {"KindBool", Const, 21, ""},
7718 {"KindDuration", Const, 21, ""},
7719 {"KindFloat64", Const, 21, ""},
7720 {"KindGroup", Const, 21, ""},
7721 {"KindInt64", Const, 21, ""},
7722 {"KindLogValuer", Const, 21, ""},
7723 {"KindString", Const, 21, ""},
7724 {"KindTime", Const, 21, ""},
7725 {"KindUint64", Const, 21, ""},
7726 {"Level", Type, 21, ""},
7727 {"LevelDebug", Const, 21, ""},
7728 {"LevelError", Const, 21, ""},
7729 {"LevelInfo", Const, 21, ""},
7730 {"LevelKey", Const, 21, ""},
7731 {"LevelVar", Type, 21, ""},
7732 {"LevelWarn", Const, 21, ""},
7733 {"Leveler", Type, 21, ""},
7734 {"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
7735 {"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
7736 {"LogValuer", Type, 21, ""},
7737 {"Logger", Type, 21, ""},
7738 {"MessageKey", Const, 21, ""},
7739 {"MultiHandler", Type, 26, ""},
7740 {"New", Func, 21, "func(h Handler) *Logger"},
7741 {"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
7742 {"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
7743 {"NewMultiHandler", Func, 26, "func(handlers ...Handler) *MultiHandler"},
7744 {"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
7745 {"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
7746 {"Record", Type, 21, ""},
7747 {"Record.Level", Field, 21, ""},
7748 {"Record.Message", Field, 21, ""},
7749 {"Record.PC", Field, 21, ""},
7750 {"Record.Time", Field, 21, ""},
7751 {"SetDefault", Func, 21, "func(l *Logger)"},
7752 {"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
7753 {"Source", Type, 21, ""},
7754 {"Source.File", Field, 21, ""},
7755 {"Source.Function", Field, 21, ""},
7756 {"Source.Line", Field, 21, ""},
7757 {"SourceKey", Const, 21, ""},
7758 {"String", Func, 21, "func(key string, value string) Attr"},
7759 {"StringValue", Func, 21, "func(value string) Value"},
7760 {"TextHandler", Type, 21, ""},
7761 {"Time", Func, 21, "func(key string, v time.Time) Attr"},
7762 {"TimeKey", Const, 21, ""},
7763 {"TimeValue", Func, 21, "func(v time.Time) Value"},
7764 {"Uint64", Func, 21, "func(key string, v uint64) Attr"},
7765 {"Uint64Value", Func, 21, "func(v uint64) Value"},
7766 {"Value", Type, 21, ""},
7767 {"Warn", Func, 21, "func(msg string, args ...any)"},
7768 {"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
7769 {"With", Func, 21, "func(args ...any) *Logger"},
7770 },
7771 "log/syslog": {
7772 {"(*Writer).Alert", Method, 0, ""},
7773 {"(*Writer).Close", Method, 0, ""},
7774 {"(*Writer).Crit", Method, 0, ""},
7775 {"(*Writer).Debug", Method, 0, ""},
7776 {"(*Writer).Emerg", Method, 0, ""},
7777 {"(*Writer).Err", Method, 0, ""},
7778 {"(*Writer).Info", Method, 0, ""},
7779 {"(*Writer).Notice", Method, 0, ""},
7780 {"(*Writer).Warning", Method, 0, ""},
7781 {"(*Writer).Write", Method, 0, ""},
7782 {"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
7783 {"LOG_ALERT", Const, 0, ""},
7784 {"LOG_AUTH", Const, 1, ""},
7785 {"LOG_AUTHPRIV", Const, 1, ""},
7786 {"LOG_CRIT", Const, 0, ""},
7787 {"LOG_CRON", Const, 1, ""},
7788 {"LOG_DAEMON", Const, 1, ""},
7789 {"LOG_DEBUG", Const, 0, ""},
7790 {"LOG_EMERG", Const, 0, ""},
7791 {"LOG_ERR", Const, 0, ""},
7792 {"LOG_FTP", Const, 1, ""},
7793 {"LOG_INFO", Const, 0, ""},
7794 {"LOG_KERN", Const, 1, ""},
7795 {"LOG_LOCAL0", Const, 1, ""},
7796 {"LOG_LOCAL1", Const, 1, ""},
7797 {"LOG_LOCAL2", Const, 1, ""},
7798 {"LOG_LOCAL3", Const, 1, ""},
7799 {"LOG_LOCAL4", Const, 1, ""},
7800 {"LOG_LOCAL5", Const, 1, ""},
7801 {"LOG_LOCAL6", Const, 1, ""},
7802 {"LOG_LOCAL7", Const, 1, ""},
7803 {"LOG_LPR", Const, 1, ""},
7804 {"LOG_MAIL", Const, 1, ""},
7805 {"LOG_NEWS", Const, 1, ""},
7806 {"LOG_NOTICE", Const, 0, ""},
7807 {"LOG_SYSLOG", Const, 1, ""},
7808 {"LOG_USER", Const, 1, ""},
7809 {"LOG_UUCP", Const, 1, ""},
7810 {"LOG_WARNING", Const, 0, ""},
7811 {"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
7812 {"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
7813 {"Priority", Type, 0, ""},
7814 {"Writer", Type, 0, ""},
7815 },
7816 "maps": {
7817 {"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
7818 {"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
7819 {"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
7820 {"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
7821 {"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
7822 {"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
7823 {"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"},
7824 {"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
7825 {"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
7826 {"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
7827 },
7828 "math": {
7829 {"Abs", Func, 0, "func(x float64) float64"},
7830 {"Acos", Func, 0, "func(x float64) float64"},
7831 {"Acosh", Func, 0, "func(x float64) float64"},
7832 {"Asin", Func, 0, "func(x float64) float64"},
7833 {"Asinh", Func, 0, "func(x float64) float64"},
7834 {"Atan", Func, 0, "func(x float64) float64"},
7835 {"Atan2", Func, 0, "func(y float64, x float64) float64"},
7836 {"Atanh", Func, 0, "func(x float64) float64"},
7837 {"Cbrt", Func, 0, "func(x float64) float64"},
7838 {"Ceil", Func, 0, "func(x float64) float64"},
7839 {"Copysign", Func, 0, "func(f float64, sign float64) float64"},
7840 {"Cos", Func, 0, "func(x float64) float64"},
7841 {"Cosh", Func, 0, "func(x float64) float64"},
7842 {"Dim", Func, 0, "func(x float64, y float64) float64"},
7843 {"E", Const, 0, ""},
7844 {"Erf", Func, 0, "func(x float64) float64"},
7845 {"Erfc", Func, 0, "func(x float64) float64"},
7846 {"Erfcinv", Func, 10, "func(x float64) float64"},
7847 {"Erfinv", Func, 10, "func(x float64) float64"},
7848 {"Exp", Func, 0, "func(x float64) float64"},
7849 {"Exp2", Func, 0, "func(x float64) float64"},
7850 {"Expm1", Func, 0, "func(x float64) float64"},
7851 {"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
7852 {"Float32bits", Func, 0, "func(f float32) uint32"},
7853 {"Float32frombits", Func, 0, "func(b uint32) float32"},
7854 {"Float64bits", Func, 0, "func(f float64) uint64"},
7855 {"Float64frombits", Func, 0, "func(b uint64) float64"},
7856 {"Floor", Func, 0, "func(x float64) float64"},
7857 {"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
7858 {"Gamma", Func, 0, "func(x float64) float64"},
7859 {"Hypot", Func, 0, "func(p float64, q float64) float64"},
7860 {"Ilogb", Func, 0, "func(x float64) int"},
7861 {"Inf", Func, 0, "func(sign int) float64"},
7862 {"IsInf", Func, 0, "func(f float64, sign int) bool"},
7863 {"IsNaN", Func, 0, "func(f float64) (is bool)"},
7864 {"J0", Func, 0, "func(x float64) float64"},
7865 {"J1", Func, 0, "func(x float64) float64"},
7866 {"Jn", Func, 0, "func(n int, x float64) float64"},
7867 {"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
7868 {"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
7869 {"Ln10", Const, 0, ""},
7870 {"Ln2", Const, 0, ""},
7871 {"Log", Func, 0, "func(x float64) float64"},
7872 {"Log10", Func, 0, "func(x float64) float64"},
7873 {"Log10E", Const, 0, ""},
7874 {"Log1p", Func, 0, "func(x float64) float64"},
7875 {"Log2", Func, 0, "func(x float64) float64"},
7876 {"Log2E", Const, 0, ""},
7877 {"Logb", Func, 0, "func(x float64) float64"},
7878 {"Max", Func, 0, "func(x float64, y float64) float64"},
7879 {"MaxFloat32", Const, 0, ""},
7880 {"MaxFloat64", Const, 0, ""},
7881 {"MaxInt", Const, 17, ""},
7882 {"MaxInt16", Const, 0, ""},
7883 {"MaxInt32", Const, 0, ""},
7884 {"MaxInt64", Const, 0, ""},
7885 {"MaxInt8", Const, 0, ""},
7886 {"MaxUint", Const, 17, ""},
7887 {"MaxUint16", Const, 0, ""},
7888 {"MaxUint32", Const, 0, ""},
7889 {"MaxUint64", Const, 0, ""},
7890 {"MaxUint8", Const, 0, ""},
7891 {"Min", Func, 0, "func(x float64, y float64) float64"},
7892 {"MinInt", Const, 17, ""},
7893 {"MinInt16", Const, 0, ""},
7894 {"MinInt32", Const, 0, ""},
7895 {"MinInt64", Const, 0, ""},
7896 {"MinInt8", Const, 0, ""},
7897 {"Mod", Func, 0, "func(x float64, y float64) float64"},
7898 {"Modf", Func, 0, "func(f float64) (integer float64, fractional float64)"},
7899 {"NaN", Func, 0, "func() float64"},
7900 {"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
7901 {"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
7902 {"Phi", Const, 0, ""},
7903 {"Pi", Const, 0, ""},
7904 {"Pow", Func, 0, "func(x float64, y float64) float64"},
7905 {"Pow10", Func, 0, "func(n int) float64"},
7906 {"Remainder", Func, 0, "func(x float64, y float64) float64"},
7907 {"Round", Func, 10, "func(x float64) float64"},
7908 {"RoundToEven", Func, 10, "func(x float64) float64"},
7909 {"Signbit", Func, 0, "func(x float64) bool"},
7910 {"Sin", Func, 0, "func(x float64) float64"},
7911 {"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
7912 {"Sinh", Func, 0, "func(x float64) float64"},
7913 {"SmallestNonzeroFloat32", Const, 0, ""},
7914 {"SmallestNonzeroFloat64", Const, 0, ""},
7915 {"Sqrt", Func, 0, "func(x float64) float64"},
7916 {"Sqrt2", Const, 0, ""},
7917 {"SqrtE", Const, 0, ""},
7918 {"SqrtPhi", Const, 0, ""},
7919 {"SqrtPi", Const, 0, ""},
7920 {"Tan", Func, 0, "func(x float64) float64"},
7921 {"Tanh", Func, 0, "func(x float64) float64"},
7922 {"Trunc", Func, 0, "func(x float64) float64"},
7923 {"Y0", Func, 0, "func(x float64) float64"},
7924 {"Y1", Func, 0, "func(x float64) float64"},
7925 {"Yn", Func, 0, "func(n int, x float64) float64"},
7926 },
7927 "math/big": {
7928 {"(*Float).Abs", Method, 5, ""},
7929 {"(*Float).Acc", Method, 5, ""},
7930 {"(*Float).Add", Method, 5, ""},
7931 {"(*Float).Append", Method, 5, ""},
7932 {"(*Float).AppendText", Method, 24, ""},
7933 {"(*Float).Cmp", Method, 5, ""},
7934 {"(*Float).Copy", Method, 5, ""},
7935 {"(*Float).Float32", Method, 5, ""},
7936 {"(*Float).Float64", Method, 5, ""},
7937 {"(*Float).Format", Method, 5, ""},
7938 {"(*Float).GobDecode", Method, 7, ""},
7939 {"(*Float).GobEncode", Method, 7, ""},
7940 {"(*Float).Int", Method, 5, ""},
7941 {"(*Float).Int64", Method, 5, ""},
7942 {"(*Float).IsInf", Method, 5, ""},
7943 {"(*Float).IsInt", Method, 5, ""},
7944 {"(*Float).MantExp", Method, 5, ""},
7945 {"(*Float).MarshalText", Method, 6, ""},
7946 {"(*Float).MinPrec", Method, 5, ""},
7947 {"(*Float).Mode", Method, 5, ""},
7948 {"(*Float).Mul", Method, 5, ""},
7949 {"(*Float).Neg", Method, 5, ""},
7950 {"(*Float).Parse", Method, 5, ""},
7951 {"(*Float).Prec", Method, 5, ""},
7952 {"(*Float).Quo", Method, 5, ""},
7953 {"(*Float).Rat", Method, 5, ""},
7954 {"(*Float).Scan", Method, 8, ""},
7955 {"(*Float).Set", Method, 5, ""},
7956 {"(*Float).SetFloat64", Method, 5, ""},
7957 {"(*Float).SetInf", Method, 5, ""},
7958 {"(*Float).SetInt", Method, 5, ""},
7959 {"(*Float).SetInt64", Method, 5, ""},
7960 {"(*Float).SetMantExp", Method, 5, ""},
7961 {"(*Float).SetMode", Method, 5, ""},
7962 {"(*Float).SetPrec", Method, 5, ""},
7963 {"(*Float).SetRat", Method, 5, ""},
7964 {"(*Float).SetString", Method, 5, ""},
7965 {"(*Float).SetUint64", Method, 5, ""},
7966 {"(*Float).Sign", Method, 5, ""},
7967 {"(*Float).Signbit", Method, 5, ""},
7968 {"(*Float).Sqrt", Method, 10, ""},
7969 {"(*Float).String", Method, 5, ""},
7970 {"(*Float).Sub", Method, 5, ""},
7971 {"(*Float).Text", Method, 5, ""},
7972 {"(*Float).Uint64", Method, 5, ""},
7973 {"(*Float).UnmarshalText", Method, 6, ""},
7974 {"(*Int).Abs", Method, 0, ""},
7975 {"(*Int).Add", Method, 0, ""},
7976 {"(*Int).And", Method, 0, ""},
7977 {"(*Int).AndNot", Method, 0, ""},
7978 {"(*Int).Append", Method, 6, ""},
7979 {"(*Int).AppendText", Method, 24, ""},
7980 {"(*Int).Binomial", Method, 0, ""},
7981 {"(*Int).Bit", Method, 0, ""},
7982 {"(*Int).BitLen", Method, 0, ""},
7983 {"(*Int).Bits", Method, 0, ""},
7984 {"(*Int).Bytes", Method, 0, ""},
7985 {"(*Int).Cmp", Method, 0, ""},
7986 {"(*Int).CmpAbs", Method, 10, ""},
7987 {"(*Int).Div", Method, 0, ""},
7988 {"(*Int).DivMod", Method, 0, ""},
7989 {"(*Int).Exp", Method, 0, ""},
7990 {"(*Int).FillBytes", Method, 15, ""},
7991 {"(*Int).Float64", Method, 21, ""},
7992 {"(*Int).Format", Method, 0, ""},
7993 {"(*Int).GCD", Method, 0, ""},
7994 {"(*Int).GobDecode", Method, 0, ""},
7995 {"(*Int).GobEncode", Method, 0, ""},
7996 {"(*Int).Int64", Method, 0, ""},
7997 {"(*Int).IsInt64", Method, 9, ""},
7998 {"(*Int).IsUint64", Method, 9, ""},
7999 {"(*Int).Lsh", Method, 0, ""},
8000 {"(*Int).MarshalJSON", Method, 1, ""},
8001 {"(*Int).MarshalText", Method, 3, ""},
8002 {"(*Int).Mod", Method, 0, ""},
8003 {"(*Int).ModInverse", Method, 0, ""},
8004 {"(*Int).ModSqrt", Method, 5, ""},
8005 {"(*Int).Mul", Method, 0, ""},
8006 {"(*Int).MulRange", Method, 0, ""},
8007 {"(*Int).Neg", Method, 0, ""},
8008 {"(*Int).Not", Method, 0, ""},
8009 {"(*Int).Or", Method, 0, ""},
8010 {"(*Int).ProbablyPrime", Method, 0, ""},
8011 {"(*Int).Quo", Method, 0, ""},
8012 {"(*Int).QuoRem", Method, 0, ""},
8013 {"(*Int).Rand", Method, 0, ""},
8014 {"(*Int).Rem", Method, 0, ""},
8015 {"(*Int).Rsh", Method, 0, ""},
8016 {"(*Int).Scan", Method, 0, ""},
8017 {"(*Int).Set", Method, 0, ""},
8018 {"(*Int).SetBit", Method, 0, ""},
8019 {"(*Int).SetBits", Method, 0, ""},
8020 {"(*Int).SetBytes", Method, 0, ""},
8021 {"(*Int).SetInt64", Method, 0, ""},
8022 {"(*Int).SetString", Method, 0, ""},
8023 {"(*Int).SetUint64", Method, 1, ""},
8024 {"(*Int).Sign", Method, 0, ""},
8025 {"(*Int).Sqrt", Method, 8, ""},
8026 {"(*Int).String", Method, 0, ""},
8027 {"(*Int).Sub", Method, 0, ""},
8028 {"(*Int).Text", Method, 6, ""},
8029 {"(*Int).TrailingZeroBits", Method, 13, ""},
8030 {"(*Int).Uint64", Method, 1, ""},
8031 {"(*Int).UnmarshalJSON", Method, 1, ""},
8032 {"(*Int).UnmarshalText", Method, 3, ""},
8033 {"(*Int).Xor", Method, 0, ""},
8034 {"(*Rat).Abs", Method, 0, ""},
8035 {"(*Rat).Add", Method, 0, ""},
8036 {"(*Rat).AppendText", Method, 24, ""},
8037 {"(*Rat).Cmp", Method, 0, ""},
8038 {"(*Rat).Denom", Method, 0, ""},
8039 {"(*Rat).Float32", Method, 4, ""},
8040 {"(*Rat).Float64", Method, 1, ""},
8041 {"(*Rat).FloatPrec", Method, 22, ""},
8042 {"(*Rat).FloatString", Method, 0, ""},
8043 {"(*Rat).GobDecode", Method, 0, ""},
8044 {"(*Rat).GobEncode", Method, 0, ""},
8045 {"(*Rat).Inv", Method, 0, ""},
8046 {"(*Rat).IsInt", Method, 0, ""},
8047 {"(*Rat).MarshalText", Method, 3, ""},
8048 {"(*Rat).Mul", Method, 0, ""},
8049 {"(*Rat).Neg", Method, 0, ""},
8050 {"(*Rat).Num", Method, 0, ""},
8051 {"(*Rat).Quo", Method, 0, ""},
8052 {"(*Rat).RatString", Method, 0, ""},
8053 {"(*Rat).Scan", Method, 0, ""},
8054 {"(*Rat).Set", Method, 0, ""},
8055 {"(*Rat).SetFloat64", Method, 1, ""},
8056 {"(*Rat).SetFrac", Method, 0, ""},
8057 {"(*Rat).SetFrac64", Method, 0, ""},
8058 {"(*Rat).SetInt", Method, 0, ""},
8059 {"(*Rat).SetInt64", Method, 0, ""},
8060 {"(*Rat).SetString", Method, 0, ""},
8061 {"(*Rat).SetUint64", Method, 13, ""},
8062 {"(*Rat).Sign", Method, 0, ""},
8063 {"(*Rat).String", Method, 0, ""},
8064 {"(*Rat).Sub", Method, 0, ""},
8065 {"(*Rat).UnmarshalText", Method, 3, ""},
8066 {"(Accuracy).String", Method, 5, ""},
8067 {"(ErrNaN).Error", Method, 5, ""},
8068 {"(RoundingMode).String", Method, 5, ""},
8069 {"Above", Const, 5, ""},
8070 {"Accuracy", Type, 5, ""},
8071 {"AwayFromZero", Const, 5, ""},
8072 {"Below", Const, 5, ""},
8073 {"ErrNaN", Type, 5, ""},
8074 {"Exact", Const, 5, ""},
8075 {"Float", Type, 5, ""},
8076 {"Int", Type, 0, ""},
8077 {"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
8078 {"MaxBase", Const, 0, ""},
8079 {"MaxExp", Const, 5, ""},
8080 {"MaxPrec", Const, 5, ""},
8081 {"MinExp", Const, 5, ""},
8082 {"NewFloat", Func, 5, "func(x float64) *Float"},
8083 {"NewInt", Func, 0, "func(x int64) *Int"},
8084 {"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
8085 {"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
8086 {"Rat", Type, 0, ""},
8087 {"RoundingMode", Type, 5, ""},
8088 {"ToNearestAway", Const, 5, ""},
8089 {"ToNearestEven", Const, 5, ""},
8090 {"ToNegativeInf", Const, 5, ""},
8091 {"ToPositiveInf", Const, 5, ""},
8092 {"ToZero", Const, 5, ""},
8093 {"Word", Type, 0, ""},
8094 },
8095 "math/bits": {
8096 {"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
8097 {"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
8098 {"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
8099 {"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
8100 {"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
8101 {"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
8102 {"LeadingZeros", Func, 9, "func(x uint) int"},
8103 {"LeadingZeros16", Func, 9, "func(x uint16) int"},
8104 {"LeadingZeros32", Func, 9, "func(x uint32) int"},
8105 {"LeadingZeros64", Func, 9, "func(x uint64) int"},
8106 {"LeadingZeros8", Func, 9, "func(x uint8) int"},
8107 {"Len", Func, 9, "func(x uint) int"},
8108 {"Len16", Func, 9, "func(x uint16) (n int)"},
8109 {"Len32", Func, 9, "func(x uint32) (n int)"},
8110 {"Len64", Func, 9, "func(x uint64) (n int)"},
8111 {"Len8", Func, 9, "func(x uint8) int"},
8112 {"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
8113 {"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
8114 {"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
8115 {"OnesCount", Func, 9, "func(x uint) int"},
8116 {"OnesCount16", Func, 9, "func(x uint16) int"},
8117 {"OnesCount32", Func, 9, "func(x uint32) int"},
8118 {"OnesCount64", Func, 9, "func(x uint64) int"},
8119 {"OnesCount8", Func, 9, "func(x uint8) int"},
8120 {"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
8121 {"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
8122 {"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
8123 {"Reverse", Func, 9, "func(x uint) uint"},
8124 {"Reverse16", Func, 9, "func(x uint16) uint16"},
8125 {"Reverse32", Func, 9, "func(x uint32) uint32"},
8126 {"Reverse64", Func, 9, "func(x uint64) uint64"},
8127 {"Reverse8", Func, 9, "func(x uint8) uint8"},
8128 {"ReverseBytes", Func, 9, "func(x uint) uint"},
8129 {"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
8130 {"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
8131 {"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
8132 {"RotateLeft", Func, 9, "func(x uint, k int) uint"},
8133 {"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
8134 {"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
8135 {"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
8136 {"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
8137 {"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
8138 {"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
8139 {"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
8140 {"TrailingZeros", Func, 9, "func(x uint) int"},
8141 {"TrailingZeros16", Func, 9, "func(x uint16) int"},
8142 {"TrailingZeros32", Func, 9, "func(x uint32) int"},
8143 {"TrailingZeros64", Func, 9, "func(x uint64) int"},
8144 {"TrailingZeros8", Func, 9, "func(x uint8) int"},
8145 {"UintSize", Const, 9, ""},
8146 },
8147 "math/cmplx": {
8148 {"Abs", Func, 0, "func(x complex128) float64"},
8149 {"Acos", Func, 0, "func(x complex128) complex128"},
8150 {"Acosh", Func, 0, "func(x complex128) complex128"},
8151 {"Asin", Func, 0, "func(x complex128) complex128"},
8152 {"Asinh", Func, 0, "func(x complex128) complex128"},
8153 {"Atan", Func, 0, "func(x complex128) complex128"},
8154 {"Atanh", Func, 0, "func(x complex128) complex128"},
8155 {"Conj", Func, 0, "func(x complex128) complex128"},
8156 {"Cos", Func, 0, "func(x complex128) complex128"},
8157 {"Cosh", Func, 0, "func(x complex128) complex128"},
8158 {"Cot", Func, 0, "func(x complex128) complex128"},
8159 {"Exp", Func, 0, "func(x complex128) complex128"},
8160 {"Inf", Func, 0, "func() complex128"},
8161 {"IsInf", Func, 0, "func(x complex128) bool"},
8162 {"IsNaN", Func, 0, "func(x complex128) bool"},
8163 {"Log", Func, 0, "func(x complex128) complex128"},
8164 {"Log10", Func, 0, "func(x complex128) complex128"},
8165 {"NaN", Func, 0, "func() complex128"},
8166 {"Phase", Func, 0, "func(x complex128) float64"},
8167 {"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
8168 {"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
8169 {"Rect", Func, 0, "func(r float64, θ float64) complex128"},
8170 {"Sin", Func, 0, "func(x complex128) complex128"},
8171 {"Sinh", Func, 0, "func(x complex128) complex128"},
8172 {"Sqrt", Func, 0, "func(x complex128) complex128"},
8173 {"Tan", Func, 0, "func(x complex128) complex128"},
8174 {"Tanh", Func, 0, "func(x complex128) complex128"},
8175 },
8176 "math/rand": {
8177 {"(*Rand).ExpFloat64", Method, 0, ""},
8178 {"(*Rand).Float32", Method, 0, ""},
8179 {"(*Rand).Float64", Method, 0, ""},
8180 {"(*Rand).Int", Method, 0, ""},
8181 {"(*Rand).Int31", Method, 0, ""},
8182 {"(*Rand).Int31n", Method, 0, ""},
8183 {"(*Rand).Int63", Method, 0, ""},
8184 {"(*Rand).Int63n", Method, 0, ""},
8185 {"(*Rand).Intn", Method, 0, ""},
8186 {"(*Rand).NormFloat64", Method, 0, ""},
8187 {"(*Rand).Perm", Method, 0, ""},
8188 {"(*Rand).Read", Method, 6, ""},
8189 {"(*Rand).Seed", Method, 0, ""},
8190 {"(*Rand).Shuffle", Method, 10, ""},
8191 {"(*Rand).Uint32", Method, 0, ""},
8192 {"(*Rand).Uint64", Method, 8, ""},
8193 {"(*Zipf).Uint64", Method, 0, ""},
8194 {"(Source).Int63", Method, 0, ""},
8195 {"(Source).Seed", Method, 0, ""},
8196 {"(Source64).Int63", Method, 8, ""},
8197 {"(Source64).Seed", Method, 8, ""},
8198 {"(Source64).Uint64", Method, 8, ""},
8199 {"ExpFloat64", Func, 0, "func() float64"},
8200 {"Float32", Func, 0, "func() float32"},
8201 {"Float64", Func, 0, "func() float64"},
8202 {"Int", Func, 0, "func() int"},
8203 {"Int31", Func, 0, "func() int32"},
8204 {"Int31n", Func, 0, "func(n int32) int32"},
8205 {"Int63", Func, 0, "func() int64"},
8206 {"Int63n", Func, 0, "func(n int64) int64"},
8207 {"Intn", Func, 0, "func(n int) int"},
8208 {"New", Func, 0, "func(src Source) *Rand"},
8209 {"NewSource", Func, 0, "func(seed int64) Source"},
8210 {"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8211 {"NormFloat64", Func, 0, "func() float64"},
8212 {"Perm", Func, 0, "func(n int) []int"},
8213 {"Rand", Type, 0, ""},
8214 {"Read", Func, 6, "func(p []byte) (n int, err error)"},
8215 {"Seed", Func, 0, "func(seed int64)"},
8216 {"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
8217 {"Source", Type, 0, ""},
8218 {"Source64", Type, 8, ""},
8219 {"Uint32", Func, 0, "func() uint32"},
8220 {"Uint64", Func, 8, "func() uint64"},
8221 {"Zipf", Type, 0, ""},
8222 },
8223 "math/rand/v2": {
8224 {"(*ChaCha8).AppendBinary", Method, 24, ""},
8225 {"(*ChaCha8).MarshalBinary", Method, 22, ""},
8226 {"(*ChaCha8).Read", Method, 23, ""},
8227 {"(*ChaCha8).Seed", Method, 22, ""},
8228 {"(*ChaCha8).Uint64", Method, 22, ""},
8229 {"(*ChaCha8).UnmarshalBinary", Method, 22, ""},
8230 {"(*PCG).AppendBinary", Method, 24, ""},
8231 {"(*PCG).MarshalBinary", Method, 22, ""},
8232 {"(*PCG).Seed", Method, 22, ""},
8233 {"(*PCG).Uint64", Method, 22, ""},
8234 {"(*PCG).UnmarshalBinary", Method, 22, ""},
8235 {"(*Rand).ExpFloat64", Method, 22, ""},
8236 {"(*Rand).Float32", Method, 22, ""},
8237 {"(*Rand).Float64", Method, 22, ""},
8238 {"(*Rand).Int", Method, 22, ""},
8239 {"(*Rand).Int32", Method, 22, ""},
8240 {"(*Rand).Int32N", Method, 22, ""},
8241 {"(*Rand).Int64", Method, 22, ""},
8242 {"(*Rand).Int64N", Method, 22, ""},
8243 {"(*Rand).IntN", Method, 22, ""},
8244 {"(*Rand).NormFloat64", Method, 22, ""},
8245 {"(*Rand).Perm", Method, 22, ""},
8246 {"(*Rand).Shuffle", Method, 22, ""},
8247 {"(*Rand).Uint", Method, 23, ""},
8248 {"(*Rand).Uint32", Method, 22, ""},
8249 {"(*Rand).Uint32N", Method, 22, ""},
8250 {"(*Rand).Uint64", Method, 22, ""},
8251 {"(*Rand).Uint64N", Method, 22, ""},
8252 {"(*Rand).UintN", Method, 22, ""},
8253 {"(*Zipf).Uint64", Method, 22, ""},
8254 {"(Source).Uint64", Method, 22, ""},
8255 {"ChaCha8", Type, 22, ""},
8256 {"ExpFloat64", Func, 22, "func() float64"},
8257 {"Float32", Func, 22, "func() float32"},
8258 {"Float64", Func, 22, "func() float64"},
8259 {"Int", Func, 22, "func() int"},
8260 {"Int32", Func, 22, "func() int32"},
8261 {"Int32N", Func, 22, "func(n int32) int32"},
8262 {"Int64", Func, 22, "func() int64"},
8263 {"Int64N", Func, 22, "func(n int64) int64"},
8264 {"IntN", Func, 22, "func(n int) int"},
8265 {"N", Func, 22, "func[Int intType](n Int) Int"},
8266 {"New", Func, 22, "func(src Source) *Rand"},
8267 {"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
8268 {"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
8269 {"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
8270 {"NormFloat64", Func, 22, "func() float64"},
8271 {"PCG", Type, 22, ""},
8272 {"Perm", Func, 22, "func(n int) []int"},
8273 {"Rand", Type, 22, ""},
8274 {"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
8275 {"Source", Type, 22, ""},
8276 {"Uint", Func, 23, "func() uint"},
8277 {"Uint32", Func, 22, "func() uint32"},
8278 {"Uint32N", Func, 22, "func(n uint32) uint32"},
8279 {"Uint64", Func, 22, "func() uint64"},
8280 {"Uint64N", Func, 22, "func(n uint64) uint64"},
8281 {"UintN", Func, 22, "func(n uint) uint"},
8282 {"Zipf", Type, 22, ""},
8283 },
8284 "mime": {
8285 {"(*WordDecoder).Decode", Method, 5, ""},
8286 {"(*WordDecoder).DecodeHeader", Method, 5, ""},
8287 {"(WordEncoder).Encode", Method, 5, ""},
8288 {"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
8289 {"BEncoding", Const, 5, ""},
8290 {"ErrInvalidMediaParameter", Var, 9, ""},
8291 {"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
8292 {"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
8293 {"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
8294 {"QEncoding", Const, 5, ""},
8295 {"TypeByExtension", Func, 0, "func(ext string) string"},
8296 {"WordDecoder", Type, 5, ""},
8297 {"WordDecoder.CharsetReader", Field, 5, ""},
8298 {"WordEncoder", Type, 5, ""},
8299 },
8300 "mime/multipart": {
8301 {"(*FileHeader).Open", Method, 0, ""},
8302 {"(*Form).RemoveAll", Method, 0, ""},
8303 {"(*Part).Close", Method, 0, ""},
8304 {"(*Part).FileName", Method, 0, ""},
8305 {"(*Part).FormName", Method, 0, ""},
8306 {"(*Part).Read", Method, 0, ""},
8307 {"(*Reader).NextPart", Method, 0, ""},
8308 {"(*Reader).NextRawPart", Method, 14, ""},
8309 {"(*Reader).ReadForm", Method, 0, ""},
8310 {"(*Writer).Boundary", Method, 0, ""},
8311 {"(*Writer).Close", Method, 0, ""},
8312 {"(*Writer).CreateFormField", Method, 0, ""},
8313 {"(*Writer).CreateFormFile", Method, 0, ""},
8314 {"(*Writer).CreatePart", Method, 0, ""},
8315 {"(*Writer).FormDataContentType", Method, 0, ""},
8316 {"(*Writer).SetBoundary", Method, 1, ""},
8317 {"(*Writer).WriteField", Method, 0, ""},
8318 {"(File).Close", Method, 0, ""},
8319 {"(File).Read", Method, 0, ""},
8320 {"(File).ReadAt", Method, 0, ""},
8321 {"(File).Seek", Method, 0, ""},
8322 {"ErrMessageTooLarge", Var, 9, ""},
8323 {"File", Type, 0, ""},
8324 {"FileContentDisposition", Func, 25, "func(fieldname string, filename string) string"},
8325 {"FileHeader", Type, 0, ""},
8326 {"FileHeader.Filename", Field, 0, ""},
8327 {"FileHeader.Header", Field, 0, ""},
8328 {"FileHeader.Size", Field, 9, ""},
8329 {"Form", Type, 0, ""},
8330 {"Form.File", Field, 0, ""},
8331 {"Form.Value", Field, 0, ""},
8332 {"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
8333 {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
8334 {"Part", Type, 0, ""},
8335 {"Part.Header", Field, 0, ""},
8336 {"Reader", Type, 0, ""},
8337 {"Writer", Type, 0, ""},
8338 },
8339 "mime/quotedprintable": {
8340 {"(*Reader).Read", Method, 5, ""},
8341 {"(*Writer).Close", Method, 5, ""},
8342 {"(*Writer).Write", Method, 5, ""},
8343 {"NewReader", Func, 5, "func(r io.Reader) *Reader"},
8344 {"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
8345 {"Reader", Type, 5, ""},
8346 {"Writer", Type, 5, ""},
8347 {"Writer.Binary", Field, 5, ""},
8348 },
8349 "net": {
8350 {"(*AddrError).Error", Method, 0, ""},
8351 {"(*AddrError).Temporary", Method, 0, ""},
8352 {"(*AddrError).Timeout", Method, 0, ""},
8353 {"(*Buffers).Read", Method, 8, ""},
8354 {"(*Buffers).WriteTo", Method, 8, ""},
8355 {"(*DNSConfigError).Error", Method, 0, ""},
8356 {"(*DNSConfigError).Temporary", Method, 0, ""},
8357 {"(*DNSConfigError).Timeout", Method, 0, ""},
8358 {"(*DNSConfigError).Unwrap", Method, 13, ""},
8359 {"(*DNSError).Error", Method, 0, ""},
8360 {"(*DNSError).Temporary", Method, 0, ""},
8361 {"(*DNSError).Timeout", Method, 0, ""},
8362 {"(*DNSError).Unwrap", Method, 23, ""},
8363 {"(*Dialer).Dial", Method, 1, ""},
8364 {"(*Dialer).DialContext", Method, 7, ""},
8365 {"(*Dialer).DialIP", Method, 26, ""},
8366 {"(*Dialer).DialTCP", Method, 26, ""},
8367 {"(*Dialer).DialUDP", Method, 26, ""},
8368 {"(*Dialer).DialUnix", Method, 26, ""},
8369 {"(*Dialer).MultipathTCP", Method, 21, ""},
8370 {"(*Dialer).SetMultipathTCP", Method, 21, ""},
8371 {"(*IP).UnmarshalText", Method, 2, ""},
8372 {"(*IPAddr).Network", Method, 0, ""},
8373 {"(*IPAddr).String", Method, 0, ""},
8374 {"(*IPConn).Close", Method, 0, ""},
8375 {"(*IPConn).File", Method, 0, ""},
8376 {"(*IPConn).LocalAddr", Method, 0, ""},
8377 {"(*IPConn).Read", Method, 0, ""},
8378 {"(*IPConn).ReadFrom", Method, 0, ""},
8379 {"(*IPConn).ReadFromIP", Method, 0, ""},
8380 {"(*IPConn).ReadMsgIP", Method, 1, ""},
8381 {"(*IPConn).RemoteAddr", Method, 0, ""},
8382 {"(*IPConn).SetDeadline", Method, 0, ""},
8383 {"(*IPConn).SetReadBuffer", Method, 0, ""},
8384 {"(*IPConn).SetReadDeadline", Method, 0, ""},
8385 {"(*IPConn).SetWriteBuffer", Method, 0, ""},
8386 {"(*IPConn).SetWriteDeadline", Method, 0, ""},
8387 {"(*IPConn).SyscallConn", Method, 9, ""},
8388 {"(*IPConn).Write", Method, 0, ""},
8389 {"(*IPConn).WriteMsgIP", Method, 1, ""},
8390 {"(*IPConn).WriteTo", Method, 0, ""},
8391 {"(*IPConn).WriteToIP", Method, 0, ""},
8392 {"(*IPNet).Contains", Method, 0, ""},
8393 {"(*IPNet).Network", Method, 0, ""},
8394 {"(*IPNet).String", Method, 0, ""},
8395 {"(*Interface).Addrs", Method, 0, ""},
8396 {"(*Interface).MulticastAddrs", Method, 0, ""},
8397 {"(*ListenConfig).Listen", Method, 11, ""},
8398 {"(*ListenConfig).ListenPacket", Method, 11, ""},
8399 {"(*ListenConfig).MultipathTCP", Method, 21, ""},
8400 {"(*ListenConfig).SetMultipathTCP", Method, 21, ""},
8401 {"(*OpError).Error", Method, 0, ""},
8402 {"(*OpError).Temporary", Method, 0, ""},
8403 {"(*OpError).Timeout", Method, 0, ""},
8404 {"(*OpError).Unwrap", Method, 13, ""},
8405 {"(*ParseError).Error", Method, 0, ""},
8406 {"(*ParseError).Temporary", Method, 17, ""},
8407 {"(*ParseError).Timeout", Method, 17, ""},
8408 {"(*Resolver).LookupAddr", Method, 8, ""},
8409 {"(*Resolver).LookupCNAME", Method, 8, ""},
8410 {"(*Resolver).LookupHost", Method, 8, ""},
8411 {"(*Resolver).LookupIP", Method, 15, ""},
8412 {"(*Resolver).LookupIPAddr", Method, 8, ""},
8413 {"(*Resolver).LookupMX", Method, 8, ""},
8414 {"(*Resolver).LookupNS", Method, 8, ""},
8415 {"(*Resolver).LookupNetIP", Method, 18, ""},
8416 {"(*Resolver).LookupPort", Method, 8, ""},
8417 {"(*Resolver).LookupSRV", Method, 8, ""},
8418 {"(*Resolver).LookupTXT", Method, 8, ""},
8419 {"(*TCPAddr).AddrPort", Method, 18, ""},
8420 {"(*TCPAddr).Network", Method, 0, ""},
8421 {"(*TCPAddr).String", Method, 0, ""},
8422 {"(*TCPConn).Close", Method, 0, ""},
8423 {"(*TCPConn).CloseRead", Method, 0, ""},
8424 {"(*TCPConn).CloseWrite", Method, 0, ""},
8425 {"(*TCPConn).File", Method, 0, ""},
8426 {"(*TCPConn).LocalAddr", Method, 0, ""},
8427 {"(*TCPConn).MultipathTCP", Method, 21, ""},
8428 {"(*TCPConn).Read", Method, 0, ""},
8429 {"(*TCPConn).ReadFrom", Method, 0, ""},
8430 {"(*TCPConn).RemoteAddr", Method, 0, ""},
8431 {"(*TCPConn).SetDeadline", Method, 0, ""},
8432 {"(*TCPConn).SetKeepAlive", Method, 0, ""},
8433 {"(*TCPConn).SetKeepAliveConfig", Method, 23, ""},
8434 {"(*TCPConn).SetKeepAlivePeriod", Method, 2, ""},
8435 {"(*TCPConn).SetLinger", Method, 0, ""},
8436 {"(*TCPConn).SetNoDelay", Method, 0, ""},
8437 {"(*TCPConn).SetReadBuffer", Method, 0, ""},
8438 {"(*TCPConn).SetReadDeadline", Method, 0, ""},
8439 {"(*TCPConn).SetWriteBuffer", Method, 0, ""},
8440 {"(*TCPConn).SetWriteDeadline", Method, 0, ""},
8441 {"(*TCPConn).SyscallConn", Method, 9, ""},
8442 {"(*TCPConn).Write", Method, 0, ""},
8443 {"(*TCPConn).WriteTo", Method, 22, ""},
8444 {"(*TCPListener).Accept", Method, 0, ""},
8445 {"(*TCPListener).AcceptTCP", Method, 0, ""},
8446 {"(*TCPListener).Addr", Method, 0, ""},
8447 {"(*TCPListener).Close", Method, 0, ""},
8448 {"(*TCPListener).File", Method, 0, ""},
8449 {"(*TCPListener).SetDeadline", Method, 0, ""},
8450 {"(*TCPListener).SyscallConn", Method, 10, ""},
8451 {"(*UDPAddr).AddrPort", Method, 18, ""},
8452 {"(*UDPAddr).Network", Method, 0, ""},
8453 {"(*UDPAddr).String", Method, 0, ""},
8454 {"(*UDPConn).Close", Method, 0, ""},
8455 {"(*UDPConn).File", Method, 0, ""},
8456 {"(*UDPConn).LocalAddr", Method, 0, ""},
8457 {"(*UDPConn).Read", Method, 0, ""},
8458 {"(*UDPConn).ReadFrom", Method, 0, ""},
8459 {"(*UDPConn).ReadFromUDP", Method, 0, ""},
8460 {"(*UDPConn).ReadFromUDPAddrPort", Method, 18, ""},
8461 {"(*UDPConn).ReadMsgUDP", Method, 1, ""},
8462 {"(*UDPConn).ReadMsgUDPAddrPort", Method, 18, ""},
8463 {"(*UDPConn).RemoteAddr", Method, 0, ""},
8464 {"(*UDPConn).SetDeadline", Method, 0, ""},
8465 {"(*UDPConn).SetReadBuffer", Method, 0, ""},
8466 {"(*UDPConn).SetReadDeadline", Method, 0, ""},
8467 {"(*UDPConn).SetWriteBuffer", Method, 0, ""},
8468 {"(*UDPConn).SetWriteDeadline", Method, 0, ""},
8469 {"(*UDPConn).SyscallConn", Method, 9, ""},
8470 {"(*UDPConn).Write", Method, 0, ""},
8471 {"(*UDPConn).WriteMsgUDP", Method, 1, ""},
8472 {"(*UDPConn).WriteMsgUDPAddrPort", Method, 18, ""},
8473 {"(*UDPConn).WriteTo", Method, 0, ""},
8474 {"(*UDPConn).WriteToUDP", Method, 0, ""},
8475 {"(*UDPConn).WriteToUDPAddrPort", Method, 18, ""},
8476 {"(*UnixAddr).Network", Method, 0, ""},
8477 {"(*UnixAddr).String", Method, 0, ""},
8478 {"(*UnixConn).Close", Method, 0, ""},
8479 {"(*UnixConn).CloseRead", Method, 1, ""},
8480 {"(*UnixConn).CloseWrite", Method, 1, ""},
8481 {"(*UnixConn).File", Method, 0, ""},
8482 {"(*UnixConn).LocalAddr", Method, 0, ""},
8483 {"(*UnixConn).Read", Method, 0, ""},
8484 {"(*UnixConn).ReadFrom", Method, 0, ""},
8485 {"(*UnixConn).ReadFromUnix", Method, 0, ""},
8486 {"(*UnixConn).ReadMsgUnix", Method, 0, ""},
8487 {"(*UnixConn).RemoteAddr", Method, 0, ""},
8488 {"(*UnixConn).SetDeadline", Method, 0, ""},
8489 {"(*UnixConn).SetReadBuffer", Method, 0, ""},
8490 {"(*UnixConn).SetReadDeadline", Method, 0, ""},
8491 {"(*UnixConn).SetWriteBuffer", Method, 0, ""},
8492 {"(*UnixConn).SetWriteDeadline", Method, 0, ""},
8493 {"(*UnixConn).SyscallConn", Method, 9, ""},
8494 {"(*UnixConn).Write", Method, 0, ""},
8495 {"(*UnixConn).WriteMsgUnix", Method, 0, ""},
8496 {"(*UnixConn).WriteTo", Method, 0, ""},
8497 {"(*UnixConn).WriteToUnix", Method, 0, ""},
8498 {"(*UnixListener).Accept", Method, 0, ""},
8499 {"(*UnixListener).AcceptUnix", Method, 0, ""},
8500 {"(*UnixListener).Addr", Method, 0, ""},
8501 {"(*UnixListener).Close", Method, 0, ""},
8502 {"(*UnixListener).File", Method, 0, ""},
8503 {"(*UnixListener).SetDeadline", Method, 0, ""},
8504 {"(*UnixListener).SetUnlinkOnClose", Method, 8, ""},
8505 {"(*UnixListener).SyscallConn", Method, 10, ""},
8506 {"(Addr).Network", Method, 0, ""},
8507 {"(Addr).String", Method, 0, ""},
8508 {"(Conn).Close", Method, 0, ""},
8509 {"(Conn).LocalAddr", Method, 0, ""},
8510 {"(Conn).Read", Method, 0, ""},
8511 {"(Conn).RemoteAddr", Method, 0, ""},
8512 {"(Conn).SetDeadline", Method, 0, ""},
8513 {"(Conn).SetReadDeadline", Method, 0, ""},
8514 {"(Conn).SetWriteDeadline", Method, 0, ""},
8515 {"(Conn).Write", Method, 0, ""},
8516 {"(Error).Error", Method, 0, ""},
8517 {"(Error).Temporary", Method, 0, ""},
8518 {"(Error).Timeout", Method, 0, ""},
8519 {"(Flags).String", Method, 0, ""},
8520 {"(HardwareAddr).String", Method, 0, ""},
8521 {"(IP).AppendText", Method, 24, ""},
8522 {"(IP).DefaultMask", Method, 0, ""},
8523 {"(IP).Equal", Method, 0, ""},
8524 {"(IP).IsGlobalUnicast", Method, 0, ""},
8525 {"(IP).IsInterfaceLocalMulticast", Method, 0, ""},
8526 {"(IP).IsLinkLocalMulticast", Method, 0, ""},
8527 {"(IP).IsLinkLocalUnicast", Method, 0, ""},
8528 {"(IP).IsLoopback", Method, 0, ""},
8529 {"(IP).IsMulticast", Method, 0, ""},
8530 {"(IP).IsPrivate", Method, 17, ""},
8531 {"(IP).IsUnspecified", Method, 0, ""},
8532 {"(IP).MarshalText", Method, 2, ""},
8533 {"(IP).Mask", Method, 0, ""},
8534 {"(IP).String", Method, 0, ""},
8535 {"(IP).To16", Method, 0, ""},
8536 {"(IP).To4", Method, 0, ""},
8537 {"(IPMask).Size", Method, 0, ""},
8538 {"(IPMask).String", Method, 0, ""},
8539 {"(InvalidAddrError).Error", Method, 0, ""},
8540 {"(InvalidAddrError).Temporary", Method, 0, ""},
8541 {"(InvalidAddrError).Timeout", Method, 0, ""},
8542 {"(Listener).Accept", Method, 0, ""},
8543 {"(Listener).Addr", Method, 0, ""},
8544 {"(Listener).Close", Method, 0, ""},
8545 {"(PacketConn).Close", Method, 0, ""},
8546 {"(PacketConn).LocalAddr", Method, 0, ""},
8547 {"(PacketConn).ReadFrom", Method, 0, ""},
8548 {"(PacketConn).SetDeadline", Method, 0, ""},
8549 {"(PacketConn).SetReadDeadline", Method, 0, ""},
8550 {"(PacketConn).SetWriteDeadline", Method, 0, ""},
8551 {"(PacketConn).WriteTo", Method, 0, ""},
8552 {"(UnknownNetworkError).Error", Method, 0, ""},
8553 {"(UnknownNetworkError).Temporary", Method, 0, ""},
8554 {"(UnknownNetworkError).Timeout", Method, 0, ""},
8555 {"Addr", Type, 0, ""},
8556 {"AddrError", Type, 0, ""},
8557 {"AddrError.Addr", Field, 0, ""},
8558 {"AddrError.Err", Field, 0, ""},
8559 {"Buffers", Type, 8, ""},
8560 {"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
8561 {"Conn", Type, 0, ""},
8562 {"DNSConfigError", Type, 0, ""},
8563 {"DNSConfigError.Err", Field, 0, ""},
8564 {"DNSError", Type, 0, ""},
8565 {"DNSError.Err", Field, 0, ""},
8566 {"DNSError.IsNotFound", Field, 13, ""},
8567 {"DNSError.IsTemporary", Field, 6, ""},
8568 {"DNSError.IsTimeout", Field, 0, ""},
8569 {"DNSError.Name", Field, 0, ""},
8570 {"DNSError.Server", Field, 0, ""},
8571 {"DNSError.UnwrapErr", Field, 23, ""},
8572 {"DefaultResolver", Var, 8, ""},
8573 {"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
8574 {"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
8575 {"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
8576 {"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
8577 {"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
8578 {"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
8579 {"Dialer", Type, 1, ""},
8580 {"Dialer.Cancel", Field, 6, ""},
8581 {"Dialer.Control", Field, 11, ""},
8582 {"Dialer.ControlContext", Field, 20, ""},
8583 {"Dialer.Deadline", Field, 1, ""},
8584 {"Dialer.DualStack", Field, 2, ""},
8585 {"Dialer.FallbackDelay", Field, 5, ""},
8586 {"Dialer.KeepAlive", Field, 3, ""},
8587 {"Dialer.KeepAliveConfig", Field, 23, ""},
8588 {"Dialer.LocalAddr", Field, 1, ""},
8589 {"Dialer.Resolver", Field, 8, ""},
8590 {"Dialer.Timeout", Field, 1, ""},
8591 {"ErrClosed", Var, 16, ""},
8592 {"ErrWriteToConnected", Var, 0, ""},
8593 {"Error", Type, 0, ""},
8594 {"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
8595 {"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
8596 {"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
8597 {"FlagBroadcast", Const, 0, ""},
8598 {"FlagLoopback", Const, 0, ""},
8599 {"FlagMulticast", Const, 0, ""},
8600 {"FlagPointToPoint", Const, 0, ""},
8601 {"FlagRunning", Const, 20, ""},
8602 {"FlagUp", Const, 0, ""},
8603 {"Flags", Type, 0, ""},
8604 {"HardwareAddr", Type, 0, ""},
8605 {"IP", Type, 0, ""},
8606 {"IPAddr", Type, 0, ""},
8607 {"IPAddr.IP", Field, 0, ""},
8608 {"IPAddr.Zone", Field, 1, ""},
8609 {"IPConn", Type, 0, ""},
8610 {"IPMask", Type, 0, ""},
8611 {"IPNet", Type, 0, ""},
8612 {"IPNet.IP", Field, 0, ""},
8613 {"IPNet.Mask", Field, 0, ""},
8614 {"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
8615 {"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
8616 {"IPv4allrouter", Var, 0, ""},
8617 {"IPv4allsys", Var, 0, ""},
8618 {"IPv4bcast", Var, 0, ""},
8619 {"IPv4len", Const, 0, ""},
8620 {"IPv4zero", Var, 0, ""},
8621 {"IPv6interfacelocalallnodes", Var, 0, ""},
8622 {"IPv6len", Const, 0, ""},
8623 {"IPv6linklocalallnodes", Var, 0, ""},
8624 {"IPv6linklocalallrouters", Var, 0, ""},
8625 {"IPv6loopback", Var, 0, ""},
8626 {"IPv6unspecified", Var, 0, ""},
8627 {"IPv6zero", Var, 0, ""},
8628 {"Interface", Type, 0, ""},
8629 {"Interface.Flags", Field, 0, ""},
8630 {"Interface.HardwareAddr", Field, 0, ""},
8631 {"Interface.Index", Field, 0, ""},
8632 {"Interface.MTU", Field, 0, ""},
8633 {"Interface.Name", Field, 0, ""},
8634 {"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
8635 {"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
8636 {"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
8637 {"Interfaces", Func, 0, "func() ([]Interface, error)"},
8638 {"InvalidAddrError", Type, 0, ""},
8639 {"JoinHostPort", Func, 0, "func(host string, port string) string"},
8640 {"KeepAliveConfig", Type, 23, ""},
8641 {"KeepAliveConfig.Count", Field, 23, ""},
8642 {"KeepAliveConfig.Enable", Field, 23, ""},
8643 {"KeepAliveConfig.Idle", Field, 23, ""},
8644 {"KeepAliveConfig.Interval", Field, 23, ""},
8645 {"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
8646 {"ListenConfig", Type, 11, ""},
8647 {"ListenConfig.Control", Field, 11, ""},
8648 {"ListenConfig.KeepAlive", Field, 13, ""},
8649 {"ListenConfig.KeepAliveConfig", Field, 23, ""},
8650 {"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
8651 {"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
8652 {"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
8653 {"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
8654 {"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
8655 {"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
8656 {"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
8657 {"Listener", Type, 0, ""},
8658 {"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
8659 {"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
8660 {"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
8661 {"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
8662 {"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
8663 {"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
8664 {"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
8665 {"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
8666 {"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
8667 {"MX", Type, 0, ""},
8668 {"MX.Host", Field, 0, ""},
8669 {"MX.Pref", Field, 0, ""},
8670 {"NS", Type, 1, ""},
8671 {"NS.Host", Field, 1, ""},
8672 {"OpError", Type, 0, ""},
8673 {"OpError.Addr", Field, 0, ""},
8674 {"OpError.Err", Field, 0, ""},
8675 {"OpError.Net", Field, 0, ""},
8676 {"OpError.Op", Field, 0, ""},
8677 {"OpError.Source", Field, 5, ""},
8678 {"PacketConn", Type, 0, ""},
8679 {"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
8680 {"ParseError", Type, 0, ""},
8681 {"ParseError.Text", Field, 0, ""},
8682 {"ParseError.Type", Field, 0, ""},
8683 {"ParseIP", Func, 0, "func(s string) IP"},
8684 {"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
8685 {"Pipe", Func, 0, "func() (Conn, Conn)"},
8686 {"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
8687 {"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
8688 {"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
8689 {"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
8690 {"Resolver", Type, 8, ""},
8691 {"Resolver.Dial", Field, 9, ""},
8692 {"Resolver.PreferGo", Field, 8, ""},
8693 {"Resolver.StrictErrors", Field, 9, ""},
8694 {"SRV", Type, 0, ""},
8695 {"SRV.Port", Field, 0, ""},
8696 {"SRV.Priority", Field, 0, ""},
8697 {"SRV.Target", Field, 0, ""},
8698 {"SRV.Weight", Field, 0, ""},
8699 {"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
8700 {"TCPAddr", Type, 0, ""},
8701 {"TCPAddr.IP", Field, 0, ""},
8702 {"TCPAddr.Port", Field, 0, ""},
8703 {"TCPAddr.Zone", Field, 1, ""},
8704 {"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
8705 {"TCPConn", Type, 0, ""},
8706 {"TCPListener", Type, 0, ""},
8707 {"UDPAddr", Type, 0, ""},
8708 {"UDPAddr.IP", Field, 0, ""},
8709 {"UDPAddr.Port", Field, 0, ""},
8710 {"UDPAddr.Zone", Field, 1, ""},
8711 {"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
8712 {"UDPConn", Type, 0, ""},
8713 {"UnixAddr", Type, 0, ""},
8714 {"UnixAddr.Name", Field, 0, ""},
8715 {"UnixAddr.Net", Field, 0, ""},
8716 {"UnixConn", Type, 0, ""},
8717 {"UnixListener", Type, 0, ""},
8718 {"UnknownNetworkError", Type, 0, ""},
8719 },
8720 "net/http": {
8721 {"(*Client).CloseIdleConnections", Method, 12, ""},
8722 {"(*Client).Do", Method, 0, ""},
8723 {"(*Client).Get", Method, 0, ""},
8724 {"(*Client).Head", Method, 0, ""},
8725 {"(*Client).Post", Method, 0, ""},
8726 {"(*Client).PostForm", Method, 0, ""},
8727 {"(*ClientConn).Available", Method, 26, ""},
8728 {"(*ClientConn).Close", Method, 26, ""},
8729 {"(*ClientConn).Err", Method, 26, ""},
8730 {"(*ClientConn).InFlight", Method, 26, ""},
8731 {"(*ClientConn).Release", Method, 26, ""},
8732 {"(*ClientConn).Reserve", Method, 26, ""},
8733 {"(*ClientConn).RoundTrip", Method, 26, ""},
8734 {"(*ClientConn).SetStateHook", Method, 26, ""},
8735 {"(*Cookie).String", Method, 0, ""},
8736 {"(*Cookie).Valid", Method, 18, ""},
8737 {"(*CrossOriginProtection).AddInsecureBypassPattern", Method, 25, ""},
8738 {"(*CrossOriginProtection).AddTrustedOrigin", Method, 25, ""},
8739 {"(*CrossOriginProtection).Check", Method, 25, ""},
8740 {"(*CrossOriginProtection).Handler", Method, 25, ""},
8741 {"(*CrossOriginProtection).SetDenyHandler", Method, 25, ""},
8742 {"(*MaxBytesError).Error", Method, 19, ""},
8743 {"(*ProtocolError).Error", Method, 0, ""},
8744 {"(*ProtocolError).Is", Method, 21, ""},
8745 {"(*Protocols).SetHTTP1", Method, 24, ""},
8746 {"(*Protocols).SetHTTP2", Method, 24, ""},
8747 {"(*Protocols).SetUnencryptedHTTP2", Method, 24, ""},
8748 {"(*Request).AddCookie", Method, 0, ""},
8749 {"(*Request).BasicAuth", Method, 4, ""},
8750 {"(*Request).Clone", Method, 13, ""},
8751 {"(*Request).Context", Method, 7, ""},
8752 {"(*Request).Cookie", Method, 0, ""},
8753 {"(*Request).Cookies", Method, 0, ""},
8754 {"(*Request).CookiesNamed", Method, 23, ""},
8755 {"(*Request).FormFile", Method, 0, ""},
8756 {"(*Request).FormValue", Method, 0, ""},
8757 {"(*Request).MultipartReader", Method, 0, ""},
8758 {"(*Request).ParseForm", Method, 0, ""},
8759 {"(*Request).ParseMultipartForm", Method, 0, ""},
8760 {"(*Request).PathValue", Method, 22, ""},
8761 {"(*Request).PostFormValue", Method, 1, ""},
8762 {"(*Request).ProtoAtLeast", Method, 0, ""},
8763 {"(*Request).Referer", Method, 0, ""},
8764 {"(*Request).SetBasicAuth", Method, 0, ""},
8765 {"(*Request).SetPathValue", Method, 22, ""},
8766 {"(*Request).UserAgent", Method, 0, ""},
8767 {"(*Request).WithContext", Method, 7, ""},
8768 {"(*Request).Write", Method, 0, ""},
8769 {"(*Request).WriteProxy", Method, 0, ""},
8770 {"(*Response).Cookies", Method, 0, ""},
8771 {"(*Response).Location", Method, 0, ""},
8772 {"(*Response).ProtoAtLeast", Method, 0, ""},
8773 {"(*Response).Write", Method, 0, ""},
8774 {"(*ResponseController).EnableFullDuplex", Method, 21, ""},
8775 {"(*ResponseController).Flush", Method, 20, ""},
8776 {"(*ResponseController).Hijack", Method, 20, ""},
8777 {"(*ResponseController).SetReadDeadline", Method, 20, ""},
8778 {"(*ResponseController).SetWriteDeadline", Method, 20, ""},
8779 {"(*ServeMux).Handle", Method, 0, ""},
8780 {"(*ServeMux).HandleFunc", Method, 0, ""},
8781 {"(*ServeMux).Handler", Method, 1, ""},
8782 {"(*ServeMux).ServeHTTP", Method, 0, ""},
8783 {"(*Server).Close", Method, 8, ""},
8784 {"(*Server).ListenAndServe", Method, 0, ""},
8785 {"(*Server).ListenAndServeTLS", Method, 0, ""},
8786 {"(*Server).RegisterOnShutdown", Method, 9, ""},
8787 {"(*Server).Serve", Method, 0, ""},
8788 {"(*Server).ServeTLS", Method, 9, ""},
8789 {"(*Server).SetKeepAlivesEnabled", Method, 3, ""},
8790 {"(*Server).Shutdown", Method, 8, ""},
8791 {"(*Transport).CancelRequest", Method, 1, ""},
8792 {"(*Transport).Clone", Method, 13, ""},
8793 {"(*Transport).CloseIdleConnections", Method, 0, ""},
8794 {"(*Transport).NewClientConn", Method, 26, ""},
8795 {"(*Transport).RegisterProtocol", Method, 0, ""},
8796 {"(*Transport).RoundTrip", Method, 0, ""},
8797 {"(CloseNotifier).CloseNotify", Method, 1, ""},
8798 {"(ConnState).String", Method, 3, ""},
8799 {"(CookieJar).Cookies", Method, 0, ""},
8800 {"(CookieJar).SetCookies", Method, 0, ""},
8801 {"(Dir).Open", Method, 0, ""},
8802 {"(File).Close", Method, 0, ""},
8803 {"(File).Read", Method, 0, ""},
8804 {"(File).Readdir", Method, 0, ""},
8805 {"(File).Seek", Method, 0, ""},
8806 {"(File).Stat", Method, 0, ""},
8807 {"(FileSystem).Open", Method, 0, ""},
8808 {"(Flusher).Flush", Method, 0, ""},
8809 {"(Handler).ServeHTTP", Method, 0, ""},
8810 {"(HandlerFunc).ServeHTTP", Method, 0, ""},
8811 {"(Header).Add", Method, 0, ""},
8812 {"(Header).Clone", Method, 13, ""},
8813 {"(Header).Del", Method, 0, ""},
8814 {"(Header).Get", Method, 0, ""},
8815 {"(Header).Set", Method, 0, ""},
8816 {"(Header).Values", Method, 14, ""},
8817 {"(Header).Write", Method, 0, ""},
8818 {"(Header).WriteSubset", Method, 0, ""},
8819 {"(Hijacker).Hijack", Method, 0, ""},
8820 {"(Protocols).HTTP1", Method, 24, ""},
8821 {"(Protocols).HTTP2", Method, 24, ""},
8822 {"(Protocols).String", Method, 24, ""},
8823 {"(Protocols).UnencryptedHTTP2", Method, 24, ""},
8824 {"(Pusher).Push", Method, 8, ""},
8825 {"(ResponseWriter).Header", Method, 0, ""},
8826 {"(ResponseWriter).Write", Method, 0, ""},
8827 {"(ResponseWriter).WriteHeader", Method, 0, ""},
8828 {"(RoundTripper).RoundTrip", Method, 0, ""},
8829 {"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
8830 {"CanonicalHeaderKey", Func, 0, "func(s string) string"},
8831 {"Client", Type, 0, ""},
8832 {"Client.CheckRedirect", Field, 0, ""},
8833 {"Client.Jar", Field, 0, ""},
8834 {"Client.Timeout", Field, 3, ""},
8835 {"Client.Transport", Field, 0, ""},
8836 {"ClientConn", Type, 26, ""},
8837 {"CloseNotifier", Type, 1, ""},
8838 {"ConnState", Type, 3, ""},
8839 {"Cookie", Type, 0, ""},
8840 {"Cookie.Domain", Field, 0, ""},
8841 {"Cookie.Expires", Field, 0, ""},
8842 {"Cookie.HttpOnly", Field, 0, ""},
8843 {"Cookie.MaxAge", Field, 0, ""},
8844 {"Cookie.Name", Field, 0, ""},
8845 {"Cookie.Partitioned", Field, 23, ""},
8846 {"Cookie.Path", Field, 0, ""},
8847 {"Cookie.Quoted", Field, 23, ""},
8848 {"Cookie.Raw", Field, 0, ""},
8849 {"Cookie.RawExpires", Field, 0, ""},
8850 {"Cookie.SameSite", Field, 11, ""},
8851 {"Cookie.Secure", Field, 0, ""},
8852 {"Cookie.Unparsed", Field, 0, ""},
8853 {"Cookie.Value", Field, 0, ""},
8854 {"CookieJar", Type, 0, ""},
8855 {"CrossOriginProtection", Type, 25, ""},
8856 {"DefaultClient", Var, 0, ""},
8857 {"DefaultMaxHeaderBytes", Const, 0, ""},
8858 {"DefaultMaxIdleConnsPerHost", Const, 0, ""},
8859 {"DefaultServeMux", Var, 0, ""},
8860 {"DefaultTransport", Var, 0, ""},
8861 {"DetectContentType", Func, 0, "func(data []byte) string"},
8862 {"Dir", Type, 0, ""},
8863 {"ErrAbortHandler", Var, 8, ""},
8864 {"ErrBodyNotAllowed", Var, 0, ""},
8865 {"ErrBodyReadAfterClose", Var, 0, ""},
8866 {"ErrContentLength", Var, 0, ""},
8867 {"ErrHandlerTimeout", Var, 0, ""},
8868 {"ErrHeaderTooLong", Var, 0, ""},
8869 {"ErrHijacked", Var, 0, ""},
8870 {"ErrLineTooLong", Var, 0, ""},
8871 {"ErrMissingBoundary", Var, 0, ""},
8872 {"ErrMissingContentLength", Var, 0, ""},
8873 {"ErrMissingFile", Var, 0, ""},
8874 {"ErrNoCookie", Var, 0, ""},
8875 {"ErrNoLocation", Var, 0, ""},
8876 {"ErrNotMultipart", Var, 0, ""},
8877 {"ErrNotSupported", Var, 0, ""},
8878 {"ErrSchemeMismatch", Var, 21, ""},
8879 {"ErrServerClosed", Var, 8, ""},
8880 {"ErrShortBody", Var, 0, ""},
8881 {"ErrSkipAltProtocol", Var, 6, ""},
8882 {"ErrUnexpectedTrailer", Var, 0, ""},
8883 {"ErrUseLastResponse", Var, 7, ""},
8884 {"ErrWriteAfterFlush", Var, 0, ""},
8885 {"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
8886 {"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
8887 {"File", Type, 0, ""},
8888 {"FileServer", Func, 0, "func(root FileSystem) Handler"},
8889 {"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
8890 {"FileSystem", Type, 0, ""},
8891 {"Flusher", Type, 0, ""},
8892 {"Get", Func, 0, "func(url string) (resp *Response, err error)"},
8893 {"HTTP2Config", Type, 24, ""},
8894 {"HTTP2Config.CountError", Field, 24, ""},
8895 {"HTTP2Config.MaxConcurrentStreams", Field, 24, ""},
8896 {"HTTP2Config.MaxDecoderHeaderTableSize", Field, 24, ""},
8897 {"HTTP2Config.MaxEncoderHeaderTableSize", Field, 24, ""},
8898 {"HTTP2Config.MaxReadFrameSize", Field, 24, ""},
8899 {"HTTP2Config.MaxReceiveBufferPerConnection", Field, 24, ""},
8900 {"HTTP2Config.MaxReceiveBufferPerStream", Field, 24, ""},
8901 {"HTTP2Config.PermitProhibitedCipherSuites", Field, 24, ""},
8902 {"HTTP2Config.PingTimeout", Field, 24, ""},
8903 {"HTTP2Config.SendPingTimeout", Field, 24, ""},
8904 {"HTTP2Config.StrictMaxConcurrentRequests", Field, 26, ""},
8905 {"HTTP2Config.WriteByteTimeout", Field, 24, ""},
8906 {"Handle", Func, 0, "func(pattern string, handler Handler)"},
8907 {"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
8908 {"Handler", Type, 0, ""},
8909 {"HandlerFunc", Type, 0, ""},
8910 {"Head", Func, 0, "func(url string) (resp *Response, err error)"},
8911 {"Header", Type, 0, ""},
8912 {"Hijacker", Type, 0, ""},
8913 {"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
8914 {"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
8915 {"LocalAddrContextKey", Var, 7, ""},
8916 {"MaxBytesError", Type, 19, ""},
8917 {"MaxBytesError.Limit", Field, 19, ""},
8918 {"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
8919 {"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
8920 {"MethodConnect", Const, 6, ""},
8921 {"MethodDelete", Const, 6, ""},
8922 {"MethodGet", Const, 6, ""},
8923 {"MethodHead", Const, 6, ""},
8924 {"MethodOptions", Const, 6, ""},
8925 {"MethodPatch", Const, 6, ""},
8926 {"MethodPost", Const, 6, ""},
8927 {"MethodPut", Const, 6, ""},
8928 {"MethodTrace", Const, 6, ""},
8929 {"NewCrossOriginProtection", Func, 25, "func() *CrossOriginProtection"},
8930 {"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
8931 {"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
8932 {"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
8933 {"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
8934 {"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
8935 {"NewServeMux", Func, 0, "func() *ServeMux"},
8936 {"NoBody", Var, 8, ""},
8937 {"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
8938 {"NotFoundHandler", Func, 0, "func() Handler"},
8939 {"ParseCookie", Func, 23, "func(line string) ([]*Cookie, error)"},
8940 {"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
8941 {"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
8942 {"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
8943 {"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
8944 {"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
8945 {"ProtocolError", Type, 0, ""},
8946 {"ProtocolError.ErrorString", Field, 0, ""},
8947 {"Protocols", Type, 24, ""},
8948 {"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
8949 {"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
8950 {"PushOptions", Type, 8, ""},
8951 {"PushOptions.Header", Field, 8, ""},
8952 {"PushOptions.Method", Field, 8, ""},
8953 {"Pusher", Type, 8, ""},
8954 {"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
8955 {"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
8956 {"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
8957 {"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
8958 {"Request", Type, 0, ""},
8959 {"Request.Body", Field, 0, ""},
8960 {"Request.Cancel", Field, 5, ""},
8961 {"Request.Close", Field, 0, ""},
8962 {"Request.ContentLength", Field, 0, ""},
8963 {"Request.Form", Field, 0, ""},
8964 {"Request.GetBody", Field, 8, ""},
8965 {"Request.Header", Field, 0, ""},
8966 {"Request.Host", Field, 0, ""},
8967 {"Request.Method", Field, 0, ""},
8968 {"Request.MultipartForm", Field, 0, ""},
8969 {"Request.Pattern", Field, 23, ""},
8970 {"Request.PostForm", Field, 1, ""},
8971 {"Request.Proto", Field, 0, ""},
8972 {"Request.ProtoMajor", Field, 0, ""},
8973 {"Request.ProtoMinor", Field, 0, ""},
8974 {"Request.RemoteAddr", Field, 0, ""},
8975 {"Request.RequestURI", Field, 0, ""},
8976 {"Request.Response", Field, 7, ""},
8977 {"Request.TLS", Field, 0, ""},
8978 {"Request.Trailer", Field, 0, ""},
8979 {"Request.TransferEncoding", Field, 0, ""},
8980 {"Request.URL", Field, 0, ""},
8981 {"Response", Type, 0, ""},
8982 {"Response.Body", Field, 0, ""},
8983 {"Response.Close", Field, 0, ""},
8984 {"Response.ContentLength", Field, 0, ""},
8985 {"Response.Header", Field, 0, ""},
8986 {"Response.Proto", Field, 0, ""},
8987 {"Response.ProtoMajor", Field, 0, ""},
8988 {"Response.ProtoMinor", Field, 0, ""},
8989 {"Response.Request", Field, 0, ""},
8990 {"Response.Status", Field, 0, ""},
8991 {"Response.StatusCode", Field, 0, ""},
8992 {"Response.TLS", Field, 3, ""},
8993 {"Response.Trailer", Field, 0, ""},
8994 {"Response.TransferEncoding", Field, 0, ""},
8995 {"Response.Uncompressed", Field, 7, ""},
8996 {"ResponseController", Type, 20, ""},
8997 {"ResponseWriter", Type, 0, ""},
8998 {"RoundTripper", Type, 0, ""},
8999 {"SameSite", Type, 11, ""},
9000 {"SameSiteDefaultMode", Const, 11, ""},
9001 {"SameSiteLaxMode", Const, 11, ""},
9002 {"SameSiteNoneMode", Const, 13, ""},
9003 {"SameSiteStrictMode", Const, 11, ""},
9004 {"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
9005 {"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
9006 {"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
9007 {"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
9008 {"ServeMux", Type, 0, ""},
9009 {"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
9010 {"Server", Type, 0, ""},
9011 {"Server.Addr", Field, 0, ""},
9012 {"Server.BaseContext", Field, 13, ""},
9013 {"Server.ConnContext", Field, 13, ""},
9014 {"Server.ConnState", Field, 3, ""},
9015 {"Server.DisableGeneralOptionsHandler", Field, 20, ""},
9016 {"Server.ErrorLog", Field, 3, ""},
9017 {"Server.HTTP2", Field, 24, ""},
9018 {"Server.Handler", Field, 0, ""},
9019 {"Server.IdleTimeout", Field, 8, ""},
9020 {"Server.MaxHeaderBytes", Field, 0, ""},
9021 {"Server.Protocols", Field, 24, ""},
9022 {"Server.ReadHeaderTimeout", Field, 8, ""},
9023 {"Server.ReadTimeout", Field, 0, ""},
9024 {"Server.TLSConfig", Field, 0, ""},
9025 {"Server.TLSNextProto", Field, 1, ""},
9026 {"Server.WriteTimeout", Field, 0, ""},
9027 {"ServerContextKey", Var, 7, ""},
9028 {"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
9029 {"StateActive", Const, 3, ""},
9030 {"StateClosed", Const, 3, ""},
9031 {"StateHijacked", Const, 3, ""},
9032 {"StateIdle", Const, 3, ""},
9033 {"StateNew", Const, 3, ""},
9034 {"StatusAccepted", Const, 0, ""},
9035 {"StatusAlreadyReported", Const, 7, ""},
9036 {"StatusBadGateway", Const, 0, ""},
9037 {"StatusBadRequest", Const, 0, ""},
9038 {"StatusConflict", Const, 0, ""},
9039 {"StatusContinue", Const, 0, ""},
9040 {"StatusCreated", Const, 0, ""},
9041 {"StatusEarlyHints", Const, 13, ""},
9042 {"StatusExpectationFailed", Const, 0, ""},
9043 {"StatusFailedDependency", Const, 7, ""},
9044 {"StatusForbidden", Const, 0, ""},
9045 {"StatusFound", Const, 0, ""},
9046 {"StatusGatewayTimeout", Const, 0, ""},
9047 {"StatusGone", Const, 0, ""},
9048 {"StatusHTTPVersionNotSupported", Const, 0, ""},
9049 {"StatusIMUsed", Const, 7, ""},
9050 {"StatusInsufficientStorage", Const, 7, ""},
9051 {"StatusInternalServerError", Const, 0, ""},
9052 {"StatusLengthRequired", Const, 0, ""},
9053 {"StatusLocked", Const, 7, ""},
9054 {"StatusLoopDetected", Const, 7, ""},
9055 {"StatusMethodNotAllowed", Const, 0, ""},
9056 {"StatusMisdirectedRequest", Const, 11, ""},
9057 {"StatusMovedPermanently", Const, 0, ""},
9058 {"StatusMultiStatus", Const, 7, ""},
9059 {"StatusMultipleChoices", Const, 0, ""},
9060 {"StatusNetworkAuthenticationRequired", Const, 6, ""},
9061 {"StatusNoContent", Const, 0, ""},
9062 {"StatusNonAuthoritativeInfo", Const, 0, ""},
9063 {"StatusNotAcceptable", Const, 0, ""},
9064 {"StatusNotExtended", Const, 7, ""},
9065 {"StatusNotFound", Const, 0, ""},
9066 {"StatusNotImplemented", Const, 0, ""},
9067 {"StatusNotModified", Const, 0, ""},
9068 {"StatusOK", Const, 0, ""},
9069 {"StatusPartialContent", Const, 0, ""},
9070 {"StatusPaymentRequired", Const, 0, ""},
9071 {"StatusPermanentRedirect", Const, 7, ""},
9072 {"StatusPreconditionFailed", Const, 0, ""},
9073 {"StatusPreconditionRequired", Const, 6, ""},
9074 {"StatusProcessing", Const, 7, ""},
9075 {"StatusProxyAuthRequired", Const, 0, ""},
9076 {"StatusRequestEntityTooLarge", Const, 0, ""},
9077 {"StatusRequestHeaderFieldsTooLarge", Const, 6, ""},
9078 {"StatusRequestTimeout", Const, 0, ""},
9079 {"StatusRequestURITooLong", Const, 0, ""},
9080 {"StatusRequestedRangeNotSatisfiable", Const, 0, ""},
9081 {"StatusResetContent", Const, 0, ""},
9082 {"StatusSeeOther", Const, 0, ""},
9083 {"StatusServiceUnavailable", Const, 0, ""},
9084 {"StatusSwitchingProtocols", Const, 0, ""},
9085 {"StatusTeapot", Const, 0, ""},
9086 {"StatusTemporaryRedirect", Const, 0, ""},
9087 {"StatusText", Func, 0, "func(code int) string"},
9088 {"StatusTooEarly", Const, 12, ""},
9089 {"StatusTooManyRequests", Const, 6, ""},
9090 {"StatusUnauthorized", Const, 0, ""},
9091 {"StatusUnavailableForLegalReasons", Const, 6, ""},
9092 {"StatusUnprocessableEntity", Const, 7, ""},
9093 {"StatusUnsupportedMediaType", Const, 0, ""},
9094 {"StatusUpgradeRequired", Const, 7, ""},
9095 {"StatusUseProxy", Const, 0, ""},
9096 {"StatusVariantAlsoNegotiates", Const, 7, ""},
9097 {"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
9098 {"TimeFormat", Const, 0, ""},
9099 {"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
9100 {"TrailerPrefix", Const, 8, ""},
9101 {"Transport", Type, 0, ""},
9102 {"Transport.Dial", Field, 0, ""},
9103 {"Transport.DialContext", Field, 7, ""},
9104 {"Transport.DialTLS", Field, 4, ""},
9105 {"Transport.DialTLSContext", Field, 14, ""},
9106 {"Transport.DisableCompression", Field, 0, ""},
9107 {"Transport.DisableKeepAlives", Field, 0, ""},
9108 {"Transport.ExpectContinueTimeout", Field, 6, ""},
9109 {"Transport.ForceAttemptHTTP2", Field, 13, ""},
9110 {"Transport.GetProxyConnectHeader", Field, 16, ""},
9111 {"Transport.HTTP2", Field, 24, ""},
9112 {"Transport.IdleConnTimeout", Field, 7, ""},
9113 {"Transport.MaxConnsPerHost", Field, 11, ""},
9114 {"Transport.MaxIdleConns", Field, 7, ""},
9115 {"Transport.MaxIdleConnsPerHost", Field, 0, ""},
9116 {"Transport.MaxResponseHeaderBytes", Field, 7, ""},
9117 {"Transport.OnProxyConnectResponse", Field, 20, ""},
9118 {"Transport.Protocols", Field, 24, ""},
9119 {"Transport.Proxy", Field, 0, ""},
9120 {"Transport.ProxyConnectHeader", Field, 8, ""},
9121 {"Transport.ReadBufferSize", Field, 13, ""},
9122 {"Transport.ResponseHeaderTimeout", Field, 1, ""},
9123 {"Transport.TLSClientConfig", Field, 0, ""},
9124 {"Transport.TLSHandshakeTimeout", Field, 3, ""},
9125 {"Transport.TLSNextProto", Field, 6, ""},
9126 {"Transport.WriteBufferSize", Field, 13, ""},
9127 },
9128 "net/http/cgi": {
9129 {"(*Handler).ServeHTTP", Method, 0, ""},
9130 {"Handler", Type, 0, ""},
9131 {"Handler.Args", Field, 0, ""},
9132 {"Handler.Dir", Field, 0, ""},
9133 {"Handler.Env", Field, 0, ""},
9134 {"Handler.InheritEnv", Field, 0, ""},
9135 {"Handler.Logger", Field, 0, ""},
9136 {"Handler.Path", Field, 0, ""},
9137 {"Handler.PathLocationHandler", Field, 0, ""},
9138 {"Handler.Root", Field, 0, ""},
9139 {"Handler.Stderr", Field, 7, ""},
9140 {"Request", Func, 0, "func() (*http.Request, error)"},
9141 {"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
9142 {"Serve", Func, 0, "func(handler http.Handler) error"},
9143 },
9144 "net/http/cookiejar": {
9145 {"(*Jar).Cookies", Method, 1, ""},
9146 {"(*Jar).SetCookies", Method, 1, ""},
9147 {"(PublicSuffixList).PublicSuffix", Method, 1, ""},
9148 {"(PublicSuffixList).String", Method, 1, ""},
9149 {"Jar", Type, 1, ""},
9150 {"New", Func, 1, "func(o *Options) (*Jar, error)"},
9151 {"Options", Type, 1, ""},
9152 {"Options.PublicSuffixList", Field, 1, ""},
9153 {"PublicSuffixList", Type, 1, ""},
9154 },
9155 "net/http/fcgi": {
9156 {"ErrConnClosed", Var, 5, ""},
9157 {"ErrRequestAborted", Var, 5, ""},
9158 {"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
9159 {"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
9160 },
9161 "net/http/httptest": {
9162 {"(*ResponseRecorder).Flush", Method, 0, ""},
9163 {"(*ResponseRecorder).Header", Method, 0, ""},
9164 {"(*ResponseRecorder).Result", Method, 7, ""},
9165 {"(*ResponseRecorder).Write", Method, 0, ""},
9166 {"(*ResponseRecorder).WriteHeader", Method, 0, ""},
9167 {"(*ResponseRecorder).WriteString", Method, 6, ""},
9168 {"(*Server).Certificate", Method, 9, ""},
9169 {"(*Server).Client", Method, 9, ""},
9170 {"(*Server).Close", Method, 0, ""},
9171 {"(*Server).CloseClientConnections", Method, 0, ""},
9172 {"(*Server).Start", Method, 0, ""},
9173 {"(*Server).StartTLS", Method, 0, ""},
9174 {"DefaultRemoteAddr", Const, 0, ""},
9175 {"NewRecorder", Func, 0, "func() *ResponseRecorder"},
9176 {"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
9177 {"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
9178 {"NewServer", Func, 0, "func(handler http.Handler) *Server"},
9179 {"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
9180 {"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
9181 {"ResponseRecorder", Type, 0, ""},
9182 {"ResponseRecorder.Body", Field, 0, ""},
9183 {"ResponseRecorder.Code", Field, 0, ""},
9184 {"ResponseRecorder.Flushed", Field, 0, ""},
9185 {"ResponseRecorder.HeaderMap", Field, 0, ""},
9186 {"Server", Type, 0, ""},
9187 {"Server.Config", Field, 0, ""},
9188 {"Server.EnableHTTP2", Field, 14, ""},
9189 {"Server.Listener", Field, 0, ""},
9190 {"Server.TLS", Field, 0, ""},
9191 {"Server.URL", Field, 0, ""},
9192 },
9193 "net/http/httptrace": {
9194 {"ClientTrace", Type, 7, ""},
9195 {"ClientTrace.ConnectDone", Field, 7, ""},
9196 {"ClientTrace.ConnectStart", Field, 7, ""},
9197 {"ClientTrace.DNSDone", Field, 7, ""},
9198 {"ClientTrace.DNSStart", Field, 7, ""},
9199 {"ClientTrace.GetConn", Field, 7, ""},
9200 {"ClientTrace.Got100Continue", Field, 7, ""},
9201 {"ClientTrace.Got1xxResponse", Field, 11, ""},
9202 {"ClientTrace.GotConn", Field, 7, ""},
9203 {"ClientTrace.GotFirstResponseByte", Field, 7, ""},
9204 {"ClientTrace.PutIdleConn", Field, 7, ""},
9205 {"ClientTrace.TLSHandshakeDone", Field, 8, ""},
9206 {"ClientTrace.TLSHandshakeStart", Field, 8, ""},
9207 {"ClientTrace.Wait100Continue", Field, 7, ""},
9208 {"ClientTrace.WroteHeaderField", Field, 11, ""},
9209 {"ClientTrace.WroteHeaders", Field, 7, ""},
9210 {"ClientTrace.WroteRequest", Field, 7, ""},
9211 {"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
9212 {"DNSDoneInfo", Type, 7, ""},
9213 {"DNSDoneInfo.Addrs", Field, 7, ""},
9214 {"DNSDoneInfo.Coalesced", Field, 7, ""},
9215 {"DNSDoneInfo.Err", Field, 7, ""},
9216 {"DNSStartInfo", Type, 7, ""},
9217 {"DNSStartInfo.Host", Field, 7, ""},
9218 {"GotConnInfo", Type, 7, ""},
9219 {"GotConnInfo.Conn", Field, 7, ""},
9220 {"GotConnInfo.IdleTime", Field, 7, ""},
9221 {"GotConnInfo.Reused", Field, 7, ""},
9222 {"GotConnInfo.WasIdle", Field, 7, ""},
9223 {"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
9224 {"WroteRequestInfo", Type, 7, ""},
9225 {"WroteRequestInfo.Err", Field, 7, ""},
9226 },
9227 "net/http/httputil": {
9228 {"(*ClientConn).Close", Method, 0, ""},
9229 {"(*ClientConn).Do", Method, 0, ""},
9230 {"(*ClientConn).Hijack", Method, 0, ""},
9231 {"(*ClientConn).Pending", Method, 0, ""},
9232 {"(*ClientConn).Read", Method, 0, ""},
9233 {"(*ClientConn).Write", Method, 0, ""},
9234 {"(*ProxyRequest).SetURL", Method, 20, ""},
9235 {"(*ProxyRequest).SetXForwarded", Method, 20, ""},
9236 {"(*ReverseProxy).ServeHTTP", Method, 0, ""},
9237 {"(*ServerConn).Close", Method, 0, ""},
9238 {"(*ServerConn).Hijack", Method, 0, ""},
9239 {"(*ServerConn).Pending", Method, 0, ""},
9240 {"(*ServerConn).Read", Method, 0, ""},
9241 {"(*ServerConn).Write", Method, 0, ""},
9242 {"(BufferPool).Get", Method, 6, ""},
9243 {"(BufferPool).Put", Method, 6, ""},
9244 {"BufferPool", Type, 6, ""},
9245 {"ClientConn", Type, 0, ""},
9246 {"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9247 {"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
9248 {"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
9249 {"ErrClosed", Var, 0, ""},
9250 {"ErrLineTooLong", Var, 0, ""},
9251 {"ErrPersistEOF", Var, 0, ""},
9252 {"ErrPipeline", Var, 0, ""},
9253 {"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
9254 {"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
9255 {"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9256 {"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
9257 {"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
9258 {"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
9259 {"ProxyRequest", Type, 20, ""},
9260 {"ProxyRequest.In", Field, 20, ""},
9261 {"ProxyRequest.Out", Field, 20, ""},
9262 {"ReverseProxy", Type, 0, ""},
9263 {"ReverseProxy.BufferPool", Field, 6, ""},
9264 {"ReverseProxy.Director", Field, 0, ""},
9265 {"ReverseProxy.ErrorHandler", Field, 11, ""},
9266 {"ReverseProxy.ErrorLog", Field, 4, ""},
9267 {"ReverseProxy.FlushInterval", Field, 0, ""},
9268 {"ReverseProxy.ModifyResponse", Field, 8, ""},
9269 {"ReverseProxy.Rewrite", Field, 20, ""},
9270 {"ReverseProxy.Transport", Field, 0, ""},
9271 {"ServerConn", Type, 0, ""},
9272 },
9273 "net/http/pprof": {
9274 {"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9275 {"Handler", Func, 0, "func(name string) http.Handler"},
9276 {"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9277 {"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9278 {"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
9279 {"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
9280 },
9281 "net/mail": {
9282 {"(*Address).String", Method, 0, ""},
9283 {"(*AddressParser).Parse", Method, 5, ""},
9284 {"(*AddressParser).ParseList", Method, 5, ""},
9285 {"(Header).AddressList", Method, 0, ""},
9286 {"(Header).Date", Method, 0, ""},
9287 {"(Header).Get", Method, 0, ""},
9288 {"Address", Type, 0, ""},
9289 {"Address.Address", Field, 0, ""},
9290 {"Address.Name", Field, 0, ""},
9291 {"AddressParser", Type, 5, ""},
9292 {"AddressParser.WordDecoder", Field, 5, ""},
9293 {"ErrHeaderNotPresent", Var, 0, ""},
9294 {"Header", Type, 0, ""},
9295 {"Message", Type, 0, ""},
9296 {"Message.Body", Field, 0, ""},
9297 {"Message.Header", Field, 0, ""},
9298 {"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
9299 {"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
9300 {"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
9301 {"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
9302 },
9303 "net/netip": {
9304 {"(*Addr).UnmarshalBinary", Method, 18, ""},
9305 {"(*Addr).UnmarshalText", Method, 18, ""},
9306 {"(*AddrPort).UnmarshalBinary", Method, 18, ""},
9307 {"(*AddrPort).UnmarshalText", Method, 18, ""},
9308 {"(*Prefix).UnmarshalBinary", Method, 18, ""},
9309 {"(*Prefix).UnmarshalText", Method, 18, ""},
9310 {"(Addr).AppendBinary", Method, 24, ""},
9311 {"(Addr).AppendText", Method, 24, ""},
9312 {"(Addr).AppendTo", Method, 18, ""},
9313 {"(Addr).As16", Method, 18, ""},
9314 {"(Addr).As4", Method, 18, ""},
9315 {"(Addr).AsSlice", Method, 18, ""},
9316 {"(Addr).BitLen", Method, 18, ""},
9317 {"(Addr).Compare", Method, 18, ""},
9318 {"(Addr).Is4", Method, 18, ""},
9319 {"(Addr).Is4In6", Method, 18, ""},
9320 {"(Addr).Is6", Method, 18, ""},
9321 {"(Addr).IsGlobalUnicast", Method, 18, ""},
9322 {"(Addr).IsInterfaceLocalMulticast", Method, 18, ""},
9323 {"(Addr).IsLinkLocalMulticast", Method, 18, ""},
9324 {"(Addr).IsLinkLocalUnicast", Method, 18, ""},
9325 {"(Addr).IsLoopback", Method, 18, ""},
9326 {"(Addr).IsMulticast", Method, 18, ""},
9327 {"(Addr).IsPrivate", Method, 18, ""},
9328 {"(Addr).IsUnspecified", Method, 18, ""},
9329 {"(Addr).IsValid", Method, 18, ""},
9330 {"(Addr).Less", Method, 18, ""},
9331 {"(Addr).MarshalBinary", Method, 18, ""},
9332 {"(Addr).MarshalText", Method, 18, ""},
9333 {"(Addr).Next", Method, 18, ""},
9334 {"(Addr).Prefix", Method, 18, ""},
9335 {"(Addr).Prev", Method, 18, ""},
9336 {"(Addr).String", Method, 18, ""},
9337 {"(Addr).StringExpanded", Method, 18, ""},
9338 {"(Addr).Unmap", Method, 18, ""},
9339 {"(Addr).WithZone", Method, 18, ""},
9340 {"(Addr).Zone", Method, 18, ""},
9341 {"(AddrPort).Addr", Method, 18, ""},
9342 {"(AddrPort).AppendBinary", Method, 24, ""},
9343 {"(AddrPort).AppendText", Method, 24, ""},
9344 {"(AddrPort).AppendTo", Method, 18, ""},
9345 {"(AddrPort).Compare", Method, 22, ""},
9346 {"(AddrPort).IsValid", Method, 18, ""},
9347 {"(AddrPort).MarshalBinary", Method, 18, ""},
9348 {"(AddrPort).MarshalText", Method, 18, ""},
9349 {"(AddrPort).Port", Method, 18, ""},
9350 {"(AddrPort).String", Method, 18, ""},
9351 {"(Prefix).Addr", Method, 18, ""},
9352 {"(Prefix).AppendBinary", Method, 24, ""},
9353 {"(Prefix).AppendText", Method, 24, ""},
9354 {"(Prefix).AppendTo", Method, 18, ""},
9355 {"(Prefix).Bits", Method, 18, ""},
9356 {"(Prefix).Compare", Method, 26, ""},
9357 {"(Prefix).Contains", Method, 18, ""},
9358 {"(Prefix).IsSingleIP", Method, 18, ""},
9359 {"(Prefix).IsValid", Method, 18, ""},
9360 {"(Prefix).MarshalBinary", Method, 18, ""},
9361 {"(Prefix).MarshalText", Method, 18, ""},
9362 {"(Prefix).Masked", Method, 18, ""},
9363 {"(Prefix).Overlaps", Method, 18, ""},
9364 {"(Prefix).String", Method, 18, ""},
9365 {"Addr", Type, 18, ""},
9366 {"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
9367 {"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
9368 {"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
9369 {"AddrPort", Type, 18, ""},
9370 {"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
9371 {"IPv4Unspecified", Func, 18, "func() Addr"},
9372 {"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
9373 {"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
9374 {"IPv6Loopback", Func, 20, "func() Addr"},
9375 {"IPv6Unspecified", Func, 18, "func() Addr"},
9376 {"MustParseAddr", Func, 18, "func(s string) Addr"},
9377 {"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
9378 {"MustParsePrefix", Func, 18, "func(s string) Prefix"},
9379 {"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
9380 {"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
9381 {"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
9382 {"Prefix", Type, 18, ""},
9383 {"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
9384 },
9385 "net/rpc": {
9386 {"(*Client).Call", Method, 0, ""},
9387 {"(*Client).Close", Method, 0, ""},
9388 {"(*Client).Go", Method, 0, ""},
9389 {"(*Server).Accept", Method, 0, ""},
9390 {"(*Server).HandleHTTP", Method, 0, ""},
9391 {"(*Server).Register", Method, 0, ""},
9392 {"(*Server).RegisterName", Method, 0, ""},
9393 {"(*Server).ServeCodec", Method, 0, ""},
9394 {"(*Server).ServeConn", Method, 0, ""},
9395 {"(*Server).ServeHTTP", Method, 0, ""},
9396 {"(*Server).ServeRequest", Method, 0, ""},
9397 {"(ClientCodec).Close", Method, 0, ""},
9398 {"(ClientCodec).ReadResponseBody", Method, 0, ""},
9399 {"(ClientCodec).ReadResponseHeader", Method, 0, ""},
9400 {"(ClientCodec).WriteRequest", Method, 0, ""},
9401 {"(ServerCodec).Close", Method, 0, ""},
9402 {"(ServerCodec).ReadRequestBody", Method, 0, ""},
9403 {"(ServerCodec).ReadRequestHeader", Method, 0, ""},
9404 {"(ServerCodec).WriteResponse", Method, 0, ""},
9405 {"(ServerError).Error", Method, 0, ""},
9406 {"Accept", Func, 0, "func(lis net.Listener)"},
9407 {"Call", Type, 0, ""},
9408 {"Call.Args", Field, 0, ""},
9409 {"Call.Done", Field, 0, ""},
9410 {"Call.Error", Field, 0, ""},
9411 {"Call.Reply", Field, 0, ""},
9412 {"Call.ServiceMethod", Field, 0, ""},
9413 {"Client", Type, 0, ""},
9414 {"ClientCodec", Type, 0, ""},
9415 {"DefaultDebugPath", Const, 0, ""},
9416 {"DefaultRPCPath", Const, 0, ""},
9417 {"DefaultServer", Var, 0, ""},
9418 {"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
9419 {"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
9420 {"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
9421 {"ErrShutdown", Var, 0, ""},
9422 {"HandleHTTP", Func, 0, "func()"},
9423 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
9424 {"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
9425 {"NewServer", Func, 0, "func() *Server"},
9426 {"Register", Func, 0, "func(rcvr any) error"},
9427 {"RegisterName", Func, 0, "func(name string, rcvr any) error"},
9428 {"Request", Type, 0, ""},
9429 {"Request.Seq", Field, 0, ""},
9430 {"Request.ServiceMethod", Field, 0, ""},
9431 {"Response", Type, 0, ""},
9432 {"Response.Error", Field, 0, ""},
9433 {"Response.Seq", Field, 0, ""},
9434 {"Response.ServiceMethod", Field, 0, ""},
9435 {"ServeCodec", Func, 0, "func(codec ServerCodec)"},
9436 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9437 {"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
9438 {"Server", Type, 0, ""},
9439 {"ServerCodec", Type, 0, ""},
9440 {"ServerError", Type, 0, ""},
9441 },
9442 "net/rpc/jsonrpc": {
9443 {"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
9444 {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
9445 {"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
9446 {"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
9447 {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
9448 },
9449 "net/smtp": {
9450 {"(*Client).Auth", Method, 0, ""},
9451 {"(*Client).Close", Method, 2, ""},
9452 {"(*Client).Data", Method, 0, ""},
9453 {"(*Client).Extension", Method, 0, ""},
9454 {"(*Client).Hello", Method, 1, ""},
9455 {"(*Client).Mail", Method, 0, ""},
9456 {"(*Client).Noop", Method, 10, ""},
9457 {"(*Client).Quit", Method, 0, ""},
9458 {"(*Client).Rcpt", Method, 0, ""},
9459 {"(*Client).Reset", Method, 0, ""},
9460 {"(*Client).StartTLS", Method, 0, ""},
9461 {"(*Client).TLSConnectionState", Method, 5, ""},
9462 {"(*Client).Verify", Method, 0, ""},
9463 {"(Auth).Next", Method, 0, ""},
9464 {"(Auth).Start", Method, 0, ""},
9465 {"Auth", Type, 0, ""},
9466 {"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
9467 {"Client", Type, 0, ""},
9468 {"Client.Text", Field, 0, ""},
9469 {"Dial", Func, 0, "func(addr string) (*Client, error)"},
9470 {"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
9471 {"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
9472 {"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
9473 {"ServerInfo", Type, 0, ""},
9474 {"ServerInfo.Auth", Field, 0, ""},
9475 {"ServerInfo.Name", Field, 0, ""},
9476 {"ServerInfo.TLS", Field, 0, ""},
9477 },
9478 "net/textproto": {
9479 {"(*Conn).Close", Method, 0, ""},
9480 {"(*Conn).Cmd", Method, 0, ""},
9481 {"(*Conn).DotReader", Method, 0, ""},
9482 {"(*Conn).DotWriter", Method, 0, ""},
9483 {"(*Conn).EndRequest", Method, 0, ""},
9484 {"(*Conn).EndResponse", Method, 0, ""},
9485 {"(*Conn).Next", Method, 0, ""},
9486 {"(*Conn).PrintfLine", Method, 0, ""},
9487 {"(*Conn).ReadCodeLine", Method, 0, ""},
9488 {"(*Conn).ReadContinuedLine", Method, 0, ""},
9489 {"(*Conn).ReadContinuedLineBytes", Method, 0, ""},
9490 {"(*Conn).ReadDotBytes", Method, 0, ""},
9491 {"(*Conn).ReadDotLines", Method, 0, ""},
9492 {"(*Conn).ReadLine", Method, 0, ""},
9493 {"(*Conn).ReadLineBytes", Method, 0, ""},
9494 {"(*Conn).ReadMIMEHeader", Method, 0, ""},
9495 {"(*Conn).ReadResponse", Method, 0, ""},
9496 {"(*Conn).StartRequest", Method, 0, ""},
9497 {"(*Conn).StartResponse", Method, 0, ""},
9498 {"(*Error).Error", Method, 0, ""},
9499 {"(*Pipeline).EndRequest", Method, 0, ""},
9500 {"(*Pipeline).EndResponse", Method, 0, ""},
9501 {"(*Pipeline).Next", Method, 0, ""},
9502 {"(*Pipeline).StartRequest", Method, 0, ""},
9503 {"(*Pipeline).StartResponse", Method, 0, ""},
9504 {"(*Reader).DotReader", Method, 0, ""},
9505 {"(*Reader).ReadCodeLine", Method, 0, ""},
9506 {"(*Reader).ReadContinuedLine", Method, 0, ""},
9507 {"(*Reader).ReadContinuedLineBytes", Method, 0, ""},
9508 {"(*Reader).ReadDotBytes", Method, 0, ""},
9509 {"(*Reader).ReadDotLines", Method, 0, ""},
9510 {"(*Reader).ReadLine", Method, 0, ""},
9511 {"(*Reader).ReadLineBytes", Method, 0, ""},
9512 {"(*Reader).ReadMIMEHeader", Method, 0, ""},
9513 {"(*Reader).ReadResponse", Method, 0, ""},
9514 {"(*Writer).DotWriter", Method, 0, ""},
9515 {"(*Writer).PrintfLine", Method, 0, ""},
9516 {"(MIMEHeader).Add", Method, 0, ""},
9517 {"(MIMEHeader).Del", Method, 0, ""},
9518 {"(MIMEHeader).Get", Method, 0, ""},
9519 {"(MIMEHeader).Set", Method, 0, ""},
9520 {"(MIMEHeader).Values", Method, 14, ""},
9521 {"(ProtocolError).Error", Method, 0, ""},
9522 {"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
9523 {"Conn", Type, 0, ""},
9524 {"Conn.Pipeline", Field, 0, ""},
9525 {"Conn.Reader", Field, 0, ""},
9526 {"Conn.Writer", Field, 0, ""},
9527 {"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
9528 {"Error", Type, 0, ""},
9529 {"Error.Code", Field, 0, ""},
9530 {"Error.Msg", Field, 0, ""},
9531 {"MIMEHeader", Type, 0, ""},
9532 {"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
9533 {"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
9534 {"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
9535 {"Pipeline", Type, 0, ""},
9536 {"ProtocolError", Type, 0, ""},
9537 {"Reader", Type, 0, ""},
9538 {"Reader.R", Field, 0, ""},
9539 {"TrimBytes", Func, 1, "func(b []byte) []byte"},
9540 {"TrimString", Func, 1, "func(s string) string"},
9541 {"Writer", Type, 0, ""},
9542 {"Writer.W", Field, 0, ""},
9543 },
9544 "net/url": {
9545 {"(*Error).Error", Method, 0, ""},
9546 {"(*Error).Temporary", Method, 6, ""},
9547 {"(*Error).Timeout", Method, 6, ""},
9548 {"(*Error).Unwrap", Method, 13, ""},
9549 {"(*URL).AppendBinary", Method, 24, ""},
9550 {"(*URL).EscapedFragment", Method, 15, ""},
9551 {"(*URL).EscapedPath", Method, 5, ""},
9552 {"(*URL).Hostname", Method, 8, ""},
9553 {"(*URL).IsAbs", Method, 0, ""},
9554 {"(*URL).JoinPath", Method, 19, ""},
9555 {"(*URL).MarshalBinary", Method, 8, ""},
9556 {"(*URL).Parse", Method, 0, ""},
9557 {"(*URL).Port", Method, 8, ""},
9558 {"(*URL).Query", Method, 0, ""},
9559 {"(*URL).Redacted", Method, 15, ""},
9560 {"(*URL).RequestURI", Method, 0, ""},
9561 {"(*URL).ResolveReference", Method, 0, ""},
9562 {"(*URL).String", Method, 0, ""},
9563 {"(*URL).UnmarshalBinary", Method, 8, ""},
9564 {"(*Userinfo).Password", Method, 0, ""},
9565 {"(*Userinfo).String", Method, 0, ""},
9566 {"(*Userinfo).Username", Method, 0, ""},
9567 {"(EscapeError).Error", Method, 0, ""},
9568 {"(InvalidHostError).Error", Method, 6, ""},
9569 {"(Values).Add", Method, 0, ""},
9570 {"(Values).Del", Method, 0, ""},
9571 {"(Values).Encode", Method, 0, ""},
9572 {"(Values).Get", Method, 0, ""},
9573 {"(Values).Has", Method, 17, ""},
9574 {"(Values).Set", Method, 0, ""},
9575 {"Error", Type, 0, ""},
9576 {"Error.Err", Field, 0, ""},
9577 {"Error.Op", Field, 0, ""},
9578 {"Error.URL", Field, 0, ""},
9579 {"EscapeError", Type, 0, ""},
9580 {"InvalidHostError", Type, 6, ""},
9581 {"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
9582 {"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
9583 {"ParseQuery", Func, 0, "func(query string) (Values, error)"},
9584 {"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
9585 {"PathEscape", Func, 8, "func(s string) string"},
9586 {"PathUnescape", Func, 8, "func(s string) (string, error)"},
9587 {"QueryEscape", Func, 0, "func(s string) string"},
9588 {"QueryUnescape", Func, 0, "func(s string) (string, error)"},
9589 {"URL", Type, 0, ""},
9590 {"URL.ForceQuery", Field, 7, ""},
9591 {"URL.Fragment", Field, 0, ""},
9592 {"URL.Host", Field, 0, ""},
9593 {"URL.OmitHost", Field, 19, ""},
9594 {"URL.Opaque", Field, 0, ""},
9595 {"URL.Path", Field, 0, ""},
9596 {"URL.RawFragment", Field, 15, ""},
9597 {"URL.RawPath", Field, 5, ""},
9598 {"URL.RawQuery", Field, 0, ""},
9599 {"URL.Scheme", Field, 0, ""},
9600 {"URL.User", Field, 0, ""},
9601 {"User", Func, 0, "func(username string) *Userinfo"},
9602 {"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
9603 {"Userinfo", Type, 0, ""},
9604 {"Values", Type, 0, ""},
9605 },
9606 "os": {
9607 {"(*File).Chdir", Method, 0, ""},
9608 {"(*File).Chmod", Method, 0, ""},
9609 {"(*File).Chown", Method, 0, ""},
9610 {"(*File).Close", Method, 0, ""},
9611 {"(*File).Fd", Method, 0, ""},
9612 {"(*File).Name", Method, 0, ""},
9613 {"(*File).Read", Method, 0, ""},
9614 {"(*File).ReadAt", Method, 0, ""},
9615 {"(*File).ReadDir", Method, 16, ""},
9616 {"(*File).ReadFrom", Method, 15, ""},
9617 {"(*File).Readdir", Method, 0, ""},
9618 {"(*File).Readdirnames", Method, 0, ""},
9619 {"(*File).Seek", Method, 0, ""},
9620 {"(*File).SetDeadline", Method, 10, ""},
9621 {"(*File).SetReadDeadline", Method, 10, ""},
9622 {"(*File).SetWriteDeadline", Method, 10, ""},
9623 {"(*File).Stat", Method, 0, ""},
9624 {"(*File).Sync", Method, 0, ""},
9625 {"(*File).SyscallConn", Method, 12, ""},
9626 {"(*File).Truncate", Method, 0, ""},
9627 {"(*File).Write", Method, 0, ""},
9628 {"(*File).WriteAt", Method, 0, ""},
9629 {"(*File).WriteString", Method, 0, ""},
9630 {"(*File).WriteTo", Method, 22, ""},
9631 {"(*LinkError).Error", Method, 0, ""},
9632 {"(*LinkError).Unwrap", Method, 13, ""},
9633 {"(*PathError).Error", Method, 0, ""},
9634 {"(*PathError).Timeout", Method, 10, ""},
9635 {"(*PathError).Unwrap", Method, 13, ""},
9636 {"(*Process).Kill", Method, 0, ""},
9637 {"(*Process).Release", Method, 0, ""},
9638 {"(*Process).Signal", Method, 0, ""},
9639 {"(*Process).Wait", Method, 0, ""},
9640 {"(*Process).WithHandle", Method, 26, ""},
9641 {"(*ProcessState).ExitCode", Method, 12, ""},
9642 {"(*ProcessState).Exited", Method, 0, ""},
9643 {"(*ProcessState).Pid", Method, 0, ""},
9644 {"(*ProcessState).String", Method, 0, ""},
9645 {"(*ProcessState).Success", Method, 0, ""},
9646 {"(*ProcessState).Sys", Method, 0, ""},
9647 {"(*ProcessState).SysUsage", Method, 0, ""},
9648 {"(*ProcessState).SystemTime", Method, 0, ""},
9649 {"(*ProcessState).UserTime", Method, 0, ""},
9650 {"(*Root).Chmod", Method, 25, ""},
9651 {"(*Root).Chown", Method, 25, ""},
9652 {"(*Root).Chtimes", Method, 25, ""},
9653 {"(*Root).Close", Method, 24, ""},
9654 {"(*Root).Create", Method, 24, ""},
9655 {"(*Root).FS", Method, 24, ""},
9656 {"(*Root).Lchown", Method, 25, ""},
9657 {"(*Root).Link", Method, 25, ""},
9658 {"(*Root).Lstat", Method, 24, ""},
9659 {"(*Root).Mkdir", Method, 24, ""},
9660 {"(*Root).MkdirAll", Method, 25, ""},
9661 {"(*Root).Name", Method, 24, ""},
9662 {"(*Root).Open", Method, 24, ""},
9663 {"(*Root).OpenFile", Method, 24, ""},
9664 {"(*Root).OpenRoot", Method, 24, ""},
9665 {"(*Root).ReadFile", Method, 25, ""},
9666 {"(*Root).Readlink", Method, 25, ""},
9667 {"(*Root).Remove", Method, 24, ""},
9668 {"(*Root).RemoveAll", Method, 25, ""},
9669 {"(*Root).Rename", Method, 25, ""},
9670 {"(*Root).Stat", Method, 24, ""},
9671 {"(*Root).Symlink", Method, 25, ""},
9672 {"(*Root).WriteFile", Method, 25, ""},
9673 {"(*SyscallError).Error", Method, 0, ""},
9674 {"(*SyscallError).Timeout", Method, 10, ""},
9675 {"(*SyscallError).Unwrap", Method, 13, ""},
9676 {"(FileInfo).IsDir", Method, 0, ""},
9677 {"(FileInfo).ModTime", Method, 0, ""},
9678 {"(FileInfo).Mode", Method, 0, ""},
9679 {"(FileInfo).Name", Method, 0, ""},
9680 {"(FileInfo).Size", Method, 0, ""},
9681 {"(FileInfo).Sys", Method, 0, ""},
9682 {"(FileMode).IsDir", Method, 0, ""},
9683 {"(FileMode).IsRegular", Method, 1, ""},
9684 {"(FileMode).Perm", Method, 0, ""},
9685 {"(FileMode).String", Method, 0, ""},
9686 {"(Signal).Signal", Method, 0, ""},
9687 {"(Signal).String", Method, 0, ""},
9688 {"Args", Var, 0, ""},
9689 {"Chdir", Func, 0, "func(dir string) error"},
9690 {"Chmod", Func, 0, "func(name string, mode FileMode) error"},
9691 {"Chown", Func, 0, "func(name string, uid int, gid int) error"},
9692 {"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
9693 {"Clearenv", Func, 0, "func()"},
9694 {"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
9695 {"Create", Func, 0, "func(name string) (*File, error)"},
9696 {"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
9697 {"DevNull", Const, 0, ""},
9698 {"DirEntry", Type, 16, ""},
9699 {"DirFS", Func, 16, "func(dir string) fs.FS"},
9700 {"Environ", Func, 0, "func() []string"},
9701 {"ErrClosed", Var, 8, ""},
9702 {"ErrDeadlineExceeded", Var, 15, ""},
9703 {"ErrExist", Var, 0, ""},
9704 {"ErrInvalid", Var, 0, ""},
9705 {"ErrNoDeadline", Var, 10, ""},
9706 {"ErrNoHandle", Var, 26, ""},
9707 {"ErrNotExist", Var, 0, ""},
9708 {"ErrPermission", Var, 0, ""},
9709 {"ErrProcessDone", Var, 16, ""},
9710 {"Executable", Func, 8, "func() (string, error)"},
9711 {"Exit", Func, 0, "func(code int)"},
9712 {"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
9713 {"ExpandEnv", Func, 0, "func(s string) string"},
9714 {"File", Type, 0, ""},
9715 {"FileInfo", Type, 0, ""},
9716 {"FileMode", Type, 0, ""},
9717 {"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
9718 {"Getegid", Func, 0, "func() int"},
9719 {"Getenv", Func, 0, "func(key string) string"},
9720 {"Geteuid", Func, 0, "func() int"},
9721 {"Getgid", Func, 0, "func() int"},
9722 {"Getgroups", Func, 0, "func() ([]int, error)"},
9723 {"Getpagesize", Func, 0, "func() int"},
9724 {"Getpid", Func, 0, "func() int"},
9725 {"Getppid", Func, 0, "func() int"},
9726 {"Getuid", Func, 0, "func() int"},
9727 {"Getwd", Func, 0, "func() (dir string, err error)"},
9728 {"Hostname", Func, 0, "func() (name string, err error)"},
9729 {"Interrupt", Var, 0, ""},
9730 {"IsExist", Func, 0, "func(err error) bool"},
9731 {"IsNotExist", Func, 0, "func(err error) bool"},
9732 {"IsPathSeparator", Func, 0, "func(c uint8) bool"},
9733 {"IsPermission", Func, 0, "func(err error) bool"},
9734 {"IsTimeout", Func, 10, "func(err error) bool"},
9735 {"Kill", Var, 0, ""},
9736 {"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
9737 {"Link", Func, 0, "func(oldname string, newname string) error"},
9738 {"LinkError", Type, 0, ""},
9739 {"LinkError.Err", Field, 0, ""},
9740 {"LinkError.New", Field, 0, ""},
9741 {"LinkError.Old", Field, 0, ""},
9742 {"LinkError.Op", Field, 0, ""},
9743 {"LookupEnv", Func, 5, "func(key string) (string, bool)"},
9744 {"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
9745 {"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
9746 {"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
9747 {"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
9748 {"ModeAppend", Const, 0, ""},
9749 {"ModeCharDevice", Const, 0, ""},
9750 {"ModeDevice", Const, 0, ""},
9751 {"ModeDir", Const, 0, ""},
9752 {"ModeExclusive", Const, 0, ""},
9753 {"ModeIrregular", Const, 11, ""},
9754 {"ModeNamedPipe", Const, 0, ""},
9755 {"ModePerm", Const, 0, ""},
9756 {"ModeSetgid", Const, 0, ""},
9757 {"ModeSetuid", Const, 0, ""},
9758 {"ModeSocket", Const, 0, ""},
9759 {"ModeSticky", Const, 0, ""},
9760 {"ModeSymlink", Const, 0, ""},
9761 {"ModeTemporary", Const, 0, ""},
9762 {"ModeType", Const, 0, ""},
9763 {"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
9764 {"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
9765 {"O_APPEND", Const, 0, ""},
9766 {"O_CREATE", Const, 0, ""},
9767 {"O_EXCL", Const, 0, ""},
9768 {"O_RDONLY", Const, 0, ""},
9769 {"O_RDWR", Const, 0, ""},
9770 {"O_SYNC", Const, 0, ""},
9771 {"O_TRUNC", Const, 0, ""},
9772 {"O_WRONLY", Const, 0, ""},
9773 {"Open", Func, 0, "func(name string) (*File, error)"},
9774 {"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
9775 {"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
9776 {"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
9777 {"PathError", Type, 0, ""},
9778 {"PathError.Err", Field, 0, ""},
9779 {"PathError.Op", Field, 0, ""},
9780 {"PathError.Path", Field, 0, ""},
9781 {"PathListSeparator", Const, 0, ""},
9782 {"PathSeparator", Const, 0, ""},
9783 {"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
9784 {"ProcAttr", Type, 0, ""},
9785 {"ProcAttr.Dir", Field, 0, ""},
9786 {"ProcAttr.Env", Field, 0, ""},
9787 {"ProcAttr.Files", Field, 0, ""},
9788 {"ProcAttr.Sys", Field, 0, ""},
9789 {"Process", Type, 0, ""},
9790 {"Process.Pid", Field, 0, ""},
9791 {"ProcessState", Type, 0, ""},
9792 {"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
9793 {"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
9794 {"Readlink", Func, 0, "func(name string) (string, error)"},
9795 {"Remove", Func, 0, "func(name string) error"},
9796 {"RemoveAll", Func, 0, "func(path string) error"},
9797 {"Rename", Func, 0, "func(oldpath string, newpath string) error"},
9798 {"Root", Type, 24, ""},
9799 {"SEEK_CUR", Const, 0, ""},
9800 {"SEEK_END", Const, 0, ""},
9801 {"SEEK_SET", Const, 0, ""},
9802 {"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
9803 {"Setenv", Func, 0, "func(key string, value string) error"},
9804 {"Signal", Type, 0, ""},
9805 {"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
9806 {"Stat", Func, 0, "func(name string) (FileInfo, error)"},
9807 {"Stderr", Var, 0, ""},
9808 {"Stdin", Var, 0, ""},
9809 {"Stdout", Var, 0, ""},
9810 {"Symlink", Func, 0, "func(oldname string, newname string) error"},
9811 {"SyscallError", Type, 0, ""},
9812 {"SyscallError.Err", Field, 0, ""},
9813 {"SyscallError.Syscall", Field, 0, ""},
9814 {"TempDir", Func, 0, "func() string"},
9815 {"Truncate", Func, 0, "func(name string, size int64) error"},
9816 {"Unsetenv", Func, 4, "func(key string) error"},
9817 {"UserCacheDir", Func, 11, "func() (string, error)"},
9818 {"UserConfigDir", Func, 13, "func() (string, error)"},
9819 {"UserHomeDir", Func, 12, "func() (string, error)"},
9820 {"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
9821 },
9822 "os/exec": {
9823 {"(*Cmd).CombinedOutput", Method, 0, ""},
9824 {"(*Cmd).Environ", Method, 19, ""},
9825 {"(*Cmd).Output", Method, 0, ""},
9826 {"(*Cmd).Run", Method, 0, ""},
9827 {"(*Cmd).Start", Method, 0, ""},
9828 {"(*Cmd).StderrPipe", Method, 0, ""},
9829 {"(*Cmd).StdinPipe", Method, 0, ""},
9830 {"(*Cmd).StdoutPipe", Method, 0, ""},
9831 {"(*Cmd).String", Method, 13, ""},
9832 {"(*Cmd).Wait", Method, 0, ""},
9833 {"(*Error).Error", Method, 0, ""},
9834 {"(*Error).Unwrap", Method, 13, ""},
9835 {"(*ExitError).Error", Method, 0, ""},
9836 {"(ExitError).ExitCode", Method, 12, ""},
9837 {"(ExitError).Exited", Method, 0, ""},
9838 {"(ExitError).Pid", Method, 0, ""},
9839 {"(ExitError).String", Method, 0, ""},
9840 {"(ExitError).Success", Method, 0, ""},
9841 {"(ExitError).Sys", Method, 0, ""},
9842 {"(ExitError).SysUsage", Method, 0, ""},
9843 {"(ExitError).SystemTime", Method, 0, ""},
9844 {"(ExitError).UserTime", Method, 0, ""},
9845 {"Cmd", Type, 0, ""},
9846 {"Cmd.Args", Field, 0, ""},
9847 {"Cmd.Cancel", Field, 20, ""},
9848 {"Cmd.Dir", Field, 0, ""},
9849 {"Cmd.Env", Field, 0, ""},
9850 {"Cmd.Err", Field, 19, ""},
9851 {"Cmd.ExtraFiles", Field, 0, ""},
9852 {"Cmd.Path", Field, 0, ""},
9853 {"Cmd.Process", Field, 0, ""},
9854 {"Cmd.ProcessState", Field, 0, ""},
9855 {"Cmd.Stderr", Field, 0, ""},
9856 {"Cmd.Stdin", Field, 0, ""},
9857 {"Cmd.Stdout", Field, 0, ""},
9858 {"Cmd.SysProcAttr", Field, 0, ""},
9859 {"Cmd.WaitDelay", Field, 20, ""},
9860 {"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
9861 {"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
9862 {"ErrDot", Var, 19, ""},
9863 {"ErrNotFound", Var, 0, ""},
9864 {"ErrWaitDelay", Var, 20, ""},
9865 {"Error", Type, 0, ""},
9866 {"Error.Err", Field, 0, ""},
9867 {"Error.Name", Field, 0, ""},
9868 {"ExitError", Type, 0, ""},
9869 {"ExitError.ProcessState", Field, 0, ""},
9870 {"ExitError.Stderr", Field, 6, ""},
9871 {"LookPath", Func, 0, "func(file string) (string, error)"},
9872 },
9873 "os/signal": {
9874 {"Ignore", Func, 5, "func(sig ...os.Signal)"},
9875 {"Ignored", Func, 11, "func(sig os.Signal) bool"},
9876 {"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
9877 {"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
9878 {"Reset", Func, 5, "func(sig ...os.Signal)"},
9879 {"Stop", Func, 1, "func(c chan<- os.Signal)"},
9880 },
9881 "os/user": {
9882 {"(*User).GroupIds", Method, 7, ""},
9883 {"(UnknownGroupError).Error", Method, 7, ""},
9884 {"(UnknownGroupIdError).Error", Method, 7, ""},
9885 {"(UnknownUserError).Error", Method, 0, ""},
9886 {"(UnknownUserIdError).Error", Method, 0, ""},
9887 {"Current", Func, 0, "func() (*User, error)"},
9888 {"Group", Type, 7, ""},
9889 {"Group.Gid", Field, 7, ""},
9890 {"Group.Name", Field, 7, ""},
9891 {"Lookup", Func, 0, "func(username string) (*User, error)"},
9892 {"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
9893 {"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
9894 {"LookupId", Func, 0, "func(uid string) (*User, error)"},
9895 {"UnknownGroupError", Type, 7, ""},
9896 {"UnknownGroupIdError", Type, 7, ""},
9897 {"UnknownUserError", Type, 0, ""},
9898 {"UnknownUserIdError", Type, 0, ""},
9899 {"User", Type, 0, ""},
9900 {"User.Gid", Field, 0, ""},
9901 {"User.HomeDir", Field, 0, ""},
9902 {"User.Name", Field, 0, ""},
9903 {"User.Uid", Field, 0, ""},
9904 {"User.Username", Field, 0, ""},
9905 },
9906 "path": {
9907 {"Base", Func, 0, "func(path string) string"},
9908 {"Clean", Func, 0, "func(path string) string"},
9909 {"Dir", Func, 0, "func(path string) string"},
9910 {"ErrBadPattern", Var, 0, ""},
9911 {"Ext", Func, 0, "func(path string) string"},
9912 {"IsAbs", Func, 0, "func(path string) bool"},
9913 {"Join", Func, 0, "func(elem ...string) string"},
9914 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
9915 {"Split", Func, 0, "func(path string) (dir string, file string)"},
9916 },
9917 "path/filepath": {
9918 {"Abs", Func, 0, "func(path string) (string, error)"},
9919 {"Base", Func, 0, "func(path string) string"},
9920 {"Clean", Func, 0, "func(path string) string"},
9921 {"Dir", Func, 0, "func(path string) string"},
9922 {"ErrBadPattern", Var, 0, ""},
9923 {"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
9924 {"Ext", Func, 0, "func(path string) string"},
9925 {"FromSlash", Func, 0, "func(path string) string"},
9926 {"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
9927 {"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
9928 {"IsAbs", Func, 0, "func(path string) bool"},
9929 {"IsLocal", Func, 20, "func(path string) bool"},
9930 {"Join", Func, 0, "func(elem ...string) string"},
9931 {"ListSeparator", Const, 0, ""},
9932 {"Localize", Func, 23, "func(path string) (string, error)"},
9933 {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
9934 {"Rel", Func, 0, "func(basePath string, targPath string) (string, error)"},
9935 {"Separator", Const, 0, ""},
9936 {"SkipAll", Var, 20, ""},
9937 {"SkipDir", Var, 0, ""},
9938 {"Split", Func, 0, "func(path string) (dir string, file string)"},
9939 {"SplitList", Func, 0, "func(path string) []string"},
9940 {"ToSlash", Func, 0, "func(path string) string"},
9941 {"VolumeName", Func, 0, "func(path string) string"},
9942 {"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
9943 {"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
9944 {"WalkFunc", Type, 0, ""},
9945 },
9946 "plugin": {
9947 {"(*Plugin).Lookup", Method, 8, ""},
9948 {"Open", Func, 8, "func(path string) (*Plugin, error)"},
9949 {"Plugin", Type, 8, ""},
9950 {"Symbol", Type, 8, ""},
9951 },
9952 "reflect": {
9953 {"(*MapIter).Key", Method, 12, ""},
9954 {"(*MapIter).Next", Method, 12, ""},
9955 {"(*MapIter).Reset", Method, 18, ""},
9956 {"(*MapIter).Value", Method, 12, ""},
9957 {"(*ValueError).Error", Method, 0, ""},
9958 {"(ChanDir).String", Method, 0, ""},
9959 {"(Kind).String", Method, 0, ""},
9960 {"(Method).IsExported", Method, 17, ""},
9961 {"(StructField).IsExported", Method, 17, ""},
9962 {"(StructTag).Get", Method, 0, ""},
9963 {"(StructTag).Lookup", Method, 7, ""},
9964 {"(Type).Align", Method, 0, ""},
9965 {"(Type).AssignableTo", Method, 0, ""},
9966 {"(Type).Bits", Method, 0, ""},
9967 {"(Type).CanSeq", Method, 23, ""},
9968 {"(Type).CanSeq2", Method, 23, ""},
9969 {"(Type).ChanDir", Method, 0, ""},
9970 {"(Type).Comparable", Method, 4, ""},
9971 {"(Type).ConvertibleTo", Method, 1, ""},
9972 {"(Type).Elem", Method, 0, ""},
9973 {"(Type).Field", Method, 0, ""},
9974 {"(Type).FieldAlign", Method, 0, ""},
9975 {"(Type).FieldByIndex", Method, 0, ""},
9976 {"(Type).FieldByName", Method, 0, ""},
9977 {"(Type).FieldByNameFunc", Method, 0, ""},
9978 {"(Type).Fields", Method, 26, ""},
9979 {"(Type).Implements", Method, 0, ""},
9980 {"(Type).In", Method, 0, ""},
9981 {"(Type).Ins", Method, 26, ""},
9982 {"(Type).IsVariadic", Method, 0, ""},
9983 {"(Type).Key", Method, 0, ""},
9984 {"(Type).Kind", Method, 0, ""},
9985 {"(Type).Len", Method, 0, ""},
9986 {"(Type).Method", Method, 0, ""},
9987 {"(Type).MethodByName", Method, 0, ""},
9988 {"(Type).Methods", Method, 26, ""},
9989 {"(Type).Name", Method, 0, ""},
9990 {"(Type).NumField", Method, 0, ""},
9991 {"(Type).NumIn", Method, 0, ""},
9992 {"(Type).NumMethod", Method, 0, ""},
9993 {"(Type).NumOut", Method, 0, ""},
9994 {"(Type).Out", Method, 0, ""},
9995 {"(Type).Outs", Method, 26, ""},
9996 {"(Type).OverflowComplex", Method, 23, ""},
9997 {"(Type).OverflowFloat", Method, 23, ""},
9998 {"(Type).OverflowInt", Method, 23, ""},
9999 {"(Type).OverflowUint", Method, 23, ""},
10000 {"(Type).PkgPath", Method, 0, ""},
10001 {"(Type).Size", Method, 0, ""},
10002 {"(Type).String", Method, 0, ""},
10003 {"(Value).Addr", Method, 0, ""},
10004 {"(Value).Bool", Method, 0, ""},
10005 {"(Value).Bytes", Method, 0, ""},
10006 {"(Value).Call", Method, 0, ""},
10007 {"(Value).CallSlice", Method, 0, ""},
10008 {"(Value).CanAddr", Method, 0, ""},
10009 {"(Value).CanComplex", Method, 18, ""},
10010 {"(Value).CanConvert", Method, 17, ""},
10011 {"(Value).CanFloat", Method, 18, ""},
10012 {"(Value).CanInt", Method, 18, ""},
10013 {"(Value).CanInterface", Method, 0, ""},
10014 {"(Value).CanSet", Method, 0, ""},
10015 {"(Value).CanUint", Method, 18, ""},
10016 {"(Value).Cap", Method, 0, ""},
10017 {"(Value).Clear", Method, 21, ""},
10018 {"(Value).Close", Method, 0, ""},
10019 {"(Value).Comparable", Method, 20, ""},
10020 {"(Value).Complex", Method, 0, ""},
10021 {"(Value).Convert", Method, 1, ""},
10022 {"(Value).Elem", Method, 0, ""},
10023 {"(Value).Equal", Method, 20, ""},
10024 {"(Value).Field", Method, 0, ""},
10025 {"(Value).FieldByIndex", Method, 0, ""},
10026 {"(Value).FieldByIndexErr", Method, 18, ""},
10027 {"(Value).FieldByName", Method, 0, ""},
10028 {"(Value).FieldByNameFunc", Method, 0, ""},
10029 {"(Value).Fields", Method, 26, ""},
10030 {"(Value).Float", Method, 0, ""},
10031 {"(Value).Grow", Method, 20, ""},
10032 {"(Value).Index", Method, 0, ""},
10033 {"(Value).Int", Method, 0, ""},
10034 {"(Value).Interface", Method, 0, ""},
10035 {"(Value).InterfaceData", Method, 0, ""},
10036 {"(Value).IsNil", Method, 0, ""},
10037 {"(Value).IsValid", Method, 0, ""},
10038 {"(Value).IsZero", Method, 13, ""},
10039 {"(Value).Kind", Method, 0, ""},
10040 {"(Value).Len", Method, 0, ""},
10041 {"(Value).MapIndex", Method, 0, ""},
10042 {"(Value).MapKeys", Method, 0, ""},
10043 {"(Value).MapRange", Method, 12, ""},
10044 {"(Value).Method", Method, 0, ""},
10045 {"(Value).MethodByName", Method, 0, ""},
10046 {"(Value).Methods", Method, 26, ""},
10047 {"(Value).NumField", Method, 0, ""},
10048 {"(Value).NumMethod", Method, 0, ""},
10049 {"(Value).OverflowComplex", Method, 0, ""},
10050 {"(Value).OverflowFloat", Method, 0, ""},
10051 {"(Value).OverflowInt", Method, 0, ""},
10052 {"(Value).OverflowUint", Method, 0, ""},
10053 {"(Value).Pointer", Method, 0, ""},
10054 {"(Value).Recv", Method, 0, ""},
10055 {"(Value).Send", Method, 0, ""},
10056 {"(Value).Seq", Method, 23, ""},
10057 {"(Value).Seq2", Method, 23, ""},
10058 {"(Value).Set", Method, 0, ""},
10059 {"(Value).SetBool", Method, 0, ""},
10060 {"(Value).SetBytes", Method, 0, ""},
10061 {"(Value).SetCap", Method, 2, ""},
10062 {"(Value).SetComplex", Method, 0, ""},
10063 {"(Value).SetFloat", Method, 0, ""},
10064 {"(Value).SetInt", Method, 0, ""},
10065 {"(Value).SetIterKey", Method, 18, ""},
10066 {"(Value).SetIterValue", Method, 18, ""},
10067 {"(Value).SetLen", Method, 0, ""},
10068 {"(Value).SetMapIndex", Method, 0, ""},
10069 {"(Value).SetPointer", Method, 0, ""},
10070 {"(Value).SetString", Method, 0, ""},
10071 {"(Value).SetUint", Method, 0, ""},
10072 {"(Value).SetZero", Method, 20, ""},
10073 {"(Value).Slice", Method, 0, ""},
10074 {"(Value).Slice3", Method, 2, ""},
10075 {"(Value).String", Method, 0, ""},
10076 {"(Value).TryRecv", Method, 0, ""},
10077 {"(Value).TrySend", Method, 0, ""},
10078 {"(Value).Type", Method, 0, ""},
10079 {"(Value).Uint", Method, 0, ""},
10080 {"(Value).UnsafeAddr", Method, 0, ""},
10081 {"(Value).UnsafePointer", Method, 18, ""},
10082 {"Append", Func, 0, "func(s Value, x ...Value) Value"},
10083 {"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
10084 {"Array", Const, 0, ""},
10085 {"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
10086 {"Bool", Const, 0, ""},
10087 {"BothDir", Const, 0, ""},
10088 {"Chan", Const, 0, ""},
10089 {"ChanDir", Type, 0, ""},
10090 {"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
10091 {"Complex128", Const, 0, ""},
10092 {"Complex64", Const, 0, ""},
10093 {"Copy", Func, 0, "func(dst Value, src Value) int"},
10094 {"DeepEqual", Func, 0, "func(x any, y any) bool"},
10095 {"Float32", Const, 0, ""},
10096 {"Float64", Const, 0, ""},
10097 {"Func", Const, 0, ""},
10098 {"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
10099 {"Indirect", Func, 0, "func(v Value) Value"},
10100 {"Int", Const, 0, ""},
10101 {"Int16", Const, 0, ""},
10102 {"Int32", Const, 0, ""},
10103 {"Int64", Const, 0, ""},
10104 {"Int8", Const, 0, ""},
10105 {"Interface", Const, 0, ""},
10106 {"Invalid", Const, 0, ""},
10107 {"Kind", Type, 0, ""},
10108 {"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
10109 {"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
10110 {"MakeMap", Func, 0, "func(typ Type) Value"},
10111 {"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
10112 {"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
10113 {"Map", Const, 0, ""},
10114 {"MapIter", Type, 12, ""},
10115 {"MapOf", Func, 1, "func(key Type, elem Type) Type"},
10116 {"Method", Type, 0, ""},
10117 {"Method.Func", Field, 0, ""},
10118 {"Method.Index", Field, 0, ""},
10119 {"Method.Name", Field, 0, ""},
10120 {"Method.PkgPath", Field, 0, ""},
10121 {"Method.Type", Field, 0, ""},
10122 {"New", Func, 0, "func(typ Type) Value"},
10123 {"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
10124 {"Pointer", Const, 18, ""},
10125 {"PointerTo", Func, 18, "func(t Type) Type"},
10126 {"Ptr", Const, 0, ""},
10127 {"PtrTo", Func, 0, "func(t Type) Type"},
10128 {"RecvDir", Const, 0, ""},
10129 {"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
10130 {"SelectCase", Type, 1, ""},
10131 {"SelectCase.Chan", Field, 1, ""},
10132 {"SelectCase.Dir", Field, 1, ""},
10133 {"SelectCase.Send", Field, 1, ""},
10134 {"SelectDefault", Const, 1, ""},
10135 {"SelectDir", Type, 1, ""},
10136 {"SelectRecv", Const, 1, ""},
10137 {"SelectSend", Const, 1, ""},
10138 {"SendDir", Const, 0, ""},
10139 {"Slice", Const, 0, ""},
10140 {"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
10141 {"SliceHeader", Type, 0, ""},
10142 {"SliceHeader.Cap", Field, 0, ""},
10143 {"SliceHeader.Data", Field, 0, ""},
10144 {"SliceHeader.Len", Field, 0, ""},
10145 {"SliceOf", Func, 1, "func(t Type) Type"},
10146 {"String", Const, 0, ""},
10147 {"StringHeader", Type, 0, ""},
10148 {"StringHeader.Data", Field, 0, ""},
10149 {"StringHeader.Len", Field, 0, ""},
10150 {"Struct", Const, 0, ""},
10151 {"StructField", Type, 0, ""},
10152 {"StructField.Anonymous", Field, 0, ""},
10153 {"StructField.Index", Field, 0, ""},
10154 {"StructField.Name", Field, 0, ""},
10155 {"StructField.Offset", Field, 0, ""},
10156 {"StructField.PkgPath", Field, 0, ""},
10157 {"StructField.Tag", Field, 0, ""},
10158 {"StructField.Type", Field, 0, ""},
10159 {"StructOf", Func, 7, "func(fields []StructField) Type"},
10160 {"StructTag", Type, 0, ""},
10161 {"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
10162 {"TypeAssert", Func, 25, "func[T any](v Value) (T, bool)"},
10163 {"TypeFor", Func, 22, "func[T any]() Type"},
10164 {"TypeOf", Func, 0, "func(i any) Type"},
10165 {"Uint", Const, 0, ""},
10166 {"Uint16", Const, 0, ""},
10167 {"Uint32", Const, 0, ""},
10168 {"Uint64", Const, 0, ""},
10169 {"Uint8", Const, 0, ""},
10170 {"Uintptr", Const, 0, ""},
10171 {"UnsafePointer", Const, 0, ""},
10172 {"Value", Type, 0, ""},
10173 {"ValueError", Type, 0, ""},
10174 {"ValueError.Kind", Field, 0, ""},
10175 {"ValueError.Method", Field, 0, ""},
10176 {"ValueOf", Func, 0, "func(i any) Value"},
10177 {"VisibleFields", Func, 17, "func(t Type) []StructField"},
10178 {"Zero", Func, 0, "func(typ Type) Value"},
10179 },
10180 "regexp": {
10181 {"(*Regexp).AppendText", Method, 24, ""},
10182 {"(*Regexp).Copy", Method, 6, ""},
10183 {"(*Regexp).Expand", Method, 0, ""},
10184 {"(*Regexp).ExpandString", Method, 0, ""},
10185 {"(*Regexp).Find", Method, 0, ""},
10186 {"(*Regexp).FindAll", Method, 0, ""},
10187 {"(*Regexp).FindAllIndex", Method, 0, ""},
10188 {"(*Regexp).FindAllString", Method, 0, ""},
10189 {"(*Regexp).FindAllStringIndex", Method, 0, ""},
10190 {"(*Regexp).FindAllStringSubmatch", Method, 0, ""},
10191 {"(*Regexp).FindAllStringSubmatchIndex", Method, 0, ""},
10192 {"(*Regexp).FindAllSubmatch", Method, 0, ""},
10193 {"(*Regexp).FindAllSubmatchIndex", Method, 0, ""},
10194 {"(*Regexp).FindIndex", Method, 0, ""},
10195 {"(*Regexp).FindReaderIndex", Method, 0, ""},
10196 {"(*Regexp).FindReaderSubmatchIndex", Method, 0, ""},
10197 {"(*Regexp).FindString", Method, 0, ""},
10198 {"(*Regexp).FindStringIndex", Method, 0, ""},
10199 {"(*Regexp).FindStringSubmatch", Method, 0, ""},
10200 {"(*Regexp).FindStringSubmatchIndex", Method, 0, ""},
10201 {"(*Regexp).FindSubmatch", Method, 0, ""},
10202 {"(*Regexp).FindSubmatchIndex", Method, 0, ""},
10203 {"(*Regexp).LiteralPrefix", Method, 0, ""},
10204 {"(*Regexp).Longest", Method, 1, ""},
10205 {"(*Regexp).MarshalText", Method, 21, ""},
10206 {"(*Regexp).Match", Method, 0, ""},
10207 {"(*Regexp).MatchReader", Method, 0, ""},
10208 {"(*Regexp).MatchString", Method, 0, ""},
10209 {"(*Regexp).NumSubexp", Method, 0, ""},
10210 {"(*Regexp).ReplaceAll", Method, 0, ""},
10211 {"(*Regexp).ReplaceAllFunc", Method, 0, ""},
10212 {"(*Regexp).ReplaceAllLiteral", Method, 0, ""},
10213 {"(*Regexp).ReplaceAllLiteralString", Method, 0, ""},
10214 {"(*Regexp).ReplaceAllString", Method, 0, ""},
10215 {"(*Regexp).ReplaceAllStringFunc", Method, 0, ""},
10216 {"(*Regexp).Split", Method, 1, ""},
10217 {"(*Regexp).String", Method, 0, ""},
10218 {"(*Regexp).SubexpIndex", Method, 15, ""},
10219 {"(*Regexp).SubexpNames", Method, 0, ""},
10220 {"(*Regexp).UnmarshalText", Method, 21, ""},
10221 {"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
10222 {"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
10223 {"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
10224 {"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
10225 {"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
10226 {"MustCompile", Func, 0, "func(str string) *Regexp"},
10227 {"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
10228 {"QuoteMeta", Func, 0, "func(s string) string"},
10229 {"Regexp", Type, 0, ""},
10230 },
10231 "regexp/syntax": {
10232 {"(*Error).Error", Method, 0, ""},
10233 {"(*Inst).MatchEmptyWidth", Method, 0, ""},
10234 {"(*Inst).MatchRune", Method, 0, ""},
10235 {"(*Inst).MatchRunePos", Method, 3, ""},
10236 {"(*Inst).String", Method, 0, ""},
10237 {"(*Prog).Prefix", Method, 0, ""},
10238 {"(*Prog).StartCond", Method, 0, ""},
10239 {"(*Prog).String", Method, 0, ""},
10240 {"(*Regexp).CapNames", Method, 0, ""},
10241 {"(*Regexp).Equal", Method, 0, ""},
10242 {"(*Regexp).MaxCap", Method, 0, ""},
10243 {"(*Regexp).Simplify", Method, 0, ""},
10244 {"(*Regexp).String", Method, 0, ""},
10245 {"(ErrorCode).String", Method, 0, ""},
10246 {"(InstOp).String", Method, 3, ""},
10247 {"(Op).String", Method, 11, ""},
10248 {"ClassNL", Const, 0, ""},
10249 {"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
10250 {"DotNL", Const, 0, ""},
10251 {"EmptyBeginLine", Const, 0, ""},
10252 {"EmptyBeginText", Const, 0, ""},
10253 {"EmptyEndLine", Const, 0, ""},
10254 {"EmptyEndText", Const, 0, ""},
10255 {"EmptyNoWordBoundary", Const, 0, ""},
10256 {"EmptyOp", Type, 0, ""},
10257 {"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
10258 {"EmptyWordBoundary", Const, 0, ""},
10259 {"ErrInternalError", Const, 0, ""},
10260 {"ErrInvalidCharClass", Const, 0, ""},
10261 {"ErrInvalidCharRange", Const, 0, ""},
10262 {"ErrInvalidEscape", Const, 0, ""},
10263 {"ErrInvalidNamedCapture", Const, 0, ""},
10264 {"ErrInvalidPerlOp", Const, 0, ""},
10265 {"ErrInvalidRepeatOp", Const, 0, ""},
10266 {"ErrInvalidRepeatSize", Const, 0, ""},
10267 {"ErrInvalidUTF8", Const, 0, ""},
10268 {"ErrLarge", Const, 20, ""},
10269 {"ErrMissingBracket", Const, 0, ""},
10270 {"ErrMissingParen", Const, 0, ""},
10271 {"ErrMissingRepeatArgument", Const, 0, ""},
10272 {"ErrNestingDepth", Const, 19, ""},
10273 {"ErrTrailingBackslash", Const, 0, ""},
10274 {"ErrUnexpectedParen", Const, 1, ""},
10275 {"Error", Type, 0, ""},
10276 {"Error.Code", Field, 0, ""},
10277 {"Error.Expr", Field, 0, ""},
10278 {"ErrorCode", Type, 0, ""},
10279 {"Flags", Type, 0, ""},
10280 {"FoldCase", Const, 0, ""},
10281 {"Inst", Type, 0, ""},
10282 {"Inst.Arg", Field, 0, ""},
10283 {"Inst.Op", Field, 0, ""},
10284 {"Inst.Out", Field, 0, ""},
10285 {"Inst.Rune", Field, 0, ""},
10286 {"InstAlt", Const, 0, ""},
10287 {"InstAltMatch", Const, 0, ""},
10288 {"InstCapture", Const, 0, ""},
10289 {"InstEmptyWidth", Const, 0, ""},
10290 {"InstFail", Const, 0, ""},
10291 {"InstMatch", Const, 0, ""},
10292 {"InstNop", Const, 0, ""},
10293 {"InstOp", Type, 0, ""},
10294 {"InstRune", Const, 0, ""},
10295 {"InstRune1", Const, 0, ""},
10296 {"InstRuneAny", Const, 0, ""},
10297 {"InstRuneAnyNotNL", Const, 0, ""},
10298 {"IsWordChar", Func, 0, "func(r rune) bool"},
10299 {"Literal", Const, 0, ""},
10300 {"MatchNL", Const, 0, ""},
10301 {"NonGreedy", Const, 0, ""},
10302 {"OneLine", Const, 0, ""},
10303 {"Op", Type, 0, ""},
10304 {"OpAlternate", Const, 0, ""},
10305 {"OpAnyChar", Const, 0, ""},
10306 {"OpAnyCharNotNL", Const, 0, ""},
10307 {"OpBeginLine", Const, 0, ""},
10308 {"OpBeginText", Const, 0, ""},
10309 {"OpCapture", Const, 0, ""},
10310 {"OpCharClass", Const, 0, ""},
10311 {"OpConcat", Const, 0, ""},
10312 {"OpEmptyMatch", Const, 0, ""},
10313 {"OpEndLine", Const, 0, ""},
10314 {"OpEndText", Const, 0, ""},
10315 {"OpLiteral", Const, 0, ""},
10316 {"OpNoMatch", Const, 0, ""},
10317 {"OpNoWordBoundary", Const, 0, ""},
10318 {"OpPlus", Const, 0, ""},
10319 {"OpQuest", Const, 0, ""},
10320 {"OpRepeat", Const, 0, ""},
10321 {"OpStar", Const, 0, ""},
10322 {"OpWordBoundary", Const, 0, ""},
10323 {"POSIX", Const, 0, ""},
10324 {"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
10325 {"Perl", Const, 0, ""},
10326 {"PerlX", Const, 0, ""},
10327 {"Prog", Type, 0, ""},
10328 {"Prog.Inst", Field, 0, ""},
10329 {"Prog.NumCap", Field, 0, ""},
10330 {"Prog.Start", Field, 0, ""},
10331 {"Regexp", Type, 0, ""},
10332 {"Regexp.Cap", Field, 0, ""},
10333 {"Regexp.Flags", Field, 0, ""},
10334 {"Regexp.Max", Field, 0, ""},
10335 {"Regexp.Min", Field, 0, ""},
10336 {"Regexp.Name", Field, 0, ""},
10337 {"Regexp.Op", Field, 0, ""},
10338 {"Regexp.Rune", Field, 0, ""},
10339 {"Regexp.Rune0", Field, 0, ""},
10340 {"Regexp.Sub", Field, 0, ""},
10341 {"Regexp.Sub0", Field, 0, ""},
10342 {"Simple", Const, 0, ""},
10343 {"UnicodeGroups", Const, 0, ""},
10344 {"WasDollar", Const, 0, ""},
10345 },
10346 "runtime": {
10347 {"(*BlockProfileRecord).Stack", Method, 1, ""},
10348 {"(*Frames).Next", Method, 7, ""},
10349 {"(*Func).Entry", Method, 0, ""},
10350 {"(*Func).FileLine", Method, 0, ""},
10351 {"(*Func).Name", Method, 0, ""},
10352 {"(*MemProfileRecord).InUseBytes", Method, 0, ""},
10353 {"(*MemProfileRecord).InUseObjects", Method, 0, ""},
10354 {"(*MemProfileRecord).Stack", Method, 0, ""},
10355 {"(*PanicNilError).Error", Method, 21, ""},
10356 {"(*PanicNilError).RuntimeError", Method, 21, ""},
10357 {"(*Pinner).Pin", Method, 21, ""},
10358 {"(*Pinner).Unpin", Method, 21, ""},
10359 {"(*StackRecord).Stack", Method, 0, ""},
10360 {"(*TypeAssertionError).Error", Method, 0, ""},
10361 {"(*TypeAssertionError).RuntimeError", Method, 0, ""},
10362 {"(Cleanup).Stop", Method, 24, ""},
10363 {"(Error).Error", Method, 0, ""},
10364 {"(Error).RuntimeError", Method, 0, ""},
10365 {"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
10366 {"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
10367 {"BlockProfileRecord", Type, 1, ""},
10368 {"BlockProfileRecord.Count", Field, 1, ""},
10369 {"BlockProfileRecord.Cycles", Field, 1, ""},
10370 {"BlockProfileRecord.StackRecord", Field, 1, ""},
10371 {"Breakpoint", Func, 0, "func()"},
10372 {"CPUProfile", Func, 0, "func() []byte"},
10373 {"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
10374 {"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
10375 {"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
10376 {"Cleanup", Type, 24, ""},
10377 {"Compiler", Const, 0, ""},
10378 {"Error", Type, 0, ""},
10379 {"Frame", Type, 7, ""},
10380 {"Frame.Entry", Field, 7, ""},
10381 {"Frame.File", Field, 7, ""},
10382 {"Frame.Func", Field, 7, ""},
10383 {"Frame.Function", Field, 7, ""},
10384 {"Frame.Line", Field, 7, ""},
10385 {"Frame.PC", Field, 7, ""},
10386 {"Frames", Type, 7, ""},
10387 {"Func", Type, 0, ""},
10388 {"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
10389 {"GC", Func, 0, "func()"},
10390 {"GOARCH", Const, 0, ""},
10391 {"GOMAXPROCS", Func, 0, "func(n int) int"},
10392 {"GOOS", Const, 0, ""},
10393 {"GOROOT", Func, 0, "func() string"},
10394 {"Goexit", Func, 0, "func()"},
10395 {"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10396 {"Gosched", Func, 0, "func()"},
10397 {"KeepAlive", Func, 7, "func(x any)"},
10398 {"LockOSThread", Func, 0, "func()"},
10399 {"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
10400 {"MemProfileRate", Var, 0, ""},
10401 {"MemProfileRecord", Type, 0, ""},
10402 {"MemProfileRecord.AllocBytes", Field, 0, ""},
10403 {"MemProfileRecord.AllocObjects", Field, 0, ""},
10404 {"MemProfileRecord.FreeBytes", Field, 0, ""},
10405 {"MemProfileRecord.FreeObjects", Field, 0, ""},
10406 {"MemProfileRecord.Stack0", Field, 0, ""},
10407 {"MemStats", Type, 0, ""},
10408 {"MemStats.Alloc", Field, 0, ""},
10409 {"MemStats.BuckHashSys", Field, 0, ""},
10410 {"MemStats.BySize", Field, 0, ""},
10411 {"MemStats.DebugGC", Field, 0, ""},
10412 {"MemStats.EnableGC", Field, 0, ""},
10413 {"MemStats.Frees", Field, 0, ""},
10414 {"MemStats.GCCPUFraction", Field, 5, ""},
10415 {"MemStats.GCSys", Field, 2, ""},
10416 {"MemStats.HeapAlloc", Field, 0, ""},
10417 {"MemStats.HeapIdle", Field, 0, ""},
10418 {"MemStats.HeapInuse", Field, 0, ""},
10419 {"MemStats.HeapObjects", Field, 0, ""},
10420 {"MemStats.HeapReleased", Field, 0, ""},
10421 {"MemStats.HeapSys", Field, 0, ""},
10422 {"MemStats.LastGC", Field, 0, ""},
10423 {"MemStats.Lookups", Field, 0, ""},
10424 {"MemStats.MCacheInuse", Field, 0, ""},
10425 {"MemStats.MCacheSys", Field, 0, ""},
10426 {"MemStats.MSpanInuse", Field, 0, ""},
10427 {"MemStats.MSpanSys", Field, 0, ""},
10428 {"MemStats.Mallocs", Field, 0, ""},
10429 {"MemStats.NextGC", Field, 0, ""},
10430 {"MemStats.NumForcedGC", Field, 8, ""},
10431 {"MemStats.NumGC", Field, 0, ""},
10432 {"MemStats.OtherSys", Field, 2, ""},
10433 {"MemStats.PauseEnd", Field, 4, ""},
10434 {"MemStats.PauseNs", Field, 0, ""},
10435 {"MemStats.PauseTotalNs", Field, 0, ""},
10436 {"MemStats.StackInuse", Field, 0, ""},
10437 {"MemStats.StackSys", Field, 0, ""},
10438 {"MemStats.Sys", Field, 0, ""},
10439 {"MemStats.TotalAlloc", Field, 0, ""},
10440 {"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
10441 {"NumCPU", Func, 0, "func() int"},
10442 {"NumCgoCall", Func, 0, "func() int64"},
10443 {"NumGoroutine", Func, 0, "func() int"},
10444 {"PanicNilError", Type, 21, ""},
10445 {"Pinner", Type, 21, ""},
10446 {"ReadMemStats", Func, 0, "func(m *MemStats)"},
10447 {"ReadTrace", Func, 5, "func() (buf []byte)"},
10448 {"SetBlockProfileRate", Func, 1, "func(rate int)"},
10449 {"SetCPUProfileRate", Func, 0, "func(hz int)"},
10450 {"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
10451 {"SetDefaultGOMAXPROCS", Func, 25, "func()"},
10452 {"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
10453 {"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
10454 {"Stack", Func, 0, "func(buf []byte, all bool) int"},
10455 {"StackRecord", Type, 0, ""},
10456 {"StackRecord.Stack0", Field, 0, ""},
10457 {"StartTrace", Func, 5, "func() error"},
10458 {"StopTrace", Func, 5, "func()"},
10459 {"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
10460 {"TypeAssertionError", Type, 0, ""},
10461 {"UnlockOSThread", Func, 0, "func()"},
10462 {"Version", Func, 0, "func() string"},
10463 },
10464 "runtime/cgo": {
10465 {"(Handle).Delete", Method, 17, ""},
10466 {"(Handle).Value", Method, 17, ""},
10467 {"Handle", Type, 17, ""},
10468 {"Incomplete", Type, 20, ""},
10469 {"NewHandle", Func, 17, ""},
10470 },
10471 "runtime/coverage": {
10472 {"ClearCounters", Func, 20, "func() error"},
10473 {"WriteCounters", Func, 20, "func(w io.Writer) error"},
10474 {"WriteCountersDir", Func, 20, "func(dir string) error"},
10475 {"WriteMeta", Func, 20, "func(w io.Writer) error"},
10476 {"WriteMetaDir", Func, 20, "func(dir string) error"},
10477 },
10478 "runtime/debug": {
10479 {"(*BuildInfo).String", Method, 18, ""},
10480 {"BuildInfo", Type, 12, ""},
10481 {"BuildInfo.Deps", Field, 12, ""},
10482 {"BuildInfo.GoVersion", Field, 18, ""},
10483 {"BuildInfo.Main", Field, 12, ""},
10484 {"BuildInfo.Path", Field, 12, ""},
10485 {"BuildInfo.Settings", Field, 18, ""},
10486 {"BuildSetting", Type, 18, ""},
10487 {"BuildSetting.Key", Field, 18, ""},
10488 {"BuildSetting.Value", Field, 18, ""},
10489 {"CrashOptions", Type, 23, ""},
10490 {"FreeOSMemory", Func, 1, "func()"},
10491 {"GCStats", Type, 1, ""},
10492 {"GCStats.LastGC", Field, 1, ""},
10493 {"GCStats.NumGC", Field, 1, ""},
10494 {"GCStats.Pause", Field, 1, ""},
10495 {"GCStats.PauseEnd", Field, 4, ""},
10496 {"GCStats.PauseQuantiles", Field, 1, ""},
10497 {"GCStats.PauseTotal", Field, 1, ""},
10498 {"Module", Type, 12, ""},
10499 {"Module.Path", Field, 12, ""},
10500 {"Module.Replace", Field, 12, ""},
10501 {"Module.Sum", Field, 12, ""},
10502 {"Module.Version", Field, 12, ""},
10503 {"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
10504 {"PrintStack", Func, 0, "func()"},
10505 {"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
10506 {"ReadGCStats", Func, 1, "func(stats *GCStats)"},
10507 {"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
10508 {"SetGCPercent", Func, 1, "func(percent int) int"},
10509 {"SetMaxStack", Func, 2, "func(bytes int) int"},
10510 {"SetMaxThreads", Func, 2, "func(threads int) int"},
10511 {"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
10512 {"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
10513 {"SetTraceback", Func, 6, "func(level string)"},
10514 {"Stack", Func, 0, "func() []byte"},
10515 {"WriteHeapDump", Func, 3, "func(fd uintptr)"},
10516 },
10517 "runtime/metrics": {
10518 {"(Value).Float64", Method, 16, ""},
10519 {"(Value).Float64Histogram", Method, 16, ""},
10520 {"(Value).Kind", Method, 16, ""},
10521 {"(Value).Uint64", Method, 16, ""},
10522 {"All", Func, 16, "func() []Description"},
10523 {"Description", Type, 16, ""},
10524 {"Description.Cumulative", Field, 16, ""},
10525 {"Description.Description", Field, 16, ""},
10526 {"Description.Kind", Field, 16, ""},
10527 {"Description.Name", Field, 16, ""},
10528 {"Float64Histogram", Type, 16, ""},
10529 {"Float64Histogram.Buckets", Field, 16, ""},
10530 {"Float64Histogram.Counts", Field, 16, ""},
10531 {"KindBad", Const, 16, ""},
10532 {"KindFloat64", Const, 16, ""},
10533 {"KindFloat64Histogram", Const, 16, ""},
10534 {"KindUint64", Const, 16, ""},
10535 {"Read", Func, 16, "func(m []Sample)"},
10536 {"Sample", Type, 16, ""},
10537 {"Sample.Name", Field, 16, ""},
10538 {"Sample.Value", Field, 16, ""},
10539 {"Value", Type, 16, ""},
10540 {"ValueKind", Type, 16, ""},
10541 },
10542 "runtime/pprof": {
10543 {"(*Profile).Add", Method, 0, ""},
10544 {"(*Profile).Count", Method, 0, ""},
10545 {"(*Profile).Name", Method, 0, ""},
10546 {"(*Profile).Remove", Method, 0, ""},
10547 {"(*Profile).WriteTo", Method, 0, ""},
10548 {"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
10549 {"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
10550 {"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
10551 {"LabelSet", Type, 9, ""},
10552 {"Labels", Func, 9, "func(args ...string) LabelSet"},
10553 {"Lookup", Func, 0, "func(name string) *Profile"},
10554 {"NewProfile", Func, 0, "func(name string) *Profile"},
10555 {"Profile", Type, 0, ""},
10556 {"Profiles", Func, 0, "func() []*Profile"},
10557 {"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
10558 {"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
10559 {"StopCPUProfile", Func, 0, "func()"},
10560 {"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
10561 {"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
10562 },
10563 "runtime/trace": {
10564 {"(*FlightRecorder).Enabled", Method, 25, ""},
10565 {"(*FlightRecorder).Start", Method, 25, ""},
10566 {"(*FlightRecorder).Stop", Method, 25, ""},
10567 {"(*FlightRecorder).WriteTo", Method, 25, ""},
10568 {"(*Region).End", Method, 11, ""},
10569 {"(*Task).End", Method, 11, ""},
10570 {"FlightRecorder", Type, 25, ""},
10571 {"FlightRecorderConfig", Type, 25, ""},
10572 {"FlightRecorderConfig.MaxBytes", Field, 25, ""},
10573 {"FlightRecorderConfig.MinAge", Field, 25, ""},
10574 {"IsEnabled", Func, 11, "func() bool"},
10575 {"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
10576 {"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
10577 {"NewFlightRecorder", Func, 25, "func(cfg FlightRecorderConfig) *FlightRecorder"},
10578 {"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
10579 {"Region", Type, 11, ""},
10580 {"Start", Func, 5, "func(w io.Writer) error"},
10581 {"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
10582 {"Stop", Func, 5, "func()"},
10583 {"Task", Type, 11, ""},
10584 {"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
10585 },
10586 "slices": {
10587 {"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10588 {"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
10589 {"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
10590 {"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
10591 {"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
10592 {"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
10593 {"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
10594 {"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
10595 {"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
10596 {"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
10597 {"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
10598 {"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
10599 {"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
10600 {"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
10601 {"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
10602 {"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
10603 {"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
10604 {"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
10605 {"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
10606 {"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
10607 {"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
10608 {"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
10609 {"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
10610 {"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
10611 {"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
10612 {"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
10613 {"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10614 {"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10615 {"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
10616 {"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
10617 {"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
10618 {"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
10619 {"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
10620 {"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
10621 {"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10622 {"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
10623 {"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
10624 {"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10625 {"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
10626 {"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
10627 },
10628 "sort": {
10629 {"(Float64Slice).Len", Method, 0, ""},
10630 {"(Float64Slice).Less", Method, 0, ""},
10631 {"(Float64Slice).Search", Method, 0, ""},
10632 {"(Float64Slice).Sort", Method, 0, ""},
10633 {"(Float64Slice).Swap", Method, 0, ""},
10634 {"(IntSlice).Len", Method, 0, ""},
10635 {"(IntSlice).Less", Method, 0, ""},
10636 {"(IntSlice).Search", Method, 0, ""},
10637 {"(IntSlice).Sort", Method, 0, ""},
10638 {"(IntSlice).Swap", Method, 0, ""},
10639 {"(Interface).Len", Method, 0, ""},
10640 {"(Interface).Less", Method, 0, ""},
10641 {"(Interface).Swap", Method, 0, ""},
10642 {"(StringSlice).Len", Method, 0, ""},
10643 {"(StringSlice).Less", Method, 0, ""},
10644 {"(StringSlice).Search", Method, 0, ""},
10645 {"(StringSlice).Sort", Method, 0, ""},
10646 {"(StringSlice).Swap", Method, 0, ""},
10647 {"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
10648 {"Float64Slice", Type, 0, ""},
10649 {"Float64s", Func, 0, "func(x []float64)"},
10650 {"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
10651 {"IntSlice", Type, 0, ""},
10652 {"Interface", Type, 0, ""},
10653 {"Ints", Func, 0, "func(x []int)"},
10654 {"IntsAreSorted", Func, 0, "func(x []int) bool"},
10655 {"IsSorted", Func, 0, "func(data Interface) bool"},
10656 {"Reverse", Func, 1, "func(data Interface) Interface"},
10657 {"Search", Func, 0, "func(n int, f func(int) bool) int"},
10658 {"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
10659 {"SearchInts", Func, 0, "func(a []int, x int) int"},
10660 {"SearchStrings", Func, 0, "func(a []string, x string) int"},
10661 {"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
10662 {"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
10663 {"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
10664 {"Sort", Func, 0, "func(data Interface)"},
10665 {"Stable", Func, 2, "func(data Interface)"},
10666 {"StringSlice", Type, 0, ""},
10667 {"Strings", Func, 0, "func(x []string)"},
10668 {"StringsAreSorted", Func, 0, "func(x []string) bool"},
10669 },
10670 "strconv": {
10671 {"(*NumError).Error", Method, 0, ""},
10672 {"(*NumError).Unwrap", Method, 14, ""},
10673 {"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
10674 {"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
10675 {"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
10676 {"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
10677 {"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
10678 {"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
10679 {"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
10680 {"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
10681 {"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
10682 {"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
10683 {"Atoi", Func, 0, "func(s string) (int, error)"},
10684 {"CanBackquote", Func, 0, "func(s string) bool"},
10685 {"ErrRange", Var, 0, ""},
10686 {"ErrSyntax", Var, 0, ""},
10687 {"FormatBool", Func, 0, "func(b bool) string"},
10688 {"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
10689 {"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
10690 {"FormatInt", Func, 0, "func(i int64, base int) string"},
10691 {"FormatUint", Func, 0, "func(i uint64, base int) string"},
10692 {"IntSize", Const, 0, ""},
10693 {"IsGraphic", Func, 6, "func(r rune) bool"},
10694 {"IsPrint", Func, 0, "func(r rune) bool"},
10695 {"Itoa", Func, 0, "func(i int) string"},
10696 {"NumError", Type, 0, ""},
10697 {"NumError.Err", Field, 0, ""},
10698 {"NumError.Func", Field, 0, ""},
10699 {"NumError.Num", Field, 0, ""},
10700 {"ParseBool", Func, 0, "func(str string) (bool, error)"},
10701 {"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
10702 {"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
10703 {"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
10704 {"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
10705 {"Quote", Func, 0, "func(s string) string"},
10706 {"QuoteRune", Func, 0, "func(r rune) string"},
10707 {"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
10708 {"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
10709 {"QuoteToASCII", Func, 0, "func(s string) string"},
10710 {"QuoteToGraphic", Func, 6, "func(s string) string"},
10711 {"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
10712 {"Unquote", Func, 0, "func(s string) (string, error)"},
10713 {"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
10714 },
10715 "strings": {
10716 {"(*Builder).Cap", Method, 12, ""},
10717 {"(*Builder).Grow", Method, 10, ""},
10718 {"(*Builder).Len", Method, 10, ""},
10719 {"(*Builder).Reset", Method, 10, ""},
10720 {"(*Builder).String", Method, 10, ""},
10721 {"(*Builder).Write", Method, 10, ""},
10722 {"(*Builder).WriteByte", Method, 10, ""},
10723 {"(*Builder).WriteRune", Method, 10, ""},
10724 {"(*Builder).WriteString", Method, 10, ""},
10725 {"(*Reader).Len", Method, 0, ""},
10726 {"(*Reader).Read", Method, 0, ""},
10727 {"(*Reader).ReadAt", Method, 0, ""},
10728 {"(*Reader).ReadByte", Method, 0, ""},
10729 {"(*Reader).ReadRune", Method, 0, ""},
10730 {"(*Reader).Reset", Method, 7, ""},
10731 {"(*Reader).Seek", Method, 0, ""},
10732 {"(*Reader).Size", Method, 5, ""},
10733 {"(*Reader).UnreadByte", Method, 0, ""},
10734 {"(*Reader).UnreadRune", Method, 0, ""},
10735 {"(*Reader).WriteTo", Method, 1, ""},
10736 {"(*Replacer).Replace", Method, 0, ""},
10737 {"(*Replacer).WriteString", Method, 0, ""},
10738 {"Builder", Type, 10, ""},
10739 {"Clone", Func, 18, "func(s string) string"},
10740 {"Compare", Func, 5, "func(a string, b string) int"},
10741 {"Contains", Func, 0, "func(s string, substr string) bool"},
10742 {"ContainsAny", Func, 0, "func(s string, chars string) bool"},
10743 {"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
10744 {"ContainsRune", Func, 0, "func(s string, r rune) bool"},
10745 {"Count", Func, 0, "func(s string, substr string) int"},
10746 {"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
10747 {"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
10748 {"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
10749 {"EqualFold", Func, 0, "func(s string, t string) bool"},
10750 {"Fields", Func, 0, "func(s string) []string"},
10751 {"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
10752 {"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
10753 {"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
10754 {"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
10755 {"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
10756 {"Index", Func, 0, "func(s string, substr string) int"},
10757 {"IndexAny", Func, 0, "func(s string, chars string) int"},
10758 {"IndexByte", Func, 2, "func(s string, c byte) int"},
10759 {"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
10760 {"IndexRune", Func, 0, "func(s string, r rune) int"},
10761 {"Join", Func, 0, "func(elems []string, sep string) string"},
10762 {"LastIndex", Func, 0, "func(s string, substr string) int"},
10763 {"LastIndexAny", Func, 0, "func(s string, chars string) int"},
10764 {"LastIndexByte", Func, 5, "func(s string, c byte) int"},
10765 {"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
10766 {"Lines", Func, 24, "func(s string) iter.Seq[string]"},
10767 {"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
10768 {"NewReader", Func, 0, "func(s string) *Reader"},
10769 {"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
10770 {"Reader", Type, 0, ""},
10771 {"Repeat", Func, 0, "func(s string, count int) string"},
10772 {"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
10773 {"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
10774 {"Replacer", Type, 0, ""},
10775 {"Split", Func, 0, "func(s string, sep string) []string"},
10776 {"SplitAfter", Func, 0, "func(s string, sep string) []string"},
10777 {"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
10778 {"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
10779 {"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
10780 {"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
10781 {"Title", Func, 0, "func(s string) string"},
10782 {"ToLower", Func, 0, "func(s string) string"},
10783 {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10784 {"ToTitle", Func, 0, "func(s string) string"},
10785 {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10786 {"ToUpper", Func, 0, "func(s string) string"},
10787 {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
10788 {"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
10789 {"Trim", Func, 0, "func(s string, cutset string) string"},
10790 {"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10791 {"TrimLeft", Func, 0, "func(s string, cutset string) string"},
10792 {"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10793 {"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
10794 {"TrimRight", Func, 0, "func(s string, cutset string) string"},
10795 {"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
10796 {"TrimSpace", Func, 0, "func(s string) string"},
10797 {"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
10798 },
10799 "structs": {
10800 {"HostLayout", Type, 23, ""},
10801 },
10802 "sync": {
10803 {"(*Cond).Broadcast", Method, 0, ""},
10804 {"(*Cond).Signal", Method, 0, ""},
10805 {"(*Cond).Wait", Method, 0, ""},
10806 {"(*Map).Clear", Method, 23, ""},
10807 {"(*Map).CompareAndDelete", Method, 20, ""},
10808 {"(*Map).CompareAndSwap", Method, 20, ""},
10809 {"(*Map).Delete", Method, 9, ""},
10810 {"(*Map).Load", Method, 9, ""},
10811 {"(*Map).LoadAndDelete", Method, 15, ""},
10812 {"(*Map).LoadOrStore", Method, 9, ""},
10813 {"(*Map).Range", Method, 9, ""},
10814 {"(*Map).Store", Method, 9, ""},
10815 {"(*Map).Swap", Method, 20, ""},
10816 {"(*Mutex).Lock", Method, 0, ""},
10817 {"(*Mutex).TryLock", Method, 18, ""},
10818 {"(*Mutex).Unlock", Method, 0, ""},
10819 {"(*Once).Do", Method, 0, ""},
10820 {"(*Pool).Get", Method, 3, ""},
10821 {"(*Pool).Put", Method, 3, ""},
10822 {"(*RWMutex).Lock", Method, 0, ""},
10823 {"(*RWMutex).RLock", Method, 0, ""},
10824 {"(*RWMutex).RLocker", Method, 0, ""},
10825 {"(*RWMutex).RUnlock", Method, 0, ""},
10826 {"(*RWMutex).TryLock", Method, 18, ""},
10827 {"(*RWMutex).TryRLock", Method, 18, ""},
10828 {"(*RWMutex).Unlock", Method, 0, ""},
10829 {"(*WaitGroup).Add", Method, 0, ""},
10830 {"(*WaitGroup).Done", Method, 0, ""},
10831 {"(*WaitGroup).Go", Method, 25, ""},
10832 {"(*WaitGroup).Wait", Method, 0, ""},
10833 {"(Locker).Lock", Method, 0, ""},
10834 {"(Locker).Unlock", Method, 0, ""},
10835 {"Cond", Type, 0, ""},
10836 {"Cond.L", Field, 0, ""},
10837 {"Locker", Type, 0, ""},
10838 {"Map", Type, 9, ""},
10839 {"Mutex", Type, 0, ""},
10840 {"NewCond", Func, 0, "func(l Locker) *Cond"},
10841 {"Once", Type, 0, ""},
10842 {"OnceFunc", Func, 21, "func(f func()) func()"},
10843 {"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
10844 {"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
10845 {"Pool", Type, 3, ""},
10846 {"Pool.New", Field, 3, ""},
10847 {"RWMutex", Type, 0, ""},
10848 {"WaitGroup", Type, 0, ""},
10849 },
10850 "sync/atomic": {
10851 {"(*Bool).CompareAndSwap", Method, 19, ""},
10852 {"(*Bool).Load", Method, 19, ""},
10853 {"(*Bool).Store", Method, 19, ""},
10854 {"(*Bool).Swap", Method, 19, ""},
10855 {"(*Int32).Add", Method, 19, ""},
10856 {"(*Int32).And", Method, 23, ""},
10857 {"(*Int32).CompareAndSwap", Method, 19, ""},
10858 {"(*Int32).Load", Method, 19, ""},
10859 {"(*Int32).Or", Method, 23, ""},
10860 {"(*Int32).Store", Method, 19, ""},
10861 {"(*Int32).Swap", Method, 19, ""},
10862 {"(*Int64).Add", Method, 19, ""},
10863 {"(*Int64).And", Method, 23, ""},
10864 {"(*Int64).CompareAndSwap", Method, 19, ""},
10865 {"(*Int64).Load", Method, 19, ""},
10866 {"(*Int64).Or", Method, 23, ""},
10867 {"(*Int64).Store", Method, 19, ""},
10868 {"(*Int64).Swap", Method, 19, ""},
10869 {"(*Pointer).CompareAndSwap", Method, 19, ""},
10870 {"(*Pointer).Load", Method, 19, ""},
10871 {"(*Pointer).Store", Method, 19, ""},
10872 {"(*Pointer).Swap", Method, 19, ""},
10873 {"(*Uint32).Add", Method, 19, ""},
10874 {"(*Uint32).And", Method, 23, ""},
10875 {"(*Uint32).CompareAndSwap", Method, 19, ""},
10876 {"(*Uint32).Load", Method, 19, ""},
10877 {"(*Uint32).Or", Method, 23, ""},
10878 {"(*Uint32).Store", Method, 19, ""},
10879 {"(*Uint32).Swap", Method, 19, ""},
10880 {"(*Uint64).Add", Method, 19, ""},
10881 {"(*Uint64).And", Method, 23, ""},
10882 {"(*Uint64).CompareAndSwap", Method, 19, ""},
10883 {"(*Uint64).Load", Method, 19, ""},
10884 {"(*Uint64).Or", Method, 23, ""},
10885 {"(*Uint64).Store", Method, 19, ""},
10886 {"(*Uint64).Swap", Method, 19, ""},
10887 {"(*Uintptr).Add", Method, 19, ""},
10888 {"(*Uintptr).And", Method, 23, ""},
10889 {"(*Uintptr).CompareAndSwap", Method, 19, ""},
10890 {"(*Uintptr).Load", Method, 19, ""},
10891 {"(*Uintptr).Or", Method, 23, ""},
10892 {"(*Uintptr).Store", Method, 19, ""},
10893 {"(*Uintptr).Swap", Method, 19, ""},
10894 {"(*Value).CompareAndSwap", Method, 17, ""},
10895 {"(*Value).Load", Method, 4, ""},
10896 {"(*Value).Store", Method, 4, ""},
10897 {"(*Value).Swap", Method, 17, ""},
10898 {"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
10899 {"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
10900 {"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
10901 {"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
10902 {"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
10903 {"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
10904 {"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
10905 {"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
10906 {"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
10907 {"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
10908 {"Bool", Type, 19, ""},
10909 {"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
10910 {"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
10911 {"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
10912 {"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
10913 {"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
10914 {"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
10915 {"Int32", Type, 19, ""},
10916 {"Int64", Type, 19, ""},
10917 {"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
10918 {"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
10919 {"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
10920 {"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
10921 {"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
10922 {"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
10923 {"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
10924 {"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
10925 {"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
10926 {"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
10927 {"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
10928 {"Pointer", Type, 19, ""},
10929 {"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
10930 {"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
10931 {"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
10932 {"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
10933 {"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
10934 {"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
10935 {"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
10936 {"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
10937 {"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
10938 {"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
10939 {"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
10940 {"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
10941 {"Uint32", Type, 19, ""},
10942 {"Uint64", Type, 19, ""},
10943 {"Uintptr", Type, 19, ""},
10944 {"Value", Type, 4, ""},
10945 },
10946 "syscall": {
10947 {"(*Cmsghdr).SetLen", Method, 0, ""},
10948 {"(*DLL).FindProc", Method, 0, ""},
10949 {"(*DLL).MustFindProc", Method, 0, ""},
10950 {"(*DLL).Release", Method, 0, ""},
10951 {"(*DLLError).Error", Method, 0, ""},
10952 {"(*DLLError).Unwrap", Method, 16, ""},
10953 {"(*Filetime).Nanoseconds", Method, 0, ""},
10954 {"(*Iovec).SetLen", Method, 0, ""},
10955 {"(*LazyDLL).Handle", Method, 0, ""},
10956 {"(*LazyDLL).Load", Method, 0, ""},
10957 {"(*LazyDLL).NewProc", Method, 0, ""},
10958 {"(*LazyProc).Addr", Method, 0, ""},
10959 {"(*LazyProc).Call", Method, 0, ""},
10960 {"(*LazyProc).Find", Method, 0, ""},
10961 {"(*Msghdr).SetControllen", Method, 0, ""},
10962 {"(*Proc).Addr", Method, 0, ""},
10963 {"(*Proc).Call", Method, 0, ""},
10964 {"(*PtraceRegs).PC", Method, 0, ""},
10965 {"(*PtraceRegs).SetPC", Method, 0, ""},
10966 {"(*RawSockaddrAny).Sockaddr", Method, 0, ""},
10967 {"(*SID).Copy", Method, 0, ""},
10968 {"(*SID).Len", Method, 0, ""},
10969 {"(*SID).LookupAccount", Method, 0, ""},
10970 {"(*SID).String", Method, 0, ""},
10971 {"(*Timespec).Nano", Method, 0, ""},
10972 {"(*Timespec).Unix", Method, 0, ""},
10973 {"(*Timeval).Nano", Method, 0, ""},
10974 {"(*Timeval).Nanoseconds", Method, 0, ""},
10975 {"(*Timeval).Unix", Method, 0, ""},
10976 {"(Conn).SyscallConn", Method, 9, ""},
10977 {"(Errno).Error", Method, 0, ""},
10978 {"(Errno).Is", Method, 13, ""},
10979 {"(Errno).Temporary", Method, 0, ""},
10980 {"(Errno).Timeout", Method, 0, ""},
10981 {"(RawConn).Control", Method, 9, ""},
10982 {"(RawConn).Read", Method, 9, ""},
10983 {"(RawConn).Write", Method, 9, ""},
10984 {"(Signal).Signal", Method, 0, ""},
10985 {"(Signal).String", Method, 0, ""},
10986 {"(Token).Close", Method, 0, ""},
10987 {"(Token).GetTokenPrimaryGroup", Method, 0, ""},
10988 {"(Token).GetTokenUser", Method, 0, ""},
10989 {"(Token).GetUserProfileDirectory", Method, 0, ""},
10990 {"(WaitStatus).Continued", Method, 0, ""},
10991 {"(WaitStatus).CoreDump", Method, 0, ""},
10992 {"(WaitStatus).ExitStatus", Method, 0, ""},
10993 {"(WaitStatus).Exited", Method, 0, ""},
10994 {"(WaitStatus).Signal", Method, 0, ""},
10995 {"(WaitStatus).Signaled", Method, 0, ""},
10996 {"(WaitStatus).StopSignal", Method, 0, ""},
10997 {"(WaitStatus).Stopped", Method, 0, ""},
10998 {"(WaitStatus).TrapCause", Method, 0, ""},
10999 {"AF_ALG", Const, 0, ""},
11000 {"AF_APPLETALK", Const, 0, ""},
11001 {"AF_ARP", Const, 0, ""},
11002 {"AF_ASH", Const, 0, ""},
11003 {"AF_ATM", Const, 0, ""},
11004 {"AF_ATMPVC", Const, 0, ""},
11005 {"AF_ATMSVC", Const, 0, ""},
11006 {"AF_AX25", Const, 0, ""},
11007 {"AF_BLUETOOTH", Const, 0, ""},
11008 {"AF_BRIDGE", Const, 0, ""},
11009 {"AF_CAIF", Const, 0, ""},
11010 {"AF_CAN", Const, 0, ""},
11011 {"AF_CCITT", Const, 0, ""},
11012 {"AF_CHAOS", Const, 0, ""},
11013 {"AF_CNT", Const, 0, ""},
11014 {"AF_COIP", Const, 0, ""},
11015 {"AF_DATAKIT", Const, 0, ""},
11016 {"AF_DECnet", Const, 0, ""},
11017 {"AF_DLI", Const, 0, ""},
11018 {"AF_E164", Const, 0, ""},
11019 {"AF_ECMA", Const, 0, ""},
11020 {"AF_ECONET", Const, 0, ""},
11021 {"AF_ENCAP", Const, 1, ""},
11022 {"AF_FILE", Const, 0, ""},
11023 {"AF_HYLINK", Const, 0, ""},
11024 {"AF_IEEE80211", Const, 0, ""},
11025 {"AF_IEEE802154", Const, 0, ""},
11026 {"AF_IMPLINK", Const, 0, ""},
11027 {"AF_INET", Const, 0, ""},
11028 {"AF_INET6", Const, 0, ""},
11029 {"AF_INET6_SDP", Const, 3, ""},
11030 {"AF_INET_SDP", Const, 3, ""},
11031 {"AF_IPX", Const, 0, ""},
11032 {"AF_IRDA", Const, 0, ""},
11033 {"AF_ISDN", Const, 0, ""},
11034 {"AF_ISO", Const, 0, ""},
11035 {"AF_IUCV", Const, 0, ""},
11036 {"AF_KEY", Const, 0, ""},
11037 {"AF_LAT", Const, 0, ""},
11038 {"AF_LINK", Const, 0, ""},
11039 {"AF_LLC", Const, 0, ""},
11040 {"AF_LOCAL", Const, 0, ""},
11041 {"AF_MAX", Const, 0, ""},
11042 {"AF_MPLS", Const, 1, ""},
11043 {"AF_NATM", Const, 0, ""},
11044 {"AF_NDRV", Const, 0, ""},
11045 {"AF_NETBEUI", Const, 0, ""},
11046 {"AF_NETBIOS", Const, 0, ""},
11047 {"AF_NETGRAPH", Const, 0, ""},
11048 {"AF_NETLINK", Const, 0, ""},
11049 {"AF_NETROM", Const, 0, ""},
11050 {"AF_NS", Const, 0, ""},
11051 {"AF_OROUTE", Const, 1, ""},
11052 {"AF_OSI", Const, 0, ""},
11053 {"AF_PACKET", Const, 0, ""},
11054 {"AF_PHONET", Const, 0, ""},
11055 {"AF_PPP", Const, 0, ""},
11056 {"AF_PPPOX", Const, 0, ""},
11057 {"AF_PUP", Const, 0, ""},
11058 {"AF_RDS", Const, 0, ""},
11059 {"AF_RESERVED_36", Const, 0, ""},
11060 {"AF_ROSE", Const, 0, ""},
11061 {"AF_ROUTE", Const, 0, ""},
11062 {"AF_RXRPC", Const, 0, ""},
11063 {"AF_SCLUSTER", Const, 0, ""},
11064 {"AF_SECURITY", Const, 0, ""},
11065 {"AF_SIP", Const, 0, ""},
11066 {"AF_SLOW", Const, 0, ""},
11067 {"AF_SNA", Const, 0, ""},
11068 {"AF_SYSTEM", Const, 0, ""},
11069 {"AF_TIPC", Const, 0, ""},
11070 {"AF_UNIX", Const, 0, ""},
11071 {"AF_UNSPEC", Const, 0, ""},
11072 {"AF_UTUN", Const, 16, ""},
11073 {"AF_VENDOR00", Const, 0, ""},
11074 {"AF_VENDOR01", Const, 0, ""},
11075 {"AF_VENDOR02", Const, 0, ""},
11076 {"AF_VENDOR03", Const, 0, ""},
11077 {"AF_VENDOR04", Const, 0, ""},
11078 {"AF_VENDOR05", Const, 0, ""},
11079 {"AF_VENDOR06", Const, 0, ""},
11080 {"AF_VENDOR07", Const, 0, ""},
11081 {"AF_VENDOR08", Const, 0, ""},
11082 {"AF_VENDOR09", Const, 0, ""},
11083 {"AF_VENDOR10", Const, 0, ""},
11084 {"AF_VENDOR11", Const, 0, ""},
11085 {"AF_VENDOR12", Const, 0, ""},
11086 {"AF_VENDOR13", Const, 0, ""},
11087 {"AF_VENDOR14", Const, 0, ""},
11088 {"AF_VENDOR15", Const, 0, ""},
11089 {"AF_VENDOR16", Const, 0, ""},
11090 {"AF_VENDOR17", Const, 0, ""},
11091 {"AF_VENDOR18", Const, 0, ""},
11092 {"AF_VENDOR19", Const, 0, ""},
11093 {"AF_VENDOR20", Const, 0, ""},
11094 {"AF_VENDOR21", Const, 0, ""},
11095 {"AF_VENDOR22", Const, 0, ""},
11096 {"AF_VENDOR23", Const, 0, ""},
11097 {"AF_VENDOR24", Const, 0, ""},
11098 {"AF_VENDOR25", Const, 0, ""},
11099 {"AF_VENDOR26", Const, 0, ""},
11100 {"AF_VENDOR27", Const, 0, ""},
11101 {"AF_VENDOR28", Const, 0, ""},
11102 {"AF_VENDOR29", Const, 0, ""},
11103 {"AF_VENDOR30", Const, 0, ""},
11104 {"AF_VENDOR31", Const, 0, ""},
11105 {"AF_VENDOR32", Const, 0, ""},
11106 {"AF_VENDOR33", Const, 0, ""},
11107 {"AF_VENDOR34", Const, 0, ""},
11108 {"AF_VENDOR35", Const, 0, ""},
11109 {"AF_VENDOR36", Const, 0, ""},
11110 {"AF_VENDOR37", Const, 0, ""},
11111 {"AF_VENDOR38", Const, 0, ""},
11112 {"AF_VENDOR39", Const, 0, ""},
11113 {"AF_VENDOR40", Const, 0, ""},
11114 {"AF_VENDOR41", Const, 0, ""},
11115 {"AF_VENDOR42", Const, 0, ""},
11116 {"AF_VENDOR43", Const, 0, ""},
11117 {"AF_VENDOR44", Const, 0, ""},
11118 {"AF_VENDOR45", Const, 0, ""},
11119 {"AF_VENDOR46", Const, 0, ""},
11120 {"AF_VENDOR47", Const, 0, ""},
11121 {"AF_WANPIPE", Const, 0, ""},
11122 {"AF_X25", Const, 0, ""},
11123 {"AI_CANONNAME", Const, 1, ""},
11124 {"AI_NUMERICHOST", Const, 1, ""},
11125 {"AI_PASSIVE", Const, 1, ""},
11126 {"APPLICATION_ERROR", Const, 0, ""},
11127 {"ARPHRD_ADAPT", Const, 0, ""},
11128 {"ARPHRD_APPLETLK", Const, 0, ""},
11129 {"ARPHRD_ARCNET", Const, 0, ""},
11130 {"ARPHRD_ASH", Const, 0, ""},
11131 {"ARPHRD_ATM", Const, 0, ""},
11132 {"ARPHRD_AX25", Const, 0, ""},
11133 {"ARPHRD_BIF", Const, 0, ""},
11134 {"ARPHRD_CHAOS", Const, 0, ""},
11135 {"ARPHRD_CISCO", Const, 0, ""},
11136 {"ARPHRD_CSLIP", Const, 0, ""},
11137 {"ARPHRD_CSLIP6", Const, 0, ""},
11138 {"ARPHRD_DDCMP", Const, 0, ""},
11139 {"ARPHRD_DLCI", Const, 0, ""},
11140 {"ARPHRD_ECONET", Const, 0, ""},
11141 {"ARPHRD_EETHER", Const, 0, ""},
11142 {"ARPHRD_ETHER", Const, 0, ""},
11143 {"ARPHRD_EUI64", Const, 0, ""},
11144 {"ARPHRD_FCAL", Const, 0, ""},
11145 {"ARPHRD_FCFABRIC", Const, 0, ""},
11146 {"ARPHRD_FCPL", Const, 0, ""},
11147 {"ARPHRD_FCPP", Const, 0, ""},
11148 {"ARPHRD_FDDI", Const, 0, ""},
11149 {"ARPHRD_FRAD", Const, 0, ""},
11150 {"ARPHRD_FRELAY", Const, 1, ""},
11151 {"ARPHRD_HDLC", Const, 0, ""},
11152 {"ARPHRD_HIPPI", Const, 0, ""},
11153 {"ARPHRD_HWX25", Const, 0, ""},
11154 {"ARPHRD_IEEE1394", Const, 0, ""},
11155 {"ARPHRD_IEEE802", Const, 0, ""},
11156 {"ARPHRD_IEEE80211", Const, 0, ""},
11157 {"ARPHRD_IEEE80211_PRISM", Const, 0, ""},
11158 {"ARPHRD_IEEE80211_RADIOTAP", Const, 0, ""},
11159 {"ARPHRD_IEEE802154", Const, 0, ""},
11160 {"ARPHRD_IEEE802154_PHY", Const, 0, ""},
11161 {"ARPHRD_IEEE802_TR", Const, 0, ""},
11162 {"ARPHRD_INFINIBAND", Const, 0, ""},
11163 {"ARPHRD_IPDDP", Const, 0, ""},
11164 {"ARPHRD_IPGRE", Const, 0, ""},
11165 {"ARPHRD_IRDA", Const, 0, ""},
11166 {"ARPHRD_LAPB", Const, 0, ""},
11167 {"ARPHRD_LOCALTLK", Const, 0, ""},
11168 {"ARPHRD_LOOPBACK", Const, 0, ""},
11169 {"ARPHRD_METRICOM", Const, 0, ""},
11170 {"ARPHRD_NETROM", Const, 0, ""},
11171 {"ARPHRD_NONE", Const, 0, ""},
11172 {"ARPHRD_PIMREG", Const, 0, ""},
11173 {"ARPHRD_PPP", Const, 0, ""},
11174 {"ARPHRD_PRONET", Const, 0, ""},
11175 {"ARPHRD_RAWHDLC", Const, 0, ""},
11176 {"ARPHRD_ROSE", Const, 0, ""},
11177 {"ARPHRD_RSRVD", Const, 0, ""},
11178 {"ARPHRD_SIT", Const, 0, ""},
11179 {"ARPHRD_SKIP", Const, 0, ""},
11180 {"ARPHRD_SLIP", Const, 0, ""},
11181 {"ARPHRD_SLIP6", Const, 0, ""},
11182 {"ARPHRD_STRIP", Const, 1, ""},
11183 {"ARPHRD_TUNNEL", Const, 0, ""},
11184 {"ARPHRD_TUNNEL6", Const, 0, ""},
11185 {"ARPHRD_VOID", Const, 0, ""},
11186 {"ARPHRD_X25", Const, 0, ""},
11187 {"AUTHTYPE_CLIENT", Const, 0, ""},
11188 {"AUTHTYPE_SERVER", Const, 0, ""},
11189 {"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
11190 {"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
11191 {"AcceptEx", Func, 0, ""},
11192 {"Access", Func, 0, "func(path string, mode uint32) (err error)"},
11193 {"Acct", Func, 0, "func(path string) (err error)"},
11194 {"AddrinfoW", Type, 1, ""},
11195 {"AddrinfoW.Addr", Field, 1, ""},
11196 {"AddrinfoW.Addrlen", Field, 1, ""},
11197 {"AddrinfoW.Canonname", Field, 1, ""},
11198 {"AddrinfoW.Family", Field, 1, ""},
11199 {"AddrinfoW.Flags", Field, 1, ""},
11200 {"AddrinfoW.Next", Field, 1, ""},
11201 {"AddrinfoW.Protocol", Field, 1, ""},
11202 {"AddrinfoW.Socktype", Field, 1, ""},
11203 {"Adjtime", Func, 0, ""},
11204 {"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
11205 {"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11206 {"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
11207 {"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
11208 {"B0", Const, 0, ""},
11209 {"B1000000", Const, 0, ""},
11210 {"B110", Const, 0, ""},
11211 {"B115200", Const, 0, ""},
11212 {"B1152000", Const, 0, ""},
11213 {"B1200", Const, 0, ""},
11214 {"B134", Const, 0, ""},
11215 {"B14400", Const, 1, ""},
11216 {"B150", Const, 0, ""},
11217 {"B1500000", Const, 0, ""},
11218 {"B1800", Const, 0, ""},
11219 {"B19200", Const, 0, ""},
11220 {"B200", Const, 0, ""},
11221 {"B2000000", Const, 0, ""},
11222 {"B230400", Const, 0, ""},
11223 {"B2400", Const, 0, ""},
11224 {"B2500000", Const, 0, ""},
11225 {"B28800", Const, 1, ""},
11226 {"B300", Const, 0, ""},
11227 {"B3000000", Const, 0, ""},
11228 {"B3500000", Const, 0, ""},
11229 {"B38400", Const, 0, ""},
11230 {"B4000000", Const, 0, ""},
11231 {"B460800", Const, 0, ""},
11232 {"B4800", Const, 0, ""},
11233 {"B50", Const, 0, ""},
11234 {"B500000", Const, 0, ""},
11235 {"B57600", Const, 0, ""},
11236 {"B576000", Const, 0, ""},
11237 {"B600", Const, 0, ""},
11238 {"B7200", Const, 1, ""},
11239 {"B75", Const, 0, ""},
11240 {"B76800", Const, 1, ""},
11241 {"B921600", Const, 0, ""},
11242 {"B9600", Const, 0, ""},
11243 {"BASE_PROTOCOL", Const, 2, ""},
11244 {"BIOCFEEDBACK", Const, 0, ""},
11245 {"BIOCFLUSH", Const, 0, ""},
11246 {"BIOCGBLEN", Const, 0, ""},
11247 {"BIOCGDIRECTION", Const, 0, ""},
11248 {"BIOCGDIRFILT", Const, 1, ""},
11249 {"BIOCGDLT", Const, 0, ""},
11250 {"BIOCGDLTLIST", Const, 0, ""},
11251 {"BIOCGETBUFMODE", Const, 0, ""},
11252 {"BIOCGETIF", Const, 0, ""},
11253 {"BIOCGETZMAX", Const, 0, ""},
11254 {"BIOCGFEEDBACK", Const, 1, ""},
11255 {"BIOCGFILDROP", Const, 1, ""},
11256 {"BIOCGHDRCMPLT", Const, 0, ""},
11257 {"BIOCGRSIG", Const, 0, ""},
11258 {"BIOCGRTIMEOUT", Const, 0, ""},
11259 {"BIOCGSEESENT", Const, 0, ""},
11260 {"BIOCGSTATS", Const, 0, ""},
11261 {"BIOCGSTATSOLD", Const, 1, ""},
11262 {"BIOCGTSTAMP", Const, 1, ""},
11263 {"BIOCIMMEDIATE", Const, 0, ""},
11264 {"BIOCLOCK", Const, 0, ""},
11265 {"BIOCPROMISC", Const, 0, ""},
11266 {"BIOCROTZBUF", Const, 0, ""},
11267 {"BIOCSBLEN", Const, 0, ""},
11268 {"BIOCSDIRECTION", Const, 0, ""},
11269 {"BIOCSDIRFILT", Const, 1, ""},
11270 {"BIOCSDLT", Const, 0, ""},
11271 {"BIOCSETBUFMODE", Const, 0, ""},
11272 {"BIOCSETF", Const, 0, ""},
11273 {"BIOCSETFNR", Const, 0, ""},
11274 {"BIOCSETIF", Const, 0, ""},
11275 {"BIOCSETWF", Const, 0, ""},
11276 {"BIOCSETZBUF", Const, 0, ""},
11277 {"BIOCSFEEDBACK", Const, 1, ""},
11278 {"BIOCSFILDROP", Const, 1, ""},
11279 {"BIOCSHDRCMPLT", Const, 0, ""},
11280 {"BIOCSRSIG", Const, 0, ""},
11281 {"BIOCSRTIMEOUT", Const, 0, ""},
11282 {"BIOCSSEESENT", Const, 0, ""},
11283 {"BIOCSTCPF", Const, 1, ""},
11284 {"BIOCSTSTAMP", Const, 1, ""},
11285 {"BIOCSUDPF", Const, 1, ""},
11286 {"BIOCVERSION", Const, 0, ""},
11287 {"BPF_A", Const, 0, ""},
11288 {"BPF_ABS", Const, 0, ""},
11289 {"BPF_ADD", Const, 0, ""},
11290 {"BPF_ALIGNMENT", Const, 0, ""},
11291 {"BPF_ALIGNMENT32", Const, 1, ""},
11292 {"BPF_ALU", Const, 0, ""},
11293 {"BPF_AND", Const, 0, ""},
11294 {"BPF_B", Const, 0, ""},
11295 {"BPF_BUFMODE_BUFFER", Const, 0, ""},
11296 {"BPF_BUFMODE_ZBUF", Const, 0, ""},
11297 {"BPF_DFLTBUFSIZE", Const, 1, ""},
11298 {"BPF_DIRECTION_IN", Const, 1, ""},
11299 {"BPF_DIRECTION_OUT", Const, 1, ""},
11300 {"BPF_DIV", Const, 0, ""},
11301 {"BPF_H", Const, 0, ""},
11302 {"BPF_IMM", Const, 0, ""},
11303 {"BPF_IND", Const, 0, ""},
11304 {"BPF_JA", Const, 0, ""},
11305 {"BPF_JEQ", Const, 0, ""},
11306 {"BPF_JGE", Const, 0, ""},
11307 {"BPF_JGT", Const, 0, ""},
11308 {"BPF_JMP", Const, 0, ""},
11309 {"BPF_JSET", Const, 0, ""},
11310 {"BPF_K", Const, 0, ""},
11311 {"BPF_LD", Const, 0, ""},
11312 {"BPF_LDX", Const, 0, ""},
11313 {"BPF_LEN", Const, 0, ""},
11314 {"BPF_LSH", Const, 0, ""},
11315 {"BPF_MAJOR_VERSION", Const, 0, ""},
11316 {"BPF_MAXBUFSIZE", Const, 0, ""},
11317 {"BPF_MAXINSNS", Const, 0, ""},
11318 {"BPF_MEM", Const, 0, ""},
11319 {"BPF_MEMWORDS", Const, 0, ""},
11320 {"BPF_MINBUFSIZE", Const, 0, ""},
11321 {"BPF_MINOR_VERSION", Const, 0, ""},
11322 {"BPF_MISC", Const, 0, ""},
11323 {"BPF_MSH", Const, 0, ""},
11324 {"BPF_MUL", Const, 0, ""},
11325 {"BPF_NEG", Const, 0, ""},
11326 {"BPF_OR", Const, 0, ""},
11327 {"BPF_RELEASE", Const, 0, ""},
11328 {"BPF_RET", Const, 0, ""},
11329 {"BPF_RSH", Const, 0, ""},
11330 {"BPF_ST", Const, 0, ""},
11331 {"BPF_STX", Const, 0, ""},
11332 {"BPF_SUB", Const, 0, ""},
11333 {"BPF_TAX", Const, 0, ""},
11334 {"BPF_TXA", Const, 0, ""},
11335 {"BPF_T_BINTIME", Const, 1, ""},
11336 {"BPF_T_BINTIME_FAST", Const, 1, ""},
11337 {"BPF_T_BINTIME_MONOTONIC", Const, 1, ""},
11338 {"BPF_T_BINTIME_MONOTONIC_FAST", Const, 1, ""},
11339 {"BPF_T_FAST", Const, 1, ""},
11340 {"BPF_T_FLAG_MASK", Const, 1, ""},
11341 {"BPF_T_FORMAT_MASK", Const, 1, ""},
11342 {"BPF_T_MICROTIME", Const, 1, ""},
11343 {"BPF_T_MICROTIME_FAST", Const, 1, ""},
11344 {"BPF_T_MICROTIME_MONOTONIC", Const, 1, ""},
11345 {"BPF_T_MICROTIME_MONOTONIC_FAST", Const, 1, ""},
11346 {"BPF_T_MONOTONIC", Const, 1, ""},
11347 {"BPF_T_MONOTONIC_FAST", Const, 1, ""},
11348 {"BPF_T_NANOTIME", Const, 1, ""},
11349 {"BPF_T_NANOTIME_FAST", Const, 1, ""},
11350 {"BPF_T_NANOTIME_MONOTONIC", Const, 1, ""},
11351 {"BPF_T_NANOTIME_MONOTONIC_FAST", Const, 1, ""},
11352 {"BPF_T_NONE", Const, 1, ""},
11353 {"BPF_T_NORMAL", Const, 1, ""},
11354 {"BPF_W", Const, 0, ""},
11355 {"BPF_X", Const, 0, ""},
11356 {"BRKINT", Const, 0, ""},
11357 {"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11358 {"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
11359 {"BpfBuflen", Func, 0, ""},
11360 {"BpfDatalink", Func, 0, ""},
11361 {"BpfHdr", Type, 0, ""},
11362 {"BpfHdr.Caplen", Field, 0, ""},
11363 {"BpfHdr.Datalen", Field, 0, ""},
11364 {"BpfHdr.Hdrlen", Field, 0, ""},
11365 {"BpfHdr.Pad_cgo_0", Field, 0, ""},
11366 {"BpfHdr.Tstamp", Field, 0, ""},
11367 {"BpfHeadercmpl", Func, 0, ""},
11368 {"BpfInsn", Type, 0, ""},
11369 {"BpfInsn.Code", Field, 0, ""},
11370 {"BpfInsn.Jf", Field, 0, ""},
11371 {"BpfInsn.Jt", Field, 0, ""},
11372 {"BpfInsn.K", Field, 0, ""},
11373 {"BpfInterface", Func, 0, ""},
11374 {"BpfJump", Func, 0, ""},
11375 {"BpfProgram", Type, 0, ""},
11376 {"BpfProgram.Insns", Field, 0, ""},
11377 {"BpfProgram.Len", Field, 0, ""},
11378 {"BpfProgram.Pad_cgo_0", Field, 0, ""},
11379 {"BpfStat", Type, 0, ""},
11380 {"BpfStat.Capt", Field, 2, ""},
11381 {"BpfStat.Drop", Field, 0, ""},
11382 {"BpfStat.Padding", Field, 2, ""},
11383 {"BpfStat.Recv", Field, 0, ""},
11384 {"BpfStats", Func, 0, ""},
11385 {"BpfStmt", Func, 0, ""},
11386 {"BpfTimeout", Func, 0, ""},
11387 {"BpfTimeval", Type, 2, ""},
11388 {"BpfTimeval.Sec", Field, 2, ""},
11389 {"BpfTimeval.Usec", Field, 2, ""},
11390 {"BpfVersion", Type, 0, ""},
11391 {"BpfVersion.Major", Field, 0, ""},
11392 {"BpfVersion.Minor", Field, 0, ""},
11393 {"BpfZbuf", Type, 0, ""},
11394 {"BpfZbuf.Bufa", Field, 0, ""},
11395 {"BpfZbuf.Bufb", Field, 0, ""},
11396 {"BpfZbuf.Buflen", Field, 0, ""},
11397 {"BpfZbufHeader", Type, 0, ""},
11398 {"BpfZbufHeader.Kernel_gen", Field, 0, ""},
11399 {"BpfZbufHeader.Kernel_len", Field, 0, ""},
11400 {"BpfZbufHeader.User_gen", Field, 0, ""},
11401 {"BpfZbufHeader.X_bzh_pad", Field, 0, ""},
11402 {"ByHandleFileInformation", Type, 0, ""},
11403 {"ByHandleFileInformation.CreationTime", Field, 0, ""},
11404 {"ByHandleFileInformation.FileAttributes", Field, 0, ""},
11405 {"ByHandleFileInformation.FileIndexHigh", Field, 0, ""},
11406 {"ByHandleFileInformation.FileIndexLow", Field, 0, ""},
11407 {"ByHandleFileInformation.FileSizeHigh", Field, 0, ""},
11408 {"ByHandleFileInformation.FileSizeLow", Field, 0, ""},
11409 {"ByHandleFileInformation.LastAccessTime", Field, 0, ""},
11410 {"ByHandleFileInformation.LastWriteTime", Field, 0, ""},
11411 {"ByHandleFileInformation.NumberOfLinks", Field, 0, ""},
11412 {"ByHandleFileInformation.VolumeSerialNumber", Field, 0, ""},
11413 {"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
11414 {"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
11415 {"CCR0_FLUSH", Const, 1, ""},
11416 {"CERT_CHAIN_POLICY_AUTHENTICODE", Const, 0, ""},
11417 {"CERT_CHAIN_POLICY_AUTHENTICODE_TS", Const, 0, ""},
11418 {"CERT_CHAIN_POLICY_BASE", Const, 0, ""},
11419 {"CERT_CHAIN_POLICY_BASIC_CONSTRAINTS", Const, 0, ""},
11420 {"CERT_CHAIN_POLICY_EV", Const, 0, ""},
11421 {"CERT_CHAIN_POLICY_MICROSOFT_ROOT", Const, 0, ""},
11422 {"CERT_CHAIN_POLICY_NT_AUTH", Const, 0, ""},
11423 {"CERT_CHAIN_POLICY_SSL", Const, 0, ""},
11424 {"CERT_E_CN_NO_MATCH", Const, 0, ""},
11425 {"CERT_E_EXPIRED", Const, 0, ""},
11426 {"CERT_E_PURPOSE", Const, 0, ""},
11427 {"CERT_E_ROLE", Const, 0, ""},
11428 {"CERT_E_UNTRUSTEDROOT", Const, 0, ""},
11429 {"CERT_STORE_ADD_ALWAYS", Const, 0, ""},
11430 {"CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG", Const, 0, ""},
11431 {"CERT_STORE_PROV_MEMORY", Const, 0, ""},
11432 {"CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT", Const, 0, ""},
11433 {"CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT", Const, 0, ""},
11434 {"CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT", Const, 0, ""},
11435 {"CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT", Const, 0, ""},
11436 {"CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT", Const, 0, ""},
11437 {"CERT_TRUST_INVALID_BASIC_CONSTRAINTS", Const, 0, ""},
11438 {"CERT_TRUST_INVALID_EXTENSION", Const, 0, ""},
11439 {"CERT_TRUST_INVALID_NAME_CONSTRAINTS", Const, 0, ""},
11440 {"CERT_TRUST_INVALID_POLICY_CONSTRAINTS", Const, 0, ""},
11441 {"CERT_TRUST_IS_CYCLIC", Const, 0, ""},
11442 {"CERT_TRUST_IS_EXPLICIT_DISTRUST", Const, 0, ""},
11443 {"CERT_TRUST_IS_NOT_SIGNATURE_VALID", Const, 0, ""},
11444 {"CERT_TRUST_IS_NOT_TIME_VALID", Const, 0, ""},
11445 {"CERT_TRUST_IS_NOT_VALID_FOR_USAGE", Const, 0, ""},
11446 {"CERT_TRUST_IS_OFFLINE_REVOCATION", Const, 0, ""},
11447 {"CERT_TRUST_IS_REVOKED", Const, 0, ""},
11448 {"CERT_TRUST_IS_UNTRUSTED_ROOT", Const, 0, ""},
11449 {"CERT_TRUST_NO_ERROR", Const, 0, ""},
11450 {"CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY", Const, 0, ""},
11451 {"CERT_TRUST_REVOCATION_STATUS_UNKNOWN", Const, 0, ""},
11452 {"CFLUSH", Const, 1, ""},
11453 {"CLOCAL", Const, 0, ""},
11454 {"CLONE_CHILD_CLEARTID", Const, 2, ""},
11455 {"CLONE_CHILD_SETTID", Const, 2, ""},
11456 {"CLONE_CLEAR_SIGHAND", Const, 20, ""},
11457 {"CLONE_CSIGNAL", Const, 3, ""},
11458 {"CLONE_DETACHED", Const, 2, ""},
11459 {"CLONE_FILES", Const, 2, ""},
11460 {"CLONE_FS", Const, 2, ""},
11461 {"CLONE_INTO_CGROUP", Const, 20, ""},
11462 {"CLONE_IO", Const, 2, ""},
11463 {"CLONE_NEWCGROUP", Const, 20, ""},
11464 {"CLONE_NEWIPC", Const, 2, ""},
11465 {"CLONE_NEWNET", Const, 2, ""},
11466 {"CLONE_NEWNS", Const, 2, ""},
11467 {"CLONE_NEWPID", Const, 2, ""},
11468 {"CLONE_NEWTIME", Const, 20, ""},
11469 {"CLONE_NEWUSER", Const, 2, ""},
11470 {"CLONE_NEWUTS", Const, 2, ""},
11471 {"CLONE_PARENT", Const, 2, ""},
11472 {"CLONE_PARENT_SETTID", Const, 2, ""},
11473 {"CLONE_PID", Const, 3, ""},
11474 {"CLONE_PIDFD", Const, 20, ""},
11475 {"CLONE_PTRACE", Const, 2, ""},
11476 {"CLONE_SETTLS", Const, 2, ""},
11477 {"CLONE_SIGHAND", Const, 2, ""},
11478 {"CLONE_SYSVSEM", Const, 2, ""},
11479 {"CLONE_THREAD", Const, 2, ""},
11480 {"CLONE_UNTRACED", Const, 2, ""},
11481 {"CLONE_VFORK", Const, 2, ""},
11482 {"CLONE_VM", Const, 2, ""},
11483 {"CPUID_CFLUSH", Const, 1, ""},
11484 {"CREAD", Const, 0, ""},
11485 {"CREATE_ALWAYS", Const, 0, ""},
11486 {"CREATE_NEW", Const, 0, ""},
11487 {"CREATE_NEW_PROCESS_GROUP", Const, 1, ""},
11488 {"CREATE_UNICODE_ENVIRONMENT", Const, 0, ""},
11489 {"CRYPT_DEFAULT_CONTAINER_OPTIONAL", Const, 0, ""},
11490 {"CRYPT_DELETEKEYSET", Const, 0, ""},
11491 {"CRYPT_MACHINE_KEYSET", Const, 0, ""},
11492 {"CRYPT_NEWKEYSET", Const, 0, ""},
11493 {"CRYPT_SILENT", Const, 0, ""},
11494 {"CRYPT_VERIFYCONTEXT", Const, 0, ""},
11495 {"CS5", Const, 0, ""},
11496 {"CS6", Const, 0, ""},
11497 {"CS7", Const, 0, ""},
11498 {"CS8", Const, 0, ""},
11499 {"CSIZE", Const, 0, ""},
11500 {"CSTART", Const, 1, ""},
11501 {"CSTATUS", Const, 1, ""},
11502 {"CSTOP", Const, 1, ""},
11503 {"CSTOPB", Const, 0, ""},
11504 {"CSUSP", Const, 1, ""},
11505 {"CTL_MAXNAME", Const, 0, ""},
11506 {"CTL_NET", Const, 0, ""},
11507 {"CTL_QUERY", Const, 1, ""},
11508 {"CTRL_BREAK_EVENT", Const, 1, ""},
11509 {"CTRL_CLOSE_EVENT", Const, 14, ""},
11510 {"CTRL_C_EVENT", Const, 1, ""},
11511 {"CTRL_LOGOFF_EVENT", Const, 14, ""},
11512 {"CTRL_SHUTDOWN_EVENT", Const, 14, ""},
11513 {"CancelIo", Func, 0, ""},
11514 {"CancelIoEx", Func, 1, ""},
11515 {"CertAddCertificateContextToStore", Func, 0, ""},
11516 {"CertChainContext", Type, 0, ""},
11517 {"CertChainContext.ChainCount", Field, 0, ""},
11518 {"CertChainContext.Chains", Field, 0, ""},
11519 {"CertChainContext.HasRevocationFreshnessTime", Field, 0, ""},
11520 {"CertChainContext.LowerQualityChainCount", Field, 0, ""},
11521 {"CertChainContext.LowerQualityChains", Field, 0, ""},
11522 {"CertChainContext.RevocationFreshnessTime", Field, 0, ""},
11523 {"CertChainContext.Size", Field, 0, ""},
11524 {"CertChainContext.TrustStatus", Field, 0, ""},
11525 {"CertChainElement", Type, 0, ""},
11526 {"CertChainElement.ApplicationUsage", Field, 0, ""},
11527 {"CertChainElement.CertContext", Field, 0, ""},
11528 {"CertChainElement.ExtendedErrorInfo", Field, 0, ""},
11529 {"CertChainElement.IssuanceUsage", Field, 0, ""},
11530 {"CertChainElement.RevocationInfo", Field, 0, ""},
11531 {"CertChainElement.Size", Field, 0, ""},
11532 {"CertChainElement.TrustStatus", Field, 0, ""},
11533 {"CertChainPara", Type, 0, ""},
11534 {"CertChainPara.CacheResync", Field, 0, ""},
11535 {"CertChainPara.CheckRevocationFreshnessTime", Field, 0, ""},
11536 {"CertChainPara.RequestedUsage", Field, 0, ""},
11537 {"CertChainPara.RequstedIssuancePolicy", Field, 0, ""},
11538 {"CertChainPara.RevocationFreshnessTime", Field, 0, ""},
11539 {"CertChainPara.Size", Field, 0, ""},
11540 {"CertChainPara.URLRetrievalTimeout", Field, 0, ""},
11541 {"CertChainPolicyPara", Type, 0, ""},
11542 {"CertChainPolicyPara.ExtraPolicyPara", Field, 0, ""},
11543 {"CertChainPolicyPara.Flags", Field, 0, ""},
11544 {"CertChainPolicyPara.Size", Field, 0, ""},
11545 {"CertChainPolicyStatus", Type, 0, ""},
11546 {"CertChainPolicyStatus.ChainIndex", Field, 0, ""},
11547 {"CertChainPolicyStatus.ElementIndex", Field, 0, ""},
11548 {"CertChainPolicyStatus.Error", Field, 0, ""},
11549 {"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0, ""},
11550 {"CertChainPolicyStatus.Size", Field, 0, ""},
11551 {"CertCloseStore", Func, 0, ""},
11552 {"CertContext", Type, 0, ""},
11553 {"CertContext.CertInfo", Field, 0, ""},
11554 {"CertContext.EncodedCert", Field, 0, ""},
11555 {"CertContext.EncodingType", Field, 0, ""},
11556 {"CertContext.Length", Field, 0, ""},
11557 {"CertContext.Store", Field, 0, ""},
11558 {"CertCreateCertificateContext", Func, 0, ""},
11559 {"CertEnhKeyUsage", Type, 0, ""},
11560 {"CertEnhKeyUsage.Length", Field, 0, ""},
11561 {"CertEnhKeyUsage.UsageIdentifiers", Field, 0, ""},
11562 {"CertEnumCertificatesInStore", Func, 0, ""},
11563 {"CertFreeCertificateChain", Func, 0, ""},
11564 {"CertFreeCertificateContext", Func, 0, ""},
11565 {"CertGetCertificateChain", Func, 0, ""},
11566 {"CertInfo", Type, 11, ""},
11567 {"CertOpenStore", Func, 0, ""},
11568 {"CertOpenSystemStore", Func, 0, ""},
11569 {"CertRevocationCrlInfo", Type, 11, ""},
11570 {"CertRevocationInfo", Type, 0, ""},
11571 {"CertRevocationInfo.CrlInfo", Field, 0, ""},
11572 {"CertRevocationInfo.FreshnessTime", Field, 0, ""},
11573 {"CertRevocationInfo.HasFreshnessTime", Field, 0, ""},
11574 {"CertRevocationInfo.OidSpecificInfo", Field, 0, ""},
11575 {"CertRevocationInfo.RevocationOid", Field, 0, ""},
11576 {"CertRevocationInfo.RevocationResult", Field, 0, ""},
11577 {"CertRevocationInfo.Size", Field, 0, ""},
11578 {"CertSimpleChain", Type, 0, ""},
11579 {"CertSimpleChain.Elements", Field, 0, ""},
11580 {"CertSimpleChain.HasRevocationFreshnessTime", Field, 0, ""},
11581 {"CertSimpleChain.NumElements", Field, 0, ""},
11582 {"CertSimpleChain.RevocationFreshnessTime", Field, 0, ""},
11583 {"CertSimpleChain.Size", Field, 0, ""},
11584 {"CertSimpleChain.TrustListInfo", Field, 0, ""},
11585 {"CertSimpleChain.TrustStatus", Field, 0, ""},
11586 {"CertTrustListInfo", Type, 11, ""},
11587 {"CertTrustStatus", Type, 0, ""},
11588 {"CertTrustStatus.ErrorStatus", Field, 0, ""},
11589 {"CertTrustStatus.InfoStatus", Field, 0, ""},
11590 {"CertUsageMatch", Type, 0, ""},
11591 {"CertUsageMatch.Type", Field, 0, ""},
11592 {"CertUsageMatch.Usage", Field, 0, ""},
11593 {"CertVerifyCertificateChainPolicy", Func, 0, ""},
11594 {"Chdir", Func, 0, "func(path string) (err error)"},
11595 {"CheckBpfVersion", Func, 0, ""},
11596 {"Chflags", Func, 0, ""},
11597 {"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
11598 {"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
11599 {"Chroot", Func, 0, "func(path string) (err error)"},
11600 {"Clearenv", Func, 0, "func()"},
11601 {"Close", Func, 0, "func(fd int) (err error)"},
11602 {"CloseHandle", Func, 0, ""},
11603 {"CloseOnExec", Func, 0, "func(fd int)"},
11604 {"Closesocket", Func, 0, ""},
11605 {"CmsgLen", Func, 0, "func(datalen int) int"},
11606 {"CmsgSpace", Func, 0, "func(datalen int) int"},
11607 {"Cmsghdr", Type, 0, ""},
11608 {"Cmsghdr.Len", Field, 0, ""},
11609 {"Cmsghdr.Level", Field, 0, ""},
11610 {"Cmsghdr.Type", Field, 0, ""},
11611 {"Cmsghdr.X__cmsg_data", Field, 0, ""},
11612 {"CommandLineToArgv", Func, 0, ""},
11613 {"ComputerName", Func, 0, ""},
11614 {"Conn", Type, 9, ""},
11615 {"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
11616 {"ConnectEx", Func, 1, ""},
11617 {"ConvertSidToStringSid", Func, 0, ""},
11618 {"ConvertStringSidToSid", Func, 0, ""},
11619 {"CopySid", Func, 0, ""},
11620 {"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
11621 {"CreateDirectory", Func, 0, ""},
11622 {"CreateFile", Func, 0, ""},
11623 {"CreateFileMapping", Func, 0, ""},
11624 {"CreateHardLink", Func, 4, ""},
11625 {"CreateIoCompletionPort", Func, 0, ""},
11626 {"CreatePipe", Func, 0, ""},
11627 {"CreateProcess", Func, 0, ""},
11628 {"CreateProcessAsUser", Func, 10, ""},
11629 {"CreateSymbolicLink", Func, 4, ""},
11630 {"CreateToolhelp32Snapshot", Func, 4, ""},
11631 {"Credential", Type, 0, ""},
11632 {"Credential.Gid", Field, 0, ""},
11633 {"Credential.Groups", Field, 0, ""},
11634 {"Credential.NoSetGroups", Field, 9, ""},
11635 {"Credential.Uid", Field, 0, ""},
11636 {"CryptAcquireContext", Func, 0, ""},
11637 {"CryptGenRandom", Func, 0, ""},
11638 {"CryptReleaseContext", Func, 0, ""},
11639 {"DIOCBSFLUSH", Const, 1, ""},
11640 {"DIOCOSFPFLUSH", Const, 1, ""},
11641 {"DLL", Type, 0, ""},
11642 {"DLL.Handle", Field, 0, ""},
11643 {"DLL.Name", Field, 0, ""},
11644 {"DLLError", Type, 0, ""},
11645 {"DLLError.Err", Field, 0, ""},
11646 {"DLLError.Msg", Field, 0, ""},
11647 {"DLLError.ObjName", Field, 0, ""},
11648 {"DLT_A429", Const, 0, ""},
11649 {"DLT_A653_ICM", Const, 0, ""},
11650 {"DLT_AIRONET_HEADER", Const, 0, ""},
11651 {"DLT_AOS", Const, 1, ""},
11652 {"DLT_APPLE_IP_OVER_IEEE1394", Const, 0, ""},
11653 {"DLT_ARCNET", Const, 0, ""},
11654 {"DLT_ARCNET_LINUX", Const, 0, ""},
11655 {"DLT_ATM_CLIP", Const, 0, ""},
11656 {"DLT_ATM_RFC1483", Const, 0, ""},
11657 {"DLT_AURORA", Const, 0, ""},
11658 {"DLT_AX25", Const, 0, ""},
11659 {"DLT_AX25_KISS", Const, 0, ""},
11660 {"DLT_BACNET_MS_TP", Const, 0, ""},
11661 {"DLT_BLUETOOTH_HCI_H4", Const, 0, ""},
11662 {"DLT_BLUETOOTH_HCI_H4_WITH_PHDR", Const, 0, ""},
11663 {"DLT_CAN20B", Const, 0, ""},
11664 {"DLT_CAN_SOCKETCAN", Const, 1, ""},
11665 {"DLT_CHAOS", Const, 0, ""},
11666 {"DLT_CHDLC", Const, 0, ""},
11667 {"DLT_CISCO_IOS", Const, 0, ""},
11668 {"DLT_C_HDLC", Const, 0, ""},
11669 {"DLT_C_HDLC_WITH_DIR", Const, 0, ""},
11670 {"DLT_DBUS", Const, 1, ""},
11671 {"DLT_DECT", Const, 1, ""},
11672 {"DLT_DOCSIS", Const, 0, ""},
11673 {"DLT_DVB_CI", Const, 1, ""},
11674 {"DLT_ECONET", Const, 0, ""},
11675 {"DLT_EN10MB", Const, 0, ""},
11676 {"DLT_EN3MB", Const, 0, ""},
11677 {"DLT_ENC", Const, 0, ""},
11678 {"DLT_ERF", Const, 0, ""},
11679 {"DLT_ERF_ETH", Const, 0, ""},
11680 {"DLT_ERF_POS", Const, 0, ""},
11681 {"DLT_FC_2", Const, 1, ""},
11682 {"DLT_FC_2_WITH_FRAME_DELIMS", Const, 1, ""},
11683 {"DLT_FDDI", Const, 0, ""},
11684 {"DLT_FLEXRAY", Const, 0, ""},
11685 {"DLT_FRELAY", Const, 0, ""},
11686 {"DLT_FRELAY_WITH_DIR", Const, 0, ""},
11687 {"DLT_GCOM_SERIAL", Const, 0, ""},
11688 {"DLT_GCOM_T1E1", Const, 0, ""},
11689 {"DLT_GPF_F", Const, 0, ""},
11690 {"DLT_GPF_T", Const, 0, ""},
11691 {"DLT_GPRS_LLC", Const, 0, ""},
11692 {"DLT_GSMTAP_ABIS", Const, 1, ""},
11693 {"DLT_GSMTAP_UM", Const, 1, ""},
11694 {"DLT_HDLC", Const, 1, ""},
11695 {"DLT_HHDLC", Const, 0, ""},
11696 {"DLT_HIPPI", Const, 1, ""},
11697 {"DLT_IBM_SN", Const, 0, ""},
11698 {"DLT_IBM_SP", Const, 0, ""},
11699 {"DLT_IEEE802", Const, 0, ""},
11700 {"DLT_IEEE802_11", Const, 0, ""},
11701 {"DLT_IEEE802_11_RADIO", Const, 0, ""},
11702 {"DLT_IEEE802_11_RADIO_AVS", Const, 0, ""},
11703 {"DLT_IEEE802_15_4", Const, 0, ""},
11704 {"DLT_IEEE802_15_4_LINUX", Const, 0, ""},
11705 {"DLT_IEEE802_15_4_NOFCS", Const, 1, ""},
11706 {"DLT_IEEE802_15_4_NONASK_PHY", Const, 0, ""},
11707 {"DLT_IEEE802_16_MAC_CPS", Const, 0, ""},
11708 {"DLT_IEEE802_16_MAC_CPS_RADIO", Const, 0, ""},
11709 {"DLT_IPFILTER", Const, 0, ""},
11710 {"DLT_IPMB", Const, 0, ""},
11711 {"DLT_IPMB_LINUX", Const, 0, ""},
11712 {"DLT_IPNET", Const, 1, ""},
11713 {"DLT_IPOIB", Const, 1, ""},
11714 {"DLT_IPV4", Const, 1, ""},
11715 {"DLT_IPV6", Const, 1, ""},
11716 {"DLT_IP_OVER_FC", Const, 0, ""},
11717 {"DLT_JUNIPER_ATM1", Const, 0, ""},
11718 {"DLT_JUNIPER_ATM2", Const, 0, ""},
11719 {"DLT_JUNIPER_ATM_CEMIC", Const, 1, ""},
11720 {"DLT_JUNIPER_CHDLC", Const, 0, ""},
11721 {"DLT_JUNIPER_ES", Const, 0, ""},
11722 {"DLT_JUNIPER_ETHER", Const, 0, ""},
11723 {"DLT_JUNIPER_FIBRECHANNEL", Const, 1, ""},
11724 {"DLT_JUNIPER_FRELAY", Const, 0, ""},
11725 {"DLT_JUNIPER_GGSN", Const, 0, ""},
11726 {"DLT_JUNIPER_ISM", Const, 0, ""},
11727 {"DLT_JUNIPER_MFR", Const, 0, ""},
11728 {"DLT_JUNIPER_MLFR", Const, 0, ""},
11729 {"DLT_JUNIPER_MLPPP", Const, 0, ""},
11730 {"DLT_JUNIPER_MONITOR", Const, 0, ""},
11731 {"DLT_JUNIPER_PIC_PEER", Const, 0, ""},
11732 {"DLT_JUNIPER_PPP", Const, 0, ""},
11733 {"DLT_JUNIPER_PPPOE", Const, 0, ""},
11734 {"DLT_JUNIPER_PPPOE_ATM", Const, 0, ""},
11735 {"DLT_JUNIPER_SERVICES", Const, 0, ""},
11736 {"DLT_JUNIPER_SRX_E2E", Const, 1, ""},
11737 {"DLT_JUNIPER_ST", Const, 0, ""},
11738 {"DLT_JUNIPER_VP", Const, 0, ""},
11739 {"DLT_JUNIPER_VS", Const, 1, ""},
11740 {"DLT_LAPB_WITH_DIR", Const, 0, ""},
11741 {"DLT_LAPD", Const, 0, ""},
11742 {"DLT_LIN", Const, 0, ""},
11743 {"DLT_LINUX_EVDEV", Const, 1, ""},
11744 {"DLT_LINUX_IRDA", Const, 0, ""},
11745 {"DLT_LINUX_LAPD", Const, 0, ""},
11746 {"DLT_LINUX_PPP_WITHDIRECTION", Const, 0, ""},
11747 {"DLT_LINUX_SLL", Const, 0, ""},
11748 {"DLT_LOOP", Const, 0, ""},
11749 {"DLT_LTALK", Const, 0, ""},
11750 {"DLT_MATCHING_MAX", Const, 1, ""},
11751 {"DLT_MATCHING_MIN", Const, 1, ""},
11752 {"DLT_MFR", Const, 0, ""},
11753 {"DLT_MOST", Const, 0, ""},
11754 {"DLT_MPEG_2_TS", Const, 1, ""},
11755 {"DLT_MPLS", Const, 1, ""},
11756 {"DLT_MTP2", Const, 0, ""},
11757 {"DLT_MTP2_WITH_PHDR", Const, 0, ""},
11758 {"DLT_MTP3", Const, 0, ""},
11759 {"DLT_MUX27010", Const, 1, ""},
11760 {"DLT_NETANALYZER", Const, 1, ""},
11761 {"DLT_NETANALYZER_TRANSPARENT", Const, 1, ""},
11762 {"DLT_NFC_LLCP", Const, 1, ""},
11763 {"DLT_NFLOG", Const, 1, ""},
11764 {"DLT_NG40", Const, 1, ""},
11765 {"DLT_NULL", Const, 0, ""},
11766 {"DLT_PCI_EXP", Const, 0, ""},
11767 {"DLT_PFLOG", Const, 0, ""},
11768 {"DLT_PFSYNC", Const, 0, ""},
11769 {"DLT_PPI", Const, 0, ""},
11770 {"DLT_PPP", Const, 0, ""},
11771 {"DLT_PPP_BSDOS", Const, 0, ""},
11772 {"DLT_PPP_ETHER", Const, 0, ""},
11773 {"DLT_PPP_PPPD", Const, 0, ""},
11774 {"DLT_PPP_SERIAL", Const, 0, ""},
11775 {"DLT_PPP_WITH_DIR", Const, 0, ""},
11776 {"DLT_PPP_WITH_DIRECTION", Const, 0, ""},
11777 {"DLT_PRISM_HEADER", Const, 0, ""},
11778 {"DLT_PRONET", Const, 0, ""},
11779 {"DLT_RAIF1", Const, 0, ""},
11780 {"DLT_RAW", Const, 0, ""},
11781 {"DLT_RAWAF_MASK", Const, 1, ""},
11782 {"DLT_RIO", Const, 0, ""},
11783 {"DLT_SCCP", Const, 0, ""},
11784 {"DLT_SITA", Const, 0, ""},
11785 {"DLT_SLIP", Const, 0, ""},
11786 {"DLT_SLIP_BSDOS", Const, 0, ""},
11787 {"DLT_STANAG_5066_D_PDU", Const, 1, ""},
11788 {"DLT_SUNATM", Const, 0, ""},
11789 {"DLT_SYMANTEC_FIREWALL", Const, 0, ""},
11790 {"DLT_TZSP", Const, 0, ""},
11791 {"DLT_USB", Const, 0, ""},
11792 {"DLT_USB_LINUX", Const, 0, ""},
11793 {"DLT_USB_LINUX_MMAPPED", Const, 1, ""},
11794 {"DLT_USER0", Const, 0, ""},
11795 {"DLT_USER1", Const, 0, ""},
11796 {"DLT_USER10", Const, 0, ""},
11797 {"DLT_USER11", Const, 0, ""},
11798 {"DLT_USER12", Const, 0, ""},
11799 {"DLT_USER13", Const, 0, ""},
11800 {"DLT_USER14", Const, 0, ""},
11801 {"DLT_USER15", Const, 0, ""},
11802 {"DLT_USER2", Const, 0, ""},
11803 {"DLT_USER3", Const, 0, ""},
11804 {"DLT_USER4", Const, 0, ""},
11805 {"DLT_USER5", Const, 0, ""},
11806 {"DLT_USER6", Const, 0, ""},
11807 {"DLT_USER7", Const, 0, ""},
11808 {"DLT_USER8", Const, 0, ""},
11809 {"DLT_USER9", Const, 0, ""},
11810 {"DLT_WIHART", Const, 1, ""},
11811 {"DLT_X2E_SERIAL", Const, 0, ""},
11812 {"DLT_X2E_XORAYA", Const, 0, ""},
11813 {"DNSMXData", Type, 0, ""},
11814 {"DNSMXData.NameExchange", Field, 0, ""},
11815 {"DNSMXData.Pad", Field, 0, ""},
11816 {"DNSMXData.Preference", Field, 0, ""},
11817 {"DNSPTRData", Type, 0, ""},
11818 {"DNSPTRData.Host", Field, 0, ""},
11819 {"DNSRecord", Type, 0, ""},
11820 {"DNSRecord.Data", Field, 0, ""},
11821 {"DNSRecord.Dw", Field, 0, ""},
11822 {"DNSRecord.Length", Field, 0, ""},
11823 {"DNSRecord.Name", Field, 0, ""},
11824 {"DNSRecord.Next", Field, 0, ""},
11825 {"DNSRecord.Reserved", Field, 0, ""},
11826 {"DNSRecord.Ttl", Field, 0, ""},
11827 {"DNSRecord.Type", Field, 0, ""},
11828 {"DNSSRVData", Type, 0, ""},
11829 {"DNSSRVData.Pad", Field, 0, ""},
11830 {"DNSSRVData.Port", Field, 0, ""},
11831 {"DNSSRVData.Priority", Field, 0, ""},
11832 {"DNSSRVData.Target", Field, 0, ""},
11833 {"DNSSRVData.Weight", Field, 0, ""},
11834 {"DNSTXTData", Type, 0, ""},
11835 {"DNSTXTData.StringArray", Field, 0, ""},
11836 {"DNSTXTData.StringCount", Field, 0, ""},
11837 {"DNS_INFO_NO_RECORDS", Const, 4, ""},
11838 {"DNS_TYPE_A", Const, 0, ""},
11839 {"DNS_TYPE_A6", Const, 0, ""},
11840 {"DNS_TYPE_AAAA", Const, 0, ""},
11841 {"DNS_TYPE_ADDRS", Const, 0, ""},
11842 {"DNS_TYPE_AFSDB", Const, 0, ""},
11843 {"DNS_TYPE_ALL", Const, 0, ""},
11844 {"DNS_TYPE_ANY", Const, 0, ""},
11845 {"DNS_TYPE_ATMA", Const, 0, ""},
11846 {"DNS_TYPE_AXFR", Const, 0, ""},
11847 {"DNS_TYPE_CERT", Const, 0, ""},
11848 {"DNS_TYPE_CNAME", Const, 0, ""},
11849 {"DNS_TYPE_DHCID", Const, 0, ""},
11850 {"DNS_TYPE_DNAME", Const, 0, ""},
11851 {"DNS_TYPE_DNSKEY", Const, 0, ""},
11852 {"DNS_TYPE_DS", Const, 0, ""},
11853 {"DNS_TYPE_EID", Const, 0, ""},
11854 {"DNS_TYPE_GID", Const, 0, ""},
11855 {"DNS_TYPE_GPOS", Const, 0, ""},
11856 {"DNS_TYPE_HINFO", Const, 0, ""},
11857 {"DNS_TYPE_ISDN", Const, 0, ""},
11858 {"DNS_TYPE_IXFR", Const, 0, ""},
11859 {"DNS_TYPE_KEY", Const, 0, ""},
11860 {"DNS_TYPE_KX", Const, 0, ""},
11861 {"DNS_TYPE_LOC", Const, 0, ""},
11862 {"DNS_TYPE_MAILA", Const, 0, ""},
11863 {"DNS_TYPE_MAILB", Const, 0, ""},
11864 {"DNS_TYPE_MB", Const, 0, ""},
11865 {"DNS_TYPE_MD", Const, 0, ""},
11866 {"DNS_TYPE_MF", Const, 0, ""},
11867 {"DNS_TYPE_MG", Const, 0, ""},
11868 {"DNS_TYPE_MINFO", Const, 0, ""},
11869 {"DNS_TYPE_MR", Const, 0, ""},
11870 {"DNS_TYPE_MX", Const, 0, ""},
11871 {"DNS_TYPE_NAPTR", Const, 0, ""},
11872 {"DNS_TYPE_NBSTAT", Const, 0, ""},
11873 {"DNS_TYPE_NIMLOC", Const, 0, ""},
11874 {"DNS_TYPE_NS", Const, 0, ""},
11875 {"DNS_TYPE_NSAP", Const, 0, ""},
11876 {"DNS_TYPE_NSAPPTR", Const, 0, ""},
11877 {"DNS_TYPE_NSEC", Const, 0, ""},
11878 {"DNS_TYPE_NULL", Const, 0, ""},
11879 {"DNS_TYPE_NXT", Const, 0, ""},
11880 {"DNS_TYPE_OPT", Const, 0, ""},
11881 {"DNS_TYPE_PTR", Const, 0, ""},
11882 {"DNS_TYPE_PX", Const, 0, ""},
11883 {"DNS_TYPE_RP", Const, 0, ""},
11884 {"DNS_TYPE_RRSIG", Const, 0, ""},
11885 {"DNS_TYPE_RT", Const, 0, ""},
11886 {"DNS_TYPE_SIG", Const, 0, ""},
11887 {"DNS_TYPE_SINK", Const, 0, ""},
11888 {"DNS_TYPE_SOA", Const, 0, ""},
11889 {"DNS_TYPE_SRV", Const, 0, ""},
11890 {"DNS_TYPE_TEXT", Const, 0, ""},
11891 {"DNS_TYPE_TKEY", Const, 0, ""},
11892 {"DNS_TYPE_TSIG", Const, 0, ""},
11893 {"DNS_TYPE_UID", Const, 0, ""},
11894 {"DNS_TYPE_UINFO", Const, 0, ""},
11895 {"DNS_TYPE_UNSPEC", Const, 0, ""},
11896 {"DNS_TYPE_WINS", Const, 0, ""},
11897 {"DNS_TYPE_WINSR", Const, 0, ""},
11898 {"DNS_TYPE_WKS", Const, 0, ""},
11899 {"DNS_TYPE_X25", Const, 0, ""},
11900 {"DT_BLK", Const, 0, ""},
11901 {"DT_CHR", Const, 0, ""},
11902 {"DT_DIR", Const, 0, ""},
11903 {"DT_FIFO", Const, 0, ""},
11904 {"DT_LNK", Const, 0, ""},
11905 {"DT_REG", Const, 0, ""},
11906 {"DT_SOCK", Const, 0, ""},
11907 {"DT_UNKNOWN", Const, 0, ""},
11908 {"DT_WHT", Const, 0, ""},
11909 {"DUPLICATE_CLOSE_SOURCE", Const, 0, ""},
11910 {"DUPLICATE_SAME_ACCESS", Const, 0, ""},
11911 {"DeleteFile", Func, 0, ""},
11912 {"DetachLsf", Func, 0, "func(fd int) error"},
11913 {"DeviceIoControl", Func, 4, ""},
11914 {"Dirent", Type, 0, ""},
11915 {"Dirent.Fileno", Field, 0, ""},
11916 {"Dirent.Ino", Field, 0, ""},
11917 {"Dirent.Name", Field, 0, ""},
11918 {"Dirent.Namlen", Field, 0, ""},
11919 {"Dirent.Off", Field, 0, ""},
11920 {"Dirent.Pad0", Field, 12, ""},
11921 {"Dirent.Pad1", Field, 12, ""},
11922 {"Dirent.Pad_cgo_0", Field, 0, ""},
11923 {"Dirent.Reclen", Field, 0, ""},
11924 {"Dirent.Seekoff", Field, 0, ""},
11925 {"Dirent.Type", Field, 0, ""},
11926 {"Dirent.X__d_padding", Field, 3, ""},
11927 {"DnsNameCompare", Func, 4, ""},
11928 {"DnsQuery", Func, 0, ""},
11929 {"DnsRecordListFree", Func, 0, ""},
11930 {"DnsSectionAdditional", Const, 4, ""},
11931 {"DnsSectionAnswer", Const, 4, ""},
11932 {"DnsSectionAuthority", Const, 4, ""},
11933 {"DnsSectionQuestion", Const, 4, ""},
11934 {"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
11935 {"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
11936 {"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
11937 {"DuplicateHandle", Func, 0, ""},
11938 {"E2BIG", Const, 0, ""},
11939 {"EACCES", Const, 0, ""},
11940 {"EADDRINUSE", Const, 0, ""},
11941 {"EADDRNOTAVAIL", Const, 0, ""},
11942 {"EADV", Const, 0, ""},
11943 {"EAFNOSUPPORT", Const, 0, ""},
11944 {"EAGAIN", Const, 0, ""},
11945 {"EALREADY", Const, 0, ""},
11946 {"EAUTH", Const, 0, ""},
11947 {"EBADARCH", Const, 0, ""},
11948 {"EBADE", Const, 0, ""},
11949 {"EBADEXEC", Const, 0, ""},
11950 {"EBADF", Const, 0, ""},
11951 {"EBADFD", Const, 0, ""},
11952 {"EBADMACHO", Const, 0, ""},
11953 {"EBADMSG", Const, 0, ""},
11954 {"EBADR", Const, 0, ""},
11955 {"EBADRPC", Const, 0, ""},
11956 {"EBADRQC", Const, 0, ""},
11957 {"EBADSLT", Const, 0, ""},
11958 {"EBFONT", Const, 0, ""},
11959 {"EBUSY", Const, 0, ""},
11960 {"ECANCELED", Const, 0, ""},
11961 {"ECAPMODE", Const, 1, ""},
11962 {"ECHILD", Const, 0, ""},
11963 {"ECHO", Const, 0, ""},
11964 {"ECHOCTL", Const, 0, ""},
11965 {"ECHOE", Const, 0, ""},
11966 {"ECHOK", Const, 0, ""},
11967 {"ECHOKE", Const, 0, ""},
11968 {"ECHONL", Const, 0, ""},
11969 {"ECHOPRT", Const, 0, ""},
11970 {"ECHRNG", Const, 0, ""},
11971 {"ECOMM", Const, 0, ""},
11972 {"ECONNABORTED", Const, 0, ""},
11973 {"ECONNREFUSED", Const, 0, ""},
11974 {"ECONNRESET", Const, 0, ""},
11975 {"EDEADLK", Const, 0, ""},
11976 {"EDEADLOCK", Const, 0, ""},
11977 {"EDESTADDRREQ", Const, 0, ""},
11978 {"EDEVERR", Const, 0, ""},
11979 {"EDOM", Const, 0, ""},
11980 {"EDOOFUS", Const, 0, ""},
11981 {"EDOTDOT", Const, 0, ""},
11982 {"EDQUOT", Const, 0, ""},
11983 {"EEXIST", Const, 0, ""},
11984 {"EFAULT", Const, 0, ""},
11985 {"EFBIG", Const, 0, ""},
11986 {"EFER_LMA", Const, 1, ""},
11987 {"EFER_LME", Const, 1, ""},
11988 {"EFER_NXE", Const, 1, ""},
11989 {"EFER_SCE", Const, 1, ""},
11990 {"EFTYPE", Const, 0, ""},
11991 {"EHOSTDOWN", Const, 0, ""},
11992 {"EHOSTUNREACH", Const, 0, ""},
11993 {"EHWPOISON", Const, 0, ""},
11994 {"EIDRM", Const, 0, ""},
11995 {"EILSEQ", Const, 0, ""},
11996 {"EINPROGRESS", Const, 0, ""},
11997 {"EINTR", Const, 0, ""},
11998 {"EINVAL", Const, 0, ""},
11999 {"EIO", Const, 0, ""},
12000 {"EIPSEC", Const, 1, ""},
12001 {"EISCONN", Const, 0, ""},
12002 {"EISDIR", Const, 0, ""},
12003 {"EISNAM", Const, 0, ""},
12004 {"EKEYEXPIRED", Const, 0, ""},
12005 {"EKEYREJECTED", Const, 0, ""},
12006 {"EKEYREVOKED", Const, 0, ""},
12007 {"EL2HLT", Const, 0, ""},
12008 {"EL2NSYNC", Const, 0, ""},
12009 {"EL3HLT", Const, 0, ""},
12010 {"EL3RST", Const, 0, ""},
12011 {"ELAST", Const, 0, ""},
12012 {"ELF_NGREG", Const, 0, ""},
12013 {"ELF_PRARGSZ", Const, 0, ""},
12014 {"ELIBACC", Const, 0, ""},
12015 {"ELIBBAD", Const, 0, ""},
12016 {"ELIBEXEC", Const, 0, ""},
12017 {"ELIBMAX", Const, 0, ""},
12018 {"ELIBSCN", Const, 0, ""},
12019 {"ELNRNG", Const, 0, ""},
12020 {"ELOOP", Const, 0, ""},
12021 {"EMEDIUMTYPE", Const, 0, ""},
12022 {"EMFILE", Const, 0, ""},
12023 {"EMLINK", Const, 0, ""},
12024 {"EMSGSIZE", Const, 0, ""},
12025 {"EMT_TAGOVF", Const, 1, ""},
12026 {"EMULTIHOP", Const, 0, ""},
12027 {"EMUL_ENABLED", Const, 1, ""},
12028 {"EMUL_LINUX", Const, 1, ""},
12029 {"EMUL_LINUX32", Const, 1, ""},
12030 {"EMUL_MAXID", Const, 1, ""},
12031 {"EMUL_NATIVE", Const, 1, ""},
12032 {"ENAMETOOLONG", Const, 0, ""},
12033 {"ENAVAIL", Const, 0, ""},
12034 {"ENDRUNDISC", Const, 1, ""},
12035 {"ENEEDAUTH", Const, 0, ""},
12036 {"ENETDOWN", Const, 0, ""},
12037 {"ENETRESET", Const, 0, ""},
12038 {"ENETUNREACH", Const, 0, ""},
12039 {"ENFILE", Const, 0, ""},
12040 {"ENOANO", Const, 0, ""},
12041 {"ENOATTR", Const, 0, ""},
12042 {"ENOBUFS", Const, 0, ""},
12043 {"ENOCSI", Const, 0, ""},
12044 {"ENODATA", Const, 0, ""},
12045 {"ENODEV", Const, 0, ""},
12046 {"ENOENT", Const, 0, ""},
12047 {"ENOEXEC", Const, 0, ""},
12048 {"ENOKEY", Const, 0, ""},
12049 {"ENOLCK", Const, 0, ""},
12050 {"ENOLINK", Const, 0, ""},
12051 {"ENOMEDIUM", Const, 0, ""},
12052 {"ENOMEM", Const, 0, ""},
12053 {"ENOMSG", Const, 0, ""},
12054 {"ENONET", Const, 0, ""},
12055 {"ENOPKG", Const, 0, ""},
12056 {"ENOPOLICY", Const, 0, ""},
12057 {"ENOPROTOOPT", Const, 0, ""},
12058 {"ENOSPC", Const, 0, ""},
12059 {"ENOSR", Const, 0, ""},
12060 {"ENOSTR", Const, 0, ""},
12061 {"ENOSYS", Const, 0, ""},
12062 {"ENOTBLK", Const, 0, ""},
12063 {"ENOTCAPABLE", Const, 0, ""},
12064 {"ENOTCONN", Const, 0, ""},
12065 {"ENOTDIR", Const, 0, ""},
12066 {"ENOTEMPTY", Const, 0, ""},
12067 {"ENOTNAM", Const, 0, ""},
12068 {"ENOTRECOVERABLE", Const, 0, ""},
12069 {"ENOTSOCK", Const, 0, ""},
12070 {"ENOTSUP", Const, 0, ""},
12071 {"ENOTTY", Const, 0, ""},
12072 {"ENOTUNIQ", Const, 0, ""},
12073 {"ENXIO", Const, 0, ""},
12074 {"EN_SW_CTL_INF", Const, 1, ""},
12075 {"EN_SW_CTL_PREC", Const, 1, ""},
12076 {"EN_SW_CTL_ROUND", Const, 1, ""},
12077 {"EN_SW_DATACHAIN", Const, 1, ""},
12078 {"EN_SW_DENORM", Const, 1, ""},
12079 {"EN_SW_INVOP", Const, 1, ""},
12080 {"EN_SW_OVERFLOW", Const, 1, ""},
12081 {"EN_SW_PRECLOSS", Const, 1, ""},
12082 {"EN_SW_UNDERFLOW", Const, 1, ""},
12083 {"EN_SW_ZERODIV", Const, 1, ""},
12084 {"EOPNOTSUPP", Const, 0, ""},
12085 {"EOVERFLOW", Const, 0, ""},
12086 {"EOWNERDEAD", Const, 0, ""},
12087 {"EPERM", Const, 0, ""},
12088 {"EPFNOSUPPORT", Const, 0, ""},
12089 {"EPIPE", Const, 0, ""},
12090 {"EPOLLERR", Const, 0, ""},
12091 {"EPOLLET", Const, 0, ""},
12092 {"EPOLLHUP", Const, 0, ""},
12093 {"EPOLLIN", Const, 0, ""},
12094 {"EPOLLMSG", Const, 0, ""},
12095 {"EPOLLONESHOT", Const, 0, ""},
12096 {"EPOLLOUT", Const, 0, ""},
12097 {"EPOLLPRI", Const, 0, ""},
12098 {"EPOLLRDBAND", Const, 0, ""},
12099 {"EPOLLRDHUP", Const, 0, ""},
12100 {"EPOLLRDNORM", Const, 0, ""},
12101 {"EPOLLWRBAND", Const, 0, ""},
12102 {"EPOLLWRNORM", Const, 0, ""},
12103 {"EPOLL_CLOEXEC", Const, 0, ""},
12104 {"EPOLL_CTL_ADD", Const, 0, ""},
12105 {"EPOLL_CTL_DEL", Const, 0, ""},
12106 {"EPOLL_CTL_MOD", Const, 0, ""},
12107 {"EPOLL_NONBLOCK", Const, 0, ""},
12108 {"EPROCLIM", Const, 0, ""},
12109 {"EPROCUNAVAIL", Const, 0, ""},
12110 {"EPROGMISMATCH", Const, 0, ""},
12111 {"EPROGUNAVAIL", Const, 0, ""},
12112 {"EPROTO", Const, 0, ""},
12113 {"EPROTONOSUPPORT", Const, 0, ""},
12114 {"EPROTOTYPE", Const, 0, ""},
12115 {"EPWROFF", Const, 0, ""},
12116 {"EQFULL", Const, 16, ""},
12117 {"ERANGE", Const, 0, ""},
12118 {"EREMCHG", Const, 0, ""},
12119 {"EREMOTE", Const, 0, ""},
12120 {"EREMOTEIO", Const, 0, ""},
12121 {"ERESTART", Const, 0, ""},
12122 {"ERFKILL", Const, 0, ""},
12123 {"EROFS", Const, 0, ""},
12124 {"ERPCMISMATCH", Const, 0, ""},
12125 {"ERROR_ACCESS_DENIED", Const, 0, ""},
12126 {"ERROR_ALREADY_EXISTS", Const, 0, ""},
12127 {"ERROR_BROKEN_PIPE", Const, 0, ""},
12128 {"ERROR_BUFFER_OVERFLOW", Const, 0, ""},
12129 {"ERROR_DIR_NOT_EMPTY", Const, 8, ""},
12130 {"ERROR_ENVVAR_NOT_FOUND", Const, 0, ""},
12131 {"ERROR_FILE_EXISTS", Const, 0, ""},
12132 {"ERROR_FILE_NOT_FOUND", Const, 0, ""},
12133 {"ERROR_HANDLE_EOF", Const, 2, ""},
12134 {"ERROR_INSUFFICIENT_BUFFER", Const, 0, ""},
12135 {"ERROR_IO_PENDING", Const, 0, ""},
12136 {"ERROR_MOD_NOT_FOUND", Const, 0, ""},
12137 {"ERROR_MORE_DATA", Const, 3, ""},
12138 {"ERROR_NETNAME_DELETED", Const, 3, ""},
12139 {"ERROR_NOT_FOUND", Const, 1, ""},
12140 {"ERROR_NO_MORE_FILES", Const, 0, ""},
12141 {"ERROR_OPERATION_ABORTED", Const, 0, ""},
12142 {"ERROR_PATH_NOT_FOUND", Const, 0, ""},
12143 {"ERROR_PRIVILEGE_NOT_HELD", Const, 4, ""},
12144 {"ERROR_PROC_NOT_FOUND", Const, 0, ""},
12145 {"ESHLIBVERS", Const, 0, ""},
12146 {"ESHUTDOWN", Const, 0, ""},
12147 {"ESOCKTNOSUPPORT", Const, 0, ""},
12148 {"ESPIPE", Const, 0, ""},
12149 {"ESRCH", Const, 0, ""},
12150 {"ESRMNT", Const, 0, ""},
12151 {"ESTALE", Const, 0, ""},
12152 {"ESTRPIPE", Const, 0, ""},
12153 {"ETHERCAP_JUMBO_MTU", Const, 1, ""},
12154 {"ETHERCAP_VLAN_HWTAGGING", Const, 1, ""},
12155 {"ETHERCAP_VLAN_MTU", Const, 1, ""},
12156 {"ETHERMIN", Const, 1, ""},
12157 {"ETHERMTU", Const, 1, ""},
12158 {"ETHERMTU_JUMBO", Const, 1, ""},
12159 {"ETHERTYPE_8023", Const, 1, ""},
12160 {"ETHERTYPE_AARP", Const, 1, ""},
12161 {"ETHERTYPE_ACCTON", Const, 1, ""},
12162 {"ETHERTYPE_AEONIC", Const, 1, ""},
12163 {"ETHERTYPE_ALPHA", Const, 1, ""},
12164 {"ETHERTYPE_AMBER", Const, 1, ""},
12165 {"ETHERTYPE_AMOEBA", Const, 1, ""},
12166 {"ETHERTYPE_AOE", Const, 1, ""},
12167 {"ETHERTYPE_APOLLO", Const, 1, ""},
12168 {"ETHERTYPE_APOLLODOMAIN", Const, 1, ""},
12169 {"ETHERTYPE_APPLETALK", Const, 1, ""},
12170 {"ETHERTYPE_APPLITEK", Const, 1, ""},
12171 {"ETHERTYPE_ARGONAUT", Const, 1, ""},
12172 {"ETHERTYPE_ARP", Const, 1, ""},
12173 {"ETHERTYPE_AT", Const, 1, ""},
12174 {"ETHERTYPE_ATALK", Const, 1, ""},
12175 {"ETHERTYPE_ATOMIC", Const, 1, ""},
12176 {"ETHERTYPE_ATT", Const, 1, ""},
12177 {"ETHERTYPE_ATTSTANFORD", Const, 1, ""},
12178 {"ETHERTYPE_AUTOPHON", Const, 1, ""},
12179 {"ETHERTYPE_AXIS", Const, 1, ""},
12180 {"ETHERTYPE_BCLOOP", Const, 1, ""},
12181 {"ETHERTYPE_BOFL", Const, 1, ""},
12182 {"ETHERTYPE_CABLETRON", Const, 1, ""},
12183 {"ETHERTYPE_CHAOS", Const, 1, ""},
12184 {"ETHERTYPE_COMDESIGN", Const, 1, ""},
12185 {"ETHERTYPE_COMPUGRAPHIC", Const, 1, ""},
12186 {"ETHERTYPE_COUNTERPOINT", Const, 1, ""},
12187 {"ETHERTYPE_CRONUS", Const, 1, ""},
12188 {"ETHERTYPE_CRONUSVLN", Const, 1, ""},
12189 {"ETHERTYPE_DCA", Const, 1, ""},
12190 {"ETHERTYPE_DDE", Const, 1, ""},
12191 {"ETHERTYPE_DEBNI", Const, 1, ""},
12192 {"ETHERTYPE_DECAM", Const, 1, ""},
12193 {"ETHERTYPE_DECCUST", Const, 1, ""},
12194 {"ETHERTYPE_DECDIAG", Const, 1, ""},
12195 {"ETHERTYPE_DECDNS", Const, 1, ""},
12196 {"ETHERTYPE_DECDTS", Const, 1, ""},
12197 {"ETHERTYPE_DECEXPER", Const, 1, ""},
12198 {"ETHERTYPE_DECLAST", Const, 1, ""},
12199 {"ETHERTYPE_DECLTM", Const, 1, ""},
12200 {"ETHERTYPE_DECMUMPS", Const, 1, ""},
12201 {"ETHERTYPE_DECNETBIOS", Const, 1, ""},
12202 {"ETHERTYPE_DELTACON", Const, 1, ""},
12203 {"ETHERTYPE_DIDDLE", Const, 1, ""},
12204 {"ETHERTYPE_DLOG1", Const, 1, ""},
12205 {"ETHERTYPE_DLOG2", Const, 1, ""},
12206 {"ETHERTYPE_DN", Const, 1, ""},
12207 {"ETHERTYPE_DOGFIGHT", Const, 1, ""},
12208 {"ETHERTYPE_DSMD", Const, 1, ""},
12209 {"ETHERTYPE_ECMA", Const, 1, ""},
12210 {"ETHERTYPE_ENCRYPT", Const, 1, ""},
12211 {"ETHERTYPE_ES", Const, 1, ""},
12212 {"ETHERTYPE_EXCELAN", Const, 1, ""},
12213 {"ETHERTYPE_EXPERDATA", Const, 1, ""},
12214 {"ETHERTYPE_FLIP", Const, 1, ""},
12215 {"ETHERTYPE_FLOWCONTROL", Const, 1, ""},
12216 {"ETHERTYPE_FRARP", Const, 1, ""},
12217 {"ETHERTYPE_GENDYN", Const, 1, ""},
12218 {"ETHERTYPE_HAYES", Const, 1, ""},
12219 {"ETHERTYPE_HIPPI_FP", Const, 1, ""},
12220 {"ETHERTYPE_HITACHI", Const, 1, ""},
12221 {"ETHERTYPE_HP", Const, 1, ""},
12222 {"ETHERTYPE_IEEEPUP", Const, 1, ""},
12223 {"ETHERTYPE_IEEEPUPAT", Const, 1, ""},
12224 {"ETHERTYPE_IMLBL", Const, 1, ""},
12225 {"ETHERTYPE_IMLBLDIAG", Const, 1, ""},
12226 {"ETHERTYPE_IP", Const, 1, ""},
12227 {"ETHERTYPE_IPAS", Const, 1, ""},
12228 {"ETHERTYPE_IPV6", Const, 1, ""},
12229 {"ETHERTYPE_IPX", Const, 1, ""},
12230 {"ETHERTYPE_IPXNEW", Const, 1, ""},
12231 {"ETHERTYPE_KALPANA", Const, 1, ""},
12232 {"ETHERTYPE_LANBRIDGE", Const, 1, ""},
12233 {"ETHERTYPE_LANPROBE", Const, 1, ""},
12234 {"ETHERTYPE_LAT", Const, 1, ""},
12235 {"ETHERTYPE_LBACK", Const, 1, ""},
12236 {"ETHERTYPE_LITTLE", Const, 1, ""},
12237 {"ETHERTYPE_LLDP", Const, 1, ""},
12238 {"ETHERTYPE_LOGICRAFT", Const, 1, ""},
12239 {"ETHERTYPE_LOOPBACK", Const, 1, ""},
12240 {"ETHERTYPE_MATRA", Const, 1, ""},
12241 {"ETHERTYPE_MAX", Const, 1, ""},
12242 {"ETHERTYPE_MERIT", Const, 1, ""},
12243 {"ETHERTYPE_MICP", Const, 1, ""},
12244 {"ETHERTYPE_MOPDL", Const, 1, ""},
12245 {"ETHERTYPE_MOPRC", Const, 1, ""},
12246 {"ETHERTYPE_MOTOROLA", Const, 1, ""},
12247 {"ETHERTYPE_MPLS", Const, 1, ""},
12248 {"ETHERTYPE_MPLS_MCAST", Const, 1, ""},
12249 {"ETHERTYPE_MUMPS", Const, 1, ""},
12250 {"ETHERTYPE_NBPCC", Const, 1, ""},
12251 {"ETHERTYPE_NBPCLAIM", Const, 1, ""},
12252 {"ETHERTYPE_NBPCLREQ", Const, 1, ""},
12253 {"ETHERTYPE_NBPCLRSP", Const, 1, ""},
12254 {"ETHERTYPE_NBPCREQ", Const, 1, ""},
12255 {"ETHERTYPE_NBPCRSP", Const, 1, ""},
12256 {"ETHERTYPE_NBPDG", Const, 1, ""},
12257 {"ETHERTYPE_NBPDGB", Const, 1, ""},
12258 {"ETHERTYPE_NBPDLTE", Const, 1, ""},
12259 {"ETHERTYPE_NBPRAR", Const, 1, ""},
12260 {"ETHERTYPE_NBPRAS", Const, 1, ""},
12261 {"ETHERTYPE_NBPRST", Const, 1, ""},
12262 {"ETHERTYPE_NBPSCD", Const, 1, ""},
12263 {"ETHERTYPE_NBPVCD", Const, 1, ""},
12264 {"ETHERTYPE_NBS", Const, 1, ""},
12265 {"ETHERTYPE_NCD", Const, 1, ""},
12266 {"ETHERTYPE_NESTAR", Const, 1, ""},
12267 {"ETHERTYPE_NETBEUI", Const, 1, ""},
12268 {"ETHERTYPE_NOVELL", Const, 1, ""},
12269 {"ETHERTYPE_NS", Const, 1, ""},
12270 {"ETHERTYPE_NSAT", Const, 1, ""},
12271 {"ETHERTYPE_NSCOMPAT", Const, 1, ""},
12272 {"ETHERTYPE_NTRAILER", Const, 1, ""},
12273 {"ETHERTYPE_OS9", Const, 1, ""},
12274 {"ETHERTYPE_OS9NET", Const, 1, ""},
12275 {"ETHERTYPE_PACER", Const, 1, ""},
12276 {"ETHERTYPE_PAE", Const, 1, ""},
12277 {"ETHERTYPE_PCS", Const, 1, ""},
12278 {"ETHERTYPE_PLANNING", Const, 1, ""},
12279 {"ETHERTYPE_PPP", Const, 1, ""},
12280 {"ETHERTYPE_PPPOE", Const, 1, ""},
12281 {"ETHERTYPE_PPPOEDISC", Const, 1, ""},
12282 {"ETHERTYPE_PRIMENTS", Const, 1, ""},
12283 {"ETHERTYPE_PUP", Const, 1, ""},
12284 {"ETHERTYPE_PUPAT", Const, 1, ""},
12285 {"ETHERTYPE_QINQ", Const, 1, ""},
12286 {"ETHERTYPE_RACAL", Const, 1, ""},
12287 {"ETHERTYPE_RATIONAL", Const, 1, ""},
12288 {"ETHERTYPE_RAWFR", Const, 1, ""},
12289 {"ETHERTYPE_RCL", Const, 1, ""},
12290 {"ETHERTYPE_RDP", Const, 1, ""},
12291 {"ETHERTYPE_RETIX", Const, 1, ""},
12292 {"ETHERTYPE_REVARP", Const, 1, ""},
12293 {"ETHERTYPE_SCA", Const, 1, ""},
12294 {"ETHERTYPE_SECTRA", Const, 1, ""},
12295 {"ETHERTYPE_SECUREDATA", Const, 1, ""},
12296 {"ETHERTYPE_SGITW", Const, 1, ""},
12297 {"ETHERTYPE_SG_BOUNCE", Const, 1, ""},
12298 {"ETHERTYPE_SG_DIAG", Const, 1, ""},
12299 {"ETHERTYPE_SG_NETGAMES", Const, 1, ""},
12300 {"ETHERTYPE_SG_RESV", Const, 1, ""},
12301 {"ETHERTYPE_SIMNET", Const, 1, ""},
12302 {"ETHERTYPE_SLOW", Const, 1, ""},
12303 {"ETHERTYPE_SLOWPROTOCOLS", Const, 1, ""},
12304 {"ETHERTYPE_SNA", Const, 1, ""},
12305 {"ETHERTYPE_SNMP", Const, 1, ""},
12306 {"ETHERTYPE_SONIX", Const, 1, ""},
12307 {"ETHERTYPE_SPIDER", Const, 1, ""},
12308 {"ETHERTYPE_SPRITE", Const, 1, ""},
12309 {"ETHERTYPE_STP", Const, 1, ""},
12310 {"ETHERTYPE_TALARIS", Const, 1, ""},
12311 {"ETHERTYPE_TALARISMC", Const, 1, ""},
12312 {"ETHERTYPE_TCPCOMP", Const, 1, ""},
12313 {"ETHERTYPE_TCPSM", Const, 1, ""},
12314 {"ETHERTYPE_TEC", Const, 1, ""},
12315 {"ETHERTYPE_TIGAN", Const, 1, ""},
12316 {"ETHERTYPE_TRAIL", Const, 1, ""},
12317 {"ETHERTYPE_TRANSETHER", Const, 1, ""},
12318 {"ETHERTYPE_TYMSHARE", Const, 1, ""},
12319 {"ETHERTYPE_UBBST", Const, 1, ""},
12320 {"ETHERTYPE_UBDEBUG", Const, 1, ""},
12321 {"ETHERTYPE_UBDIAGLOOP", Const, 1, ""},
12322 {"ETHERTYPE_UBDL", Const, 1, ""},
12323 {"ETHERTYPE_UBNIU", Const, 1, ""},
12324 {"ETHERTYPE_UBNMC", Const, 1, ""},
12325 {"ETHERTYPE_VALID", Const, 1, ""},
12326 {"ETHERTYPE_VARIAN", Const, 1, ""},
12327 {"ETHERTYPE_VAXELN", Const, 1, ""},
12328 {"ETHERTYPE_VEECO", Const, 1, ""},
12329 {"ETHERTYPE_VEXP", Const, 1, ""},
12330 {"ETHERTYPE_VGLAB", Const, 1, ""},
12331 {"ETHERTYPE_VINES", Const, 1, ""},
12332 {"ETHERTYPE_VINESECHO", Const, 1, ""},
12333 {"ETHERTYPE_VINESLOOP", Const, 1, ""},
12334 {"ETHERTYPE_VITAL", Const, 1, ""},
12335 {"ETHERTYPE_VLAN", Const, 1, ""},
12336 {"ETHERTYPE_VLTLMAN", Const, 1, ""},
12337 {"ETHERTYPE_VPROD", Const, 1, ""},
12338 {"ETHERTYPE_VURESERVED", Const, 1, ""},
12339 {"ETHERTYPE_WATERLOO", Const, 1, ""},
12340 {"ETHERTYPE_WELLFLEET", Const, 1, ""},
12341 {"ETHERTYPE_X25", Const, 1, ""},
12342 {"ETHERTYPE_X75", Const, 1, ""},
12343 {"ETHERTYPE_XNSSM", Const, 1, ""},
12344 {"ETHERTYPE_XTP", Const, 1, ""},
12345 {"ETHER_ADDR_LEN", Const, 1, ""},
12346 {"ETHER_ALIGN", Const, 1, ""},
12347 {"ETHER_CRC_LEN", Const, 1, ""},
12348 {"ETHER_CRC_POLY_BE", Const, 1, ""},
12349 {"ETHER_CRC_POLY_LE", Const, 1, ""},
12350 {"ETHER_HDR_LEN", Const, 1, ""},
12351 {"ETHER_MAX_DIX_LEN", Const, 1, ""},
12352 {"ETHER_MAX_LEN", Const, 1, ""},
12353 {"ETHER_MAX_LEN_JUMBO", Const, 1, ""},
12354 {"ETHER_MIN_LEN", Const, 1, ""},
12355 {"ETHER_PPPOE_ENCAP_LEN", Const, 1, ""},
12356 {"ETHER_TYPE_LEN", Const, 1, ""},
12357 {"ETHER_VLAN_ENCAP_LEN", Const, 1, ""},
12358 {"ETH_P_1588", Const, 0, ""},
12359 {"ETH_P_8021Q", Const, 0, ""},
12360 {"ETH_P_802_2", Const, 0, ""},
12361 {"ETH_P_802_3", Const, 0, ""},
12362 {"ETH_P_AARP", Const, 0, ""},
12363 {"ETH_P_ALL", Const, 0, ""},
12364 {"ETH_P_AOE", Const, 0, ""},
12365 {"ETH_P_ARCNET", Const, 0, ""},
12366 {"ETH_P_ARP", Const, 0, ""},
12367 {"ETH_P_ATALK", Const, 0, ""},
12368 {"ETH_P_ATMFATE", Const, 0, ""},
12369 {"ETH_P_ATMMPOA", Const, 0, ""},
12370 {"ETH_P_AX25", Const, 0, ""},
12371 {"ETH_P_BPQ", Const, 0, ""},
12372 {"ETH_P_CAIF", Const, 0, ""},
12373 {"ETH_P_CAN", Const, 0, ""},
12374 {"ETH_P_CONTROL", Const, 0, ""},
12375 {"ETH_P_CUST", Const, 0, ""},
12376 {"ETH_P_DDCMP", Const, 0, ""},
12377 {"ETH_P_DEC", Const, 0, ""},
12378 {"ETH_P_DIAG", Const, 0, ""},
12379 {"ETH_P_DNA_DL", Const, 0, ""},
12380 {"ETH_P_DNA_RC", Const, 0, ""},
12381 {"ETH_P_DNA_RT", Const, 0, ""},
12382 {"ETH_P_DSA", Const, 0, ""},
12383 {"ETH_P_ECONET", Const, 0, ""},
12384 {"ETH_P_EDSA", Const, 0, ""},
12385 {"ETH_P_FCOE", Const, 0, ""},
12386 {"ETH_P_FIP", Const, 0, ""},
12387 {"ETH_P_HDLC", Const, 0, ""},
12388 {"ETH_P_IEEE802154", Const, 0, ""},
12389 {"ETH_P_IEEEPUP", Const, 0, ""},
12390 {"ETH_P_IEEEPUPAT", Const, 0, ""},
12391 {"ETH_P_IP", Const, 0, ""},
12392 {"ETH_P_IPV6", Const, 0, ""},
12393 {"ETH_P_IPX", Const, 0, ""},
12394 {"ETH_P_IRDA", Const, 0, ""},
12395 {"ETH_P_LAT", Const, 0, ""},
12396 {"ETH_P_LINK_CTL", Const, 0, ""},
12397 {"ETH_P_LOCALTALK", Const, 0, ""},
12398 {"ETH_P_LOOP", Const, 0, ""},
12399 {"ETH_P_MOBITEX", Const, 0, ""},
12400 {"ETH_P_MPLS_MC", Const, 0, ""},
12401 {"ETH_P_MPLS_UC", Const, 0, ""},
12402 {"ETH_P_PAE", Const, 0, ""},
12403 {"ETH_P_PAUSE", Const, 0, ""},
12404 {"ETH_P_PHONET", Const, 0, ""},
12405 {"ETH_P_PPPTALK", Const, 0, ""},
12406 {"ETH_P_PPP_DISC", Const, 0, ""},
12407 {"ETH_P_PPP_MP", Const, 0, ""},
12408 {"ETH_P_PPP_SES", Const, 0, ""},
12409 {"ETH_P_PUP", Const, 0, ""},
12410 {"ETH_P_PUPAT", Const, 0, ""},
12411 {"ETH_P_RARP", Const, 0, ""},
12412 {"ETH_P_SCA", Const, 0, ""},
12413 {"ETH_P_SLOW", Const, 0, ""},
12414 {"ETH_P_SNAP", Const, 0, ""},
12415 {"ETH_P_TEB", Const, 0, ""},
12416 {"ETH_P_TIPC", Const, 0, ""},
12417 {"ETH_P_TRAILER", Const, 0, ""},
12418 {"ETH_P_TR_802_2", Const, 0, ""},
12419 {"ETH_P_WAN_PPP", Const, 0, ""},
12420 {"ETH_P_WCCP", Const, 0, ""},
12421 {"ETH_P_X25", Const, 0, ""},
12422 {"ETIME", Const, 0, ""},
12423 {"ETIMEDOUT", Const, 0, ""},
12424 {"ETOOMANYREFS", Const, 0, ""},
12425 {"ETXTBSY", Const, 0, ""},
12426 {"EUCLEAN", Const, 0, ""},
12427 {"EUNATCH", Const, 0, ""},
12428 {"EUSERS", Const, 0, ""},
12429 {"EVFILT_AIO", Const, 0, ""},
12430 {"EVFILT_FS", Const, 0, ""},
12431 {"EVFILT_LIO", Const, 0, ""},
12432 {"EVFILT_MACHPORT", Const, 0, ""},
12433 {"EVFILT_PROC", Const, 0, ""},
12434 {"EVFILT_READ", Const, 0, ""},
12435 {"EVFILT_SIGNAL", Const, 0, ""},
12436 {"EVFILT_SYSCOUNT", Const, 0, ""},
12437 {"EVFILT_THREADMARKER", Const, 0, ""},
12438 {"EVFILT_TIMER", Const, 0, ""},
12439 {"EVFILT_USER", Const, 0, ""},
12440 {"EVFILT_VM", Const, 0, ""},
12441 {"EVFILT_VNODE", Const, 0, ""},
12442 {"EVFILT_WRITE", Const, 0, ""},
12443 {"EV_ADD", Const, 0, ""},
12444 {"EV_CLEAR", Const, 0, ""},
12445 {"EV_DELETE", Const, 0, ""},
12446 {"EV_DISABLE", Const, 0, ""},
12447 {"EV_DISPATCH", Const, 0, ""},
12448 {"EV_DROP", Const, 3, ""},
12449 {"EV_ENABLE", Const, 0, ""},
12450 {"EV_EOF", Const, 0, ""},
12451 {"EV_ERROR", Const, 0, ""},
12452 {"EV_FLAG0", Const, 0, ""},
12453 {"EV_FLAG1", Const, 0, ""},
12454 {"EV_ONESHOT", Const, 0, ""},
12455 {"EV_OOBAND", Const, 0, ""},
12456 {"EV_POLL", Const, 0, ""},
12457 {"EV_RECEIPT", Const, 0, ""},
12458 {"EV_SYSFLAGS", Const, 0, ""},
12459 {"EWINDOWS", Const, 0, ""},
12460 {"EWOULDBLOCK", Const, 0, ""},
12461 {"EXDEV", Const, 0, ""},
12462 {"EXFULL", Const, 0, ""},
12463 {"EXTA", Const, 0, ""},
12464 {"EXTB", Const, 0, ""},
12465 {"EXTPROC", Const, 0, ""},
12466 {"Environ", Func, 0, "func() []string"},
12467 {"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
12468 {"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
12469 {"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
12470 {"EpollEvent", Type, 0, ""},
12471 {"EpollEvent.Events", Field, 0, ""},
12472 {"EpollEvent.Fd", Field, 0, ""},
12473 {"EpollEvent.Pad", Field, 0, ""},
12474 {"EpollEvent.PadFd", Field, 0, ""},
12475 {"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
12476 {"Errno", Type, 0, ""},
12477 {"EscapeArg", Func, 0, ""},
12478 {"Exchangedata", Func, 0, ""},
12479 {"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
12480 {"Exit", Func, 0, "func(code int)"},
12481 {"ExitProcess", Func, 0, ""},
12482 {"FD_CLOEXEC", Const, 0, ""},
12483 {"FD_SETSIZE", Const, 0, ""},
12484 {"FILE_ACTION_ADDED", Const, 0, ""},
12485 {"FILE_ACTION_MODIFIED", Const, 0, ""},
12486 {"FILE_ACTION_REMOVED", Const, 0, ""},
12487 {"FILE_ACTION_RENAMED_NEW_NAME", Const, 0, ""},
12488 {"FILE_ACTION_RENAMED_OLD_NAME", Const, 0, ""},
12489 {"FILE_APPEND_DATA", Const, 0, ""},
12490 {"FILE_ATTRIBUTE_ARCHIVE", Const, 0, ""},
12491 {"FILE_ATTRIBUTE_DIRECTORY", Const, 0, ""},
12492 {"FILE_ATTRIBUTE_HIDDEN", Const, 0, ""},
12493 {"FILE_ATTRIBUTE_NORMAL", Const, 0, ""},
12494 {"FILE_ATTRIBUTE_READONLY", Const, 0, ""},
12495 {"FILE_ATTRIBUTE_REPARSE_POINT", Const, 4, ""},
12496 {"FILE_ATTRIBUTE_SYSTEM", Const, 0, ""},
12497 {"FILE_BEGIN", Const, 0, ""},
12498 {"FILE_CURRENT", Const, 0, ""},
12499 {"FILE_END", Const, 0, ""},
12500 {"FILE_FLAG_BACKUP_SEMANTICS", Const, 0, ""},
12501 {"FILE_FLAG_OPEN_REPARSE_POINT", Const, 4, ""},
12502 {"FILE_FLAG_OVERLAPPED", Const, 0, ""},
12503 {"FILE_LIST_DIRECTORY", Const, 0, ""},
12504 {"FILE_MAP_COPY", Const, 0, ""},
12505 {"FILE_MAP_EXECUTE", Const, 0, ""},
12506 {"FILE_MAP_READ", Const, 0, ""},
12507 {"FILE_MAP_WRITE", Const, 0, ""},
12508 {"FILE_NOTIFY_CHANGE_ATTRIBUTES", Const, 0, ""},
12509 {"FILE_NOTIFY_CHANGE_CREATION", Const, 0, ""},
12510 {"FILE_NOTIFY_CHANGE_DIR_NAME", Const, 0, ""},
12511 {"FILE_NOTIFY_CHANGE_FILE_NAME", Const, 0, ""},
12512 {"FILE_NOTIFY_CHANGE_LAST_ACCESS", Const, 0, ""},
12513 {"FILE_NOTIFY_CHANGE_LAST_WRITE", Const, 0, ""},
12514 {"FILE_NOTIFY_CHANGE_SIZE", Const, 0, ""},
12515 {"FILE_SHARE_DELETE", Const, 0, ""},
12516 {"FILE_SHARE_READ", Const, 0, ""},
12517 {"FILE_SHARE_WRITE", Const, 0, ""},
12518 {"FILE_SKIP_COMPLETION_PORT_ON_SUCCESS", Const, 2, ""},
12519 {"FILE_SKIP_SET_EVENT_ON_HANDLE", Const, 2, ""},
12520 {"FILE_TYPE_CHAR", Const, 0, ""},
12521 {"FILE_TYPE_DISK", Const, 0, ""},
12522 {"FILE_TYPE_PIPE", Const, 0, ""},
12523 {"FILE_TYPE_REMOTE", Const, 0, ""},
12524 {"FILE_TYPE_UNKNOWN", Const, 0, ""},
12525 {"FILE_WRITE_ATTRIBUTES", Const, 0, ""},
12526 {"FLUSHO", Const, 0, ""},
12527 {"FORMAT_MESSAGE_ALLOCATE_BUFFER", Const, 0, ""},
12528 {"FORMAT_MESSAGE_ARGUMENT_ARRAY", Const, 0, ""},
12529 {"FORMAT_MESSAGE_FROM_HMODULE", Const, 0, ""},
12530 {"FORMAT_MESSAGE_FROM_STRING", Const, 0, ""},
12531 {"FORMAT_MESSAGE_FROM_SYSTEM", Const, 0, ""},
12532 {"FORMAT_MESSAGE_IGNORE_INSERTS", Const, 0, ""},
12533 {"FORMAT_MESSAGE_MAX_WIDTH_MASK", Const, 0, ""},
12534 {"FSCTL_GET_REPARSE_POINT", Const, 4, ""},
12535 {"F_ADDFILESIGS", Const, 0, ""},
12536 {"F_ADDSIGS", Const, 0, ""},
12537 {"F_ALLOCATEALL", Const, 0, ""},
12538 {"F_ALLOCATECONTIG", Const, 0, ""},
12539 {"F_CANCEL", Const, 0, ""},
12540 {"F_CHKCLEAN", Const, 0, ""},
12541 {"F_CLOSEM", Const, 1, ""},
12542 {"F_DUP2FD", Const, 0, ""},
12543 {"F_DUP2FD_CLOEXEC", Const, 1, ""},
12544 {"F_DUPFD", Const, 0, ""},
12545 {"F_DUPFD_CLOEXEC", Const, 0, ""},
12546 {"F_EXLCK", Const, 0, ""},
12547 {"F_FINDSIGS", Const, 16, ""},
12548 {"F_FLUSH_DATA", Const, 0, ""},
12549 {"F_FREEZE_FS", Const, 0, ""},
12550 {"F_FSCTL", Const, 1, ""},
12551 {"F_FSDIRMASK", Const, 1, ""},
12552 {"F_FSIN", Const, 1, ""},
12553 {"F_FSINOUT", Const, 1, ""},
12554 {"F_FSOUT", Const, 1, ""},
12555 {"F_FSPRIV", Const, 1, ""},
12556 {"F_FSVOID", Const, 1, ""},
12557 {"F_FULLFSYNC", Const, 0, ""},
12558 {"F_GETCODEDIR", Const, 16, ""},
12559 {"F_GETFD", Const, 0, ""},
12560 {"F_GETFL", Const, 0, ""},
12561 {"F_GETLEASE", Const, 0, ""},
12562 {"F_GETLK", Const, 0, ""},
12563 {"F_GETLK64", Const, 0, ""},
12564 {"F_GETLKPID", Const, 0, ""},
12565 {"F_GETNOSIGPIPE", Const, 0, ""},
12566 {"F_GETOWN", Const, 0, ""},
12567 {"F_GETOWN_EX", Const, 0, ""},
12568 {"F_GETPATH", Const, 0, ""},
12569 {"F_GETPATH_MTMINFO", Const, 0, ""},
12570 {"F_GETPIPE_SZ", Const, 0, ""},
12571 {"F_GETPROTECTIONCLASS", Const, 0, ""},
12572 {"F_GETPROTECTIONLEVEL", Const, 16, ""},
12573 {"F_GETSIG", Const, 0, ""},
12574 {"F_GLOBAL_NOCACHE", Const, 0, ""},
12575 {"F_LOCK", Const, 0, ""},
12576 {"F_LOG2PHYS", Const, 0, ""},
12577 {"F_LOG2PHYS_EXT", Const, 0, ""},
12578 {"F_MARKDEPENDENCY", Const, 0, ""},
12579 {"F_MAXFD", Const, 1, ""},
12580 {"F_NOCACHE", Const, 0, ""},
12581 {"F_NODIRECT", Const, 0, ""},
12582 {"F_NOTIFY", Const, 0, ""},
12583 {"F_OGETLK", Const, 0, ""},
12584 {"F_OK", Const, 0, ""},
12585 {"F_OSETLK", Const, 0, ""},
12586 {"F_OSETLKW", Const, 0, ""},
12587 {"F_PARAM_MASK", Const, 1, ""},
12588 {"F_PARAM_MAX", Const, 1, ""},
12589 {"F_PATHPKG_CHECK", Const, 0, ""},
12590 {"F_PEOFPOSMODE", Const, 0, ""},
12591 {"F_PREALLOCATE", Const, 0, ""},
12592 {"F_RDADVISE", Const, 0, ""},
12593 {"F_RDAHEAD", Const, 0, ""},
12594 {"F_RDLCK", Const, 0, ""},
12595 {"F_READAHEAD", Const, 0, ""},
12596 {"F_READBOOTSTRAP", Const, 0, ""},
12597 {"F_SETBACKINGSTORE", Const, 0, ""},
12598 {"F_SETFD", Const, 0, ""},
12599 {"F_SETFL", Const, 0, ""},
12600 {"F_SETLEASE", Const, 0, ""},
12601 {"F_SETLK", Const, 0, ""},
12602 {"F_SETLK64", Const, 0, ""},
12603 {"F_SETLKW", Const, 0, ""},
12604 {"F_SETLKW64", Const, 0, ""},
12605 {"F_SETLKWTIMEOUT", Const, 16, ""},
12606 {"F_SETLK_REMOTE", Const, 0, ""},
12607 {"F_SETNOSIGPIPE", Const, 0, ""},
12608 {"F_SETOWN", Const, 0, ""},
12609 {"F_SETOWN_EX", Const, 0, ""},
12610 {"F_SETPIPE_SZ", Const, 0, ""},
12611 {"F_SETPROTECTIONCLASS", Const, 0, ""},
12612 {"F_SETSIG", Const, 0, ""},
12613 {"F_SETSIZE", Const, 0, ""},
12614 {"F_SHLCK", Const, 0, ""},
12615 {"F_SINGLE_WRITER", Const, 16, ""},
12616 {"F_TEST", Const, 0, ""},
12617 {"F_THAW_FS", Const, 0, ""},
12618 {"F_TLOCK", Const, 0, ""},
12619 {"F_TRANSCODEKEY", Const, 16, ""},
12620 {"F_ULOCK", Const, 0, ""},
12621 {"F_UNLCK", Const, 0, ""},
12622 {"F_UNLCKSYS", Const, 0, ""},
12623 {"F_VOLPOSMODE", Const, 0, ""},
12624 {"F_WRITEBOOTSTRAP", Const, 0, ""},
12625 {"F_WRLCK", Const, 0, ""},
12626 {"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
12627 {"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
12628 {"Fbootstraptransfer_t", Type, 0, ""},
12629 {"Fbootstraptransfer_t.Buffer", Field, 0, ""},
12630 {"Fbootstraptransfer_t.Length", Field, 0, ""},
12631 {"Fbootstraptransfer_t.Offset", Field, 0, ""},
12632 {"Fchdir", Func, 0, "func(fd int) (err error)"},
12633 {"Fchflags", Func, 0, ""},
12634 {"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
12635 {"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
12636 {"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
12637 {"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
12638 {"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
12639 {"FdSet", Type, 0, ""},
12640 {"FdSet.Bits", Field, 0, ""},
12641 {"FdSet.X__fds_bits", Field, 0, ""},
12642 {"Fdatasync", Func, 0, "func(fd int) (err error)"},
12643 {"FileNotifyInformation", Type, 0, ""},
12644 {"FileNotifyInformation.Action", Field, 0, ""},
12645 {"FileNotifyInformation.FileName", Field, 0, ""},
12646 {"FileNotifyInformation.FileNameLength", Field, 0, ""},
12647 {"FileNotifyInformation.NextEntryOffset", Field, 0, ""},
12648 {"Filetime", Type, 0, ""},
12649 {"Filetime.HighDateTime", Field, 0, ""},
12650 {"Filetime.LowDateTime", Field, 0, ""},
12651 {"FindClose", Func, 0, ""},
12652 {"FindFirstFile", Func, 0, ""},
12653 {"FindNextFile", Func, 0, ""},
12654 {"Flock", Func, 0, "func(fd int, how int) (err error)"},
12655 {"Flock_t", Type, 0, ""},
12656 {"Flock_t.Len", Field, 0, ""},
12657 {"Flock_t.Pad_cgo_0", Field, 0, ""},
12658 {"Flock_t.Pad_cgo_1", Field, 3, ""},
12659 {"Flock_t.Pid", Field, 0, ""},
12660 {"Flock_t.Start", Field, 0, ""},
12661 {"Flock_t.Sysid", Field, 0, ""},
12662 {"Flock_t.Type", Field, 0, ""},
12663 {"Flock_t.Whence", Field, 0, ""},
12664 {"FlushBpf", Func, 0, ""},
12665 {"FlushFileBuffers", Func, 0, ""},
12666 {"FlushViewOfFile", Func, 0, ""},
12667 {"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
12668 {"ForkLock", Var, 0, ""},
12669 {"FormatMessage", Func, 0, ""},
12670 {"Fpathconf", Func, 0, ""},
12671 {"FreeAddrInfoW", Func, 1, ""},
12672 {"FreeEnvironmentStrings", Func, 0, ""},
12673 {"FreeLibrary", Func, 0, ""},
12674 {"Fsid", Type, 0, ""},
12675 {"Fsid.Val", Field, 0, ""},
12676 {"Fsid.X__fsid_val", Field, 2, ""},
12677 {"Fsid.X__val", Field, 0, ""},
12678 {"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
12679 {"Fstatat", Func, 12, ""},
12680 {"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
12681 {"Fstore_t", Type, 0, ""},
12682 {"Fstore_t.Bytesalloc", Field, 0, ""},
12683 {"Fstore_t.Flags", Field, 0, ""},
12684 {"Fstore_t.Length", Field, 0, ""},
12685 {"Fstore_t.Offset", Field, 0, ""},
12686 {"Fstore_t.Posmode", Field, 0, ""},
12687 {"Fsync", Func, 0, "func(fd int) (err error)"},
12688 {"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
12689 {"FullPath", Func, 4, ""},
12690 {"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
12691 {"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
12692 {"GENERIC_ALL", Const, 0, ""},
12693 {"GENERIC_EXECUTE", Const, 0, ""},
12694 {"GENERIC_READ", Const, 0, ""},
12695 {"GENERIC_WRITE", Const, 0, ""},
12696 {"GUID", Type, 1, ""},
12697 {"GUID.Data1", Field, 1, ""},
12698 {"GUID.Data2", Field, 1, ""},
12699 {"GUID.Data3", Field, 1, ""},
12700 {"GUID.Data4", Field, 1, ""},
12701 {"GetAcceptExSockaddrs", Func, 0, ""},
12702 {"GetAdaptersInfo", Func, 0, ""},
12703 {"GetAddrInfoW", Func, 1, ""},
12704 {"GetCommandLine", Func, 0, ""},
12705 {"GetComputerName", Func, 0, ""},
12706 {"GetConsoleMode", Func, 1, ""},
12707 {"GetCurrentDirectory", Func, 0, ""},
12708 {"GetCurrentProcess", Func, 0, ""},
12709 {"GetEnvironmentStrings", Func, 0, ""},
12710 {"GetEnvironmentVariable", Func, 0, ""},
12711 {"GetExitCodeProcess", Func, 0, ""},
12712 {"GetFileAttributes", Func, 0, ""},
12713 {"GetFileAttributesEx", Func, 0, ""},
12714 {"GetFileExInfoStandard", Const, 0, ""},
12715 {"GetFileExMaxInfoLevel", Const, 0, ""},
12716 {"GetFileInformationByHandle", Func, 0, ""},
12717 {"GetFileType", Func, 0, ""},
12718 {"GetFullPathName", Func, 0, ""},
12719 {"GetHostByName", Func, 0, ""},
12720 {"GetIfEntry", Func, 0, ""},
12721 {"GetLastError", Func, 0, ""},
12722 {"GetLengthSid", Func, 0, ""},
12723 {"GetLongPathName", Func, 0, ""},
12724 {"GetProcAddress", Func, 0, ""},
12725 {"GetProcessTimes", Func, 0, ""},
12726 {"GetProtoByName", Func, 0, ""},
12727 {"GetQueuedCompletionStatus", Func, 0, ""},
12728 {"GetServByName", Func, 0, ""},
12729 {"GetShortPathName", Func, 0, ""},
12730 {"GetStartupInfo", Func, 0, ""},
12731 {"GetStdHandle", Func, 0, ""},
12732 {"GetSystemTimeAsFileTime", Func, 0, ""},
12733 {"GetTempPath", Func, 0, ""},
12734 {"GetTimeZoneInformation", Func, 0, ""},
12735 {"GetTokenInformation", Func, 0, ""},
12736 {"GetUserNameEx", Func, 0, ""},
12737 {"GetUserProfileDirectory", Func, 0, ""},
12738 {"GetVersion", Func, 0, ""},
12739 {"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
12740 {"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
12741 {"Getdirentries", Func, 0, ""},
12742 {"Getdtablesize", Func, 0, ""},
12743 {"Getegid", Func, 0, "func() (egid int)"},
12744 {"Getenv", Func, 0, "func(key string) (value string, found bool)"},
12745 {"Geteuid", Func, 0, "func() (euid int)"},
12746 {"Getfsstat", Func, 0, ""},
12747 {"Getgid", Func, 0, "func() (gid int)"},
12748 {"Getgroups", Func, 0, "func() (gids []int, err error)"},
12749 {"Getpagesize", Func, 0, "func() int"},
12750 {"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
12751 {"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
12752 {"Getpgrp", Func, 0, "func() (pid int)"},
12753 {"Getpid", Func, 0, "func() (pid int)"},
12754 {"Getppid", Func, 0, "func() (ppid int)"},
12755 {"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
12756 {"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
12757 {"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
12758 {"Getsid", Func, 0, ""},
12759 {"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
12760 {"Getsockopt", Func, 1, ""},
12761 {"GetsockoptByte", Func, 0, ""},
12762 {"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
12763 {"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
12764 {"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
12765 {"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
12766 {"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
12767 {"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
12768 {"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
12769 {"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
12770 {"Gettid", Func, 0, "func() (tid int)"},
12771 {"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
12772 {"Getuid", Func, 0, "func() (uid int)"},
12773 {"Getwd", Func, 0, "func() (wd string, err error)"},
12774 {"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
12775 {"HANDLE_FLAG_INHERIT", Const, 0, ""},
12776 {"HKEY_CLASSES_ROOT", Const, 0, ""},
12777 {"HKEY_CURRENT_CONFIG", Const, 0, ""},
12778 {"HKEY_CURRENT_USER", Const, 0, ""},
12779 {"HKEY_DYN_DATA", Const, 0, ""},
12780 {"HKEY_LOCAL_MACHINE", Const, 0, ""},
12781 {"HKEY_PERFORMANCE_DATA", Const, 0, ""},
12782 {"HKEY_USERS", Const, 0, ""},
12783 {"HUPCL", Const, 0, ""},
12784 {"Handle", Type, 0, ""},
12785 {"Hostent", Type, 0, ""},
12786 {"Hostent.AddrList", Field, 0, ""},
12787 {"Hostent.AddrType", Field, 0, ""},
12788 {"Hostent.Aliases", Field, 0, ""},
12789 {"Hostent.Length", Field, 0, ""},
12790 {"Hostent.Name", Field, 0, ""},
12791 {"ICANON", Const, 0, ""},
12792 {"ICMP6_FILTER", Const, 2, ""},
12793 {"ICMPV6_FILTER", Const, 2, ""},
12794 {"ICMPv6Filter", Type, 2, ""},
12795 {"ICMPv6Filter.Data", Field, 2, ""},
12796 {"ICMPv6Filter.Filt", Field, 2, ""},
12797 {"ICRNL", Const, 0, ""},
12798 {"IEXTEN", Const, 0, ""},
12799 {"IFAN_ARRIVAL", Const, 1, ""},
12800 {"IFAN_DEPARTURE", Const, 1, ""},
12801 {"IFA_ADDRESS", Const, 0, ""},
12802 {"IFA_ANYCAST", Const, 0, ""},
12803 {"IFA_BROADCAST", Const, 0, ""},
12804 {"IFA_CACHEINFO", Const, 0, ""},
12805 {"IFA_F_DADFAILED", Const, 0, ""},
12806 {"IFA_F_DEPRECATED", Const, 0, ""},
12807 {"IFA_F_HOMEADDRESS", Const, 0, ""},
12808 {"IFA_F_NODAD", Const, 0, ""},
12809 {"IFA_F_OPTIMISTIC", Const, 0, ""},
12810 {"IFA_F_PERMANENT", Const, 0, ""},
12811 {"IFA_F_SECONDARY", Const, 0, ""},
12812 {"IFA_F_TEMPORARY", Const, 0, ""},
12813 {"IFA_F_TENTATIVE", Const, 0, ""},
12814 {"IFA_LABEL", Const, 0, ""},
12815 {"IFA_LOCAL", Const, 0, ""},
12816 {"IFA_MAX", Const, 0, ""},
12817 {"IFA_MULTICAST", Const, 0, ""},
12818 {"IFA_ROUTE", Const, 1, ""},
12819 {"IFA_UNSPEC", Const, 0, ""},
12820 {"IFF_ALLMULTI", Const, 0, ""},
12821 {"IFF_ALTPHYS", Const, 0, ""},
12822 {"IFF_AUTOMEDIA", Const, 0, ""},
12823 {"IFF_BROADCAST", Const, 0, ""},
12824 {"IFF_CANTCHANGE", Const, 0, ""},
12825 {"IFF_CANTCONFIG", Const, 1, ""},
12826 {"IFF_DEBUG", Const, 0, ""},
12827 {"IFF_DRV_OACTIVE", Const, 0, ""},
12828 {"IFF_DRV_RUNNING", Const, 0, ""},
12829 {"IFF_DYING", Const, 0, ""},
12830 {"IFF_DYNAMIC", Const, 0, ""},
12831 {"IFF_LINK0", Const, 0, ""},
12832 {"IFF_LINK1", Const, 0, ""},
12833 {"IFF_LINK2", Const, 0, ""},
12834 {"IFF_LOOPBACK", Const, 0, ""},
12835 {"IFF_MASTER", Const, 0, ""},
12836 {"IFF_MONITOR", Const, 0, ""},
12837 {"IFF_MULTICAST", Const, 0, ""},
12838 {"IFF_NOARP", Const, 0, ""},
12839 {"IFF_NOTRAILERS", Const, 0, ""},
12840 {"IFF_NO_PI", Const, 0, ""},
12841 {"IFF_OACTIVE", Const, 0, ""},
12842 {"IFF_ONE_QUEUE", Const, 0, ""},
12843 {"IFF_POINTOPOINT", Const, 0, ""},
12844 {"IFF_POINTTOPOINT", Const, 0, ""},
12845 {"IFF_PORTSEL", Const, 0, ""},
12846 {"IFF_PPROMISC", Const, 0, ""},
12847 {"IFF_PROMISC", Const, 0, ""},
12848 {"IFF_RENAMING", Const, 0, ""},
12849 {"IFF_RUNNING", Const, 0, ""},
12850 {"IFF_SIMPLEX", Const, 0, ""},
12851 {"IFF_SLAVE", Const, 0, ""},
12852 {"IFF_SMART", Const, 0, ""},
12853 {"IFF_STATICARP", Const, 0, ""},
12854 {"IFF_TAP", Const, 0, ""},
12855 {"IFF_TUN", Const, 0, ""},
12856 {"IFF_TUN_EXCL", Const, 0, ""},
12857 {"IFF_UP", Const, 0, ""},
12858 {"IFF_VNET_HDR", Const, 0, ""},
12859 {"IFLA_ADDRESS", Const, 0, ""},
12860 {"IFLA_BROADCAST", Const, 0, ""},
12861 {"IFLA_COST", Const, 0, ""},
12862 {"IFLA_IFALIAS", Const, 0, ""},
12863 {"IFLA_IFNAME", Const, 0, ""},
12864 {"IFLA_LINK", Const, 0, ""},
12865 {"IFLA_LINKINFO", Const, 0, ""},
12866 {"IFLA_LINKMODE", Const, 0, ""},
12867 {"IFLA_MAP", Const, 0, ""},
12868 {"IFLA_MASTER", Const, 0, ""},
12869 {"IFLA_MAX", Const, 0, ""},
12870 {"IFLA_MTU", Const, 0, ""},
12871 {"IFLA_NET_NS_PID", Const, 0, ""},
12872 {"IFLA_OPERSTATE", Const, 0, ""},
12873 {"IFLA_PRIORITY", Const, 0, ""},
12874 {"IFLA_PROTINFO", Const, 0, ""},
12875 {"IFLA_QDISC", Const, 0, ""},
12876 {"IFLA_STATS", Const, 0, ""},
12877 {"IFLA_TXQLEN", Const, 0, ""},
12878 {"IFLA_UNSPEC", Const, 0, ""},
12879 {"IFLA_WEIGHT", Const, 0, ""},
12880 {"IFLA_WIRELESS", Const, 0, ""},
12881 {"IFNAMSIZ", Const, 0, ""},
12882 {"IFT_1822", Const, 0, ""},
12883 {"IFT_A12MPPSWITCH", Const, 0, ""},
12884 {"IFT_AAL2", Const, 0, ""},
12885 {"IFT_AAL5", Const, 0, ""},
12886 {"IFT_ADSL", Const, 0, ""},
12887 {"IFT_AFLANE8023", Const, 0, ""},
12888 {"IFT_AFLANE8025", Const, 0, ""},
12889 {"IFT_ARAP", Const, 0, ""},
12890 {"IFT_ARCNET", Const, 0, ""},
12891 {"IFT_ARCNETPLUS", Const, 0, ""},
12892 {"IFT_ASYNC", Const, 0, ""},
12893 {"IFT_ATM", Const, 0, ""},
12894 {"IFT_ATMDXI", Const, 0, ""},
12895 {"IFT_ATMFUNI", Const, 0, ""},
12896 {"IFT_ATMIMA", Const, 0, ""},
12897 {"IFT_ATMLOGICAL", Const, 0, ""},
12898 {"IFT_ATMRADIO", Const, 0, ""},
12899 {"IFT_ATMSUBINTERFACE", Const, 0, ""},
12900 {"IFT_ATMVCIENDPT", Const, 0, ""},
12901 {"IFT_ATMVIRTUAL", Const, 0, ""},
12902 {"IFT_BGPPOLICYACCOUNTING", Const, 0, ""},
12903 {"IFT_BLUETOOTH", Const, 1, ""},
12904 {"IFT_BRIDGE", Const, 0, ""},
12905 {"IFT_BSC", Const, 0, ""},
12906 {"IFT_CARP", Const, 0, ""},
12907 {"IFT_CCTEMUL", Const, 0, ""},
12908 {"IFT_CELLULAR", Const, 0, ""},
12909 {"IFT_CEPT", Const, 0, ""},
12910 {"IFT_CES", Const, 0, ""},
12911 {"IFT_CHANNEL", Const, 0, ""},
12912 {"IFT_CNR", Const, 0, ""},
12913 {"IFT_COFFEE", Const, 0, ""},
12914 {"IFT_COMPOSITELINK", Const, 0, ""},
12915 {"IFT_DCN", Const, 0, ""},
12916 {"IFT_DIGITALPOWERLINE", Const, 0, ""},
12917 {"IFT_DIGITALWRAPPEROVERHEADCHANNEL", Const, 0, ""},
12918 {"IFT_DLSW", Const, 0, ""},
12919 {"IFT_DOCSCABLEDOWNSTREAM", Const, 0, ""},
12920 {"IFT_DOCSCABLEMACLAYER", Const, 0, ""},
12921 {"IFT_DOCSCABLEUPSTREAM", Const, 0, ""},
12922 {"IFT_DOCSCABLEUPSTREAMCHANNEL", Const, 1, ""},
12923 {"IFT_DS0", Const, 0, ""},
12924 {"IFT_DS0BUNDLE", Const, 0, ""},
12925 {"IFT_DS1FDL", Const, 0, ""},
12926 {"IFT_DS3", Const, 0, ""},
12927 {"IFT_DTM", Const, 0, ""},
12928 {"IFT_DUMMY", Const, 1, ""},
12929 {"IFT_DVBASILN", Const, 0, ""},
12930 {"IFT_DVBASIOUT", Const, 0, ""},
12931 {"IFT_DVBRCCDOWNSTREAM", Const, 0, ""},
12932 {"IFT_DVBRCCMACLAYER", Const, 0, ""},
12933 {"IFT_DVBRCCUPSTREAM", Const, 0, ""},
12934 {"IFT_ECONET", Const, 1, ""},
12935 {"IFT_ENC", Const, 0, ""},
12936 {"IFT_EON", Const, 0, ""},
12937 {"IFT_EPLRS", Const, 0, ""},
12938 {"IFT_ESCON", Const, 0, ""},
12939 {"IFT_ETHER", Const, 0, ""},
12940 {"IFT_FAITH", Const, 0, ""},
12941 {"IFT_FAST", Const, 0, ""},
12942 {"IFT_FASTETHER", Const, 0, ""},
12943 {"IFT_FASTETHERFX", Const, 0, ""},
12944 {"IFT_FDDI", Const, 0, ""},
12945 {"IFT_FIBRECHANNEL", Const, 0, ""},
12946 {"IFT_FRAMERELAYINTERCONNECT", Const, 0, ""},
12947 {"IFT_FRAMERELAYMPI", Const, 0, ""},
12948 {"IFT_FRDLCIENDPT", Const, 0, ""},
12949 {"IFT_FRELAY", Const, 0, ""},
12950 {"IFT_FRELAYDCE", Const, 0, ""},
12951 {"IFT_FRF16MFRBUNDLE", Const, 0, ""},
12952 {"IFT_FRFORWARD", Const, 0, ""},
12953 {"IFT_G703AT2MB", Const, 0, ""},
12954 {"IFT_G703AT64K", Const, 0, ""},
12955 {"IFT_GIF", Const, 0, ""},
12956 {"IFT_GIGABITETHERNET", Const, 0, ""},
12957 {"IFT_GR303IDT", Const, 0, ""},
12958 {"IFT_GR303RDT", Const, 0, ""},
12959 {"IFT_H323GATEKEEPER", Const, 0, ""},
12960 {"IFT_H323PROXY", Const, 0, ""},
12961 {"IFT_HDH1822", Const, 0, ""},
12962 {"IFT_HDLC", Const, 0, ""},
12963 {"IFT_HDSL2", Const, 0, ""},
12964 {"IFT_HIPERLAN2", Const, 0, ""},
12965 {"IFT_HIPPI", Const, 0, ""},
12966 {"IFT_HIPPIINTERFACE", Const, 0, ""},
12967 {"IFT_HOSTPAD", Const, 0, ""},
12968 {"IFT_HSSI", Const, 0, ""},
12969 {"IFT_HY", Const, 0, ""},
12970 {"IFT_IBM370PARCHAN", Const, 0, ""},
12971 {"IFT_IDSL", Const, 0, ""},
12972 {"IFT_IEEE1394", Const, 0, ""},
12973 {"IFT_IEEE80211", Const, 0, ""},
12974 {"IFT_IEEE80212", Const, 0, ""},
12975 {"IFT_IEEE8023ADLAG", Const, 0, ""},
12976 {"IFT_IFGSN", Const, 0, ""},
12977 {"IFT_IMT", Const, 0, ""},
12978 {"IFT_INFINIBAND", Const, 1, ""},
12979 {"IFT_INTERLEAVE", Const, 0, ""},
12980 {"IFT_IP", Const, 0, ""},
12981 {"IFT_IPFORWARD", Const, 0, ""},
12982 {"IFT_IPOVERATM", Const, 0, ""},
12983 {"IFT_IPOVERCDLC", Const, 0, ""},
12984 {"IFT_IPOVERCLAW", Const, 0, ""},
12985 {"IFT_IPSWITCH", Const, 0, ""},
12986 {"IFT_IPXIP", Const, 0, ""},
12987 {"IFT_ISDN", Const, 0, ""},
12988 {"IFT_ISDNBASIC", Const, 0, ""},
12989 {"IFT_ISDNPRIMARY", Const, 0, ""},
12990 {"IFT_ISDNS", Const, 0, ""},
12991 {"IFT_ISDNU", Const, 0, ""},
12992 {"IFT_ISO88022LLC", Const, 0, ""},
12993 {"IFT_ISO88023", Const, 0, ""},
12994 {"IFT_ISO88024", Const, 0, ""},
12995 {"IFT_ISO88025", Const, 0, ""},
12996 {"IFT_ISO88025CRFPINT", Const, 0, ""},
12997 {"IFT_ISO88025DTR", Const, 0, ""},
12998 {"IFT_ISO88025FIBER", Const, 0, ""},
12999 {"IFT_ISO88026", Const, 0, ""},
13000 {"IFT_ISUP", Const, 0, ""},
13001 {"IFT_L2VLAN", Const, 0, ""},
13002 {"IFT_L3IPVLAN", Const, 0, ""},
13003 {"IFT_L3IPXVLAN", Const, 0, ""},
13004 {"IFT_LAPB", Const, 0, ""},
13005 {"IFT_LAPD", Const, 0, ""},
13006 {"IFT_LAPF", Const, 0, ""},
13007 {"IFT_LINEGROUP", Const, 1, ""},
13008 {"IFT_LOCALTALK", Const, 0, ""},
13009 {"IFT_LOOP", Const, 0, ""},
13010 {"IFT_MEDIAMAILOVERIP", Const, 0, ""},
13011 {"IFT_MFSIGLINK", Const, 0, ""},
13012 {"IFT_MIOX25", Const, 0, ""},
13013 {"IFT_MODEM", Const, 0, ""},
13014 {"IFT_MPC", Const, 0, ""},
13015 {"IFT_MPLS", Const, 0, ""},
13016 {"IFT_MPLSTUNNEL", Const, 0, ""},
13017 {"IFT_MSDSL", Const, 0, ""},
13018 {"IFT_MVL", Const, 0, ""},
13019 {"IFT_MYRINET", Const, 0, ""},
13020 {"IFT_NFAS", Const, 0, ""},
13021 {"IFT_NSIP", Const, 0, ""},
13022 {"IFT_OPTICALCHANNEL", Const, 0, ""},
13023 {"IFT_OPTICALTRANSPORT", Const, 0, ""},
13024 {"IFT_OTHER", Const, 0, ""},
13025 {"IFT_P10", Const, 0, ""},
13026 {"IFT_P80", Const, 0, ""},
13027 {"IFT_PARA", Const, 0, ""},
13028 {"IFT_PDP", Const, 0, ""},
13029 {"IFT_PFLOG", Const, 0, ""},
13030 {"IFT_PFLOW", Const, 1, ""},
13031 {"IFT_PFSYNC", Const, 0, ""},
13032 {"IFT_PLC", Const, 0, ""},
13033 {"IFT_PON155", Const, 1, ""},
13034 {"IFT_PON622", Const, 1, ""},
13035 {"IFT_POS", Const, 0, ""},
13036 {"IFT_PPP", Const, 0, ""},
13037 {"IFT_PPPMULTILINKBUNDLE", Const, 0, ""},
13038 {"IFT_PROPATM", Const, 1, ""},
13039 {"IFT_PROPBWAP2MP", Const, 0, ""},
13040 {"IFT_PROPCNLS", Const, 0, ""},
13041 {"IFT_PROPDOCSWIRELESSDOWNSTREAM", Const, 0, ""},
13042 {"IFT_PROPDOCSWIRELESSMACLAYER", Const, 0, ""},
13043 {"IFT_PROPDOCSWIRELESSUPSTREAM", Const, 0, ""},
13044 {"IFT_PROPMUX", Const, 0, ""},
13045 {"IFT_PROPVIRTUAL", Const, 0, ""},
13046 {"IFT_PROPWIRELESSP2P", Const, 0, ""},
13047 {"IFT_PTPSERIAL", Const, 0, ""},
13048 {"IFT_PVC", Const, 0, ""},
13049 {"IFT_Q2931", Const, 1, ""},
13050 {"IFT_QLLC", Const, 0, ""},
13051 {"IFT_RADIOMAC", Const, 0, ""},
13052 {"IFT_RADSL", Const, 0, ""},
13053 {"IFT_REACHDSL", Const, 0, ""},
13054 {"IFT_RFC1483", Const, 0, ""},
13055 {"IFT_RS232", Const, 0, ""},
13056 {"IFT_RSRB", Const, 0, ""},
13057 {"IFT_SDLC", Const, 0, ""},
13058 {"IFT_SDSL", Const, 0, ""},
13059 {"IFT_SHDSL", Const, 0, ""},
13060 {"IFT_SIP", Const, 0, ""},
13061 {"IFT_SIPSIG", Const, 1, ""},
13062 {"IFT_SIPTG", Const, 1, ""},
13063 {"IFT_SLIP", Const, 0, ""},
13064 {"IFT_SMDSDXI", Const, 0, ""},
13065 {"IFT_SMDSICIP", Const, 0, ""},
13066 {"IFT_SONET", Const, 0, ""},
13067 {"IFT_SONETOVERHEADCHANNEL", Const, 0, ""},
13068 {"IFT_SONETPATH", Const, 0, ""},
13069 {"IFT_SONETVT", Const, 0, ""},
13070 {"IFT_SRP", Const, 0, ""},
13071 {"IFT_SS7SIGLINK", Const, 0, ""},
13072 {"IFT_STACKTOSTACK", Const, 0, ""},
13073 {"IFT_STARLAN", Const, 0, ""},
13074 {"IFT_STF", Const, 0, ""},
13075 {"IFT_T1", Const, 0, ""},
13076 {"IFT_TDLC", Const, 0, ""},
13077 {"IFT_TELINK", Const, 1, ""},
13078 {"IFT_TERMPAD", Const, 0, ""},
13079 {"IFT_TR008", Const, 0, ""},
13080 {"IFT_TRANSPHDLC", Const, 0, ""},
13081 {"IFT_TUNNEL", Const, 0, ""},
13082 {"IFT_ULTRA", Const, 0, ""},
13083 {"IFT_USB", Const, 0, ""},
13084 {"IFT_V11", Const, 0, ""},
13085 {"IFT_V35", Const, 0, ""},
13086 {"IFT_V36", Const, 0, ""},
13087 {"IFT_V37", Const, 0, ""},
13088 {"IFT_VDSL", Const, 0, ""},
13089 {"IFT_VIRTUALIPADDRESS", Const, 0, ""},
13090 {"IFT_VIRTUALTG", Const, 1, ""},
13091 {"IFT_VOICEDID", Const, 1, ""},
13092 {"IFT_VOICEEM", Const, 0, ""},
13093 {"IFT_VOICEEMFGD", Const, 1, ""},
13094 {"IFT_VOICEENCAP", Const, 0, ""},
13095 {"IFT_VOICEFGDEANA", Const, 1, ""},
13096 {"IFT_VOICEFXO", Const, 0, ""},
13097 {"IFT_VOICEFXS", Const, 0, ""},
13098 {"IFT_VOICEOVERATM", Const, 0, ""},
13099 {"IFT_VOICEOVERCABLE", Const, 1, ""},
13100 {"IFT_VOICEOVERFRAMERELAY", Const, 0, ""},
13101 {"IFT_VOICEOVERIP", Const, 0, ""},
13102 {"IFT_X213", Const, 0, ""},
13103 {"IFT_X25", Const, 0, ""},
13104 {"IFT_X25DDN", Const, 0, ""},
13105 {"IFT_X25HUNTGROUP", Const, 0, ""},
13106 {"IFT_X25MLP", Const, 0, ""},
13107 {"IFT_X25PLE", Const, 0, ""},
13108 {"IFT_XETHER", Const, 0, ""},
13109 {"IGNBRK", Const, 0, ""},
13110 {"IGNCR", Const, 0, ""},
13111 {"IGNORE", Const, 0, ""},
13112 {"IGNPAR", Const, 0, ""},
13113 {"IMAXBEL", Const, 0, ""},
13114 {"INFINITE", Const, 0, ""},
13115 {"INLCR", Const, 0, ""},
13116 {"INPCK", Const, 0, ""},
13117 {"INVALID_FILE_ATTRIBUTES", Const, 0, ""},
13118 {"IN_ACCESS", Const, 0, ""},
13119 {"IN_ALL_EVENTS", Const, 0, ""},
13120 {"IN_ATTRIB", Const, 0, ""},
13121 {"IN_CLASSA_HOST", Const, 0, ""},
13122 {"IN_CLASSA_MAX", Const, 0, ""},
13123 {"IN_CLASSA_NET", Const, 0, ""},
13124 {"IN_CLASSA_NSHIFT", Const, 0, ""},
13125 {"IN_CLASSB_HOST", Const, 0, ""},
13126 {"IN_CLASSB_MAX", Const, 0, ""},
13127 {"IN_CLASSB_NET", Const, 0, ""},
13128 {"IN_CLASSB_NSHIFT", Const, 0, ""},
13129 {"IN_CLASSC_HOST", Const, 0, ""},
13130 {"IN_CLASSC_NET", Const, 0, ""},
13131 {"IN_CLASSC_NSHIFT", Const, 0, ""},
13132 {"IN_CLASSD_HOST", Const, 0, ""},
13133 {"IN_CLASSD_NET", Const, 0, ""},
13134 {"IN_CLASSD_NSHIFT", Const, 0, ""},
13135 {"IN_CLOEXEC", Const, 0, ""},
13136 {"IN_CLOSE", Const, 0, ""},
13137 {"IN_CLOSE_NOWRITE", Const, 0, ""},
13138 {"IN_CLOSE_WRITE", Const, 0, ""},
13139 {"IN_CREATE", Const, 0, ""},
13140 {"IN_DELETE", Const, 0, ""},
13141 {"IN_DELETE_SELF", Const, 0, ""},
13142 {"IN_DONT_FOLLOW", Const, 0, ""},
13143 {"IN_EXCL_UNLINK", Const, 0, ""},
13144 {"IN_IGNORED", Const, 0, ""},
13145 {"IN_ISDIR", Const, 0, ""},
13146 {"IN_LINKLOCALNETNUM", Const, 0, ""},
13147 {"IN_LOOPBACKNET", Const, 0, ""},
13148 {"IN_MASK_ADD", Const, 0, ""},
13149 {"IN_MODIFY", Const, 0, ""},
13150 {"IN_MOVE", Const, 0, ""},
13151 {"IN_MOVED_FROM", Const, 0, ""},
13152 {"IN_MOVED_TO", Const, 0, ""},
13153 {"IN_MOVE_SELF", Const, 0, ""},
13154 {"IN_NONBLOCK", Const, 0, ""},
13155 {"IN_ONESHOT", Const, 0, ""},
13156 {"IN_ONLYDIR", Const, 0, ""},
13157 {"IN_OPEN", Const, 0, ""},
13158 {"IN_Q_OVERFLOW", Const, 0, ""},
13159 {"IN_RFC3021_HOST", Const, 1, ""},
13160 {"IN_RFC3021_MASK", Const, 1, ""},
13161 {"IN_RFC3021_NET", Const, 1, ""},
13162 {"IN_RFC3021_NSHIFT", Const, 1, ""},
13163 {"IN_UNMOUNT", Const, 0, ""},
13164 {"IOC_IN", Const, 1, ""},
13165 {"IOC_INOUT", Const, 1, ""},
13166 {"IOC_OUT", Const, 1, ""},
13167 {"IOC_VENDOR", Const, 3, ""},
13168 {"IOC_WS2", Const, 1, ""},
13169 {"IO_REPARSE_TAG_SYMLINK", Const, 4, ""},
13170 {"IPMreq", Type, 0, ""},
13171 {"IPMreq.Interface", Field, 0, ""},
13172 {"IPMreq.Multiaddr", Field, 0, ""},
13173 {"IPMreqn", Type, 0, ""},
13174 {"IPMreqn.Address", Field, 0, ""},
13175 {"IPMreqn.Ifindex", Field, 0, ""},
13176 {"IPMreqn.Multiaddr", Field, 0, ""},
13177 {"IPPROTO_3PC", Const, 0, ""},
13178 {"IPPROTO_ADFS", Const, 0, ""},
13179 {"IPPROTO_AH", Const, 0, ""},
13180 {"IPPROTO_AHIP", Const, 0, ""},
13181 {"IPPROTO_APES", Const, 0, ""},
13182 {"IPPROTO_ARGUS", Const, 0, ""},
13183 {"IPPROTO_AX25", Const, 0, ""},
13184 {"IPPROTO_BHA", Const, 0, ""},
13185 {"IPPROTO_BLT", Const, 0, ""},
13186 {"IPPROTO_BRSATMON", Const, 0, ""},
13187 {"IPPROTO_CARP", Const, 0, ""},
13188 {"IPPROTO_CFTP", Const, 0, ""},
13189 {"IPPROTO_CHAOS", Const, 0, ""},
13190 {"IPPROTO_CMTP", Const, 0, ""},
13191 {"IPPROTO_COMP", Const, 0, ""},
13192 {"IPPROTO_CPHB", Const, 0, ""},
13193 {"IPPROTO_CPNX", Const, 0, ""},
13194 {"IPPROTO_DCCP", Const, 0, ""},
13195 {"IPPROTO_DDP", Const, 0, ""},
13196 {"IPPROTO_DGP", Const, 0, ""},
13197 {"IPPROTO_DIVERT", Const, 0, ""},
13198 {"IPPROTO_DIVERT_INIT", Const, 3, ""},
13199 {"IPPROTO_DIVERT_RESP", Const, 3, ""},
13200 {"IPPROTO_DONE", Const, 0, ""},
13201 {"IPPROTO_DSTOPTS", Const, 0, ""},
13202 {"IPPROTO_EGP", Const, 0, ""},
13203 {"IPPROTO_EMCON", Const, 0, ""},
13204 {"IPPROTO_ENCAP", Const, 0, ""},
13205 {"IPPROTO_EON", Const, 0, ""},
13206 {"IPPROTO_ESP", Const, 0, ""},
13207 {"IPPROTO_ETHERIP", Const, 0, ""},
13208 {"IPPROTO_FRAGMENT", Const, 0, ""},
13209 {"IPPROTO_GGP", Const, 0, ""},
13210 {"IPPROTO_GMTP", Const, 0, ""},
13211 {"IPPROTO_GRE", Const, 0, ""},
13212 {"IPPROTO_HELLO", Const, 0, ""},
13213 {"IPPROTO_HMP", Const, 0, ""},
13214 {"IPPROTO_HOPOPTS", Const, 0, ""},
13215 {"IPPROTO_ICMP", Const, 0, ""},
13216 {"IPPROTO_ICMPV6", Const, 0, ""},
13217 {"IPPROTO_IDP", Const, 0, ""},
13218 {"IPPROTO_IDPR", Const, 0, ""},
13219 {"IPPROTO_IDRP", Const, 0, ""},
13220 {"IPPROTO_IGMP", Const, 0, ""},
13221 {"IPPROTO_IGP", Const, 0, ""},
13222 {"IPPROTO_IGRP", Const, 0, ""},
13223 {"IPPROTO_IL", Const, 0, ""},
13224 {"IPPROTO_INLSP", Const, 0, ""},
13225 {"IPPROTO_INP", Const, 0, ""},
13226 {"IPPROTO_IP", Const, 0, ""},
13227 {"IPPROTO_IPCOMP", Const, 0, ""},
13228 {"IPPROTO_IPCV", Const, 0, ""},
13229 {"IPPROTO_IPEIP", Const, 0, ""},
13230 {"IPPROTO_IPIP", Const, 0, ""},
13231 {"IPPROTO_IPPC", Const, 0, ""},
13232 {"IPPROTO_IPV4", Const, 0, ""},
13233 {"IPPROTO_IPV6", Const, 0, ""},
13234 {"IPPROTO_IPV6_ICMP", Const, 1, ""},
13235 {"IPPROTO_IRTP", Const, 0, ""},
13236 {"IPPROTO_KRYPTOLAN", Const, 0, ""},
13237 {"IPPROTO_LARP", Const, 0, ""},
13238 {"IPPROTO_LEAF1", Const, 0, ""},
13239 {"IPPROTO_LEAF2", Const, 0, ""},
13240 {"IPPROTO_MAX", Const, 0, ""},
13241 {"IPPROTO_MAXID", Const, 0, ""},
13242 {"IPPROTO_MEAS", Const, 0, ""},
13243 {"IPPROTO_MH", Const, 1, ""},
13244 {"IPPROTO_MHRP", Const, 0, ""},
13245 {"IPPROTO_MICP", Const, 0, ""},
13246 {"IPPROTO_MOBILE", Const, 0, ""},
13247 {"IPPROTO_MPLS", Const, 1, ""},
13248 {"IPPROTO_MTP", Const, 0, ""},
13249 {"IPPROTO_MUX", Const, 0, ""},
13250 {"IPPROTO_ND", Const, 0, ""},
13251 {"IPPROTO_NHRP", Const, 0, ""},
13252 {"IPPROTO_NONE", Const, 0, ""},
13253 {"IPPROTO_NSP", Const, 0, ""},
13254 {"IPPROTO_NVPII", Const, 0, ""},
13255 {"IPPROTO_OLD_DIVERT", Const, 0, ""},
13256 {"IPPROTO_OSPFIGP", Const, 0, ""},
13257 {"IPPROTO_PFSYNC", Const, 0, ""},
13258 {"IPPROTO_PGM", Const, 0, ""},
13259 {"IPPROTO_PIGP", Const, 0, ""},
13260 {"IPPROTO_PIM", Const, 0, ""},
13261 {"IPPROTO_PRM", Const, 0, ""},
13262 {"IPPROTO_PUP", Const, 0, ""},
13263 {"IPPROTO_PVP", Const, 0, ""},
13264 {"IPPROTO_RAW", Const, 0, ""},
13265 {"IPPROTO_RCCMON", Const, 0, ""},
13266 {"IPPROTO_RDP", Const, 0, ""},
13267 {"IPPROTO_ROUTING", Const, 0, ""},
13268 {"IPPROTO_RSVP", Const, 0, ""},
13269 {"IPPROTO_RVD", Const, 0, ""},
13270 {"IPPROTO_SATEXPAK", Const, 0, ""},
13271 {"IPPROTO_SATMON", Const, 0, ""},
13272 {"IPPROTO_SCCSP", Const, 0, ""},
13273 {"IPPROTO_SCTP", Const, 0, ""},
13274 {"IPPROTO_SDRP", Const, 0, ""},
13275 {"IPPROTO_SEND", Const, 1, ""},
13276 {"IPPROTO_SEP", Const, 0, ""},
13277 {"IPPROTO_SKIP", Const, 0, ""},
13278 {"IPPROTO_SPACER", Const, 0, ""},
13279 {"IPPROTO_SRPC", Const, 0, ""},
13280 {"IPPROTO_ST", Const, 0, ""},
13281 {"IPPROTO_SVMTP", Const, 0, ""},
13282 {"IPPROTO_SWIPE", Const, 0, ""},
13283 {"IPPROTO_TCF", Const, 0, ""},
13284 {"IPPROTO_TCP", Const, 0, ""},
13285 {"IPPROTO_TLSP", Const, 0, ""},
13286 {"IPPROTO_TP", Const, 0, ""},
13287 {"IPPROTO_TPXX", Const, 0, ""},
13288 {"IPPROTO_TRUNK1", Const, 0, ""},
13289 {"IPPROTO_TRUNK2", Const, 0, ""},
13290 {"IPPROTO_TTP", Const, 0, ""},
13291 {"IPPROTO_UDP", Const, 0, ""},
13292 {"IPPROTO_UDPLITE", Const, 0, ""},
13293 {"IPPROTO_VINES", Const, 0, ""},
13294 {"IPPROTO_VISA", Const, 0, ""},
13295 {"IPPROTO_VMTP", Const, 0, ""},
13296 {"IPPROTO_VRRP", Const, 1, ""},
13297 {"IPPROTO_WBEXPAK", Const, 0, ""},
13298 {"IPPROTO_WBMON", Const, 0, ""},
13299 {"IPPROTO_WSN", Const, 0, ""},
13300 {"IPPROTO_XNET", Const, 0, ""},
13301 {"IPPROTO_XTP", Const, 0, ""},
13302 {"IPV6_2292DSTOPTS", Const, 0, ""},
13303 {"IPV6_2292HOPLIMIT", Const, 0, ""},
13304 {"IPV6_2292HOPOPTS", Const, 0, ""},
13305 {"IPV6_2292NEXTHOP", Const, 0, ""},
13306 {"IPV6_2292PKTINFO", Const, 0, ""},
13307 {"IPV6_2292PKTOPTIONS", Const, 0, ""},
13308 {"IPV6_2292RTHDR", Const, 0, ""},
13309 {"IPV6_ADDRFORM", Const, 0, ""},
13310 {"IPV6_ADD_MEMBERSHIP", Const, 0, ""},
13311 {"IPV6_AUTHHDR", Const, 0, ""},
13312 {"IPV6_AUTH_LEVEL", Const, 1, ""},
13313 {"IPV6_AUTOFLOWLABEL", Const, 0, ""},
13314 {"IPV6_BINDANY", Const, 0, ""},
13315 {"IPV6_BINDV6ONLY", Const, 0, ""},
13316 {"IPV6_BOUND_IF", Const, 0, ""},
13317 {"IPV6_CHECKSUM", Const, 0, ""},
13318 {"IPV6_DEFAULT_MULTICAST_HOPS", Const, 0, ""},
13319 {"IPV6_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13320 {"IPV6_DEFHLIM", Const, 0, ""},
13321 {"IPV6_DONTFRAG", Const, 0, ""},
13322 {"IPV6_DROP_MEMBERSHIP", Const, 0, ""},
13323 {"IPV6_DSTOPTS", Const, 0, ""},
13324 {"IPV6_ESP_NETWORK_LEVEL", Const, 1, ""},
13325 {"IPV6_ESP_TRANS_LEVEL", Const, 1, ""},
13326 {"IPV6_FAITH", Const, 0, ""},
13327 {"IPV6_FLOWINFO_MASK", Const, 0, ""},
13328 {"IPV6_FLOWLABEL_MASK", Const, 0, ""},
13329 {"IPV6_FRAGTTL", Const, 0, ""},
13330 {"IPV6_FW_ADD", Const, 0, ""},
13331 {"IPV6_FW_DEL", Const, 0, ""},
13332 {"IPV6_FW_FLUSH", Const, 0, ""},
13333 {"IPV6_FW_GET", Const, 0, ""},
13334 {"IPV6_FW_ZERO", Const, 0, ""},
13335 {"IPV6_HLIMDEC", Const, 0, ""},
13336 {"IPV6_HOPLIMIT", Const, 0, ""},
13337 {"IPV6_HOPOPTS", Const, 0, ""},
13338 {"IPV6_IPCOMP_LEVEL", Const, 1, ""},
13339 {"IPV6_IPSEC_POLICY", Const, 0, ""},
13340 {"IPV6_JOIN_ANYCAST", Const, 0, ""},
13341 {"IPV6_JOIN_GROUP", Const, 0, ""},
13342 {"IPV6_LEAVE_ANYCAST", Const, 0, ""},
13343 {"IPV6_LEAVE_GROUP", Const, 0, ""},
13344 {"IPV6_MAXHLIM", Const, 0, ""},
13345 {"IPV6_MAXOPTHDR", Const, 0, ""},
13346 {"IPV6_MAXPACKET", Const, 0, ""},
13347 {"IPV6_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13348 {"IPV6_MAX_MEMBERSHIPS", Const, 0, ""},
13349 {"IPV6_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13350 {"IPV6_MIN_MEMBERSHIPS", Const, 0, ""},
13351 {"IPV6_MMTU", Const, 0, ""},
13352 {"IPV6_MSFILTER", Const, 0, ""},
13353 {"IPV6_MTU", Const, 0, ""},
13354 {"IPV6_MTU_DISCOVER", Const, 0, ""},
13355 {"IPV6_MULTICAST_HOPS", Const, 0, ""},
13356 {"IPV6_MULTICAST_IF", Const, 0, ""},
13357 {"IPV6_MULTICAST_LOOP", Const, 0, ""},
13358 {"IPV6_NEXTHOP", Const, 0, ""},
13359 {"IPV6_OPTIONS", Const, 1, ""},
13360 {"IPV6_PATHMTU", Const, 0, ""},
13361 {"IPV6_PIPEX", Const, 1, ""},
13362 {"IPV6_PKTINFO", Const, 0, ""},
13363 {"IPV6_PMTUDISC_DO", Const, 0, ""},
13364 {"IPV6_PMTUDISC_DONT", Const, 0, ""},
13365 {"IPV6_PMTUDISC_PROBE", Const, 0, ""},
13366 {"IPV6_PMTUDISC_WANT", Const, 0, ""},
13367 {"IPV6_PORTRANGE", Const, 0, ""},
13368 {"IPV6_PORTRANGE_DEFAULT", Const, 0, ""},
13369 {"IPV6_PORTRANGE_HIGH", Const, 0, ""},
13370 {"IPV6_PORTRANGE_LOW", Const, 0, ""},
13371 {"IPV6_PREFER_TEMPADDR", Const, 0, ""},
13372 {"IPV6_RECVDSTOPTS", Const, 0, ""},
13373 {"IPV6_RECVDSTPORT", Const, 3, ""},
13374 {"IPV6_RECVERR", Const, 0, ""},
13375 {"IPV6_RECVHOPLIMIT", Const, 0, ""},
13376 {"IPV6_RECVHOPOPTS", Const, 0, ""},
13377 {"IPV6_RECVPATHMTU", Const, 0, ""},
13378 {"IPV6_RECVPKTINFO", Const, 0, ""},
13379 {"IPV6_RECVRTHDR", Const, 0, ""},
13380 {"IPV6_RECVTCLASS", Const, 0, ""},
13381 {"IPV6_ROUTER_ALERT", Const, 0, ""},
13382 {"IPV6_RTABLE", Const, 1, ""},
13383 {"IPV6_RTHDR", Const, 0, ""},
13384 {"IPV6_RTHDRDSTOPTS", Const, 0, ""},
13385 {"IPV6_RTHDR_LOOSE", Const, 0, ""},
13386 {"IPV6_RTHDR_STRICT", Const, 0, ""},
13387 {"IPV6_RTHDR_TYPE_0", Const, 0, ""},
13388 {"IPV6_RXDSTOPTS", Const, 0, ""},
13389 {"IPV6_RXHOPOPTS", Const, 0, ""},
13390 {"IPV6_SOCKOPT_RESERVED1", Const, 0, ""},
13391 {"IPV6_TCLASS", Const, 0, ""},
13392 {"IPV6_UNICAST_HOPS", Const, 0, ""},
13393 {"IPV6_USE_MIN_MTU", Const, 0, ""},
13394 {"IPV6_V6ONLY", Const, 0, ""},
13395 {"IPV6_VERSION", Const, 0, ""},
13396 {"IPV6_VERSION_MASK", Const, 0, ""},
13397 {"IPV6_XFRM_POLICY", Const, 0, ""},
13398 {"IP_ADD_MEMBERSHIP", Const, 0, ""},
13399 {"IP_ADD_SOURCE_MEMBERSHIP", Const, 0, ""},
13400 {"IP_AUTH_LEVEL", Const, 1, ""},
13401 {"IP_BINDANY", Const, 0, ""},
13402 {"IP_BLOCK_SOURCE", Const, 0, ""},
13403 {"IP_BOUND_IF", Const, 0, ""},
13404 {"IP_DEFAULT_MULTICAST_LOOP", Const, 0, ""},
13405 {"IP_DEFAULT_MULTICAST_TTL", Const, 0, ""},
13406 {"IP_DF", Const, 0, ""},
13407 {"IP_DIVERTFL", Const, 3, ""},
13408 {"IP_DONTFRAG", Const, 0, ""},
13409 {"IP_DROP_MEMBERSHIP", Const, 0, ""},
13410 {"IP_DROP_SOURCE_MEMBERSHIP", Const, 0, ""},
13411 {"IP_DUMMYNET3", Const, 0, ""},
13412 {"IP_DUMMYNET_CONFIGURE", Const, 0, ""},
13413 {"IP_DUMMYNET_DEL", Const, 0, ""},
13414 {"IP_DUMMYNET_FLUSH", Const, 0, ""},
13415 {"IP_DUMMYNET_GET", Const, 0, ""},
13416 {"IP_EF", Const, 1, ""},
13417 {"IP_ERRORMTU", Const, 1, ""},
13418 {"IP_ESP_NETWORK_LEVEL", Const, 1, ""},
13419 {"IP_ESP_TRANS_LEVEL", Const, 1, ""},
13420 {"IP_FAITH", Const, 0, ""},
13421 {"IP_FREEBIND", Const, 0, ""},
13422 {"IP_FW3", Const, 0, ""},
13423 {"IP_FW_ADD", Const, 0, ""},
13424 {"IP_FW_DEL", Const, 0, ""},
13425 {"IP_FW_FLUSH", Const, 0, ""},
13426 {"IP_FW_GET", Const, 0, ""},
13427 {"IP_FW_NAT_CFG", Const, 0, ""},
13428 {"IP_FW_NAT_DEL", Const, 0, ""},
13429 {"IP_FW_NAT_GET_CONFIG", Const, 0, ""},
13430 {"IP_FW_NAT_GET_LOG", Const, 0, ""},
13431 {"IP_FW_RESETLOG", Const, 0, ""},
13432 {"IP_FW_TABLE_ADD", Const, 0, ""},
13433 {"IP_FW_TABLE_DEL", Const, 0, ""},
13434 {"IP_FW_TABLE_FLUSH", Const, 0, ""},
13435 {"IP_FW_TABLE_GETSIZE", Const, 0, ""},
13436 {"IP_FW_TABLE_LIST", Const, 0, ""},
13437 {"IP_FW_ZERO", Const, 0, ""},
13438 {"IP_HDRINCL", Const, 0, ""},
13439 {"IP_IPCOMP_LEVEL", Const, 1, ""},
13440 {"IP_IPSECFLOWINFO", Const, 1, ""},
13441 {"IP_IPSEC_LOCAL_AUTH", Const, 1, ""},
13442 {"IP_IPSEC_LOCAL_CRED", Const, 1, ""},
13443 {"IP_IPSEC_LOCAL_ID", Const, 1, ""},
13444 {"IP_IPSEC_POLICY", Const, 0, ""},
13445 {"IP_IPSEC_REMOTE_AUTH", Const, 1, ""},
13446 {"IP_IPSEC_REMOTE_CRED", Const, 1, ""},
13447 {"IP_IPSEC_REMOTE_ID", Const, 1, ""},
13448 {"IP_MAXPACKET", Const, 0, ""},
13449 {"IP_MAX_GROUP_SRC_FILTER", Const, 0, ""},
13450 {"IP_MAX_MEMBERSHIPS", Const, 0, ""},
13451 {"IP_MAX_SOCK_MUTE_FILTER", Const, 0, ""},
13452 {"IP_MAX_SOCK_SRC_FILTER", Const, 0, ""},
13453 {"IP_MAX_SOURCE_FILTER", Const, 0, ""},
13454 {"IP_MF", Const, 0, ""},
13455 {"IP_MINFRAGSIZE", Const, 1, ""},
13456 {"IP_MINTTL", Const, 0, ""},
13457 {"IP_MIN_MEMBERSHIPS", Const, 0, ""},
13458 {"IP_MSFILTER", Const, 0, ""},
13459 {"IP_MSS", Const, 0, ""},
13460 {"IP_MTU", Const, 0, ""},
13461 {"IP_MTU_DISCOVER", Const, 0, ""},
13462 {"IP_MULTICAST_IF", Const, 0, ""},
13463 {"IP_MULTICAST_IFINDEX", Const, 0, ""},
13464 {"IP_MULTICAST_LOOP", Const, 0, ""},
13465 {"IP_MULTICAST_TTL", Const, 0, ""},
13466 {"IP_MULTICAST_VIF", Const, 0, ""},
13467 {"IP_NAT__XXX", Const, 0, ""},
13468 {"IP_OFFMASK", Const, 0, ""},
13469 {"IP_OLD_FW_ADD", Const, 0, ""},
13470 {"IP_OLD_FW_DEL", Const, 0, ""},
13471 {"IP_OLD_FW_FLUSH", Const, 0, ""},
13472 {"IP_OLD_FW_GET", Const, 0, ""},
13473 {"IP_OLD_FW_RESETLOG", Const, 0, ""},
13474 {"IP_OLD_FW_ZERO", Const, 0, ""},
13475 {"IP_ONESBCAST", Const, 0, ""},
13476 {"IP_OPTIONS", Const, 0, ""},
13477 {"IP_ORIGDSTADDR", Const, 0, ""},
13478 {"IP_PASSSEC", Const, 0, ""},
13479 {"IP_PIPEX", Const, 1, ""},
13480 {"IP_PKTINFO", Const, 0, ""},
13481 {"IP_PKTOPTIONS", Const, 0, ""},
13482 {"IP_PMTUDISC", Const, 0, ""},
13483 {"IP_PMTUDISC_DO", Const, 0, ""},
13484 {"IP_PMTUDISC_DONT", Const, 0, ""},
13485 {"IP_PMTUDISC_PROBE", Const, 0, ""},
13486 {"IP_PMTUDISC_WANT", Const, 0, ""},
13487 {"IP_PORTRANGE", Const, 0, ""},
13488 {"IP_PORTRANGE_DEFAULT", Const, 0, ""},
13489 {"IP_PORTRANGE_HIGH", Const, 0, ""},
13490 {"IP_PORTRANGE_LOW", Const, 0, ""},
13491 {"IP_RECVDSTADDR", Const, 0, ""},
13492 {"IP_RECVDSTPORT", Const, 1, ""},
13493 {"IP_RECVERR", Const, 0, ""},
13494 {"IP_RECVIF", Const, 0, ""},
13495 {"IP_RECVOPTS", Const, 0, ""},
13496 {"IP_RECVORIGDSTADDR", Const, 0, ""},
13497 {"IP_RECVPKTINFO", Const, 0, ""},
13498 {"IP_RECVRETOPTS", Const, 0, ""},
13499 {"IP_RECVRTABLE", Const, 1, ""},
13500 {"IP_RECVTOS", Const, 0, ""},
13501 {"IP_RECVTTL", Const, 0, ""},
13502 {"IP_RETOPTS", Const, 0, ""},
13503 {"IP_RF", Const, 0, ""},
13504 {"IP_ROUTER_ALERT", Const, 0, ""},
13505 {"IP_RSVP_OFF", Const, 0, ""},
13506 {"IP_RSVP_ON", Const, 0, ""},
13507 {"IP_RSVP_VIF_OFF", Const, 0, ""},
13508 {"IP_RSVP_VIF_ON", Const, 0, ""},
13509 {"IP_RTABLE", Const, 1, ""},
13510 {"IP_SENDSRCADDR", Const, 0, ""},
13511 {"IP_STRIPHDR", Const, 0, ""},
13512 {"IP_TOS", Const, 0, ""},
13513 {"IP_TRAFFIC_MGT_BACKGROUND", Const, 0, ""},
13514 {"IP_TRANSPARENT", Const, 0, ""},
13515 {"IP_TTL", Const, 0, ""},
13516 {"IP_UNBLOCK_SOURCE", Const, 0, ""},
13517 {"IP_XFRM_POLICY", Const, 0, ""},
13518 {"IPv6MTUInfo", Type, 2, ""},
13519 {"IPv6MTUInfo.Addr", Field, 2, ""},
13520 {"IPv6MTUInfo.Mtu", Field, 2, ""},
13521 {"IPv6Mreq", Type, 0, ""},
13522 {"IPv6Mreq.Interface", Field, 0, ""},
13523 {"IPv6Mreq.Multiaddr", Field, 0, ""},
13524 {"ISIG", Const, 0, ""},
13525 {"ISTRIP", Const, 0, ""},
13526 {"IUCLC", Const, 0, ""},
13527 {"IUTF8", Const, 0, ""},
13528 {"IXANY", Const, 0, ""},
13529 {"IXOFF", Const, 0, ""},
13530 {"IXON", Const, 0, ""},
13531 {"IfAddrmsg", Type, 0, ""},
13532 {"IfAddrmsg.Family", Field, 0, ""},
13533 {"IfAddrmsg.Flags", Field, 0, ""},
13534 {"IfAddrmsg.Index", Field, 0, ""},
13535 {"IfAddrmsg.Prefixlen", Field, 0, ""},
13536 {"IfAddrmsg.Scope", Field, 0, ""},
13537 {"IfAnnounceMsghdr", Type, 1, ""},
13538 {"IfAnnounceMsghdr.Hdrlen", Field, 2, ""},
13539 {"IfAnnounceMsghdr.Index", Field, 1, ""},
13540 {"IfAnnounceMsghdr.Msglen", Field, 1, ""},
13541 {"IfAnnounceMsghdr.Name", Field, 1, ""},
13542 {"IfAnnounceMsghdr.Type", Field, 1, ""},
13543 {"IfAnnounceMsghdr.Version", Field, 1, ""},
13544 {"IfAnnounceMsghdr.What", Field, 1, ""},
13545 {"IfData", Type, 0, ""},
13546 {"IfData.Addrlen", Field, 0, ""},
13547 {"IfData.Baudrate", Field, 0, ""},
13548 {"IfData.Capabilities", Field, 2, ""},
13549 {"IfData.Collisions", Field, 0, ""},
13550 {"IfData.Datalen", Field, 0, ""},
13551 {"IfData.Epoch", Field, 0, ""},
13552 {"IfData.Hdrlen", Field, 0, ""},
13553 {"IfData.Hwassist", Field, 0, ""},
13554 {"IfData.Ibytes", Field, 0, ""},
13555 {"IfData.Ierrors", Field, 0, ""},
13556 {"IfData.Imcasts", Field, 0, ""},
13557 {"IfData.Ipackets", Field, 0, ""},
13558 {"IfData.Iqdrops", Field, 0, ""},
13559 {"IfData.Lastchange", Field, 0, ""},
13560 {"IfData.Link_state", Field, 0, ""},
13561 {"IfData.Mclpool", Field, 2, ""},
13562 {"IfData.Metric", Field, 0, ""},
13563 {"IfData.Mtu", Field, 0, ""},
13564 {"IfData.Noproto", Field, 0, ""},
13565 {"IfData.Obytes", Field, 0, ""},
13566 {"IfData.Oerrors", Field, 0, ""},
13567 {"IfData.Omcasts", Field, 0, ""},
13568 {"IfData.Opackets", Field, 0, ""},
13569 {"IfData.Pad", Field, 2, ""},
13570 {"IfData.Pad_cgo_0", Field, 2, ""},
13571 {"IfData.Pad_cgo_1", Field, 2, ""},
13572 {"IfData.Physical", Field, 0, ""},
13573 {"IfData.Recvquota", Field, 0, ""},
13574 {"IfData.Recvtiming", Field, 0, ""},
13575 {"IfData.Reserved1", Field, 0, ""},
13576 {"IfData.Reserved2", Field, 0, ""},
13577 {"IfData.Spare_char1", Field, 0, ""},
13578 {"IfData.Spare_char2", Field, 0, ""},
13579 {"IfData.Type", Field, 0, ""},
13580 {"IfData.Typelen", Field, 0, ""},
13581 {"IfData.Unused1", Field, 0, ""},
13582 {"IfData.Unused2", Field, 0, ""},
13583 {"IfData.Xmitquota", Field, 0, ""},
13584 {"IfData.Xmittiming", Field, 0, ""},
13585 {"IfInfomsg", Type, 0, ""},
13586 {"IfInfomsg.Change", Field, 0, ""},
13587 {"IfInfomsg.Family", Field, 0, ""},
13588 {"IfInfomsg.Flags", Field, 0, ""},
13589 {"IfInfomsg.Index", Field, 0, ""},
13590 {"IfInfomsg.Type", Field, 0, ""},
13591 {"IfInfomsg.X__ifi_pad", Field, 0, ""},
13592 {"IfMsghdr", Type, 0, ""},
13593 {"IfMsghdr.Addrs", Field, 0, ""},
13594 {"IfMsghdr.Data", Field, 0, ""},
13595 {"IfMsghdr.Flags", Field, 0, ""},
13596 {"IfMsghdr.Hdrlen", Field, 2, ""},
13597 {"IfMsghdr.Index", Field, 0, ""},
13598 {"IfMsghdr.Msglen", Field, 0, ""},
13599 {"IfMsghdr.Pad1", Field, 2, ""},
13600 {"IfMsghdr.Pad2", Field, 2, ""},
13601 {"IfMsghdr.Pad_cgo_0", Field, 0, ""},
13602 {"IfMsghdr.Pad_cgo_1", Field, 2, ""},
13603 {"IfMsghdr.Tableid", Field, 2, ""},
13604 {"IfMsghdr.Type", Field, 0, ""},
13605 {"IfMsghdr.Version", Field, 0, ""},
13606 {"IfMsghdr.Xflags", Field, 2, ""},
13607 {"IfaMsghdr", Type, 0, ""},
13608 {"IfaMsghdr.Addrs", Field, 0, ""},
13609 {"IfaMsghdr.Flags", Field, 0, ""},
13610 {"IfaMsghdr.Hdrlen", Field, 2, ""},
13611 {"IfaMsghdr.Index", Field, 0, ""},
13612 {"IfaMsghdr.Metric", Field, 0, ""},
13613 {"IfaMsghdr.Msglen", Field, 0, ""},
13614 {"IfaMsghdr.Pad1", Field, 2, ""},
13615 {"IfaMsghdr.Pad2", Field, 2, ""},
13616 {"IfaMsghdr.Pad_cgo_0", Field, 0, ""},
13617 {"IfaMsghdr.Tableid", Field, 2, ""},
13618 {"IfaMsghdr.Type", Field, 0, ""},
13619 {"IfaMsghdr.Version", Field, 0, ""},
13620 {"IfmaMsghdr", Type, 0, ""},
13621 {"IfmaMsghdr.Addrs", Field, 0, ""},
13622 {"IfmaMsghdr.Flags", Field, 0, ""},
13623 {"IfmaMsghdr.Index", Field, 0, ""},
13624 {"IfmaMsghdr.Msglen", Field, 0, ""},
13625 {"IfmaMsghdr.Pad_cgo_0", Field, 0, ""},
13626 {"IfmaMsghdr.Type", Field, 0, ""},
13627 {"IfmaMsghdr.Version", Field, 0, ""},
13628 {"IfmaMsghdr2", Type, 0, ""},
13629 {"IfmaMsghdr2.Addrs", Field, 0, ""},
13630 {"IfmaMsghdr2.Flags", Field, 0, ""},
13631 {"IfmaMsghdr2.Index", Field, 0, ""},
13632 {"IfmaMsghdr2.Msglen", Field, 0, ""},
13633 {"IfmaMsghdr2.Pad_cgo_0", Field, 0, ""},
13634 {"IfmaMsghdr2.Refcount", Field, 0, ""},
13635 {"IfmaMsghdr2.Type", Field, 0, ""},
13636 {"IfmaMsghdr2.Version", Field, 0, ""},
13637 {"ImplementsGetwd", Const, 0, ""},
13638 {"Inet4Pktinfo", Type, 0, ""},
13639 {"Inet4Pktinfo.Addr", Field, 0, ""},
13640 {"Inet4Pktinfo.Ifindex", Field, 0, ""},
13641 {"Inet4Pktinfo.Spec_dst", Field, 0, ""},
13642 {"Inet6Pktinfo", Type, 0, ""},
13643 {"Inet6Pktinfo.Addr", Field, 0, ""},
13644 {"Inet6Pktinfo.Ifindex", Field, 0, ""},
13645 {"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
13646 {"InotifyEvent", Type, 0, ""},
13647 {"InotifyEvent.Cookie", Field, 0, ""},
13648 {"InotifyEvent.Len", Field, 0, ""},
13649 {"InotifyEvent.Mask", Field, 0, ""},
13650 {"InotifyEvent.Name", Field, 0, ""},
13651 {"InotifyEvent.Wd", Field, 0, ""},
13652 {"InotifyInit", Func, 0, "func() (fd int, err error)"},
13653 {"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
13654 {"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
13655 {"InterfaceAddrMessage", Type, 0, ""},
13656 {"InterfaceAddrMessage.Data", Field, 0, ""},
13657 {"InterfaceAddrMessage.Header", Field, 0, ""},
13658 {"InterfaceAnnounceMessage", Type, 1, ""},
13659 {"InterfaceAnnounceMessage.Header", Field, 1, ""},
13660 {"InterfaceInfo", Type, 0, ""},
13661 {"InterfaceInfo.Address", Field, 0, ""},
13662 {"InterfaceInfo.BroadcastAddress", Field, 0, ""},
13663 {"InterfaceInfo.Flags", Field, 0, ""},
13664 {"InterfaceInfo.Netmask", Field, 0, ""},
13665 {"InterfaceMessage", Type, 0, ""},
13666 {"InterfaceMessage.Data", Field, 0, ""},
13667 {"InterfaceMessage.Header", Field, 0, ""},
13668 {"InterfaceMulticastAddrMessage", Type, 0, ""},
13669 {"InterfaceMulticastAddrMessage.Data", Field, 0, ""},
13670 {"InterfaceMulticastAddrMessage.Header", Field, 0, ""},
13671 {"InvalidHandle", Const, 0, ""},
13672 {"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
13673 {"Iopl", Func, 0, "func(level int) (err error)"},
13674 {"Iovec", Type, 0, ""},
13675 {"Iovec.Base", Field, 0, ""},
13676 {"Iovec.Len", Field, 0, ""},
13677 {"IpAdapterInfo", Type, 0, ""},
13678 {"IpAdapterInfo.AdapterName", Field, 0, ""},
13679 {"IpAdapterInfo.Address", Field, 0, ""},
13680 {"IpAdapterInfo.AddressLength", Field, 0, ""},
13681 {"IpAdapterInfo.ComboIndex", Field, 0, ""},
13682 {"IpAdapterInfo.CurrentIpAddress", Field, 0, ""},
13683 {"IpAdapterInfo.Description", Field, 0, ""},
13684 {"IpAdapterInfo.DhcpEnabled", Field, 0, ""},
13685 {"IpAdapterInfo.DhcpServer", Field, 0, ""},
13686 {"IpAdapterInfo.GatewayList", Field, 0, ""},
13687 {"IpAdapterInfo.HaveWins", Field, 0, ""},
13688 {"IpAdapterInfo.Index", Field, 0, ""},
13689 {"IpAdapterInfo.IpAddressList", Field, 0, ""},
13690 {"IpAdapterInfo.LeaseExpires", Field, 0, ""},
13691 {"IpAdapterInfo.LeaseObtained", Field, 0, ""},
13692 {"IpAdapterInfo.Next", Field, 0, ""},
13693 {"IpAdapterInfo.PrimaryWinsServer", Field, 0, ""},
13694 {"IpAdapterInfo.SecondaryWinsServer", Field, 0, ""},
13695 {"IpAdapterInfo.Type", Field, 0, ""},
13696 {"IpAddrString", Type, 0, ""},
13697 {"IpAddrString.Context", Field, 0, ""},
13698 {"IpAddrString.IpAddress", Field, 0, ""},
13699 {"IpAddrString.IpMask", Field, 0, ""},
13700 {"IpAddrString.Next", Field, 0, ""},
13701 {"IpAddressString", Type, 0, ""},
13702 {"IpAddressString.String", Field, 0, ""},
13703 {"IpMaskString", Type, 0, ""},
13704 {"IpMaskString.String", Field, 2, ""},
13705 {"Issetugid", Func, 0, ""},
13706 {"KEY_ALL_ACCESS", Const, 0, ""},
13707 {"KEY_CREATE_LINK", Const, 0, ""},
13708 {"KEY_CREATE_SUB_KEY", Const, 0, ""},
13709 {"KEY_ENUMERATE_SUB_KEYS", Const, 0, ""},
13710 {"KEY_EXECUTE", Const, 0, ""},
13711 {"KEY_NOTIFY", Const, 0, ""},
13712 {"KEY_QUERY_VALUE", Const, 0, ""},
13713 {"KEY_READ", Const, 0, ""},
13714 {"KEY_SET_VALUE", Const, 0, ""},
13715 {"KEY_WOW64_32KEY", Const, 0, ""},
13716 {"KEY_WOW64_64KEY", Const, 0, ""},
13717 {"KEY_WRITE", Const, 0, ""},
13718 {"Kevent", Func, 0, ""},
13719 {"Kevent_t", Type, 0, ""},
13720 {"Kevent_t.Data", Field, 0, ""},
13721 {"Kevent_t.Fflags", Field, 0, ""},
13722 {"Kevent_t.Filter", Field, 0, ""},
13723 {"Kevent_t.Flags", Field, 0, ""},
13724 {"Kevent_t.Ident", Field, 0, ""},
13725 {"Kevent_t.Pad_cgo_0", Field, 2, ""},
13726 {"Kevent_t.Udata", Field, 0, ""},
13727 {"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
13728 {"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
13729 {"Kqueue", Func, 0, ""},
13730 {"LANG_ENGLISH", Const, 0, ""},
13731 {"LAYERED_PROTOCOL", Const, 2, ""},
13732 {"LCNT_OVERLOAD_FLUSH", Const, 1, ""},
13733 {"LINUX_REBOOT_CMD_CAD_OFF", Const, 0, ""},
13734 {"LINUX_REBOOT_CMD_CAD_ON", Const, 0, ""},
13735 {"LINUX_REBOOT_CMD_HALT", Const, 0, ""},
13736 {"LINUX_REBOOT_CMD_KEXEC", Const, 0, ""},
13737 {"LINUX_REBOOT_CMD_POWER_OFF", Const, 0, ""},
13738 {"LINUX_REBOOT_CMD_RESTART", Const, 0, ""},
13739 {"LINUX_REBOOT_CMD_RESTART2", Const, 0, ""},
13740 {"LINUX_REBOOT_CMD_SW_SUSPEND", Const, 0, ""},
13741 {"LINUX_REBOOT_MAGIC1", Const, 0, ""},
13742 {"LINUX_REBOOT_MAGIC2", Const, 0, ""},
13743 {"LOCK_EX", Const, 0, ""},
13744 {"LOCK_NB", Const, 0, ""},
13745 {"LOCK_SH", Const, 0, ""},
13746 {"LOCK_UN", Const, 0, ""},
13747 {"LazyDLL", Type, 0, ""},
13748 {"LazyDLL.Name", Field, 0, ""},
13749 {"LazyProc", Type, 0, ""},
13750 {"LazyProc.Name", Field, 0, ""},
13751 {"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
13752 {"Linger", Type, 0, ""},
13753 {"Linger.Linger", Field, 0, ""},
13754 {"Linger.Onoff", Field, 0, ""},
13755 {"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
13756 {"Listen", Func, 0, "func(s int, n int) (err error)"},
13757 {"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
13758 {"LoadCancelIoEx", Func, 1, ""},
13759 {"LoadConnectEx", Func, 1, ""},
13760 {"LoadCreateSymbolicLink", Func, 4, ""},
13761 {"LoadDLL", Func, 0, ""},
13762 {"LoadGetAddrInfo", Func, 1, ""},
13763 {"LoadLibrary", Func, 0, ""},
13764 {"LoadSetFileCompletionNotificationModes", Func, 2, ""},
13765 {"LocalFree", Func, 0, ""},
13766 {"Log2phys_t", Type, 0, ""},
13767 {"Log2phys_t.Contigbytes", Field, 0, ""},
13768 {"Log2phys_t.Devoffset", Field, 0, ""},
13769 {"Log2phys_t.Flags", Field, 0, ""},
13770 {"LookupAccountName", Func, 0, ""},
13771 {"LookupAccountSid", Func, 0, ""},
13772 {"LookupSID", Func, 0, ""},
13773 {"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
13774 {"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
13775 {"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
13776 {"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
13777 {"MADV_AUTOSYNC", Const, 1, ""},
13778 {"MADV_CAN_REUSE", Const, 0, ""},
13779 {"MADV_CORE", Const, 1, ""},
13780 {"MADV_DOFORK", Const, 0, ""},
13781 {"MADV_DONTFORK", Const, 0, ""},
13782 {"MADV_DONTNEED", Const, 0, ""},
13783 {"MADV_FREE", Const, 0, ""},
13784 {"MADV_FREE_REUSABLE", Const, 0, ""},
13785 {"MADV_FREE_REUSE", Const, 0, ""},
13786 {"MADV_HUGEPAGE", Const, 0, ""},
13787 {"MADV_HWPOISON", Const, 0, ""},
13788 {"MADV_MERGEABLE", Const, 0, ""},
13789 {"MADV_NOCORE", Const, 1, ""},
13790 {"MADV_NOHUGEPAGE", Const, 0, ""},
13791 {"MADV_NORMAL", Const, 0, ""},
13792 {"MADV_NOSYNC", Const, 1, ""},
13793 {"MADV_PROTECT", Const, 1, ""},
13794 {"MADV_RANDOM", Const, 0, ""},
13795 {"MADV_REMOVE", Const, 0, ""},
13796 {"MADV_SEQUENTIAL", Const, 0, ""},
13797 {"MADV_SPACEAVAIL", Const, 3, ""},
13798 {"MADV_UNMERGEABLE", Const, 0, ""},
13799 {"MADV_WILLNEED", Const, 0, ""},
13800 {"MADV_ZERO_WIRED_PAGES", Const, 0, ""},
13801 {"MAP_32BIT", Const, 0, ""},
13802 {"MAP_ALIGNED_SUPER", Const, 3, ""},
13803 {"MAP_ALIGNMENT_16MB", Const, 3, ""},
13804 {"MAP_ALIGNMENT_1TB", Const, 3, ""},
13805 {"MAP_ALIGNMENT_256TB", Const, 3, ""},
13806 {"MAP_ALIGNMENT_4GB", Const, 3, ""},
13807 {"MAP_ALIGNMENT_64KB", Const, 3, ""},
13808 {"MAP_ALIGNMENT_64PB", Const, 3, ""},
13809 {"MAP_ALIGNMENT_MASK", Const, 3, ""},
13810 {"MAP_ALIGNMENT_SHIFT", Const, 3, ""},
13811 {"MAP_ANON", Const, 0, ""},
13812 {"MAP_ANONYMOUS", Const, 0, ""},
13813 {"MAP_COPY", Const, 0, ""},
13814 {"MAP_DENYWRITE", Const, 0, ""},
13815 {"MAP_EXECUTABLE", Const, 0, ""},
13816 {"MAP_FILE", Const, 0, ""},
13817 {"MAP_FIXED", Const, 0, ""},
13818 {"MAP_FLAGMASK", Const, 3, ""},
13819 {"MAP_GROWSDOWN", Const, 0, ""},
13820 {"MAP_HASSEMAPHORE", Const, 0, ""},
13821 {"MAP_HUGETLB", Const, 0, ""},
13822 {"MAP_INHERIT", Const, 3, ""},
13823 {"MAP_INHERIT_COPY", Const, 3, ""},
13824 {"MAP_INHERIT_DEFAULT", Const, 3, ""},
13825 {"MAP_INHERIT_DONATE_COPY", Const, 3, ""},
13826 {"MAP_INHERIT_NONE", Const, 3, ""},
13827 {"MAP_INHERIT_SHARE", Const, 3, ""},
13828 {"MAP_JIT", Const, 0, ""},
13829 {"MAP_LOCKED", Const, 0, ""},
13830 {"MAP_NOCACHE", Const, 0, ""},
13831 {"MAP_NOCORE", Const, 1, ""},
13832 {"MAP_NOEXTEND", Const, 0, ""},
13833 {"MAP_NONBLOCK", Const, 0, ""},
13834 {"MAP_NORESERVE", Const, 0, ""},
13835 {"MAP_NOSYNC", Const, 1, ""},
13836 {"MAP_POPULATE", Const, 0, ""},
13837 {"MAP_PREFAULT_READ", Const, 1, ""},
13838 {"MAP_PRIVATE", Const, 0, ""},
13839 {"MAP_RENAME", Const, 0, ""},
13840 {"MAP_RESERVED0080", Const, 0, ""},
13841 {"MAP_RESERVED0100", Const, 1, ""},
13842 {"MAP_SHARED", Const, 0, ""},
13843 {"MAP_STACK", Const, 0, ""},
13844 {"MAP_TRYFIXED", Const, 3, ""},
13845 {"MAP_TYPE", Const, 0, ""},
13846 {"MAP_WIRED", Const, 3, ""},
13847 {"MAXIMUM_REPARSE_DATA_BUFFER_SIZE", Const, 4, ""},
13848 {"MAXLEN_IFDESCR", Const, 0, ""},
13849 {"MAXLEN_PHYSADDR", Const, 0, ""},
13850 {"MAX_ADAPTER_ADDRESS_LENGTH", Const, 0, ""},
13851 {"MAX_ADAPTER_DESCRIPTION_LENGTH", Const, 0, ""},
13852 {"MAX_ADAPTER_NAME_LENGTH", Const, 0, ""},
13853 {"MAX_COMPUTERNAME_LENGTH", Const, 0, ""},
13854 {"MAX_INTERFACE_NAME_LEN", Const, 0, ""},
13855 {"MAX_LONG_PATH", Const, 0, ""},
13856 {"MAX_PATH", Const, 0, ""},
13857 {"MAX_PROTOCOL_CHAIN", Const, 2, ""},
13858 {"MCL_CURRENT", Const, 0, ""},
13859 {"MCL_FUTURE", Const, 0, ""},
13860 {"MNT_DETACH", Const, 0, ""},
13861 {"MNT_EXPIRE", Const, 0, ""},
13862 {"MNT_FORCE", Const, 0, ""},
13863 {"MSG_BCAST", Const, 1, ""},
13864 {"MSG_CMSG_CLOEXEC", Const, 0, ""},
13865 {"MSG_COMPAT", Const, 0, ""},
13866 {"MSG_CONFIRM", Const, 0, ""},
13867 {"MSG_CONTROLMBUF", Const, 1, ""},
13868 {"MSG_CTRUNC", Const, 0, ""},
13869 {"MSG_DONTROUTE", Const, 0, ""},
13870 {"MSG_DONTWAIT", Const, 0, ""},
13871 {"MSG_EOF", Const, 0, ""},
13872 {"MSG_EOR", Const, 0, ""},
13873 {"MSG_ERRQUEUE", Const, 0, ""},
13874 {"MSG_FASTOPEN", Const, 1, ""},
13875 {"MSG_FIN", Const, 0, ""},
13876 {"MSG_FLUSH", Const, 0, ""},
13877 {"MSG_HAVEMORE", Const, 0, ""},
13878 {"MSG_HOLD", Const, 0, ""},
13879 {"MSG_IOVUSRSPACE", Const, 1, ""},
13880 {"MSG_LENUSRSPACE", Const, 1, ""},
13881 {"MSG_MCAST", Const, 1, ""},
13882 {"MSG_MORE", Const, 0, ""},
13883 {"MSG_NAMEMBUF", Const, 1, ""},
13884 {"MSG_NBIO", Const, 0, ""},
13885 {"MSG_NEEDSA", Const, 0, ""},
13886 {"MSG_NOSIGNAL", Const, 0, ""},
13887 {"MSG_NOTIFICATION", Const, 0, ""},
13888 {"MSG_OOB", Const, 0, ""},
13889 {"MSG_PEEK", Const, 0, ""},
13890 {"MSG_PROXY", Const, 0, ""},
13891 {"MSG_RCVMORE", Const, 0, ""},
13892 {"MSG_RST", Const, 0, ""},
13893 {"MSG_SEND", Const, 0, ""},
13894 {"MSG_SYN", Const, 0, ""},
13895 {"MSG_TRUNC", Const, 0, ""},
13896 {"MSG_TRYHARD", Const, 0, ""},
13897 {"MSG_USERFLAGS", Const, 1, ""},
13898 {"MSG_WAITALL", Const, 0, ""},
13899 {"MSG_WAITFORONE", Const, 0, ""},
13900 {"MSG_WAITSTREAM", Const, 0, ""},
13901 {"MS_ACTIVE", Const, 0, ""},
13902 {"MS_ASYNC", Const, 0, ""},
13903 {"MS_BIND", Const, 0, ""},
13904 {"MS_DEACTIVATE", Const, 0, ""},
13905 {"MS_DIRSYNC", Const, 0, ""},
13906 {"MS_INVALIDATE", Const, 0, ""},
13907 {"MS_I_VERSION", Const, 0, ""},
13908 {"MS_KERNMOUNT", Const, 0, ""},
13909 {"MS_KILLPAGES", Const, 0, ""},
13910 {"MS_MANDLOCK", Const, 0, ""},
13911 {"MS_MGC_MSK", Const, 0, ""},
13912 {"MS_MGC_VAL", Const, 0, ""},
13913 {"MS_MOVE", Const, 0, ""},
13914 {"MS_NOATIME", Const, 0, ""},
13915 {"MS_NODEV", Const, 0, ""},
13916 {"MS_NODIRATIME", Const, 0, ""},
13917 {"MS_NOEXEC", Const, 0, ""},
13918 {"MS_NOSUID", Const, 0, ""},
13919 {"MS_NOUSER", Const, 0, ""},
13920 {"MS_POSIXACL", Const, 0, ""},
13921 {"MS_PRIVATE", Const, 0, ""},
13922 {"MS_RDONLY", Const, 0, ""},
13923 {"MS_REC", Const, 0, ""},
13924 {"MS_RELATIME", Const, 0, ""},
13925 {"MS_REMOUNT", Const, 0, ""},
13926 {"MS_RMT_MASK", Const, 0, ""},
13927 {"MS_SHARED", Const, 0, ""},
13928 {"MS_SILENT", Const, 0, ""},
13929 {"MS_SLAVE", Const, 0, ""},
13930 {"MS_STRICTATIME", Const, 0, ""},
13931 {"MS_SYNC", Const, 0, ""},
13932 {"MS_SYNCHRONOUS", Const, 0, ""},
13933 {"MS_UNBINDABLE", Const, 0, ""},
13934 {"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
13935 {"MapViewOfFile", Func, 0, ""},
13936 {"MaxTokenInfoClass", Const, 0, ""},
13937 {"Mclpool", Type, 2, ""},
13938 {"Mclpool.Alive", Field, 2, ""},
13939 {"Mclpool.Cwm", Field, 2, ""},
13940 {"Mclpool.Grown", Field, 2, ""},
13941 {"Mclpool.Hwm", Field, 2, ""},
13942 {"Mclpool.Lwm", Field, 2, ""},
13943 {"MibIfRow", Type, 0, ""},
13944 {"MibIfRow.AdminStatus", Field, 0, ""},
13945 {"MibIfRow.Descr", Field, 0, ""},
13946 {"MibIfRow.DescrLen", Field, 0, ""},
13947 {"MibIfRow.InDiscards", Field, 0, ""},
13948 {"MibIfRow.InErrors", Field, 0, ""},
13949 {"MibIfRow.InNUcastPkts", Field, 0, ""},
13950 {"MibIfRow.InOctets", Field, 0, ""},
13951 {"MibIfRow.InUcastPkts", Field, 0, ""},
13952 {"MibIfRow.InUnknownProtos", Field, 0, ""},
13953 {"MibIfRow.Index", Field, 0, ""},
13954 {"MibIfRow.LastChange", Field, 0, ""},
13955 {"MibIfRow.Mtu", Field, 0, ""},
13956 {"MibIfRow.Name", Field, 0, ""},
13957 {"MibIfRow.OperStatus", Field, 0, ""},
13958 {"MibIfRow.OutDiscards", Field, 0, ""},
13959 {"MibIfRow.OutErrors", Field, 0, ""},
13960 {"MibIfRow.OutNUcastPkts", Field, 0, ""},
13961 {"MibIfRow.OutOctets", Field, 0, ""},
13962 {"MibIfRow.OutQLen", Field, 0, ""},
13963 {"MibIfRow.OutUcastPkts", Field, 0, ""},
13964 {"MibIfRow.PhysAddr", Field, 0, ""},
13965 {"MibIfRow.PhysAddrLen", Field, 0, ""},
13966 {"MibIfRow.Speed", Field, 0, ""},
13967 {"MibIfRow.Type", Field, 0, ""},
13968 {"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
13969 {"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
13970 {"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
13971 {"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
13972 {"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
13973 {"Mlock", Func, 0, "func(b []byte) (err error)"},
13974 {"Mlockall", Func, 0, "func(flags int) (err error)"},
13975 {"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
13976 {"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
13977 {"MoveFile", Func, 0, ""},
13978 {"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
13979 {"Msghdr", Type, 0, ""},
13980 {"Msghdr.Control", Field, 0, ""},
13981 {"Msghdr.Controllen", Field, 0, ""},
13982 {"Msghdr.Flags", Field, 0, ""},
13983 {"Msghdr.Iov", Field, 0, ""},
13984 {"Msghdr.Iovlen", Field, 0, ""},
13985 {"Msghdr.Name", Field, 0, ""},
13986 {"Msghdr.Namelen", Field, 0, ""},
13987 {"Msghdr.Pad_cgo_0", Field, 0, ""},
13988 {"Msghdr.Pad_cgo_1", Field, 0, ""},
13989 {"Munlock", Func, 0, "func(b []byte) (err error)"},
13990 {"Munlockall", Func, 0, "func() (err error)"},
13991 {"Munmap", Func, 0, "func(b []byte) (err error)"},
13992 {"MustLoadDLL", Func, 0, ""},
13993 {"NAME_MAX", Const, 0, ""},
13994 {"NETLINK_ADD_MEMBERSHIP", Const, 0, ""},
13995 {"NETLINK_AUDIT", Const, 0, ""},
13996 {"NETLINK_BROADCAST_ERROR", Const, 0, ""},
13997 {"NETLINK_CONNECTOR", Const, 0, ""},
13998 {"NETLINK_DNRTMSG", Const, 0, ""},
13999 {"NETLINK_DROP_MEMBERSHIP", Const, 0, ""},
14000 {"NETLINK_ECRYPTFS", Const, 0, ""},
14001 {"NETLINK_FIB_LOOKUP", Const, 0, ""},
14002 {"NETLINK_FIREWALL", Const, 0, ""},
14003 {"NETLINK_GENERIC", Const, 0, ""},
14004 {"NETLINK_INET_DIAG", Const, 0, ""},
14005 {"NETLINK_IP6_FW", Const, 0, ""},
14006 {"NETLINK_ISCSI", Const, 0, ""},
14007 {"NETLINK_KOBJECT_UEVENT", Const, 0, ""},
14008 {"NETLINK_NETFILTER", Const, 0, ""},
14009 {"NETLINK_NFLOG", Const, 0, ""},
14010 {"NETLINK_NO_ENOBUFS", Const, 0, ""},
14011 {"NETLINK_PKTINFO", Const, 0, ""},
14012 {"NETLINK_RDMA", Const, 0, ""},
14013 {"NETLINK_ROUTE", Const, 0, ""},
14014 {"NETLINK_SCSITRANSPORT", Const, 0, ""},
14015 {"NETLINK_SELINUX", Const, 0, ""},
14016 {"NETLINK_UNUSED", Const, 0, ""},
14017 {"NETLINK_USERSOCK", Const, 0, ""},
14018 {"NETLINK_XFRM", Const, 0, ""},
14019 {"NET_RT_DUMP", Const, 0, ""},
14020 {"NET_RT_DUMP2", Const, 0, ""},
14021 {"NET_RT_FLAGS", Const, 0, ""},
14022 {"NET_RT_IFLIST", Const, 0, ""},
14023 {"NET_RT_IFLIST2", Const, 0, ""},
14024 {"NET_RT_IFLISTL", Const, 1, ""},
14025 {"NET_RT_IFMALIST", Const, 0, ""},
14026 {"NET_RT_MAXID", Const, 0, ""},
14027 {"NET_RT_OIFLIST", Const, 1, ""},
14028 {"NET_RT_OOIFLIST", Const, 1, ""},
14029 {"NET_RT_STAT", Const, 0, ""},
14030 {"NET_RT_STATS", Const, 1, ""},
14031 {"NET_RT_TABLE", Const, 1, ""},
14032 {"NET_RT_TRASH", Const, 0, ""},
14033 {"NLA_ALIGNTO", Const, 0, ""},
14034 {"NLA_F_NESTED", Const, 0, ""},
14035 {"NLA_F_NET_BYTEORDER", Const, 0, ""},
14036 {"NLA_HDRLEN", Const, 0, ""},
14037 {"NLMSG_ALIGNTO", Const, 0, ""},
14038 {"NLMSG_DONE", Const, 0, ""},
14039 {"NLMSG_ERROR", Const, 0, ""},
14040 {"NLMSG_HDRLEN", Const, 0, ""},
14041 {"NLMSG_MIN_TYPE", Const, 0, ""},
14042 {"NLMSG_NOOP", Const, 0, ""},
14043 {"NLMSG_OVERRUN", Const, 0, ""},
14044 {"NLM_F_ACK", Const, 0, ""},
14045 {"NLM_F_APPEND", Const, 0, ""},
14046 {"NLM_F_ATOMIC", Const, 0, ""},
14047 {"NLM_F_CREATE", Const, 0, ""},
14048 {"NLM_F_DUMP", Const, 0, ""},
14049 {"NLM_F_ECHO", Const, 0, ""},
14050 {"NLM_F_EXCL", Const, 0, ""},
14051 {"NLM_F_MATCH", Const, 0, ""},
14052 {"NLM_F_MULTI", Const, 0, ""},
14053 {"NLM_F_REPLACE", Const, 0, ""},
14054 {"NLM_F_REQUEST", Const, 0, ""},
14055 {"NLM_F_ROOT", Const, 0, ""},
14056 {"NOFLSH", Const, 0, ""},
14057 {"NOTE_ABSOLUTE", Const, 0, ""},
14058 {"NOTE_ATTRIB", Const, 0, ""},
14059 {"NOTE_BACKGROUND", Const, 16, ""},
14060 {"NOTE_CHILD", Const, 0, ""},
14061 {"NOTE_CRITICAL", Const, 16, ""},
14062 {"NOTE_DELETE", Const, 0, ""},
14063 {"NOTE_EOF", Const, 1, ""},
14064 {"NOTE_EXEC", Const, 0, ""},
14065 {"NOTE_EXIT", Const, 0, ""},
14066 {"NOTE_EXITSTATUS", Const, 0, ""},
14067 {"NOTE_EXIT_CSERROR", Const, 16, ""},
14068 {"NOTE_EXIT_DECRYPTFAIL", Const, 16, ""},
14069 {"NOTE_EXIT_DETAIL", Const, 16, ""},
14070 {"NOTE_EXIT_DETAIL_MASK", Const, 16, ""},
14071 {"NOTE_EXIT_MEMORY", Const, 16, ""},
14072 {"NOTE_EXIT_REPARENTED", Const, 16, ""},
14073 {"NOTE_EXTEND", Const, 0, ""},
14074 {"NOTE_FFAND", Const, 0, ""},
14075 {"NOTE_FFCOPY", Const, 0, ""},
14076 {"NOTE_FFCTRLMASK", Const, 0, ""},
14077 {"NOTE_FFLAGSMASK", Const, 0, ""},
14078 {"NOTE_FFNOP", Const, 0, ""},
14079 {"NOTE_FFOR", Const, 0, ""},
14080 {"NOTE_FORK", Const, 0, ""},
14081 {"NOTE_LEEWAY", Const, 16, ""},
14082 {"NOTE_LINK", Const, 0, ""},
14083 {"NOTE_LOWAT", Const, 0, ""},
14084 {"NOTE_NONE", Const, 0, ""},
14085 {"NOTE_NSECONDS", Const, 0, ""},
14086 {"NOTE_PCTRLMASK", Const, 0, ""},
14087 {"NOTE_PDATAMASK", Const, 0, ""},
14088 {"NOTE_REAP", Const, 0, ""},
14089 {"NOTE_RENAME", Const, 0, ""},
14090 {"NOTE_RESOURCEEND", Const, 0, ""},
14091 {"NOTE_REVOKE", Const, 0, ""},
14092 {"NOTE_SECONDS", Const, 0, ""},
14093 {"NOTE_SIGNAL", Const, 0, ""},
14094 {"NOTE_TRACK", Const, 0, ""},
14095 {"NOTE_TRACKERR", Const, 0, ""},
14096 {"NOTE_TRIGGER", Const, 0, ""},
14097 {"NOTE_TRUNCATE", Const, 1, ""},
14098 {"NOTE_USECONDS", Const, 0, ""},
14099 {"NOTE_VM_ERROR", Const, 0, ""},
14100 {"NOTE_VM_PRESSURE", Const, 0, ""},
14101 {"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0, ""},
14102 {"NOTE_VM_PRESSURE_TERMINATE", Const, 0, ""},
14103 {"NOTE_WRITE", Const, 0, ""},
14104 {"NameCanonical", Const, 0, ""},
14105 {"NameCanonicalEx", Const, 0, ""},
14106 {"NameDisplay", Const, 0, ""},
14107 {"NameDnsDomain", Const, 0, ""},
14108 {"NameFullyQualifiedDN", Const, 0, ""},
14109 {"NameSamCompatible", Const, 0, ""},
14110 {"NameServicePrincipal", Const, 0, ""},
14111 {"NameUniqueId", Const, 0, ""},
14112 {"NameUnknown", Const, 0, ""},
14113 {"NameUserPrincipal", Const, 0, ""},
14114 {"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
14115 {"NetApiBufferFree", Func, 0, ""},
14116 {"NetGetJoinInformation", Func, 2, ""},
14117 {"NetSetupDomainName", Const, 2, ""},
14118 {"NetSetupUnjoined", Const, 2, ""},
14119 {"NetSetupUnknownStatus", Const, 2, ""},
14120 {"NetSetupWorkgroupName", Const, 2, ""},
14121 {"NetUserGetInfo", Func, 0, ""},
14122 {"NetlinkMessage", Type, 0, ""},
14123 {"NetlinkMessage.Data", Field, 0, ""},
14124 {"NetlinkMessage.Header", Field, 0, ""},
14125 {"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
14126 {"NetlinkRouteAttr", Type, 0, ""},
14127 {"NetlinkRouteAttr.Attr", Field, 0, ""},
14128 {"NetlinkRouteAttr.Value", Field, 0, ""},
14129 {"NetlinkRouteRequest", Type, 0, ""},
14130 {"NetlinkRouteRequest.Data", Field, 0, ""},
14131 {"NetlinkRouteRequest.Header", Field, 0, ""},
14132 {"NewCallback", Func, 0, ""},
14133 {"NewCallbackCDecl", Func, 3, ""},
14134 {"NewLazyDLL", Func, 0, ""},
14135 {"NlAttr", Type, 0, ""},
14136 {"NlAttr.Len", Field, 0, ""},
14137 {"NlAttr.Type", Field, 0, ""},
14138 {"NlMsgerr", Type, 0, ""},
14139 {"NlMsgerr.Error", Field, 0, ""},
14140 {"NlMsgerr.Msg", Field, 0, ""},
14141 {"NlMsghdr", Type, 0, ""},
14142 {"NlMsghdr.Flags", Field, 0, ""},
14143 {"NlMsghdr.Len", Field, 0, ""},
14144 {"NlMsghdr.Pid", Field, 0, ""},
14145 {"NlMsghdr.Seq", Field, 0, ""},
14146 {"NlMsghdr.Type", Field, 0, ""},
14147 {"NsecToFiletime", Func, 0, ""},
14148 {"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
14149 {"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
14150 {"Ntohs", Func, 0, ""},
14151 {"OCRNL", Const, 0, ""},
14152 {"OFDEL", Const, 0, ""},
14153 {"OFILL", Const, 0, ""},
14154 {"OFIOGETBMAP", Const, 1, ""},
14155 {"OID_PKIX_KP_SERVER_AUTH", Var, 0, ""},
14156 {"OID_SERVER_GATED_CRYPTO", Var, 0, ""},
14157 {"OID_SGC_NETSCAPE", Var, 0, ""},
14158 {"OLCUC", Const, 0, ""},
14159 {"ONLCR", Const, 0, ""},
14160 {"ONLRET", Const, 0, ""},
14161 {"ONOCR", Const, 0, ""},
14162 {"ONOEOT", Const, 1, ""},
14163 {"OPEN_ALWAYS", Const, 0, ""},
14164 {"OPEN_EXISTING", Const, 0, ""},
14165 {"OPOST", Const, 0, ""},
14166 {"O_ACCMODE", Const, 0, ""},
14167 {"O_ALERT", Const, 0, ""},
14168 {"O_ALT_IO", Const, 1, ""},
14169 {"O_APPEND", Const, 0, ""},
14170 {"O_ASYNC", Const, 0, ""},
14171 {"O_CLOEXEC", Const, 0, ""},
14172 {"O_CREAT", Const, 0, ""},
14173 {"O_DIRECT", Const, 0, ""},
14174 {"O_DIRECTORY", Const, 0, ""},
14175 {"O_DP_GETRAWENCRYPTED", Const, 16, ""},
14176 {"O_DSYNC", Const, 0, ""},
14177 {"O_EVTONLY", Const, 0, ""},
14178 {"O_EXCL", Const, 0, ""},
14179 {"O_EXEC", Const, 0, ""},
14180 {"O_EXLOCK", Const, 0, ""},
14181 {"O_FSYNC", Const, 0, ""},
14182 {"O_LARGEFILE", Const, 0, ""},
14183 {"O_NDELAY", Const, 0, ""},
14184 {"O_NOATIME", Const, 0, ""},
14185 {"O_NOCTTY", Const, 0, ""},
14186 {"O_NOFOLLOW", Const, 0, ""},
14187 {"O_NONBLOCK", Const, 0, ""},
14188 {"O_NOSIGPIPE", Const, 1, ""},
14189 {"O_POPUP", Const, 0, ""},
14190 {"O_RDONLY", Const, 0, ""},
14191 {"O_RDWR", Const, 0, ""},
14192 {"O_RSYNC", Const, 0, ""},
14193 {"O_SHLOCK", Const, 0, ""},
14194 {"O_SYMLINK", Const, 0, ""},
14195 {"O_SYNC", Const, 0, ""},
14196 {"O_TRUNC", Const, 0, ""},
14197 {"O_TTY_INIT", Const, 0, ""},
14198 {"O_WRONLY", Const, 0, ""},
14199 {"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
14200 {"OpenCurrentProcessToken", Func, 0, ""},
14201 {"OpenProcess", Func, 0, ""},
14202 {"OpenProcessToken", Func, 0, ""},
14203 {"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
14204 {"Overlapped", Type, 0, ""},
14205 {"Overlapped.HEvent", Field, 0, ""},
14206 {"Overlapped.Internal", Field, 0, ""},
14207 {"Overlapped.InternalHigh", Field, 0, ""},
14208 {"Overlapped.Offset", Field, 0, ""},
14209 {"Overlapped.OffsetHigh", Field, 0, ""},
14210 {"PACKET_ADD_MEMBERSHIP", Const, 0, ""},
14211 {"PACKET_BROADCAST", Const, 0, ""},
14212 {"PACKET_DROP_MEMBERSHIP", Const, 0, ""},
14213 {"PACKET_FASTROUTE", Const, 0, ""},
14214 {"PACKET_HOST", Const, 0, ""},
14215 {"PACKET_LOOPBACK", Const, 0, ""},
14216 {"PACKET_MR_ALLMULTI", Const, 0, ""},
14217 {"PACKET_MR_MULTICAST", Const, 0, ""},
14218 {"PACKET_MR_PROMISC", Const, 0, ""},
14219 {"PACKET_MULTICAST", Const, 0, ""},
14220 {"PACKET_OTHERHOST", Const, 0, ""},
14221 {"PACKET_OUTGOING", Const, 0, ""},
14222 {"PACKET_RECV_OUTPUT", Const, 0, ""},
14223 {"PACKET_RX_RING", Const, 0, ""},
14224 {"PACKET_STATISTICS", Const, 0, ""},
14225 {"PAGE_EXECUTE_READ", Const, 0, ""},
14226 {"PAGE_EXECUTE_READWRITE", Const, 0, ""},
14227 {"PAGE_EXECUTE_WRITECOPY", Const, 0, ""},
14228 {"PAGE_READONLY", Const, 0, ""},
14229 {"PAGE_READWRITE", Const, 0, ""},
14230 {"PAGE_WRITECOPY", Const, 0, ""},
14231 {"PARENB", Const, 0, ""},
14232 {"PARMRK", Const, 0, ""},
14233 {"PARODD", Const, 0, ""},
14234 {"PENDIN", Const, 0, ""},
14235 {"PFL_HIDDEN", Const, 2, ""},
14236 {"PFL_MATCHES_PROTOCOL_ZERO", Const, 2, ""},
14237 {"PFL_MULTIPLE_PROTO_ENTRIES", Const, 2, ""},
14238 {"PFL_NETWORKDIRECT_PROVIDER", Const, 2, ""},
14239 {"PFL_RECOMMENDED_PROTO_ENTRY", Const, 2, ""},
14240 {"PF_FLUSH", Const, 1, ""},
14241 {"PKCS_7_ASN_ENCODING", Const, 0, ""},
14242 {"PMC5_PIPELINE_FLUSH", Const, 1, ""},
14243 {"PRIO_PGRP", Const, 2, ""},
14244 {"PRIO_PROCESS", Const, 2, ""},
14245 {"PRIO_USER", Const, 2, ""},
14246 {"PRI_IOFLUSH", Const, 1, ""},
14247 {"PROCESS_QUERY_INFORMATION", Const, 0, ""},
14248 {"PROCESS_TERMINATE", Const, 2, ""},
14249 {"PROT_EXEC", Const, 0, ""},
14250 {"PROT_GROWSDOWN", Const, 0, ""},
14251 {"PROT_GROWSUP", Const, 0, ""},
14252 {"PROT_NONE", Const, 0, ""},
14253 {"PROT_READ", Const, 0, ""},
14254 {"PROT_WRITE", Const, 0, ""},
14255 {"PROV_DH_SCHANNEL", Const, 0, ""},
14256 {"PROV_DSS", Const, 0, ""},
14257 {"PROV_DSS_DH", Const, 0, ""},
14258 {"PROV_EC_ECDSA_FULL", Const, 0, ""},
14259 {"PROV_EC_ECDSA_SIG", Const, 0, ""},
14260 {"PROV_EC_ECNRA_FULL", Const, 0, ""},
14261 {"PROV_EC_ECNRA_SIG", Const, 0, ""},
14262 {"PROV_FORTEZZA", Const, 0, ""},
14263 {"PROV_INTEL_SEC", Const, 0, ""},
14264 {"PROV_MS_EXCHANGE", Const, 0, ""},
14265 {"PROV_REPLACE_OWF", Const, 0, ""},
14266 {"PROV_RNG", Const, 0, ""},
14267 {"PROV_RSA_AES", Const, 0, ""},
14268 {"PROV_RSA_FULL", Const, 0, ""},
14269 {"PROV_RSA_SCHANNEL", Const, 0, ""},
14270 {"PROV_RSA_SIG", Const, 0, ""},
14271 {"PROV_SPYRUS_LYNKS", Const, 0, ""},
14272 {"PROV_SSL", Const, 0, ""},
14273 {"PR_CAPBSET_DROP", Const, 0, ""},
14274 {"PR_CAPBSET_READ", Const, 0, ""},
14275 {"PR_CLEAR_SECCOMP_FILTER", Const, 0, ""},
14276 {"PR_ENDIAN_BIG", Const, 0, ""},
14277 {"PR_ENDIAN_LITTLE", Const, 0, ""},
14278 {"PR_ENDIAN_PPC_LITTLE", Const, 0, ""},
14279 {"PR_FPEMU_NOPRINT", Const, 0, ""},
14280 {"PR_FPEMU_SIGFPE", Const, 0, ""},
14281 {"PR_FP_EXC_ASYNC", Const, 0, ""},
14282 {"PR_FP_EXC_DISABLED", Const, 0, ""},
14283 {"PR_FP_EXC_DIV", Const, 0, ""},
14284 {"PR_FP_EXC_INV", Const, 0, ""},
14285 {"PR_FP_EXC_NONRECOV", Const, 0, ""},
14286 {"PR_FP_EXC_OVF", Const, 0, ""},
14287 {"PR_FP_EXC_PRECISE", Const, 0, ""},
14288 {"PR_FP_EXC_RES", Const, 0, ""},
14289 {"PR_FP_EXC_SW_ENABLE", Const, 0, ""},
14290 {"PR_FP_EXC_UND", Const, 0, ""},
14291 {"PR_GET_DUMPABLE", Const, 0, ""},
14292 {"PR_GET_ENDIAN", Const, 0, ""},
14293 {"PR_GET_FPEMU", Const, 0, ""},
14294 {"PR_GET_FPEXC", Const, 0, ""},
14295 {"PR_GET_KEEPCAPS", Const, 0, ""},
14296 {"PR_GET_NAME", Const, 0, ""},
14297 {"PR_GET_PDEATHSIG", Const, 0, ""},
14298 {"PR_GET_SECCOMP", Const, 0, ""},
14299 {"PR_GET_SECCOMP_FILTER", Const, 0, ""},
14300 {"PR_GET_SECUREBITS", Const, 0, ""},
14301 {"PR_GET_TIMERSLACK", Const, 0, ""},
14302 {"PR_GET_TIMING", Const, 0, ""},
14303 {"PR_GET_TSC", Const, 0, ""},
14304 {"PR_GET_UNALIGN", Const, 0, ""},
14305 {"PR_MCE_KILL", Const, 0, ""},
14306 {"PR_MCE_KILL_CLEAR", Const, 0, ""},
14307 {"PR_MCE_KILL_DEFAULT", Const, 0, ""},
14308 {"PR_MCE_KILL_EARLY", Const, 0, ""},
14309 {"PR_MCE_KILL_GET", Const, 0, ""},
14310 {"PR_MCE_KILL_LATE", Const, 0, ""},
14311 {"PR_MCE_KILL_SET", Const, 0, ""},
14312 {"PR_SECCOMP_FILTER_EVENT", Const, 0, ""},
14313 {"PR_SECCOMP_FILTER_SYSCALL", Const, 0, ""},
14314 {"PR_SET_DUMPABLE", Const, 0, ""},
14315 {"PR_SET_ENDIAN", Const, 0, ""},
14316 {"PR_SET_FPEMU", Const, 0, ""},
14317 {"PR_SET_FPEXC", Const, 0, ""},
14318 {"PR_SET_KEEPCAPS", Const, 0, ""},
14319 {"PR_SET_NAME", Const, 0, ""},
14320 {"PR_SET_PDEATHSIG", Const, 0, ""},
14321 {"PR_SET_PTRACER", Const, 0, ""},
14322 {"PR_SET_SECCOMP", Const, 0, ""},
14323 {"PR_SET_SECCOMP_FILTER", Const, 0, ""},
14324 {"PR_SET_SECUREBITS", Const, 0, ""},
14325 {"PR_SET_TIMERSLACK", Const, 0, ""},
14326 {"PR_SET_TIMING", Const, 0, ""},
14327 {"PR_SET_TSC", Const, 0, ""},
14328 {"PR_SET_UNALIGN", Const, 0, ""},
14329 {"PR_TASK_PERF_EVENTS_DISABLE", Const, 0, ""},
14330 {"PR_TASK_PERF_EVENTS_ENABLE", Const, 0, ""},
14331 {"PR_TIMING_STATISTICAL", Const, 0, ""},
14332 {"PR_TIMING_TIMESTAMP", Const, 0, ""},
14333 {"PR_TSC_ENABLE", Const, 0, ""},
14334 {"PR_TSC_SIGSEGV", Const, 0, ""},
14335 {"PR_UNALIGN_NOPRINT", Const, 0, ""},
14336 {"PR_UNALIGN_SIGBUS", Const, 0, ""},
14337 {"PTRACE_ARCH_PRCTL", Const, 0, ""},
14338 {"PTRACE_ATTACH", Const, 0, ""},
14339 {"PTRACE_CONT", Const, 0, ""},
14340 {"PTRACE_DETACH", Const, 0, ""},
14341 {"PTRACE_EVENT_CLONE", Const, 0, ""},
14342 {"PTRACE_EVENT_EXEC", Const, 0, ""},
14343 {"PTRACE_EVENT_EXIT", Const, 0, ""},
14344 {"PTRACE_EVENT_FORK", Const, 0, ""},
14345 {"PTRACE_EVENT_VFORK", Const, 0, ""},
14346 {"PTRACE_EVENT_VFORK_DONE", Const, 0, ""},
14347 {"PTRACE_GETCRUNCHREGS", Const, 0, ""},
14348 {"PTRACE_GETEVENTMSG", Const, 0, ""},
14349 {"PTRACE_GETFPREGS", Const, 0, ""},
14350 {"PTRACE_GETFPXREGS", Const, 0, ""},
14351 {"PTRACE_GETHBPREGS", Const, 0, ""},
14352 {"PTRACE_GETREGS", Const, 0, ""},
14353 {"PTRACE_GETREGSET", Const, 0, ""},
14354 {"PTRACE_GETSIGINFO", Const, 0, ""},
14355 {"PTRACE_GETVFPREGS", Const, 0, ""},
14356 {"PTRACE_GETWMMXREGS", Const, 0, ""},
14357 {"PTRACE_GET_THREAD_AREA", Const, 0, ""},
14358 {"PTRACE_KILL", Const, 0, ""},
14359 {"PTRACE_OLDSETOPTIONS", Const, 0, ""},
14360 {"PTRACE_O_MASK", Const, 0, ""},
14361 {"PTRACE_O_TRACECLONE", Const, 0, ""},
14362 {"PTRACE_O_TRACEEXEC", Const, 0, ""},
14363 {"PTRACE_O_TRACEEXIT", Const, 0, ""},
14364 {"PTRACE_O_TRACEFORK", Const, 0, ""},
14365 {"PTRACE_O_TRACESYSGOOD", Const, 0, ""},
14366 {"PTRACE_O_TRACEVFORK", Const, 0, ""},
14367 {"PTRACE_O_TRACEVFORKDONE", Const, 0, ""},
14368 {"PTRACE_PEEKDATA", Const, 0, ""},
14369 {"PTRACE_PEEKTEXT", Const, 0, ""},
14370 {"PTRACE_PEEKUSR", Const, 0, ""},
14371 {"PTRACE_POKEDATA", Const, 0, ""},
14372 {"PTRACE_POKETEXT", Const, 0, ""},
14373 {"PTRACE_POKEUSR", Const, 0, ""},
14374 {"PTRACE_SETCRUNCHREGS", Const, 0, ""},
14375 {"PTRACE_SETFPREGS", Const, 0, ""},
14376 {"PTRACE_SETFPXREGS", Const, 0, ""},
14377 {"PTRACE_SETHBPREGS", Const, 0, ""},
14378 {"PTRACE_SETOPTIONS", Const, 0, ""},
14379 {"PTRACE_SETREGS", Const, 0, ""},
14380 {"PTRACE_SETREGSET", Const, 0, ""},
14381 {"PTRACE_SETSIGINFO", Const, 0, ""},
14382 {"PTRACE_SETVFPREGS", Const, 0, ""},
14383 {"PTRACE_SETWMMXREGS", Const, 0, ""},
14384 {"PTRACE_SET_SYSCALL", Const, 0, ""},
14385 {"PTRACE_SET_THREAD_AREA", Const, 0, ""},
14386 {"PTRACE_SINGLEBLOCK", Const, 0, ""},
14387 {"PTRACE_SINGLESTEP", Const, 0, ""},
14388 {"PTRACE_SYSCALL", Const, 0, ""},
14389 {"PTRACE_SYSEMU", Const, 0, ""},
14390 {"PTRACE_SYSEMU_SINGLESTEP", Const, 0, ""},
14391 {"PTRACE_TRACEME", Const, 0, ""},
14392 {"PT_ATTACH", Const, 0, ""},
14393 {"PT_ATTACHEXC", Const, 0, ""},
14394 {"PT_CONTINUE", Const, 0, ""},
14395 {"PT_DATA_ADDR", Const, 0, ""},
14396 {"PT_DENY_ATTACH", Const, 0, ""},
14397 {"PT_DETACH", Const, 0, ""},
14398 {"PT_FIRSTMACH", Const, 0, ""},
14399 {"PT_FORCEQUOTA", Const, 0, ""},
14400 {"PT_KILL", Const, 0, ""},
14401 {"PT_MASK", Const, 1, ""},
14402 {"PT_READ_D", Const, 0, ""},
14403 {"PT_READ_I", Const, 0, ""},
14404 {"PT_READ_U", Const, 0, ""},
14405 {"PT_SIGEXC", Const, 0, ""},
14406 {"PT_STEP", Const, 0, ""},
14407 {"PT_TEXT_ADDR", Const, 0, ""},
14408 {"PT_TEXT_END_ADDR", Const, 0, ""},
14409 {"PT_THUPDATE", Const, 0, ""},
14410 {"PT_TRACE_ME", Const, 0, ""},
14411 {"PT_WRITE_D", Const, 0, ""},
14412 {"PT_WRITE_I", Const, 0, ""},
14413 {"PT_WRITE_U", Const, 0, ""},
14414 {"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
14415 {"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
14416 {"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
14417 {"ParseRoutingMessage", Func, 0, ""},
14418 {"ParseRoutingSockaddr", Func, 0, ""},
14419 {"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
14420 {"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
14421 {"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
14422 {"PathMax", Const, 0, ""},
14423 {"Pathconf", Func, 0, ""},
14424 {"Pause", Func, 0, "func() (err error)"},
14425 {"Pipe", Func, 0, "func(p []int) error"},
14426 {"Pipe2", Func, 1, "func(p []int, flags int) error"},
14427 {"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
14428 {"Pointer", Type, 11, ""},
14429 {"PostQueuedCompletionStatus", Func, 0, ""},
14430 {"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14431 {"Proc", Type, 0, ""},
14432 {"Proc.Dll", Field, 0, ""},
14433 {"Proc.Name", Field, 0, ""},
14434 {"ProcAttr", Type, 0, ""},
14435 {"ProcAttr.Dir", Field, 0, ""},
14436 {"ProcAttr.Env", Field, 0, ""},
14437 {"ProcAttr.Files", Field, 0, ""},
14438 {"ProcAttr.Sys", Field, 0, ""},
14439 {"Process32First", Func, 4, ""},
14440 {"Process32Next", Func, 4, ""},
14441 {"ProcessEntry32", Type, 4, ""},
14442 {"ProcessEntry32.DefaultHeapID", Field, 4, ""},
14443 {"ProcessEntry32.ExeFile", Field, 4, ""},
14444 {"ProcessEntry32.Flags", Field, 4, ""},
14445 {"ProcessEntry32.ModuleID", Field, 4, ""},
14446 {"ProcessEntry32.ParentProcessID", Field, 4, ""},
14447 {"ProcessEntry32.PriClassBase", Field, 4, ""},
14448 {"ProcessEntry32.ProcessID", Field, 4, ""},
14449 {"ProcessEntry32.Size", Field, 4, ""},
14450 {"ProcessEntry32.Threads", Field, 4, ""},
14451 {"ProcessEntry32.Usage", Field, 4, ""},
14452 {"ProcessInformation", Type, 0, ""},
14453 {"ProcessInformation.Process", Field, 0, ""},
14454 {"ProcessInformation.ProcessId", Field, 0, ""},
14455 {"ProcessInformation.Thread", Field, 0, ""},
14456 {"ProcessInformation.ThreadId", Field, 0, ""},
14457 {"Protoent", Type, 0, ""},
14458 {"Protoent.Aliases", Field, 0, ""},
14459 {"Protoent.Name", Field, 0, ""},
14460 {"Protoent.Proto", Field, 0, ""},
14461 {"PtraceAttach", Func, 0, "func(pid int) (err error)"},
14462 {"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
14463 {"PtraceDetach", Func, 0, "func(pid int) (err error)"},
14464 {"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
14465 {"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
14466 {"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14467 {"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
14468 {"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14469 {"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
14470 {"PtraceRegs", Type, 0, ""},
14471 {"PtraceRegs.Cs", Field, 0, ""},
14472 {"PtraceRegs.Ds", Field, 0, ""},
14473 {"PtraceRegs.Eax", Field, 0, ""},
14474 {"PtraceRegs.Ebp", Field, 0, ""},
14475 {"PtraceRegs.Ebx", Field, 0, ""},
14476 {"PtraceRegs.Ecx", Field, 0, ""},
14477 {"PtraceRegs.Edi", Field, 0, ""},
14478 {"PtraceRegs.Edx", Field, 0, ""},
14479 {"PtraceRegs.Eflags", Field, 0, ""},
14480 {"PtraceRegs.Eip", Field, 0, ""},
14481 {"PtraceRegs.Es", Field, 0, ""},
14482 {"PtraceRegs.Esi", Field, 0, ""},
14483 {"PtraceRegs.Esp", Field, 0, ""},
14484 {"PtraceRegs.Fs", Field, 0, ""},
14485 {"PtraceRegs.Fs_base", Field, 0, ""},
14486 {"PtraceRegs.Gs", Field, 0, ""},
14487 {"PtraceRegs.Gs_base", Field, 0, ""},
14488 {"PtraceRegs.Orig_eax", Field, 0, ""},
14489 {"PtraceRegs.Orig_rax", Field, 0, ""},
14490 {"PtraceRegs.R10", Field, 0, ""},
14491 {"PtraceRegs.R11", Field, 0, ""},
14492 {"PtraceRegs.R12", Field, 0, ""},
14493 {"PtraceRegs.R13", Field, 0, ""},
14494 {"PtraceRegs.R14", Field, 0, ""},
14495 {"PtraceRegs.R15", Field, 0, ""},
14496 {"PtraceRegs.R8", Field, 0, ""},
14497 {"PtraceRegs.R9", Field, 0, ""},
14498 {"PtraceRegs.Rax", Field, 0, ""},
14499 {"PtraceRegs.Rbp", Field, 0, ""},
14500 {"PtraceRegs.Rbx", Field, 0, ""},
14501 {"PtraceRegs.Rcx", Field, 0, ""},
14502 {"PtraceRegs.Rdi", Field, 0, ""},
14503 {"PtraceRegs.Rdx", Field, 0, ""},
14504 {"PtraceRegs.Rip", Field, 0, ""},
14505 {"PtraceRegs.Rsi", Field, 0, ""},
14506 {"PtraceRegs.Rsp", Field, 0, ""},
14507 {"PtraceRegs.Ss", Field, 0, ""},
14508 {"PtraceRegs.Uregs", Field, 0, ""},
14509 {"PtraceRegs.Xcs", Field, 0, ""},
14510 {"PtraceRegs.Xds", Field, 0, ""},
14511 {"PtraceRegs.Xes", Field, 0, ""},
14512 {"PtraceRegs.Xfs", Field, 0, ""},
14513 {"PtraceRegs.Xgs", Field, 0, ""},
14514 {"PtraceRegs.Xss", Field, 0, ""},
14515 {"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
14516 {"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
14517 {"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
14518 {"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
14519 {"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
14520 {"REG_BINARY", Const, 0, ""},
14521 {"REG_DWORD", Const, 0, ""},
14522 {"REG_DWORD_BIG_ENDIAN", Const, 0, ""},
14523 {"REG_DWORD_LITTLE_ENDIAN", Const, 0, ""},
14524 {"REG_EXPAND_SZ", Const, 0, ""},
14525 {"REG_FULL_RESOURCE_DESCRIPTOR", Const, 0, ""},
14526 {"REG_LINK", Const, 0, ""},
14527 {"REG_MULTI_SZ", Const, 0, ""},
14528 {"REG_NONE", Const, 0, ""},
14529 {"REG_QWORD", Const, 0, ""},
14530 {"REG_QWORD_LITTLE_ENDIAN", Const, 0, ""},
14531 {"REG_RESOURCE_LIST", Const, 0, ""},
14532 {"REG_RESOURCE_REQUIREMENTS_LIST", Const, 0, ""},
14533 {"REG_SZ", Const, 0, ""},
14534 {"RLIMIT_AS", Const, 0, ""},
14535 {"RLIMIT_CORE", Const, 0, ""},
14536 {"RLIMIT_CPU", Const, 0, ""},
14537 {"RLIMIT_CPU_USAGE_MONITOR", Const, 16, ""},
14538 {"RLIMIT_DATA", Const, 0, ""},
14539 {"RLIMIT_FSIZE", Const, 0, ""},
14540 {"RLIMIT_NOFILE", Const, 0, ""},
14541 {"RLIMIT_STACK", Const, 0, ""},
14542 {"RLIM_INFINITY", Const, 0, ""},
14543 {"RTAX_ADVMSS", Const, 0, ""},
14544 {"RTAX_AUTHOR", Const, 0, ""},
14545 {"RTAX_BRD", Const, 0, ""},
14546 {"RTAX_CWND", Const, 0, ""},
14547 {"RTAX_DST", Const, 0, ""},
14548 {"RTAX_FEATURES", Const, 0, ""},
14549 {"RTAX_FEATURE_ALLFRAG", Const, 0, ""},
14550 {"RTAX_FEATURE_ECN", Const, 0, ""},
14551 {"RTAX_FEATURE_SACK", Const, 0, ""},
14552 {"RTAX_FEATURE_TIMESTAMP", Const, 0, ""},
14553 {"RTAX_GATEWAY", Const, 0, ""},
14554 {"RTAX_GENMASK", Const, 0, ""},
14555 {"RTAX_HOPLIMIT", Const, 0, ""},
14556 {"RTAX_IFA", Const, 0, ""},
14557 {"RTAX_IFP", Const, 0, ""},
14558 {"RTAX_INITCWND", Const, 0, ""},
14559 {"RTAX_INITRWND", Const, 0, ""},
14560 {"RTAX_LABEL", Const, 1, ""},
14561 {"RTAX_LOCK", Const, 0, ""},
14562 {"RTAX_MAX", Const, 0, ""},
14563 {"RTAX_MTU", Const, 0, ""},
14564 {"RTAX_NETMASK", Const, 0, ""},
14565 {"RTAX_REORDERING", Const, 0, ""},
14566 {"RTAX_RTO_MIN", Const, 0, ""},
14567 {"RTAX_RTT", Const, 0, ""},
14568 {"RTAX_RTTVAR", Const, 0, ""},
14569 {"RTAX_SRC", Const, 1, ""},
14570 {"RTAX_SRCMASK", Const, 1, ""},
14571 {"RTAX_SSTHRESH", Const, 0, ""},
14572 {"RTAX_TAG", Const, 1, ""},
14573 {"RTAX_UNSPEC", Const, 0, ""},
14574 {"RTAX_WINDOW", Const, 0, ""},
14575 {"RTA_ALIGNTO", Const, 0, ""},
14576 {"RTA_AUTHOR", Const, 0, ""},
14577 {"RTA_BRD", Const, 0, ""},
14578 {"RTA_CACHEINFO", Const, 0, ""},
14579 {"RTA_DST", Const, 0, ""},
14580 {"RTA_FLOW", Const, 0, ""},
14581 {"RTA_GATEWAY", Const, 0, ""},
14582 {"RTA_GENMASK", Const, 0, ""},
14583 {"RTA_IFA", Const, 0, ""},
14584 {"RTA_IFP", Const, 0, ""},
14585 {"RTA_IIF", Const, 0, ""},
14586 {"RTA_LABEL", Const, 1, ""},
14587 {"RTA_MAX", Const, 0, ""},
14588 {"RTA_METRICS", Const, 0, ""},
14589 {"RTA_MULTIPATH", Const, 0, ""},
14590 {"RTA_NETMASK", Const, 0, ""},
14591 {"RTA_OIF", Const, 0, ""},
14592 {"RTA_PREFSRC", Const, 0, ""},
14593 {"RTA_PRIORITY", Const, 0, ""},
14594 {"RTA_SRC", Const, 0, ""},
14595 {"RTA_SRCMASK", Const, 1, ""},
14596 {"RTA_TABLE", Const, 0, ""},
14597 {"RTA_TAG", Const, 1, ""},
14598 {"RTA_UNSPEC", Const, 0, ""},
14599 {"RTCF_DIRECTSRC", Const, 0, ""},
14600 {"RTCF_DOREDIRECT", Const, 0, ""},
14601 {"RTCF_LOG", Const, 0, ""},
14602 {"RTCF_MASQ", Const, 0, ""},
14603 {"RTCF_NAT", Const, 0, ""},
14604 {"RTCF_VALVE", Const, 0, ""},
14605 {"RTF_ADDRCLASSMASK", Const, 0, ""},
14606 {"RTF_ADDRCONF", Const, 0, ""},
14607 {"RTF_ALLONLINK", Const, 0, ""},
14608 {"RTF_ANNOUNCE", Const, 1, ""},
14609 {"RTF_BLACKHOLE", Const, 0, ""},
14610 {"RTF_BROADCAST", Const, 0, ""},
14611 {"RTF_CACHE", Const, 0, ""},
14612 {"RTF_CLONED", Const, 1, ""},
14613 {"RTF_CLONING", Const, 0, ""},
14614 {"RTF_CONDEMNED", Const, 0, ""},
14615 {"RTF_DEFAULT", Const, 0, ""},
14616 {"RTF_DELCLONE", Const, 0, ""},
14617 {"RTF_DONE", Const, 0, ""},
14618 {"RTF_DYNAMIC", Const, 0, ""},
14619 {"RTF_FLOW", Const, 0, ""},
14620 {"RTF_FMASK", Const, 0, ""},
14621 {"RTF_GATEWAY", Const, 0, ""},
14622 {"RTF_GWFLAG_COMPAT", Const, 3, ""},
14623 {"RTF_HOST", Const, 0, ""},
14624 {"RTF_IFREF", Const, 0, ""},
14625 {"RTF_IFSCOPE", Const, 0, ""},
14626 {"RTF_INTERFACE", Const, 0, ""},
14627 {"RTF_IRTT", Const, 0, ""},
14628 {"RTF_LINKRT", Const, 0, ""},
14629 {"RTF_LLDATA", Const, 0, ""},
14630 {"RTF_LLINFO", Const, 0, ""},
14631 {"RTF_LOCAL", Const, 0, ""},
14632 {"RTF_MASK", Const, 1, ""},
14633 {"RTF_MODIFIED", Const, 0, ""},
14634 {"RTF_MPATH", Const, 1, ""},
14635 {"RTF_MPLS", Const, 1, ""},
14636 {"RTF_MSS", Const, 0, ""},
14637 {"RTF_MTU", Const, 0, ""},
14638 {"RTF_MULTICAST", Const, 0, ""},
14639 {"RTF_NAT", Const, 0, ""},
14640 {"RTF_NOFORWARD", Const, 0, ""},
14641 {"RTF_NONEXTHOP", Const, 0, ""},
14642 {"RTF_NOPMTUDISC", Const, 0, ""},
14643 {"RTF_PERMANENT_ARP", Const, 1, ""},
14644 {"RTF_PINNED", Const, 0, ""},
14645 {"RTF_POLICY", Const, 0, ""},
14646 {"RTF_PRCLONING", Const, 0, ""},
14647 {"RTF_PROTO1", Const, 0, ""},
14648 {"RTF_PROTO2", Const, 0, ""},
14649 {"RTF_PROTO3", Const, 0, ""},
14650 {"RTF_PROXY", Const, 16, ""},
14651 {"RTF_REINSTATE", Const, 0, ""},
14652 {"RTF_REJECT", Const, 0, ""},
14653 {"RTF_RNH_LOCKED", Const, 0, ""},
14654 {"RTF_ROUTER", Const, 16, ""},
14655 {"RTF_SOURCE", Const, 1, ""},
14656 {"RTF_SRC", Const, 1, ""},
14657 {"RTF_STATIC", Const, 0, ""},
14658 {"RTF_STICKY", Const, 0, ""},
14659 {"RTF_THROW", Const, 0, ""},
14660 {"RTF_TUNNEL", Const, 1, ""},
14661 {"RTF_UP", Const, 0, ""},
14662 {"RTF_USETRAILERS", Const, 1, ""},
14663 {"RTF_WASCLONED", Const, 0, ""},
14664 {"RTF_WINDOW", Const, 0, ""},
14665 {"RTF_XRESOLVE", Const, 0, ""},
14666 {"RTM_ADD", Const, 0, ""},
14667 {"RTM_BASE", Const, 0, ""},
14668 {"RTM_CHANGE", Const, 0, ""},
14669 {"RTM_CHGADDR", Const, 1, ""},
14670 {"RTM_DELACTION", Const, 0, ""},
14671 {"RTM_DELADDR", Const, 0, ""},
14672 {"RTM_DELADDRLABEL", Const, 0, ""},
14673 {"RTM_DELETE", Const, 0, ""},
14674 {"RTM_DELLINK", Const, 0, ""},
14675 {"RTM_DELMADDR", Const, 0, ""},
14676 {"RTM_DELNEIGH", Const, 0, ""},
14677 {"RTM_DELQDISC", Const, 0, ""},
14678 {"RTM_DELROUTE", Const, 0, ""},
14679 {"RTM_DELRULE", Const, 0, ""},
14680 {"RTM_DELTCLASS", Const, 0, ""},
14681 {"RTM_DELTFILTER", Const, 0, ""},
14682 {"RTM_DESYNC", Const, 1, ""},
14683 {"RTM_F_CLONED", Const, 0, ""},
14684 {"RTM_F_EQUALIZE", Const, 0, ""},
14685 {"RTM_F_NOTIFY", Const, 0, ""},
14686 {"RTM_F_PREFIX", Const, 0, ""},
14687 {"RTM_GET", Const, 0, ""},
14688 {"RTM_GET2", Const, 0, ""},
14689 {"RTM_GETACTION", Const, 0, ""},
14690 {"RTM_GETADDR", Const, 0, ""},
14691 {"RTM_GETADDRLABEL", Const, 0, ""},
14692 {"RTM_GETANYCAST", Const, 0, ""},
14693 {"RTM_GETDCB", Const, 0, ""},
14694 {"RTM_GETLINK", Const, 0, ""},
14695 {"RTM_GETMULTICAST", Const, 0, ""},
14696 {"RTM_GETNEIGH", Const, 0, ""},
14697 {"RTM_GETNEIGHTBL", Const, 0, ""},
14698 {"RTM_GETQDISC", Const, 0, ""},
14699 {"RTM_GETROUTE", Const, 0, ""},
14700 {"RTM_GETRULE", Const, 0, ""},
14701 {"RTM_GETTCLASS", Const, 0, ""},
14702 {"RTM_GETTFILTER", Const, 0, ""},
14703 {"RTM_IEEE80211", Const, 0, ""},
14704 {"RTM_IFANNOUNCE", Const, 0, ""},
14705 {"RTM_IFINFO", Const, 0, ""},
14706 {"RTM_IFINFO2", Const, 0, ""},
14707 {"RTM_LLINFO_UPD", Const, 1, ""},
14708 {"RTM_LOCK", Const, 0, ""},
14709 {"RTM_LOSING", Const, 0, ""},
14710 {"RTM_MAX", Const, 0, ""},
14711 {"RTM_MAXSIZE", Const, 1, ""},
14712 {"RTM_MISS", Const, 0, ""},
14713 {"RTM_NEWACTION", Const, 0, ""},
14714 {"RTM_NEWADDR", Const, 0, ""},
14715 {"RTM_NEWADDRLABEL", Const, 0, ""},
14716 {"RTM_NEWLINK", Const, 0, ""},
14717 {"RTM_NEWMADDR", Const, 0, ""},
14718 {"RTM_NEWMADDR2", Const, 0, ""},
14719 {"RTM_NEWNDUSEROPT", Const, 0, ""},
14720 {"RTM_NEWNEIGH", Const, 0, ""},
14721 {"RTM_NEWNEIGHTBL", Const, 0, ""},
14722 {"RTM_NEWPREFIX", Const, 0, ""},
14723 {"RTM_NEWQDISC", Const, 0, ""},
14724 {"RTM_NEWROUTE", Const, 0, ""},
14725 {"RTM_NEWRULE", Const, 0, ""},
14726 {"RTM_NEWTCLASS", Const, 0, ""},
14727 {"RTM_NEWTFILTER", Const, 0, ""},
14728 {"RTM_NR_FAMILIES", Const, 0, ""},
14729 {"RTM_NR_MSGTYPES", Const, 0, ""},
14730 {"RTM_OIFINFO", Const, 1, ""},
14731 {"RTM_OLDADD", Const, 0, ""},
14732 {"RTM_OLDDEL", Const, 0, ""},
14733 {"RTM_OOIFINFO", Const, 1, ""},
14734 {"RTM_REDIRECT", Const, 0, ""},
14735 {"RTM_RESOLVE", Const, 0, ""},
14736 {"RTM_RTTUNIT", Const, 0, ""},
14737 {"RTM_SETDCB", Const, 0, ""},
14738 {"RTM_SETGATE", Const, 1, ""},
14739 {"RTM_SETLINK", Const, 0, ""},
14740 {"RTM_SETNEIGHTBL", Const, 0, ""},
14741 {"RTM_VERSION", Const, 0, ""},
14742 {"RTNH_ALIGNTO", Const, 0, ""},
14743 {"RTNH_F_DEAD", Const, 0, ""},
14744 {"RTNH_F_ONLINK", Const, 0, ""},
14745 {"RTNH_F_PERVASIVE", Const, 0, ""},
14746 {"RTNLGRP_IPV4_IFADDR", Const, 1, ""},
14747 {"RTNLGRP_IPV4_MROUTE", Const, 1, ""},
14748 {"RTNLGRP_IPV4_ROUTE", Const, 1, ""},
14749 {"RTNLGRP_IPV4_RULE", Const, 1, ""},
14750 {"RTNLGRP_IPV6_IFADDR", Const, 1, ""},
14751 {"RTNLGRP_IPV6_IFINFO", Const, 1, ""},
14752 {"RTNLGRP_IPV6_MROUTE", Const, 1, ""},
14753 {"RTNLGRP_IPV6_PREFIX", Const, 1, ""},
14754 {"RTNLGRP_IPV6_ROUTE", Const, 1, ""},
14755 {"RTNLGRP_IPV6_RULE", Const, 1, ""},
14756 {"RTNLGRP_LINK", Const, 1, ""},
14757 {"RTNLGRP_ND_USEROPT", Const, 1, ""},
14758 {"RTNLGRP_NEIGH", Const, 1, ""},
14759 {"RTNLGRP_NONE", Const, 1, ""},
14760 {"RTNLGRP_NOTIFY", Const, 1, ""},
14761 {"RTNLGRP_TC", Const, 1, ""},
14762 {"RTN_ANYCAST", Const, 0, ""},
14763 {"RTN_BLACKHOLE", Const, 0, ""},
14764 {"RTN_BROADCAST", Const, 0, ""},
14765 {"RTN_LOCAL", Const, 0, ""},
14766 {"RTN_MAX", Const, 0, ""},
14767 {"RTN_MULTICAST", Const, 0, ""},
14768 {"RTN_NAT", Const, 0, ""},
14769 {"RTN_PROHIBIT", Const, 0, ""},
14770 {"RTN_THROW", Const, 0, ""},
14771 {"RTN_UNICAST", Const, 0, ""},
14772 {"RTN_UNREACHABLE", Const, 0, ""},
14773 {"RTN_UNSPEC", Const, 0, ""},
14774 {"RTN_XRESOLVE", Const, 0, ""},
14775 {"RTPROT_BIRD", Const, 0, ""},
14776 {"RTPROT_BOOT", Const, 0, ""},
14777 {"RTPROT_DHCP", Const, 0, ""},
14778 {"RTPROT_DNROUTED", Const, 0, ""},
14779 {"RTPROT_GATED", Const, 0, ""},
14780 {"RTPROT_KERNEL", Const, 0, ""},
14781 {"RTPROT_MRT", Const, 0, ""},
14782 {"RTPROT_NTK", Const, 0, ""},
14783 {"RTPROT_RA", Const, 0, ""},
14784 {"RTPROT_REDIRECT", Const, 0, ""},
14785 {"RTPROT_STATIC", Const, 0, ""},
14786 {"RTPROT_UNSPEC", Const, 0, ""},
14787 {"RTPROT_XORP", Const, 0, ""},
14788 {"RTPROT_ZEBRA", Const, 0, ""},
14789 {"RTV_EXPIRE", Const, 0, ""},
14790 {"RTV_HOPCOUNT", Const, 0, ""},
14791 {"RTV_MTU", Const, 0, ""},
14792 {"RTV_RPIPE", Const, 0, ""},
14793 {"RTV_RTT", Const, 0, ""},
14794 {"RTV_RTTVAR", Const, 0, ""},
14795 {"RTV_SPIPE", Const, 0, ""},
14796 {"RTV_SSTHRESH", Const, 0, ""},
14797 {"RTV_WEIGHT", Const, 0, ""},
14798 {"RT_CACHING_CONTEXT", Const, 1, ""},
14799 {"RT_CLASS_DEFAULT", Const, 0, ""},
14800 {"RT_CLASS_LOCAL", Const, 0, ""},
14801 {"RT_CLASS_MAIN", Const, 0, ""},
14802 {"RT_CLASS_MAX", Const, 0, ""},
14803 {"RT_CLASS_UNSPEC", Const, 0, ""},
14804 {"RT_DEFAULT_FIB", Const, 1, ""},
14805 {"RT_NORTREF", Const, 1, ""},
14806 {"RT_SCOPE_HOST", Const, 0, ""},
14807 {"RT_SCOPE_LINK", Const, 0, ""},
14808 {"RT_SCOPE_NOWHERE", Const, 0, ""},
14809 {"RT_SCOPE_SITE", Const, 0, ""},
14810 {"RT_SCOPE_UNIVERSE", Const, 0, ""},
14811 {"RT_TABLEID_MAX", Const, 1, ""},
14812 {"RT_TABLE_COMPAT", Const, 0, ""},
14813 {"RT_TABLE_DEFAULT", Const, 0, ""},
14814 {"RT_TABLE_LOCAL", Const, 0, ""},
14815 {"RT_TABLE_MAIN", Const, 0, ""},
14816 {"RT_TABLE_MAX", Const, 0, ""},
14817 {"RT_TABLE_UNSPEC", Const, 0, ""},
14818 {"RUSAGE_CHILDREN", Const, 0, ""},
14819 {"RUSAGE_SELF", Const, 0, ""},
14820 {"RUSAGE_THREAD", Const, 0, ""},
14821 {"Radvisory_t", Type, 0, ""},
14822 {"Radvisory_t.Count", Field, 0, ""},
14823 {"Radvisory_t.Offset", Field, 0, ""},
14824 {"Radvisory_t.Pad_cgo_0", Field, 0, ""},
14825 {"RawConn", Type, 9, ""},
14826 {"RawSockaddr", Type, 0, ""},
14827 {"RawSockaddr.Data", Field, 0, ""},
14828 {"RawSockaddr.Family", Field, 0, ""},
14829 {"RawSockaddr.Len", Field, 0, ""},
14830 {"RawSockaddrAny", Type, 0, ""},
14831 {"RawSockaddrAny.Addr", Field, 0, ""},
14832 {"RawSockaddrAny.Pad", Field, 0, ""},
14833 {"RawSockaddrDatalink", Type, 0, ""},
14834 {"RawSockaddrDatalink.Alen", Field, 0, ""},
14835 {"RawSockaddrDatalink.Data", Field, 0, ""},
14836 {"RawSockaddrDatalink.Family", Field, 0, ""},
14837 {"RawSockaddrDatalink.Index", Field, 0, ""},
14838 {"RawSockaddrDatalink.Len", Field, 0, ""},
14839 {"RawSockaddrDatalink.Nlen", Field, 0, ""},
14840 {"RawSockaddrDatalink.Pad_cgo_0", Field, 2, ""},
14841 {"RawSockaddrDatalink.Slen", Field, 0, ""},
14842 {"RawSockaddrDatalink.Type", Field, 0, ""},
14843 {"RawSockaddrInet4", Type, 0, ""},
14844 {"RawSockaddrInet4.Addr", Field, 0, ""},
14845 {"RawSockaddrInet4.Family", Field, 0, ""},
14846 {"RawSockaddrInet4.Len", Field, 0, ""},
14847 {"RawSockaddrInet4.Port", Field, 0, ""},
14848 {"RawSockaddrInet4.Zero", Field, 0, ""},
14849 {"RawSockaddrInet6", Type, 0, ""},
14850 {"RawSockaddrInet6.Addr", Field, 0, ""},
14851 {"RawSockaddrInet6.Family", Field, 0, ""},
14852 {"RawSockaddrInet6.Flowinfo", Field, 0, ""},
14853 {"RawSockaddrInet6.Len", Field, 0, ""},
14854 {"RawSockaddrInet6.Port", Field, 0, ""},
14855 {"RawSockaddrInet6.Scope_id", Field, 0, ""},
14856 {"RawSockaddrLinklayer", Type, 0, ""},
14857 {"RawSockaddrLinklayer.Addr", Field, 0, ""},
14858 {"RawSockaddrLinklayer.Family", Field, 0, ""},
14859 {"RawSockaddrLinklayer.Halen", Field, 0, ""},
14860 {"RawSockaddrLinklayer.Hatype", Field, 0, ""},
14861 {"RawSockaddrLinklayer.Ifindex", Field, 0, ""},
14862 {"RawSockaddrLinklayer.Pkttype", Field, 0, ""},
14863 {"RawSockaddrLinklayer.Protocol", Field, 0, ""},
14864 {"RawSockaddrNetlink", Type, 0, ""},
14865 {"RawSockaddrNetlink.Family", Field, 0, ""},
14866 {"RawSockaddrNetlink.Groups", Field, 0, ""},
14867 {"RawSockaddrNetlink.Pad", Field, 0, ""},
14868 {"RawSockaddrNetlink.Pid", Field, 0, ""},
14869 {"RawSockaddrUnix", Type, 0, ""},
14870 {"RawSockaddrUnix.Family", Field, 0, ""},
14871 {"RawSockaddrUnix.Len", Field, 0, ""},
14872 {"RawSockaddrUnix.Pad_cgo_0", Field, 2, ""},
14873 {"RawSockaddrUnix.Path", Field, 0, ""},
14874 {"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
14875 {"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
14876 {"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
14877 {"ReadConsole", Func, 1, ""},
14878 {"ReadDirectoryChanges", Func, 0, ""},
14879 {"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
14880 {"ReadFile", Func, 0, ""},
14881 {"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
14882 {"Reboot", Func, 0, "func(cmd int) (err error)"},
14883 {"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
14884 {"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
14885 {"RegCloseKey", Func, 0, ""},
14886 {"RegEnumKeyEx", Func, 0, ""},
14887 {"RegOpenKeyEx", Func, 0, ""},
14888 {"RegQueryInfoKey", Func, 0, ""},
14889 {"RegQueryValueEx", Func, 0, ""},
14890 {"RemoveDirectory", Func, 0, ""},
14891 {"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
14892 {"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
14893 {"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
14894 {"Revoke", Func, 0, ""},
14895 {"Rlimit", Type, 0, ""},
14896 {"Rlimit.Cur", Field, 0, ""},
14897 {"Rlimit.Max", Field, 0, ""},
14898 {"Rmdir", Func, 0, "func(path string) error"},
14899 {"RouteMessage", Type, 0, ""},
14900 {"RouteMessage.Data", Field, 0, ""},
14901 {"RouteMessage.Header", Field, 0, ""},
14902 {"RouteRIB", Func, 0, ""},
14903 {"RoutingMessage", Type, 14, ""},
14904 {"RtAttr", Type, 0, ""},
14905 {"RtAttr.Len", Field, 0, ""},
14906 {"RtAttr.Type", Field, 0, ""},
14907 {"RtGenmsg", Type, 0, ""},
14908 {"RtGenmsg.Family", Field, 0, ""},
14909 {"RtMetrics", Type, 0, ""},
14910 {"RtMetrics.Expire", Field, 0, ""},
14911 {"RtMetrics.Filler", Field, 0, ""},
14912 {"RtMetrics.Hopcount", Field, 0, ""},
14913 {"RtMetrics.Locks", Field, 0, ""},
14914 {"RtMetrics.Mtu", Field, 0, ""},
14915 {"RtMetrics.Pad", Field, 3, ""},
14916 {"RtMetrics.Pksent", Field, 0, ""},
14917 {"RtMetrics.Recvpipe", Field, 0, ""},
14918 {"RtMetrics.Refcnt", Field, 2, ""},
14919 {"RtMetrics.Rtt", Field, 0, ""},
14920 {"RtMetrics.Rttvar", Field, 0, ""},
14921 {"RtMetrics.Sendpipe", Field, 0, ""},
14922 {"RtMetrics.Ssthresh", Field, 0, ""},
14923 {"RtMetrics.Weight", Field, 0, ""},
14924 {"RtMsg", Type, 0, ""},
14925 {"RtMsg.Dst_len", Field, 0, ""},
14926 {"RtMsg.Family", Field, 0, ""},
14927 {"RtMsg.Flags", Field, 0, ""},
14928 {"RtMsg.Protocol", Field, 0, ""},
14929 {"RtMsg.Scope", Field, 0, ""},
14930 {"RtMsg.Src_len", Field, 0, ""},
14931 {"RtMsg.Table", Field, 0, ""},
14932 {"RtMsg.Tos", Field, 0, ""},
14933 {"RtMsg.Type", Field, 0, ""},
14934 {"RtMsghdr", Type, 0, ""},
14935 {"RtMsghdr.Addrs", Field, 0, ""},
14936 {"RtMsghdr.Errno", Field, 0, ""},
14937 {"RtMsghdr.Flags", Field, 0, ""},
14938 {"RtMsghdr.Fmask", Field, 0, ""},
14939 {"RtMsghdr.Hdrlen", Field, 2, ""},
14940 {"RtMsghdr.Index", Field, 0, ""},
14941 {"RtMsghdr.Inits", Field, 0, ""},
14942 {"RtMsghdr.Mpls", Field, 2, ""},
14943 {"RtMsghdr.Msglen", Field, 0, ""},
14944 {"RtMsghdr.Pad_cgo_0", Field, 0, ""},
14945 {"RtMsghdr.Pad_cgo_1", Field, 2, ""},
14946 {"RtMsghdr.Pid", Field, 0, ""},
14947 {"RtMsghdr.Priority", Field, 2, ""},
14948 {"RtMsghdr.Rmx", Field, 0, ""},
14949 {"RtMsghdr.Seq", Field, 0, ""},
14950 {"RtMsghdr.Tableid", Field, 2, ""},
14951 {"RtMsghdr.Type", Field, 0, ""},
14952 {"RtMsghdr.Use", Field, 0, ""},
14953 {"RtMsghdr.Version", Field, 0, ""},
14954 {"RtNexthop", Type, 0, ""},
14955 {"RtNexthop.Flags", Field, 0, ""},
14956 {"RtNexthop.Hops", Field, 0, ""},
14957 {"RtNexthop.Ifindex", Field, 0, ""},
14958 {"RtNexthop.Len", Field, 0, ""},
14959 {"Rusage", Type, 0, ""},
14960 {"Rusage.CreationTime", Field, 0, ""},
14961 {"Rusage.ExitTime", Field, 0, ""},
14962 {"Rusage.Idrss", Field, 0, ""},
14963 {"Rusage.Inblock", Field, 0, ""},
14964 {"Rusage.Isrss", Field, 0, ""},
14965 {"Rusage.Ixrss", Field, 0, ""},
14966 {"Rusage.KernelTime", Field, 0, ""},
14967 {"Rusage.Majflt", Field, 0, ""},
14968 {"Rusage.Maxrss", Field, 0, ""},
14969 {"Rusage.Minflt", Field, 0, ""},
14970 {"Rusage.Msgrcv", Field, 0, ""},
14971 {"Rusage.Msgsnd", Field, 0, ""},
14972 {"Rusage.Nivcsw", Field, 0, ""},
14973 {"Rusage.Nsignals", Field, 0, ""},
14974 {"Rusage.Nswap", Field, 0, ""},
14975 {"Rusage.Nvcsw", Field, 0, ""},
14976 {"Rusage.Oublock", Field, 0, ""},
14977 {"Rusage.Stime", Field, 0, ""},
14978 {"Rusage.UserTime", Field, 0, ""},
14979 {"Rusage.Utime", Field, 0, ""},
14980 {"SCM_BINTIME", Const, 0, ""},
14981 {"SCM_CREDENTIALS", Const, 0, ""},
14982 {"SCM_CREDS", Const, 0, ""},
14983 {"SCM_RIGHTS", Const, 0, ""},
14984 {"SCM_TIMESTAMP", Const, 0, ""},
14985 {"SCM_TIMESTAMPING", Const, 0, ""},
14986 {"SCM_TIMESTAMPNS", Const, 0, ""},
14987 {"SCM_TIMESTAMP_MONOTONIC", Const, 0, ""},
14988 {"SHUT_RD", Const, 0, ""},
14989 {"SHUT_RDWR", Const, 0, ""},
14990 {"SHUT_WR", Const, 0, ""},
14991 {"SID", Type, 0, ""},
14992 {"SIDAndAttributes", Type, 0, ""},
14993 {"SIDAndAttributes.Attributes", Field, 0, ""},
14994 {"SIDAndAttributes.Sid", Field, 0, ""},
14995 {"SIGABRT", Const, 0, ""},
14996 {"SIGALRM", Const, 0, ""},
14997 {"SIGBUS", Const, 0, ""},
14998 {"SIGCHLD", Const, 0, ""},
14999 {"SIGCLD", Const, 0, ""},
15000 {"SIGCONT", Const, 0, ""},
15001 {"SIGEMT", Const, 0, ""},
15002 {"SIGFPE", Const, 0, ""},
15003 {"SIGHUP", Const, 0, ""},
15004 {"SIGILL", Const, 0, ""},
15005 {"SIGINFO", Const, 0, ""},
15006 {"SIGINT", Const, 0, ""},
15007 {"SIGIO", Const, 0, ""},
15008 {"SIGIOT", Const, 0, ""},
15009 {"SIGKILL", Const, 0, ""},
15010 {"SIGLIBRT", Const, 1, ""},
15011 {"SIGLWP", Const, 0, ""},
15012 {"SIGPIPE", Const, 0, ""},
15013 {"SIGPOLL", Const, 0, ""},
15014 {"SIGPROF", Const, 0, ""},
15015 {"SIGPWR", Const, 0, ""},
15016 {"SIGQUIT", Const, 0, ""},
15017 {"SIGSEGV", Const, 0, ""},
15018 {"SIGSTKFLT", Const, 0, ""},
15019 {"SIGSTOP", Const, 0, ""},
15020 {"SIGSYS", Const, 0, ""},
15021 {"SIGTERM", Const, 0, ""},
15022 {"SIGTHR", Const, 0, ""},
15023 {"SIGTRAP", Const, 0, ""},
15024 {"SIGTSTP", Const, 0, ""},
15025 {"SIGTTIN", Const, 0, ""},
15026 {"SIGTTOU", Const, 0, ""},
15027 {"SIGUNUSED", Const, 0, ""},
15028 {"SIGURG", Const, 0, ""},
15029 {"SIGUSR1", Const, 0, ""},
15030 {"SIGUSR2", Const, 0, ""},
15031 {"SIGVTALRM", Const, 0, ""},
15032 {"SIGWINCH", Const, 0, ""},
15033 {"SIGXCPU", Const, 0, ""},
15034 {"SIGXFSZ", Const, 0, ""},
15035 {"SIOCADDDLCI", Const, 0, ""},
15036 {"SIOCADDMULTI", Const, 0, ""},
15037 {"SIOCADDRT", Const, 0, ""},
15038 {"SIOCAIFADDR", Const, 0, ""},
15039 {"SIOCAIFGROUP", Const, 0, ""},
15040 {"SIOCALIFADDR", Const, 0, ""},
15041 {"SIOCARPIPLL", Const, 0, ""},
15042 {"SIOCATMARK", Const, 0, ""},
15043 {"SIOCAUTOADDR", Const, 0, ""},
15044 {"SIOCAUTONETMASK", Const, 0, ""},
15045 {"SIOCBRDGADD", Const, 1, ""},
15046 {"SIOCBRDGADDS", Const, 1, ""},
15047 {"SIOCBRDGARL", Const, 1, ""},
15048 {"SIOCBRDGDADDR", Const, 1, ""},
15049 {"SIOCBRDGDEL", Const, 1, ""},
15050 {"SIOCBRDGDELS", Const, 1, ""},
15051 {"SIOCBRDGFLUSH", Const, 1, ""},
15052 {"SIOCBRDGFRL", Const, 1, ""},
15053 {"SIOCBRDGGCACHE", Const, 1, ""},
15054 {"SIOCBRDGGFD", Const, 1, ""},
15055 {"SIOCBRDGGHT", Const, 1, ""},
15056 {"SIOCBRDGGIFFLGS", Const, 1, ""},
15057 {"SIOCBRDGGMA", Const, 1, ""},
15058 {"SIOCBRDGGPARAM", Const, 1, ""},
15059 {"SIOCBRDGGPRI", Const, 1, ""},
15060 {"SIOCBRDGGRL", Const, 1, ""},
15061 {"SIOCBRDGGSIFS", Const, 1, ""},
15062 {"SIOCBRDGGTO", Const, 1, ""},
15063 {"SIOCBRDGIFS", Const, 1, ""},
15064 {"SIOCBRDGRTS", Const, 1, ""},
15065 {"SIOCBRDGSADDR", Const, 1, ""},
15066 {"SIOCBRDGSCACHE", Const, 1, ""},
15067 {"SIOCBRDGSFD", Const, 1, ""},
15068 {"SIOCBRDGSHT", Const, 1, ""},
15069 {"SIOCBRDGSIFCOST", Const, 1, ""},
15070 {"SIOCBRDGSIFFLGS", Const, 1, ""},
15071 {"SIOCBRDGSIFPRIO", Const, 1, ""},
15072 {"SIOCBRDGSMA", Const, 1, ""},
15073 {"SIOCBRDGSPRI", Const, 1, ""},
15074 {"SIOCBRDGSPROTO", Const, 1, ""},
15075 {"SIOCBRDGSTO", Const, 1, ""},
15076 {"SIOCBRDGSTXHC", Const, 1, ""},
15077 {"SIOCDARP", Const, 0, ""},
15078 {"SIOCDELDLCI", Const, 0, ""},
15079 {"SIOCDELMULTI", Const, 0, ""},
15080 {"SIOCDELRT", Const, 0, ""},
15081 {"SIOCDEVPRIVATE", Const, 0, ""},
15082 {"SIOCDIFADDR", Const, 0, ""},
15083 {"SIOCDIFGROUP", Const, 0, ""},
15084 {"SIOCDIFPHYADDR", Const, 0, ""},
15085 {"SIOCDLIFADDR", Const, 0, ""},
15086 {"SIOCDRARP", Const, 0, ""},
15087 {"SIOCGARP", Const, 0, ""},
15088 {"SIOCGDRVSPEC", Const, 0, ""},
15089 {"SIOCGETKALIVE", Const, 1, ""},
15090 {"SIOCGETLABEL", Const, 1, ""},
15091 {"SIOCGETPFLOW", Const, 1, ""},
15092 {"SIOCGETPFSYNC", Const, 1, ""},
15093 {"SIOCGETSGCNT", Const, 0, ""},
15094 {"SIOCGETVIFCNT", Const, 0, ""},
15095 {"SIOCGETVLAN", Const, 0, ""},
15096 {"SIOCGHIWAT", Const, 0, ""},
15097 {"SIOCGIFADDR", Const, 0, ""},
15098 {"SIOCGIFADDRPREF", Const, 1, ""},
15099 {"SIOCGIFALIAS", Const, 1, ""},
15100 {"SIOCGIFALTMTU", Const, 0, ""},
15101 {"SIOCGIFASYNCMAP", Const, 0, ""},
15102 {"SIOCGIFBOND", Const, 0, ""},
15103 {"SIOCGIFBR", Const, 0, ""},
15104 {"SIOCGIFBRDADDR", Const, 0, ""},
15105 {"SIOCGIFCAP", Const, 0, ""},
15106 {"SIOCGIFCONF", Const, 0, ""},
15107 {"SIOCGIFCOUNT", Const, 0, ""},
15108 {"SIOCGIFDATA", Const, 1, ""},
15109 {"SIOCGIFDESCR", Const, 0, ""},
15110 {"SIOCGIFDEVMTU", Const, 0, ""},
15111 {"SIOCGIFDLT", Const, 1, ""},
15112 {"SIOCGIFDSTADDR", Const, 0, ""},
15113 {"SIOCGIFENCAP", Const, 0, ""},
15114 {"SIOCGIFFIB", Const, 1, ""},
15115 {"SIOCGIFFLAGS", Const, 0, ""},
15116 {"SIOCGIFGATTR", Const, 1, ""},
15117 {"SIOCGIFGENERIC", Const, 0, ""},
15118 {"SIOCGIFGMEMB", Const, 0, ""},
15119 {"SIOCGIFGROUP", Const, 0, ""},
15120 {"SIOCGIFHARDMTU", Const, 3, ""},
15121 {"SIOCGIFHWADDR", Const, 0, ""},
15122 {"SIOCGIFINDEX", Const, 0, ""},
15123 {"SIOCGIFKPI", Const, 0, ""},
15124 {"SIOCGIFMAC", Const, 0, ""},
15125 {"SIOCGIFMAP", Const, 0, ""},
15126 {"SIOCGIFMEDIA", Const, 0, ""},
15127 {"SIOCGIFMEM", Const, 0, ""},
15128 {"SIOCGIFMETRIC", Const, 0, ""},
15129 {"SIOCGIFMTU", Const, 0, ""},
15130 {"SIOCGIFNAME", Const, 0, ""},
15131 {"SIOCGIFNETMASK", Const, 0, ""},
15132 {"SIOCGIFPDSTADDR", Const, 0, ""},
15133 {"SIOCGIFPFLAGS", Const, 0, ""},
15134 {"SIOCGIFPHYS", Const, 0, ""},
15135 {"SIOCGIFPRIORITY", Const, 1, ""},
15136 {"SIOCGIFPSRCADDR", Const, 0, ""},
15137 {"SIOCGIFRDOMAIN", Const, 1, ""},
15138 {"SIOCGIFRTLABEL", Const, 1, ""},
15139 {"SIOCGIFSLAVE", Const, 0, ""},
15140 {"SIOCGIFSTATUS", Const, 0, ""},
15141 {"SIOCGIFTIMESLOT", Const, 1, ""},
15142 {"SIOCGIFTXQLEN", Const, 0, ""},
15143 {"SIOCGIFVLAN", Const, 0, ""},
15144 {"SIOCGIFWAKEFLAGS", Const, 0, ""},
15145 {"SIOCGIFXFLAGS", Const, 1, ""},
15146 {"SIOCGLIFADDR", Const, 0, ""},
15147 {"SIOCGLIFPHYADDR", Const, 0, ""},
15148 {"SIOCGLIFPHYRTABLE", Const, 1, ""},
15149 {"SIOCGLIFPHYTTL", Const, 3, ""},
15150 {"SIOCGLINKSTR", Const, 1, ""},
15151 {"SIOCGLOWAT", Const, 0, ""},
15152 {"SIOCGPGRP", Const, 0, ""},
15153 {"SIOCGPRIVATE_0", Const, 0, ""},
15154 {"SIOCGPRIVATE_1", Const, 0, ""},
15155 {"SIOCGRARP", Const, 0, ""},
15156 {"SIOCGSPPPPARAMS", Const, 3, ""},
15157 {"SIOCGSTAMP", Const, 0, ""},
15158 {"SIOCGSTAMPNS", Const, 0, ""},
15159 {"SIOCGVH", Const, 1, ""},
15160 {"SIOCGVNETID", Const, 3, ""},
15161 {"SIOCIFCREATE", Const, 0, ""},
15162 {"SIOCIFCREATE2", Const, 0, ""},
15163 {"SIOCIFDESTROY", Const, 0, ""},
15164 {"SIOCIFGCLONERS", Const, 0, ""},
15165 {"SIOCINITIFADDR", Const, 1, ""},
15166 {"SIOCPROTOPRIVATE", Const, 0, ""},
15167 {"SIOCRSLVMULTI", Const, 0, ""},
15168 {"SIOCRTMSG", Const, 0, ""},
15169 {"SIOCSARP", Const, 0, ""},
15170 {"SIOCSDRVSPEC", Const, 0, ""},
15171 {"SIOCSETKALIVE", Const, 1, ""},
15172 {"SIOCSETLABEL", Const, 1, ""},
15173 {"SIOCSETPFLOW", Const, 1, ""},
15174 {"SIOCSETPFSYNC", Const, 1, ""},
15175 {"SIOCSETVLAN", Const, 0, ""},
15176 {"SIOCSHIWAT", Const, 0, ""},
15177 {"SIOCSIFADDR", Const, 0, ""},
15178 {"SIOCSIFADDRPREF", Const, 1, ""},
15179 {"SIOCSIFALTMTU", Const, 0, ""},
15180 {"SIOCSIFASYNCMAP", Const, 0, ""},
15181 {"SIOCSIFBOND", Const, 0, ""},
15182 {"SIOCSIFBR", Const, 0, ""},
15183 {"SIOCSIFBRDADDR", Const, 0, ""},
15184 {"SIOCSIFCAP", Const, 0, ""},
15185 {"SIOCSIFDESCR", Const, 0, ""},
15186 {"SIOCSIFDSTADDR", Const, 0, ""},
15187 {"SIOCSIFENCAP", Const, 0, ""},
15188 {"SIOCSIFFIB", Const, 1, ""},
15189 {"SIOCSIFFLAGS", Const, 0, ""},
15190 {"SIOCSIFGATTR", Const, 1, ""},
15191 {"SIOCSIFGENERIC", Const, 0, ""},
15192 {"SIOCSIFHWADDR", Const, 0, ""},
15193 {"SIOCSIFHWBROADCAST", Const, 0, ""},
15194 {"SIOCSIFKPI", Const, 0, ""},
15195 {"SIOCSIFLINK", Const, 0, ""},
15196 {"SIOCSIFLLADDR", Const, 0, ""},
15197 {"SIOCSIFMAC", Const, 0, ""},
15198 {"SIOCSIFMAP", Const, 0, ""},
15199 {"SIOCSIFMEDIA", Const, 0, ""},
15200 {"SIOCSIFMEM", Const, 0, ""},
15201 {"SIOCSIFMETRIC", Const, 0, ""},
15202 {"SIOCSIFMTU", Const, 0, ""},
15203 {"SIOCSIFNAME", Const, 0, ""},
15204 {"SIOCSIFNETMASK", Const, 0, ""},
15205 {"SIOCSIFPFLAGS", Const, 0, ""},
15206 {"SIOCSIFPHYADDR", Const, 0, ""},
15207 {"SIOCSIFPHYS", Const, 0, ""},
15208 {"SIOCSIFPRIORITY", Const, 1, ""},
15209 {"SIOCSIFRDOMAIN", Const, 1, ""},
15210 {"SIOCSIFRTLABEL", Const, 1, ""},
15211 {"SIOCSIFRVNET", Const, 0, ""},
15212 {"SIOCSIFSLAVE", Const, 0, ""},
15213 {"SIOCSIFTIMESLOT", Const, 1, ""},
15214 {"SIOCSIFTXQLEN", Const, 0, ""},
15215 {"SIOCSIFVLAN", Const, 0, ""},
15216 {"SIOCSIFVNET", Const, 0, ""},
15217 {"SIOCSIFXFLAGS", Const, 1, ""},
15218 {"SIOCSLIFPHYADDR", Const, 0, ""},
15219 {"SIOCSLIFPHYRTABLE", Const, 1, ""},
15220 {"SIOCSLIFPHYTTL", Const, 3, ""},
15221 {"SIOCSLINKSTR", Const, 1, ""},
15222 {"SIOCSLOWAT", Const, 0, ""},
15223 {"SIOCSPGRP", Const, 0, ""},
15224 {"SIOCSRARP", Const, 0, ""},
15225 {"SIOCSSPPPPARAMS", Const, 3, ""},
15226 {"SIOCSVH", Const, 1, ""},
15227 {"SIOCSVNETID", Const, 3, ""},
15228 {"SIOCZIFDATA", Const, 1, ""},
15229 {"SIO_GET_EXTENSION_FUNCTION_POINTER", Const, 1, ""},
15230 {"SIO_GET_INTERFACE_LIST", Const, 0, ""},
15231 {"SIO_KEEPALIVE_VALS", Const, 3, ""},
15232 {"SIO_UDP_CONNRESET", Const, 4, ""},
15233 {"SOCK_CLOEXEC", Const, 0, ""},
15234 {"SOCK_DCCP", Const, 0, ""},
15235 {"SOCK_DGRAM", Const, 0, ""},
15236 {"SOCK_FLAGS_MASK", Const, 1, ""},
15237 {"SOCK_MAXADDRLEN", Const, 0, ""},
15238 {"SOCK_NONBLOCK", Const, 0, ""},
15239 {"SOCK_NOSIGPIPE", Const, 1, ""},
15240 {"SOCK_PACKET", Const, 0, ""},
15241 {"SOCK_RAW", Const, 0, ""},
15242 {"SOCK_RDM", Const, 0, ""},
15243 {"SOCK_SEQPACKET", Const, 0, ""},
15244 {"SOCK_STREAM", Const, 0, ""},
15245 {"SOL_AAL", Const, 0, ""},
15246 {"SOL_ATM", Const, 0, ""},
15247 {"SOL_DECNET", Const, 0, ""},
15248 {"SOL_ICMPV6", Const, 0, ""},
15249 {"SOL_IP", Const, 0, ""},
15250 {"SOL_IPV6", Const, 0, ""},
15251 {"SOL_IRDA", Const, 0, ""},
15252 {"SOL_PACKET", Const, 0, ""},
15253 {"SOL_RAW", Const, 0, ""},
15254 {"SOL_SOCKET", Const, 0, ""},
15255 {"SOL_TCP", Const, 0, ""},
15256 {"SOL_X25", Const, 0, ""},
15257 {"SOMAXCONN", Const, 0, ""},
15258 {"SO_ACCEPTCONN", Const, 0, ""},
15259 {"SO_ACCEPTFILTER", Const, 0, ""},
15260 {"SO_ATTACH_FILTER", Const, 0, ""},
15261 {"SO_BINDANY", Const, 1, ""},
15262 {"SO_BINDTODEVICE", Const, 0, ""},
15263 {"SO_BINTIME", Const, 0, ""},
15264 {"SO_BROADCAST", Const, 0, ""},
15265 {"SO_BSDCOMPAT", Const, 0, ""},
15266 {"SO_DEBUG", Const, 0, ""},
15267 {"SO_DETACH_FILTER", Const, 0, ""},
15268 {"SO_DOMAIN", Const, 0, ""},
15269 {"SO_DONTROUTE", Const, 0, ""},
15270 {"SO_DONTTRUNC", Const, 0, ""},
15271 {"SO_ERROR", Const, 0, ""},
15272 {"SO_KEEPALIVE", Const, 0, ""},
15273 {"SO_LABEL", Const, 0, ""},
15274 {"SO_LINGER", Const, 0, ""},
15275 {"SO_LINGER_SEC", Const, 0, ""},
15276 {"SO_LISTENINCQLEN", Const, 0, ""},
15277 {"SO_LISTENQLEN", Const, 0, ""},
15278 {"SO_LISTENQLIMIT", Const, 0, ""},
15279 {"SO_MARK", Const, 0, ""},
15280 {"SO_NETPROC", Const, 1, ""},
15281 {"SO_NKE", Const, 0, ""},
15282 {"SO_NOADDRERR", Const, 0, ""},
15283 {"SO_NOHEADER", Const, 1, ""},
15284 {"SO_NOSIGPIPE", Const, 0, ""},
15285 {"SO_NOTIFYCONFLICT", Const, 0, ""},
15286 {"SO_NO_CHECK", Const, 0, ""},
15287 {"SO_NO_DDP", Const, 0, ""},
15288 {"SO_NO_OFFLOAD", Const, 0, ""},
15289 {"SO_NP_EXTENSIONS", Const, 0, ""},
15290 {"SO_NREAD", Const, 0, ""},
15291 {"SO_NUMRCVPKT", Const, 16, ""},
15292 {"SO_NWRITE", Const, 0, ""},
15293 {"SO_OOBINLINE", Const, 0, ""},
15294 {"SO_OVERFLOWED", Const, 1, ""},
15295 {"SO_PASSCRED", Const, 0, ""},
15296 {"SO_PASSSEC", Const, 0, ""},
15297 {"SO_PEERCRED", Const, 0, ""},
15298 {"SO_PEERLABEL", Const, 0, ""},
15299 {"SO_PEERNAME", Const, 0, ""},
15300 {"SO_PEERSEC", Const, 0, ""},
15301 {"SO_PRIORITY", Const, 0, ""},
15302 {"SO_PROTOCOL", Const, 0, ""},
15303 {"SO_PROTOTYPE", Const, 1, ""},
15304 {"SO_RANDOMPORT", Const, 0, ""},
15305 {"SO_RCVBUF", Const, 0, ""},
15306 {"SO_RCVBUFFORCE", Const, 0, ""},
15307 {"SO_RCVLOWAT", Const, 0, ""},
15308 {"SO_RCVTIMEO", Const, 0, ""},
15309 {"SO_RESTRICTIONS", Const, 0, ""},
15310 {"SO_RESTRICT_DENYIN", Const, 0, ""},
15311 {"SO_RESTRICT_DENYOUT", Const, 0, ""},
15312 {"SO_RESTRICT_DENYSET", Const, 0, ""},
15313 {"SO_REUSEADDR", Const, 0, ""},
15314 {"SO_REUSEPORT", Const, 0, ""},
15315 {"SO_REUSESHAREUID", Const, 0, ""},
15316 {"SO_RTABLE", Const, 1, ""},
15317 {"SO_RXQ_OVFL", Const, 0, ""},
15318 {"SO_SECURITY_AUTHENTICATION", Const, 0, ""},
15319 {"SO_SECURITY_ENCRYPTION_NETWORK", Const, 0, ""},
15320 {"SO_SECURITY_ENCRYPTION_TRANSPORT", Const, 0, ""},
15321 {"SO_SETFIB", Const, 0, ""},
15322 {"SO_SNDBUF", Const, 0, ""},
15323 {"SO_SNDBUFFORCE", Const, 0, ""},
15324 {"SO_SNDLOWAT", Const, 0, ""},
15325 {"SO_SNDTIMEO", Const, 0, ""},
15326 {"SO_SPLICE", Const, 1, ""},
15327 {"SO_TIMESTAMP", Const, 0, ""},
15328 {"SO_TIMESTAMPING", Const, 0, ""},
15329 {"SO_TIMESTAMPNS", Const, 0, ""},
15330 {"SO_TIMESTAMP_MONOTONIC", Const, 0, ""},
15331 {"SO_TYPE", Const, 0, ""},
15332 {"SO_UPCALLCLOSEWAIT", Const, 0, ""},
15333 {"SO_UPDATE_ACCEPT_CONTEXT", Const, 0, ""},
15334 {"SO_UPDATE_CONNECT_CONTEXT", Const, 1, ""},
15335 {"SO_USELOOPBACK", Const, 0, ""},
15336 {"SO_USER_COOKIE", Const, 1, ""},
15337 {"SO_VENDOR", Const, 3, ""},
15338 {"SO_WANTMORE", Const, 0, ""},
15339 {"SO_WANTOOBFLAG", Const, 0, ""},
15340 {"SSLExtraCertChainPolicyPara", Type, 0, ""},
15341 {"SSLExtraCertChainPolicyPara.AuthType", Field, 0, ""},
15342 {"SSLExtraCertChainPolicyPara.Checks", Field, 0, ""},
15343 {"SSLExtraCertChainPolicyPara.ServerName", Field, 0, ""},
15344 {"SSLExtraCertChainPolicyPara.Size", Field, 0, ""},
15345 {"STANDARD_RIGHTS_ALL", Const, 0, ""},
15346 {"STANDARD_RIGHTS_EXECUTE", Const, 0, ""},
15347 {"STANDARD_RIGHTS_READ", Const, 0, ""},
15348 {"STANDARD_RIGHTS_REQUIRED", Const, 0, ""},
15349 {"STANDARD_RIGHTS_WRITE", Const, 0, ""},
15350 {"STARTF_USESHOWWINDOW", Const, 0, ""},
15351 {"STARTF_USESTDHANDLES", Const, 0, ""},
15352 {"STD_ERROR_HANDLE", Const, 0, ""},
15353 {"STD_INPUT_HANDLE", Const, 0, ""},
15354 {"STD_OUTPUT_HANDLE", Const, 0, ""},
15355 {"SUBLANG_ENGLISH_US", Const, 0, ""},
15356 {"SW_FORCEMINIMIZE", Const, 0, ""},
15357 {"SW_HIDE", Const, 0, ""},
15358 {"SW_MAXIMIZE", Const, 0, ""},
15359 {"SW_MINIMIZE", Const, 0, ""},
15360 {"SW_NORMAL", Const, 0, ""},
15361 {"SW_RESTORE", Const, 0, ""},
15362 {"SW_SHOW", Const, 0, ""},
15363 {"SW_SHOWDEFAULT", Const, 0, ""},
15364 {"SW_SHOWMAXIMIZED", Const, 0, ""},
15365 {"SW_SHOWMINIMIZED", Const, 0, ""},
15366 {"SW_SHOWMINNOACTIVE", Const, 0, ""},
15367 {"SW_SHOWNA", Const, 0, ""},
15368 {"SW_SHOWNOACTIVATE", Const, 0, ""},
15369 {"SW_SHOWNORMAL", Const, 0, ""},
15370 {"SYMBOLIC_LINK_FLAG_DIRECTORY", Const, 4, ""},
15371 {"SYNCHRONIZE", Const, 0, ""},
15372 {"SYSCTL_VERSION", Const, 1, ""},
15373 {"SYSCTL_VERS_0", Const, 1, ""},
15374 {"SYSCTL_VERS_1", Const, 1, ""},
15375 {"SYSCTL_VERS_MASK", Const, 1, ""},
15376 {"SYS_ABORT2", Const, 0, ""},
15377 {"SYS_ACCEPT", Const, 0, ""},
15378 {"SYS_ACCEPT4", Const, 0, ""},
15379 {"SYS_ACCEPT_NOCANCEL", Const, 0, ""},
15380 {"SYS_ACCESS", Const, 0, ""},
15381 {"SYS_ACCESS_EXTENDED", Const, 0, ""},
15382 {"SYS_ACCT", Const, 0, ""},
15383 {"SYS_ADD_KEY", Const, 0, ""},
15384 {"SYS_ADD_PROFIL", Const, 0, ""},
15385 {"SYS_ADJFREQ", Const, 1, ""},
15386 {"SYS_ADJTIME", Const, 0, ""},
15387 {"SYS_ADJTIMEX", Const, 0, ""},
15388 {"SYS_AFS_SYSCALL", Const, 0, ""},
15389 {"SYS_AIO_CANCEL", Const, 0, ""},
15390 {"SYS_AIO_ERROR", Const, 0, ""},
15391 {"SYS_AIO_FSYNC", Const, 0, ""},
15392 {"SYS_AIO_MLOCK", Const, 14, ""},
15393 {"SYS_AIO_READ", Const, 0, ""},
15394 {"SYS_AIO_RETURN", Const, 0, ""},
15395 {"SYS_AIO_SUSPEND", Const, 0, ""},
15396 {"SYS_AIO_SUSPEND_NOCANCEL", Const, 0, ""},
15397 {"SYS_AIO_WAITCOMPLETE", Const, 14, ""},
15398 {"SYS_AIO_WRITE", Const, 0, ""},
15399 {"SYS_ALARM", Const, 0, ""},
15400 {"SYS_ARCH_PRCTL", Const, 0, ""},
15401 {"SYS_ARM_FADVISE64_64", Const, 0, ""},
15402 {"SYS_ARM_SYNC_FILE_RANGE", Const, 0, ""},
15403 {"SYS_ATGETMSG", Const, 0, ""},
15404 {"SYS_ATPGETREQ", Const, 0, ""},
15405 {"SYS_ATPGETRSP", Const, 0, ""},
15406 {"SYS_ATPSNDREQ", Const, 0, ""},
15407 {"SYS_ATPSNDRSP", Const, 0, ""},
15408 {"SYS_ATPUTMSG", Const, 0, ""},
15409 {"SYS_ATSOCKET", Const, 0, ""},
15410 {"SYS_AUDIT", Const, 0, ""},
15411 {"SYS_AUDITCTL", Const, 0, ""},
15412 {"SYS_AUDITON", Const, 0, ""},
15413 {"SYS_AUDIT_SESSION_JOIN", Const, 0, ""},
15414 {"SYS_AUDIT_SESSION_PORT", Const, 0, ""},
15415 {"SYS_AUDIT_SESSION_SELF", Const, 0, ""},
15416 {"SYS_BDFLUSH", Const, 0, ""},
15417 {"SYS_BIND", Const, 0, ""},
15418 {"SYS_BINDAT", Const, 3, ""},
15419 {"SYS_BREAK", Const, 0, ""},
15420 {"SYS_BRK", Const, 0, ""},
15421 {"SYS_BSDTHREAD_CREATE", Const, 0, ""},
15422 {"SYS_BSDTHREAD_REGISTER", Const, 0, ""},
15423 {"SYS_BSDTHREAD_TERMINATE", Const, 0, ""},
15424 {"SYS_CAPGET", Const, 0, ""},
15425 {"SYS_CAPSET", Const, 0, ""},
15426 {"SYS_CAP_ENTER", Const, 0, ""},
15427 {"SYS_CAP_FCNTLS_GET", Const, 1, ""},
15428 {"SYS_CAP_FCNTLS_LIMIT", Const, 1, ""},
15429 {"SYS_CAP_GETMODE", Const, 0, ""},
15430 {"SYS_CAP_GETRIGHTS", Const, 0, ""},
15431 {"SYS_CAP_IOCTLS_GET", Const, 1, ""},
15432 {"SYS_CAP_IOCTLS_LIMIT", Const, 1, ""},
15433 {"SYS_CAP_NEW", Const, 0, ""},
15434 {"SYS_CAP_RIGHTS_GET", Const, 1, ""},
15435 {"SYS_CAP_RIGHTS_LIMIT", Const, 1, ""},
15436 {"SYS_CHDIR", Const, 0, ""},
15437 {"SYS_CHFLAGS", Const, 0, ""},
15438 {"SYS_CHFLAGSAT", Const, 3, ""},
15439 {"SYS_CHMOD", Const, 0, ""},
15440 {"SYS_CHMOD_EXTENDED", Const, 0, ""},
15441 {"SYS_CHOWN", Const, 0, ""},
15442 {"SYS_CHOWN32", Const, 0, ""},
15443 {"SYS_CHROOT", Const, 0, ""},
15444 {"SYS_CHUD", Const, 0, ""},
15445 {"SYS_CLOCK_ADJTIME", Const, 0, ""},
15446 {"SYS_CLOCK_GETCPUCLOCKID2", Const, 1, ""},
15447 {"SYS_CLOCK_GETRES", Const, 0, ""},
15448 {"SYS_CLOCK_GETTIME", Const, 0, ""},
15449 {"SYS_CLOCK_NANOSLEEP", Const, 0, ""},
15450 {"SYS_CLOCK_SETTIME", Const, 0, ""},
15451 {"SYS_CLONE", Const, 0, ""},
15452 {"SYS_CLOSE", Const, 0, ""},
15453 {"SYS_CLOSEFROM", Const, 0, ""},
15454 {"SYS_CLOSE_NOCANCEL", Const, 0, ""},
15455 {"SYS_CONNECT", Const, 0, ""},
15456 {"SYS_CONNECTAT", Const, 3, ""},
15457 {"SYS_CONNECT_NOCANCEL", Const, 0, ""},
15458 {"SYS_COPYFILE", Const, 0, ""},
15459 {"SYS_CPUSET", Const, 0, ""},
15460 {"SYS_CPUSET_GETAFFINITY", Const, 0, ""},
15461 {"SYS_CPUSET_GETID", Const, 0, ""},
15462 {"SYS_CPUSET_SETAFFINITY", Const, 0, ""},
15463 {"SYS_CPUSET_SETID", Const, 0, ""},
15464 {"SYS_CREAT", Const, 0, ""},
15465 {"SYS_CREATE_MODULE", Const, 0, ""},
15466 {"SYS_CSOPS", Const, 0, ""},
15467 {"SYS_CSOPS_AUDITTOKEN", Const, 16, ""},
15468 {"SYS_DELETE", Const, 0, ""},
15469 {"SYS_DELETE_MODULE", Const, 0, ""},
15470 {"SYS_DUP", Const, 0, ""},
15471 {"SYS_DUP2", Const, 0, ""},
15472 {"SYS_DUP3", Const, 0, ""},
15473 {"SYS_EACCESS", Const, 0, ""},
15474 {"SYS_EPOLL_CREATE", Const, 0, ""},
15475 {"SYS_EPOLL_CREATE1", Const, 0, ""},
15476 {"SYS_EPOLL_CTL", Const, 0, ""},
15477 {"SYS_EPOLL_CTL_OLD", Const, 0, ""},
15478 {"SYS_EPOLL_PWAIT", Const, 0, ""},
15479 {"SYS_EPOLL_WAIT", Const, 0, ""},
15480 {"SYS_EPOLL_WAIT_OLD", Const, 0, ""},
15481 {"SYS_EVENTFD", Const, 0, ""},
15482 {"SYS_EVENTFD2", Const, 0, ""},
15483 {"SYS_EXCHANGEDATA", Const, 0, ""},
15484 {"SYS_EXECVE", Const, 0, ""},
15485 {"SYS_EXIT", Const, 0, ""},
15486 {"SYS_EXIT_GROUP", Const, 0, ""},
15487 {"SYS_EXTATTRCTL", Const, 0, ""},
15488 {"SYS_EXTATTR_DELETE_FD", Const, 0, ""},
15489 {"SYS_EXTATTR_DELETE_FILE", Const, 0, ""},
15490 {"SYS_EXTATTR_DELETE_LINK", Const, 0, ""},
15491 {"SYS_EXTATTR_GET_FD", Const, 0, ""},
15492 {"SYS_EXTATTR_GET_FILE", Const, 0, ""},
15493 {"SYS_EXTATTR_GET_LINK", Const, 0, ""},
15494 {"SYS_EXTATTR_LIST_FD", Const, 0, ""},
15495 {"SYS_EXTATTR_LIST_FILE", Const, 0, ""},
15496 {"SYS_EXTATTR_LIST_LINK", Const, 0, ""},
15497 {"SYS_EXTATTR_SET_FD", Const, 0, ""},
15498 {"SYS_EXTATTR_SET_FILE", Const, 0, ""},
15499 {"SYS_EXTATTR_SET_LINK", Const, 0, ""},
15500 {"SYS_FACCESSAT", Const, 0, ""},
15501 {"SYS_FADVISE64", Const, 0, ""},
15502 {"SYS_FADVISE64_64", Const, 0, ""},
15503 {"SYS_FALLOCATE", Const, 0, ""},
15504 {"SYS_FANOTIFY_INIT", Const, 0, ""},
15505 {"SYS_FANOTIFY_MARK", Const, 0, ""},
15506 {"SYS_FCHDIR", Const, 0, ""},
15507 {"SYS_FCHFLAGS", Const, 0, ""},
15508 {"SYS_FCHMOD", Const, 0, ""},
15509 {"SYS_FCHMODAT", Const, 0, ""},
15510 {"SYS_FCHMOD_EXTENDED", Const, 0, ""},
15511 {"SYS_FCHOWN", Const, 0, ""},
15512 {"SYS_FCHOWN32", Const, 0, ""},
15513 {"SYS_FCHOWNAT", Const, 0, ""},
15514 {"SYS_FCHROOT", Const, 1, ""},
15515 {"SYS_FCNTL", Const, 0, ""},
15516 {"SYS_FCNTL64", Const, 0, ""},
15517 {"SYS_FCNTL_NOCANCEL", Const, 0, ""},
15518 {"SYS_FDATASYNC", Const, 0, ""},
15519 {"SYS_FEXECVE", Const, 0, ""},
15520 {"SYS_FFCLOCK_GETCOUNTER", Const, 0, ""},
15521 {"SYS_FFCLOCK_GETESTIMATE", Const, 0, ""},
15522 {"SYS_FFCLOCK_SETESTIMATE", Const, 0, ""},
15523 {"SYS_FFSCTL", Const, 0, ""},
15524 {"SYS_FGETATTRLIST", Const, 0, ""},
15525 {"SYS_FGETXATTR", Const, 0, ""},
15526 {"SYS_FHOPEN", Const, 0, ""},
15527 {"SYS_FHSTAT", Const, 0, ""},
15528 {"SYS_FHSTATFS", Const, 0, ""},
15529 {"SYS_FILEPORT_MAKEFD", Const, 0, ""},
15530 {"SYS_FILEPORT_MAKEPORT", Const, 0, ""},
15531 {"SYS_FKTRACE", Const, 1, ""},
15532 {"SYS_FLISTXATTR", Const, 0, ""},
15533 {"SYS_FLOCK", Const, 0, ""},
15534 {"SYS_FORK", Const, 0, ""},
15535 {"SYS_FPATHCONF", Const, 0, ""},
15536 {"SYS_FREEBSD6_FTRUNCATE", Const, 0, ""},
15537 {"SYS_FREEBSD6_LSEEK", Const, 0, ""},
15538 {"SYS_FREEBSD6_MMAP", Const, 0, ""},
15539 {"SYS_FREEBSD6_PREAD", Const, 0, ""},
15540 {"SYS_FREEBSD6_PWRITE", Const, 0, ""},
15541 {"SYS_FREEBSD6_TRUNCATE", Const, 0, ""},
15542 {"SYS_FREMOVEXATTR", Const, 0, ""},
15543 {"SYS_FSCTL", Const, 0, ""},
15544 {"SYS_FSETATTRLIST", Const, 0, ""},
15545 {"SYS_FSETXATTR", Const, 0, ""},
15546 {"SYS_FSGETPATH", Const, 0, ""},
15547 {"SYS_FSTAT", Const, 0, ""},
15548 {"SYS_FSTAT64", Const, 0, ""},
15549 {"SYS_FSTAT64_EXTENDED", Const, 0, ""},
15550 {"SYS_FSTATAT", Const, 0, ""},
15551 {"SYS_FSTATAT64", Const, 0, ""},
15552 {"SYS_FSTATFS", Const, 0, ""},
15553 {"SYS_FSTATFS64", Const, 0, ""},
15554 {"SYS_FSTATV", Const, 0, ""},
15555 {"SYS_FSTATVFS1", Const, 1, ""},
15556 {"SYS_FSTAT_EXTENDED", Const, 0, ""},
15557 {"SYS_FSYNC", Const, 0, ""},
15558 {"SYS_FSYNC_NOCANCEL", Const, 0, ""},
15559 {"SYS_FSYNC_RANGE", Const, 1, ""},
15560 {"SYS_FTIME", Const, 0, ""},
15561 {"SYS_FTRUNCATE", Const, 0, ""},
15562 {"SYS_FTRUNCATE64", Const, 0, ""},
15563 {"SYS_FUTEX", Const, 0, ""},
15564 {"SYS_FUTIMENS", Const, 1, ""},
15565 {"SYS_FUTIMES", Const, 0, ""},
15566 {"SYS_FUTIMESAT", Const, 0, ""},
15567 {"SYS_GETATTRLIST", Const, 0, ""},
15568 {"SYS_GETAUDIT", Const, 0, ""},
15569 {"SYS_GETAUDIT_ADDR", Const, 0, ""},
15570 {"SYS_GETAUID", Const, 0, ""},
15571 {"SYS_GETCONTEXT", Const, 0, ""},
15572 {"SYS_GETCPU", Const, 0, ""},
15573 {"SYS_GETCWD", Const, 0, ""},
15574 {"SYS_GETDENTS", Const, 0, ""},
15575 {"SYS_GETDENTS64", Const, 0, ""},
15576 {"SYS_GETDIRENTRIES", Const, 0, ""},
15577 {"SYS_GETDIRENTRIES64", Const, 0, ""},
15578 {"SYS_GETDIRENTRIESATTR", Const, 0, ""},
15579 {"SYS_GETDTABLECOUNT", Const, 1, ""},
15580 {"SYS_GETDTABLESIZE", Const, 0, ""},
15581 {"SYS_GETEGID", Const, 0, ""},
15582 {"SYS_GETEGID32", Const, 0, ""},
15583 {"SYS_GETEUID", Const, 0, ""},
15584 {"SYS_GETEUID32", Const, 0, ""},
15585 {"SYS_GETFH", Const, 0, ""},
15586 {"SYS_GETFSSTAT", Const, 0, ""},
15587 {"SYS_GETFSSTAT64", Const, 0, ""},
15588 {"SYS_GETGID", Const, 0, ""},
15589 {"SYS_GETGID32", Const, 0, ""},
15590 {"SYS_GETGROUPS", Const, 0, ""},
15591 {"SYS_GETGROUPS32", Const, 0, ""},
15592 {"SYS_GETHOSTUUID", Const, 0, ""},
15593 {"SYS_GETITIMER", Const, 0, ""},
15594 {"SYS_GETLCID", Const, 0, ""},
15595 {"SYS_GETLOGIN", Const, 0, ""},
15596 {"SYS_GETLOGINCLASS", Const, 0, ""},
15597 {"SYS_GETPEERNAME", Const, 0, ""},
15598 {"SYS_GETPGID", Const, 0, ""},
15599 {"SYS_GETPGRP", Const, 0, ""},
15600 {"SYS_GETPID", Const, 0, ""},
15601 {"SYS_GETPMSG", Const, 0, ""},
15602 {"SYS_GETPPID", Const, 0, ""},
15603 {"SYS_GETPRIORITY", Const, 0, ""},
15604 {"SYS_GETRESGID", Const, 0, ""},
15605 {"SYS_GETRESGID32", Const, 0, ""},
15606 {"SYS_GETRESUID", Const, 0, ""},
15607 {"SYS_GETRESUID32", Const, 0, ""},
15608 {"SYS_GETRLIMIT", Const, 0, ""},
15609 {"SYS_GETRTABLE", Const, 1, ""},
15610 {"SYS_GETRUSAGE", Const, 0, ""},
15611 {"SYS_GETSGROUPS", Const, 0, ""},
15612 {"SYS_GETSID", Const, 0, ""},
15613 {"SYS_GETSOCKNAME", Const, 0, ""},
15614 {"SYS_GETSOCKOPT", Const, 0, ""},
15615 {"SYS_GETTHRID", Const, 1, ""},
15616 {"SYS_GETTID", Const, 0, ""},
15617 {"SYS_GETTIMEOFDAY", Const, 0, ""},
15618 {"SYS_GETUID", Const, 0, ""},
15619 {"SYS_GETUID32", Const, 0, ""},
15620 {"SYS_GETVFSSTAT", Const, 1, ""},
15621 {"SYS_GETWGROUPS", Const, 0, ""},
15622 {"SYS_GETXATTR", Const, 0, ""},
15623 {"SYS_GET_KERNEL_SYMS", Const, 0, ""},
15624 {"SYS_GET_MEMPOLICY", Const, 0, ""},
15625 {"SYS_GET_ROBUST_LIST", Const, 0, ""},
15626 {"SYS_GET_THREAD_AREA", Const, 0, ""},
15627 {"SYS_GSSD_SYSCALL", Const, 14, ""},
15628 {"SYS_GTTY", Const, 0, ""},
15629 {"SYS_IDENTITYSVC", Const, 0, ""},
15630 {"SYS_IDLE", Const, 0, ""},
15631 {"SYS_INITGROUPS", Const, 0, ""},
15632 {"SYS_INIT_MODULE", Const, 0, ""},
15633 {"SYS_INOTIFY_ADD_WATCH", Const, 0, ""},
15634 {"SYS_INOTIFY_INIT", Const, 0, ""},
15635 {"SYS_INOTIFY_INIT1", Const, 0, ""},
15636 {"SYS_INOTIFY_RM_WATCH", Const, 0, ""},
15637 {"SYS_IOCTL", Const, 0, ""},
15638 {"SYS_IOPERM", Const, 0, ""},
15639 {"SYS_IOPL", Const, 0, ""},
15640 {"SYS_IOPOLICYSYS", Const, 0, ""},
15641 {"SYS_IOPRIO_GET", Const, 0, ""},
15642 {"SYS_IOPRIO_SET", Const, 0, ""},
15643 {"SYS_IO_CANCEL", Const, 0, ""},
15644 {"SYS_IO_DESTROY", Const, 0, ""},
15645 {"SYS_IO_GETEVENTS", Const, 0, ""},
15646 {"SYS_IO_SETUP", Const, 0, ""},
15647 {"SYS_IO_SUBMIT", Const, 0, ""},
15648 {"SYS_IPC", Const, 0, ""},
15649 {"SYS_ISSETUGID", Const, 0, ""},
15650 {"SYS_JAIL", Const, 0, ""},
15651 {"SYS_JAIL_ATTACH", Const, 0, ""},
15652 {"SYS_JAIL_GET", Const, 0, ""},
15653 {"SYS_JAIL_REMOVE", Const, 0, ""},
15654 {"SYS_JAIL_SET", Const, 0, ""},
15655 {"SYS_KAS_INFO", Const, 16, ""},
15656 {"SYS_KDEBUG_TRACE", Const, 0, ""},
15657 {"SYS_KENV", Const, 0, ""},
15658 {"SYS_KEVENT", Const, 0, ""},
15659 {"SYS_KEVENT64", Const, 0, ""},
15660 {"SYS_KEXEC_LOAD", Const, 0, ""},
15661 {"SYS_KEYCTL", Const, 0, ""},
15662 {"SYS_KILL", Const, 0, ""},
15663 {"SYS_KLDFIND", Const, 0, ""},
15664 {"SYS_KLDFIRSTMOD", Const, 0, ""},
15665 {"SYS_KLDLOAD", Const, 0, ""},
15666 {"SYS_KLDNEXT", Const, 0, ""},
15667 {"SYS_KLDSTAT", Const, 0, ""},
15668 {"SYS_KLDSYM", Const, 0, ""},
15669 {"SYS_KLDUNLOAD", Const, 0, ""},
15670 {"SYS_KLDUNLOADF", Const, 0, ""},
15671 {"SYS_KMQ_NOTIFY", Const, 14, ""},
15672 {"SYS_KMQ_OPEN", Const, 14, ""},
15673 {"SYS_KMQ_SETATTR", Const, 14, ""},
15674 {"SYS_KMQ_TIMEDRECEIVE", Const, 14, ""},
15675 {"SYS_KMQ_TIMEDSEND", Const, 14, ""},
15676 {"SYS_KMQ_UNLINK", Const, 14, ""},
15677 {"SYS_KQUEUE", Const, 0, ""},
15678 {"SYS_KQUEUE1", Const, 1, ""},
15679 {"SYS_KSEM_CLOSE", Const, 14, ""},
15680 {"SYS_KSEM_DESTROY", Const, 14, ""},
15681 {"SYS_KSEM_GETVALUE", Const, 14, ""},
15682 {"SYS_KSEM_INIT", Const, 14, ""},
15683 {"SYS_KSEM_OPEN", Const, 14, ""},
15684 {"SYS_KSEM_POST", Const, 14, ""},
15685 {"SYS_KSEM_TIMEDWAIT", Const, 14, ""},
15686 {"SYS_KSEM_TRYWAIT", Const, 14, ""},
15687 {"SYS_KSEM_UNLINK", Const, 14, ""},
15688 {"SYS_KSEM_WAIT", Const, 14, ""},
15689 {"SYS_KTIMER_CREATE", Const, 0, ""},
15690 {"SYS_KTIMER_DELETE", Const, 0, ""},
15691 {"SYS_KTIMER_GETOVERRUN", Const, 0, ""},
15692 {"SYS_KTIMER_GETTIME", Const, 0, ""},
15693 {"SYS_KTIMER_SETTIME", Const, 0, ""},
15694 {"SYS_KTRACE", Const, 0, ""},
15695 {"SYS_LCHFLAGS", Const, 0, ""},
15696 {"SYS_LCHMOD", Const, 0, ""},
15697 {"SYS_LCHOWN", Const, 0, ""},
15698 {"SYS_LCHOWN32", Const, 0, ""},
15699 {"SYS_LEDGER", Const, 16, ""},
15700 {"SYS_LGETFH", Const, 0, ""},
15701 {"SYS_LGETXATTR", Const, 0, ""},
15702 {"SYS_LINK", Const, 0, ""},
15703 {"SYS_LINKAT", Const, 0, ""},
15704 {"SYS_LIO_LISTIO", Const, 0, ""},
15705 {"SYS_LISTEN", Const, 0, ""},
15706 {"SYS_LISTXATTR", Const, 0, ""},
15707 {"SYS_LLISTXATTR", Const, 0, ""},
15708 {"SYS_LOCK", Const, 0, ""},
15709 {"SYS_LOOKUP_DCOOKIE", Const, 0, ""},
15710 {"SYS_LPATHCONF", Const, 0, ""},
15711 {"SYS_LREMOVEXATTR", Const, 0, ""},
15712 {"SYS_LSEEK", Const, 0, ""},
15713 {"SYS_LSETXATTR", Const, 0, ""},
15714 {"SYS_LSTAT", Const, 0, ""},
15715 {"SYS_LSTAT64", Const, 0, ""},
15716 {"SYS_LSTAT64_EXTENDED", Const, 0, ""},
15717 {"SYS_LSTATV", Const, 0, ""},
15718 {"SYS_LSTAT_EXTENDED", Const, 0, ""},
15719 {"SYS_LUTIMES", Const, 0, ""},
15720 {"SYS_MAC_SYSCALL", Const, 0, ""},
15721 {"SYS_MADVISE", Const, 0, ""},
15722 {"SYS_MADVISE1", Const, 0, ""},
15723 {"SYS_MAXSYSCALL", Const, 0, ""},
15724 {"SYS_MBIND", Const, 0, ""},
15725 {"SYS_MIGRATE_PAGES", Const, 0, ""},
15726 {"SYS_MINCORE", Const, 0, ""},
15727 {"SYS_MINHERIT", Const, 0, ""},
15728 {"SYS_MKCOMPLEX", Const, 0, ""},
15729 {"SYS_MKDIR", Const, 0, ""},
15730 {"SYS_MKDIRAT", Const, 0, ""},
15731 {"SYS_MKDIR_EXTENDED", Const, 0, ""},
15732 {"SYS_MKFIFO", Const, 0, ""},
15733 {"SYS_MKFIFOAT", Const, 0, ""},
15734 {"SYS_MKFIFO_EXTENDED", Const, 0, ""},
15735 {"SYS_MKNOD", Const, 0, ""},
15736 {"SYS_MKNODAT", Const, 0, ""},
15737 {"SYS_MLOCK", Const, 0, ""},
15738 {"SYS_MLOCKALL", Const, 0, ""},
15739 {"SYS_MMAP", Const, 0, ""},
15740 {"SYS_MMAP2", Const, 0, ""},
15741 {"SYS_MODCTL", Const, 1, ""},
15742 {"SYS_MODFIND", Const, 0, ""},
15743 {"SYS_MODFNEXT", Const, 0, ""},
15744 {"SYS_MODIFY_LDT", Const, 0, ""},
15745 {"SYS_MODNEXT", Const, 0, ""},
15746 {"SYS_MODSTAT", Const, 0, ""},
15747 {"SYS_MODWATCH", Const, 0, ""},
15748 {"SYS_MOUNT", Const, 0, ""},
15749 {"SYS_MOVE_PAGES", Const, 0, ""},
15750 {"SYS_MPROTECT", Const, 0, ""},
15751 {"SYS_MPX", Const, 0, ""},
15752 {"SYS_MQUERY", Const, 1, ""},
15753 {"SYS_MQ_GETSETATTR", Const, 0, ""},
15754 {"SYS_MQ_NOTIFY", Const, 0, ""},
15755 {"SYS_MQ_OPEN", Const, 0, ""},
15756 {"SYS_MQ_TIMEDRECEIVE", Const, 0, ""},
15757 {"SYS_MQ_TIMEDSEND", Const, 0, ""},
15758 {"SYS_MQ_UNLINK", Const, 0, ""},
15759 {"SYS_MREMAP", Const, 0, ""},
15760 {"SYS_MSGCTL", Const, 0, ""},
15761 {"SYS_MSGGET", Const, 0, ""},
15762 {"SYS_MSGRCV", Const, 0, ""},
15763 {"SYS_MSGRCV_NOCANCEL", Const, 0, ""},
15764 {"SYS_MSGSND", Const, 0, ""},
15765 {"SYS_MSGSND_NOCANCEL", Const, 0, ""},
15766 {"SYS_MSGSYS", Const, 0, ""},
15767 {"SYS_MSYNC", Const, 0, ""},
15768 {"SYS_MSYNC_NOCANCEL", Const, 0, ""},
15769 {"SYS_MUNLOCK", Const, 0, ""},
15770 {"SYS_MUNLOCKALL", Const, 0, ""},
15771 {"SYS_MUNMAP", Const, 0, ""},
15772 {"SYS_NAME_TO_HANDLE_AT", Const, 0, ""},
15773 {"SYS_NANOSLEEP", Const, 0, ""},
15774 {"SYS_NEWFSTATAT", Const, 0, ""},
15775 {"SYS_NFSCLNT", Const, 0, ""},
15776 {"SYS_NFSSERVCTL", Const, 0, ""},
15777 {"SYS_NFSSVC", Const, 0, ""},
15778 {"SYS_NFSTAT", Const, 0, ""},
15779 {"SYS_NICE", Const, 0, ""},
15780 {"SYS_NLM_SYSCALL", Const, 14, ""},
15781 {"SYS_NLSTAT", Const, 0, ""},
15782 {"SYS_NMOUNT", Const, 0, ""},
15783 {"SYS_NSTAT", Const, 0, ""},
15784 {"SYS_NTP_ADJTIME", Const, 0, ""},
15785 {"SYS_NTP_GETTIME", Const, 0, ""},
15786 {"SYS_NUMA_GETAFFINITY", Const, 14, ""},
15787 {"SYS_NUMA_SETAFFINITY", Const, 14, ""},
15788 {"SYS_OABI_SYSCALL_BASE", Const, 0, ""},
15789 {"SYS_OBREAK", Const, 0, ""},
15790 {"SYS_OLDFSTAT", Const, 0, ""},
15791 {"SYS_OLDLSTAT", Const, 0, ""},
15792 {"SYS_OLDOLDUNAME", Const, 0, ""},
15793 {"SYS_OLDSTAT", Const, 0, ""},
15794 {"SYS_OLDUNAME", Const, 0, ""},
15795 {"SYS_OPEN", Const, 0, ""},
15796 {"SYS_OPENAT", Const, 0, ""},
15797 {"SYS_OPENBSD_POLL", Const, 0, ""},
15798 {"SYS_OPEN_BY_HANDLE_AT", Const, 0, ""},
15799 {"SYS_OPEN_DPROTECTED_NP", Const, 16, ""},
15800 {"SYS_OPEN_EXTENDED", Const, 0, ""},
15801 {"SYS_OPEN_NOCANCEL", Const, 0, ""},
15802 {"SYS_OVADVISE", Const, 0, ""},
15803 {"SYS_PACCEPT", Const, 1, ""},
15804 {"SYS_PATHCONF", Const, 0, ""},
15805 {"SYS_PAUSE", Const, 0, ""},
15806 {"SYS_PCICONFIG_IOBASE", Const, 0, ""},
15807 {"SYS_PCICONFIG_READ", Const, 0, ""},
15808 {"SYS_PCICONFIG_WRITE", Const, 0, ""},
15809 {"SYS_PDFORK", Const, 0, ""},
15810 {"SYS_PDGETPID", Const, 0, ""},
15811 {"SYS_PDKILL", Const, 0, ""},
15812 {"SYS_PERF_EVENT_OPEN", Const, 0, ""},
15813 {"SYS_PERSONALITY", Const, 0, ""},
15814 {"SYS_PID_HIBERNATE", Const, 0, ""},
15815 {"SYS_PID_RESUME", Const, 0, ""},
15816 {"SYS_PID_SHUTDOWN_SOCKETS", Const, 0, ""},
15817 {"SYS_PID_SUSPEND", Const, 0, ""},
15818 {"SYS_PIPE", Const, 0, ""},
15819 {"SYS_PIPE2", Const, 0, ""},
15820 {"SYS_PIVOT_ROOT", Const, 0, ""},
15821 {"SYS_PMC_CONTROL", Const, 1, ""},
15822 {"SYS_PMC_GET_INFO", Const, 1, ""},
15823 {"SYS_POLL", Const, 0, ""},
15824 {"SYS_POLLTS", Const, 1, ""},
15825 {"SYS_POLL_NOCANCEL", Const, 0, ""},
15826 {"SYS_POSIX_FADVISE", Const, 0, ""},
15827 {"SYS_POSIX_FALLOCATE", Const, 0, ""},
15828 {"SYS_POSIX_OPENPT", Const, 0, ""},
15829 {"SYS_POSIX_SPAWN", Const, 0, ""},
15830 {"SYS_PPOLL", Const, 0, ""},
15831 {"SYS_PRCTL", Const, 0, ""},
15832 {"SYS_PREAD", Const, 0, ""},
15833 {"SYS_PREAD64", Const, 0, ""},
15834 {"SYS_PREADV", Const, 0, ""},
15835 {"SYS_PREAD_NOCANCEL", Const, 0, ""},
15836 {"SYS_PRLIMIT64", Const, 0, ""},
15837 {"SYS_PROCCTL", Const, 3, ""},
15838 {"SYS_PROCESS_POLICY", Const, 0, ""},
15839 {"SYS_PROCESS_VM_READV", Const, 0, ""},
15840 {"SYS_PROCESS_VM_WRITEV", Const, 0, ""},
15841 {"SYS_PROC_INFO", Const, 0, ""},
15842 {"SYS_PROF", Const, 0, ""},
15843 {"SYS_PROFIL", Const, 0, ""},
15844 {"SYS_PSELECT", Const, 0, ""},
15845 {"SYS_PSELECT6", Const, 0, ""},
15846 {"SYS_PSET_ASSIGN", Const, 1, ""},
15847 {"SYS_PSET_CREATE", Const, 1, ""},
15848 {"SYS_PSET_DESTROY", Const, 1, ""},
15849 {"SYS_PSYNCH_CVBROAD", Const, 0, ""},
15850 {"SYS_PSYNCH_CVCLRPREPOST", Const, 0, ""},
15851 {"SYS_PSYNCH_CVSIGNAL", Const, 0, ""},
15852 {"SYS_PSYNCH_CVWAIT", Const, 0, ""},
15853 {"SYS_PSYNCH_MUTEXDROP", Const, 0, ""},
15854 {"SYS_PSYNCH_MUTEXWAIT", Const, 0, ""},
15855 {"SYS_PSYNCH_RW_DOWNGRADE", Const, 0, ""},
15856 {"SYS_PSYNCH_RW_LONGRDLOCK", Const, 0, ""},
15857 {"SYS_PSYNCH_RW_RDLOCK", Const, 0, ""},
15858 {"SYS_PSYNCH_RW_UNLOCK", Const, 0, ""},
15859 {"SYS_PSYNCH_RW_UNLOCK2", Const, 0, ""},
15860 {"SYS_PSYNCH_RW_UPGRADE", Const, 0, ""},
15861 {"SYS_PSYNCH_RW_WRLOCK", Const, 0, ""},
15862 {"SYS_PSYNCH_RW_YIELDWRLOCK", Const, 0, ""},
15863 {"SYS_PTRACE", Const, 0, ""},
15864 {"SYS_PUTPMSG", Const, 0, ""},
15865 {"SYS_PWRITE", Const, 0, ""},
15866 {"SYS_PWRITE64", Const, 0, ""},
15867 {"SYS_PWRITEV", Const, 0, ""},
15868 {"SYS_PWRITE_NOCANCEL", Const, 0, ""},
15869 {"SYS_QUERY_MODULE", Const, 0, ""},
15870 {"SYS_QUOTACTL", Const, 0, ""},
15871 {"SYS_RASCTL", Const, 1, ""},
15872 {"SYS_RCTL_ADD_RULE", Const, 0, ""},
15873 {"SYS_RCTL_GET_LIMITS", Const, 0, ""},
15874 {"SYS_RCTL_GET_RACCT", Const, 0, ""},
15875 {"SYS_RCTL_GET_RULES", Const, 0, ""},
15876 {"SYS_RCTL_REMOVE_RULE", Const, 0, ""},
15877 {"SYS_READ", Const, 0, ""},
15878 {"SYS_READAHEAD", Const, 0, ""},
15879 {"SYS_READDIR", Const, 0, ""},
15880 {"SYS_READLINK", Const, 0, ""},
15881 {"SYS_READLINKAT", Const, 0, ""},
15882 {"SYS_READV", Const, 0, ""},
15883 {"SYS_READV_NOCANCEL", Const, 0, ""},
15884 {"SYS_READ_NOCANCEL", Const, 0, ""},
15885 {"SYS_REBOOT", Const, 0, ""},
15886 {"SYS_RECV", Const, 0, ""},
15887 {"SYS_RECVFROM", Const, 0, ""},
15888 {"SYS_RECVFROM_NOCANCEL", Const, 0, ""},
15889 {"SYS_RECVMMSG", Const, 0, ""},
15890 {"SYS_RECVMSG", Const, 0, ""},
15891 {"SYS_RECVMSG_NOCANCEL", Const, 0, ""},
15892 {"SYS_REMAP_FILE_PAGES", Const, 0, ""},
15893 {"SYS_REMOVEXATTR", Const, 0, ""},
15894 {"SYS_RENAME", Const, 0, ""},
15895 {"SYS_RENAMEAT", Const, 0, ""},
15896 {"SYS_REQUEST_KEY", Const, 0, ""},
15897 {"SYS_RESTART_SYSCALL", Const, 0, ""},
15898 {"SYS_REVOKE", Const, 0, ""},
15899 {"SYS_RFORK", Const, 0, ""},
15900 {"SYS_RMDIR", Const, 0, ""},
15901 {"SYS_RTPRIO", Const, 0, ""},
15902 {"SYS_RTPRIO_THREAD", Const, 0, ""},
15903 {"SYS_RT_SIGACTION", Const, 0, ""},
15904 {"SYS_RT_SIGPENDING", Const, 0, ""},
15905 {"SYS_RT_SIGPROCMASK", Const, 0, ""},
15906 {"SYS_RT_SIGQUEUEINFO", Const, 0, ""},
15907 {"SYS_RT_SIGRETURN", Const, 0, ""},
15908 {"SYS_RT_SIGSUSPEND", Const, 0, ""},
15909 {"SYS_RT_SIGTIMEDWAIT", Const, 0, ""},
15910 {"SYS_RT_TGSIGQUEUEINFO", Const, 0, ""},
15911 {"SYS_SBRK", Const, 0, ""},
15912 {"SYS_SCHED_GETAFFINITY", Const, 0, ""},
15913 {"SYS_SCHED_GETPARAM", Const, 0, ""},
15914 {"SYS_SCHED_GETSCHEDULER", Const, 0, ""},
15915 {"SYS_SCHED_GET_PRIORITY_MAX", Const, 0, ""},
15916 {"SYS_SCHED_GET_PRIORITY_MIN", Const, 0, ""},
15917 {"SYS_SCHED_RR_GET_INTERVAL", Const, 0, ""},
15918 {"SYS_SCHED_SETAFFINITY", Const, 0, ""},
15919 {"SYS_SCHED_SETPARAM", Const, 0, ""},
15920 {"SYS_SCHED_SETSCHEDULER", Const, 0, ""},
15921 {"SYS_SCHED_YIELD", Const, 0, ""},
15922 {"SYS_SCTP_GENERIC_RECVMSG", Const, 0, ""},
15923 {"SYS_SCTP_GENERIC_SENDMSG", Const, 0, ""},
15924 {"SYS_SCTP_GENERIC_SENDMSG_IOV", Const, 0, ""},
15925 {"SYS_SCTP_PEELOFF", Const, 0, ""},
15926 {"SYS_SEARCHFS", Const, 0, ""},
15927 {"SYS_SECURITY", Const, 0, ""},
15928 {"SYS_SELECT", Const, 0, ""},
15929 {"SYS_SELECT_NOCANCEL", Const, 0, ""},
15930 {"SYS_SEMCONFIG", Const, 1, ""},
15931 {"SYS_SEMCTL", Const, 0, ""},
15932 {"SYS_SEMGET", Const, 0, ""},
15933 {"SYS_SEMOP", Const, 0, ""},
15934 {"SYS_SEMSYS", Const, 0, ""},
15935 {"SYS_SEMTIMEDOP", Const, 0, ""},
15936 {"SYS_SEM_CLOSE", Const, 0, ""},
15937 {"SYS_SEM_DESTROY", Const, 0, ""},
15938 {"SYS_SEM_GETVALUE", Const, 0, ""},
15939 {"SYS_SEM_INIT", Const, 0, ""},
15940 {"SYS_SEM_OPEN", Const, 0, ""},
15941 {"SYS_SEM_POST", Const, 0, ""},
15942 {"SYS_SEM_TRYWAIT", Const, 0, ""},
15943 {"SYS_SEM_UNLINK", Const, 0, ""},
15944 {"SYS_SEM_WAIT", Const, 0, ""},
15945 {"SYS_SEM_WAIT_NOCANCEL", Const, 0, ""},
15946 {"SYS_SEND", Const, 0, ""},
15947 {"SYS_SENDFILE", Const, 0, ""},
15948 {"SYS_SENDFILE64", Const, 0, ""},
15949 {"SYS_SENDMMSG", Const, 0, ""},
15950 {"SYS_SENDMSG", Const, 0, ""},
15951 {"SYS_SENDMSG_NOCANCEL", Const, 0, ""},
15952 {"SYS_SENDTO", Const, 0, ""},
15953 {"SYS_SENDTO_NOCANCEL", Const, 0, ""},
15954 {"SYS_SETATTRLIST", Const, 0, ""},
15955 {"SYS_SETAUDIT", Const, 0, ""},
15956 {"SYS_SETAUDIT_ADDR", Const, 0, ""},
15957 {"SYS_SETAUID", Const, 0, ""},
15958 {"SYS_SETCONTEXT", Const, 0, ""},
15959 {"SYS_SETDOMAINNAME", Const, 0, ""},
15960 {"SYS_SETEGID", Const, 0, ""},
15961 {"SYS_SETEUID", Const, 0, ""},
15962 {"SYS_SETFIB", Const, 0, ""},
15963 {"SYS_SETFSGID", Const, 0, ""},
15964 {"SYS_SETFSGID32", Const, 0, ""},
15965 {"SYS_SETFSUID", Const, 0, ""},
15966 {"SYS_SETFSUID32", Const, 0, ""},
15967 {"SYS_SETGID", Const, 0, ""},
15968 {"SYS_SETGID32", Const, 0, ""},
15969 {"SYS_SETGROUPS", Const, 0, ""},
15970 {"SYS_SETGROUPS32", Const, 0, ""},
15971 {"SYS_SETHOSTNAME", Const, 0, ""},
15972 {"SYS_SETITIMER", Const, 0, ""},
15973 {"SYS_SETLCID", Const, 0, ""},
15974 {"SYS_SETLOGIN", Const, 0, ""},
15975 {"SYS_SETLOGINCLASS", Const, 0, ""},
15976 {"SYS_SETNS", Const, 0, ""},
15977 {"SYS_SETPGID", Const, 0, ""},
15978 {"SYS_SETPRIORITY", Const, 0, ""},
15979 {"SYS_SETPRIVEXEC", Const, 0, ""},
15980 {"SYS_SETREGID", Const, 0, ""},
15981 {"SYS_SETREGID32", Const, 0, ""},
15982 {"SYS_SETRESGID", Const, 0, ""},
15983 {"SYS_SETRESGID32", Const, 0, ""},
15984 {"SYS_SETRESUID", Const, 0, ""},
15985 {"SYS_SETRESUID32", Const, 0, ""},
15986 {"SYS_SETREUID", Const, 0, ""},
15987 {"SYS_SETREUID32", Const, 0, ""},
15988 {"SYS_SETRLIMIT", Const, 0, ""},
15989 {"SYS_SETRTABLE", Const, 1, ""},
15990 {"SYS_SETSGROUPS", Const, 0, ""},
15991 {"SYS_SETSID", Const, 0, ""},
15992 {"SYS_SETSOCKOPT", Const, 0, ""},
15993 {"SYS_SETTID", Const, 0, ""},
15994 {"SYS_SETTID_WITH_PID", Const, 0, ""},
15995 {"SYS_SETTIMEOFDAY", Const, 0, ""},
15996 {"SYS_SETUID", Const, 0, ""},
15997 {"SYS_SETUID32", Const, 0, ""},
15998 {"SYS_SETWGROUPS", Const, 0, ""},
15999 {"SYS_SETXATTR", Const, 0, ""},
16000 {"SYS_SET_MEMPOLICY", Const, 0, ""},
16001 {"SYS_SET_ROBUST_LIST", Const, 0, ""},
16002 {"SYS_SET_THREAD_AREA", Const, 0, ""},
16003 {"SYS_SET_TID_ADDRESS", Const, 0, ""},
16004 {"SYS_SGETMASK", Const, 0, ""},
16005 {"SYS_SHARED_REGION_CHECK_NP", Const, 0, ""},
16006 {"SYS_SHARED_REGION_MAP_AND_SLIDE_NP", Const, 0, ""},
16007 {"SYS_SHMAT", Const, 0, ""},
16008 {"SYS_SHMCTL", Const, 0, ""},
16009 {"SYS_SHMDT", Const, 0, ""},
16010 {"SYS_SHMGET", Const, 0, ""},
16011 {"SYS_SHMSYS", Const, 0, ""},
16012 {"SYS_SHM_OPEN", Const, 0, ""},
16013 {"SYS_SHM_UNLINK", Const, 0, ""},
16014 {"SYS_SHUTDOWN", Const, 0, ""},
16015 {"SYS_SIGACTION", Const, 0, ""},
16016 {"SYS_SIGALTSTACK", Const, 0, ""},
16017 {"SYS_SIGNAL", Const, 0, ""},
16018 {"SYS_SIGNALFD", Const, 0, ""},
16019 {"SYS_SIGNALFD4", Const, 0, ""},
16020 {"SYS_SIGPENDING", Const, 0, ""},
16021 {"SYS_SIGPROCMASK", Const, 0, ""},
16022 {"SYS_SIGQUEUE", Const, 0, ""},
16023 {"SYS_SIGQUEUEINFO", Const, 1, ""},
16024 {"SYS_SIGRETURN", Const, 0, ""},
16025 {"SYS_SIGSUSPEND", Const, 0, ""},
16026 {"SYS_SIGSUSPEND_NOCANCEL", Const, 0, ""},
16027 {"SYS_SIGTIMEDWAIT", Const, 0, ""},
16028 {"SYS_SIGWAIT", Const, 0, ""},
16029 {"SYS_SIGWAITINFO", Const, 0, ""},
16030 {"SYS_SOCKET", Const, 0, ""},
16031 {"SYS_SOCKETCALL", Const, 0, ""},
16032 {"SYS_SOCKETPAIR", Const, 0, ""},
16033 {"SYS_SPLICE", Const, 0, ""},
16034 {"SYS_SSETMASK", Const, 0, ""},
16035 {"SYS_SSTK", Const, 0, ""},
16036 {"SYS_STACK_SNAPSHOT", Const, 0, ""},
16037 {"SYS_STAT", Const, 0, ""},
16038 {"SYS_STAT64", Const, 0, ""},
16039 {"SYS_STAT64_EXTENDED", Const, 0, ""},
16040 {"SYS_STATFS", Const, 0, ""},
16041 {"SYS_STATFS64", Const, 0, ""},
16042 {"SYS_STATV", Const, 0, ""},
16043 {"SYS_STATVFS1", Const, 1, ""},
16044 {"SYS_STAT_EXTENDED", Const, 0, ""},
16045 {"SYS_STIME", Const, 0, ""},
16046 {"SYS_STTY", Const, 0, ""},
16047 {"SYS_SWAPCONTEXT", Const, 0, ""},
16048 {"SYS_SWAPCTL", Const, 1, ""},
16049 {"SYS_SWAPOFF", Const, 0, ""},
16050 {"SYS_SWAPON", Const, 0, ""},
16051 {"SYS_SYMLINK", Const, 0, ""},
16052 {"SYS_SYMLINKAT", Const, 0, ""},
16053 {"SYS_SYNC", Const, 0, ""},
16054 {"SYS_SYNCFS", Const, 0, ""},
16055 {"SYS_SYNC_FILE_RANGE", Const, 0, ""},
16056 {"SYS_SYSARCH", Const, 0, ""},
16057 {"SYS_SYSCALL", Const, 0, ""},
16058 {"SYS_SYSCALL_BASE", Const, 0, ""},
16059 {"SYS_SYSFS", Const, 0, ""},
16060 {"SYS_SYSINFO", Const, 0, ""},
16061 {"SYS_SYSLOG", Const, 0, ""},
16062 {"SYS_TEE", Const, 0, ""},
16063 {"SYS_TGKILL", Const, 0, ""},
16064 {"SYS_THREAD_SELFID", Const, 0, ""},
16065 {"SYS_THR_CREATE", Const, 0, ""},
16066 {"SYS_THR_EXIT", Const, 0, ""},
16067 {"SYS_THR_KILL", Const, 0, ""},
16068 {"SYS_THR_KILL2", Const, 0, ""},
16069 {"SYS_THR_NEW", Const, 0, ""},
16070 {"SYS_THR_SELF", Const, 0, ""},
16071 {"SYS_THR_SET_NAME", Const, 0, ""},
16072 {"SYS_THR_SUSPEND", Const, 0, ""},
16073 {"SYS_THR_WAKE", Const, 0, ""},
16074 {"SYS_TIME", Const, 0, ""},
16075 {"SYS_TIMERFD_CREATE", Const, 0, ""},
16076 {"SYS_TIMERFD_GETTIME", Const, 0, ""},
16077 {"SYS_TIMERFD_SETTIME", Const, 0, ""},
16078 {"SYS_TIMER_CREATE", Const, 0, ""},
16079 {"SYS_TIMER_DELETE", Const, 0, ""},
16080 {"SYS_TIMER_GETOVERRUN", Const, 0, ""},
16081 {"SYS_TIMER_GETTIME", Const, 0, ""},
16082 {"SYS_TIMER_SETTIME", Const, 0, ""},
16083 {"SYS_TIMES", Const, 0, ""},
16084 {"SYS_TKILL", Const, 0, ""},
16085 {"SYS_TRUNCATE", Const, 0, ""},
16086 {"SYS_TRUNCATE64", Const, 0, ""},
16087 {"SYS_TUXCALL", Const, 0, ""},
16088 {"SYS_UGETRLIMIT", Const, 0, ""},
16089 {"SYS_ULIMIT", Const, 0, ""},
16090 {"SYS_UMASK", Const, 0, ""},
16091 {"SYS_UMASK_EXTENDED", Const, 0, ""},
16092 {"SYS_UMOUNT", Const, 0, ""},
16093 {"SYS_UMOUNT2", Const, 0, ""},
16094 {"SYS_UNAME", Const, 0, ""},
16095 {"SYS_UNDELETE", Const, 0, ""},
16096 {"SYS_UNLINK", Const, 0, ""},
16097 {"SYS_UNLINKAT", Const, 0, ""},
16098 {"SYS_UNMOUNT", Const, 0, ""},
16099 {"SYS_UNSHARE", Const, 0, ""},
16100 {"SYS_USELIB", Const, 0, ""},
16101 {"SYS_USTAT", Const, 0, ""},
16102 {"SYS_UTIME", Const, 0, ""},
16103 {"SYS_UTIMENSAT", Const, 0, ""},
16104 {"SYS_UTIMES", Const, 0, ""},
16105 {"SYS_UTRACE", Const, 0, ""},
16106 {"SYS_UUIDGEN", Const, 0, ""},
16107 {"SYS_VADVISE", Const, 1, ""},
16108 {"SYS_VFORK", Const, 0, ""},
16109 {"SYS_VHANGUP", Const, 0, ""},
16110 {"SYS_VM86", Const, 0, ""},
16111 {"SYS_VM86OLD", Const, 0, ""},
16112 {"SYS_VMSPLICE", Const, 0, ""},
16113 {"SYS_VM_PRESSURE_MONITOR", Const, 0, ""},
16114 {"SYS_VSERVER", Const, 0, ""},
16115 {"SYS_WAIT4", Const, 0, ""},
16116 {"SYS_WAIT4_NOCANCEL", Const, 0, ""},
16117 {"SYS_WAIT6", Const, 1, ""},
16118 {"SYS_WAITEVENT", Const, 0, ""},
16119 {"SYS_WAITID", Const, 0, ""},
16120 {"SYS_WAITID_NOCANCEL", Const, 0, ""},
16121 {"SYS_WAITPID", Const, 0, ""},
16122 {"SYS_WATCHEVENT", Const, 0, ""},
16123 {"SYS_WORKQ_KERNRETURN", Const, 0, ""},
16124 {"SYS_WORKQ_OPEN", Const, 0, ""},
16125 {"SYS_WRITE", Const, 0, ""},
16126 {"SYS_WRITEV", Const, 0, ""},
16127 {"SYS_WRITEV_NOCANCEL", Const, 0, ""},
16128 {"SYS_WRITE_NOCANCEL", Const, 0, ""},
16129 {"SYS_YIELD", Const, 0, ""},
16130 {"SYS__LLSEEK", Const, 0, ""},
16131 {"SYS__LWP_CONTINUE", Const, 1, ""},
16132 {"SYS__LWP_CREATE", Const, 1, ""},
16133 {"SYS__LWP_CTL", Const, 1, ""},
16134 {"SYS__LWP_DETACH", Const, 1, ""},
16135 {"SYS__LWP_EXIT", Const, 1, ""},
16136 {"SYS__LWP_GETNAME", Const, 1, ""},
16137 {"SYS__LWP_GETPRIVATE", Const, 1, ""},
16138 {"SYS__LWP_KILL", Const, 1, ""},
16139 {"SYS__LWP_PARK", Const, 1, ""},
16140 {"SYS__LWP_SELF", Const, 1, ""},
16141 {"SYS__LWP_SETNAME", Const, 1, ""},
16142 {"SYS__LWP_SETPRIVATE", Const, 1, ""},
16143 {"SYS__LWP_SUSPEND", Const, 1, ""},
16144 {"SYS__LWP_UNPARK", Const, 1, ""},
16145 {"SYS__LWP_UNPARK_ALL", Const, 1, ""},
16146 {"SYS__LWP_WAIT", Const, 1, ""},
16147 {"SYS__LWP_WAKEUP", Const, 1, ""},
16148 {"SYS__NEWSELECT", Const, 0, ""},
16149 {"SYS__PSET_BIND", Const, 1, ""},
16150 {"SYS__SCHED_GETAFFINITY", Const, 1, ""},
16151 {"SYS__SCHED_GETPARAM", Const, 1, ""},
16152 {"SYS__SCHED_SETAFFINITY", Const, 1, ""},
16153 {"SYS__SCHED_SETPARAM", Const, 1, ""},
16154 {"SYS__SYSCTL", Const, 0, ""},
16155 {"SYS__UMTX_LOCK", Const, 0, ""},
16156 {"SYS__UMTX_OP", Const, 0, ""},
16157 {"SYS__UMTX_UNLOCK", Const, 0, ""},
16158 {"SYS___ACL_ACLCHECK_FD", Const, 0, ""},
16159 {"SYS___ACL_ACLCHECK_FILE", Const, 0, ""},
16160 {"SYS___ACL_ACLCHECK_LINK", Const, 0, ""},
16161 {"SYS___ACL_DELETE_FD", Const, 0, ""},
16162 {"SYS___ACL_DELETE_FILE", Const, 0, ""},
16163 {"SYS___ACL_DELETE_LINK", Const, 0, ""},
16164 {"SYS___ACL_GET_FD", Const, 0, ""},
16165 {"SYS___ACL_GET_FILE", Const, 0, ""},
16166 {"SYS___ACL_GET_LINK", Const, 0, ""},
16167 {"SYS___ACL_SET_FD", Const, 0, ""},
16168 {"SYS___ACL_SET_FILE", Const, 0, ""},
16169 {"SYS___ACL_SET_LINK", Const, 0, ""},
16170 {"SYS___CAP_RIGHTS_GET", Const, 14, ""},
16171 {"SYS___CLONE", Const, 1, ""},
16172 {"SYS___DISABLE_THREADSIGNAL", Const, 0, ""},
16173 {"SYS___GETCWD", Const, 0, ""},
16174 {"SYS___GETLOGIN", Const, 1, ""},
16175 {"SYS___GET_TCB", Const, 1, ""},
16176 {"SYS___MAC_EXECVE", Const, 0, ""},
16177 {"SYS___MAC_GETFSSTAT", Const, 0, ""},
16178 {"SYS___MAC_GET_FD", Const, 0, ""},
16179 {"SYS___MAC_GET_FILE", Const, 0, ""},
16180 {"SYS___MAC_GET_LCID", Const, 0, ""},
16181 {"SYS___MAC_GET_LCTX", Const, 0, ""},
16182 {"SYS___MAC_GET_LINK", Const, 0, ""},
16183 {"SYS___MAC_GET_MOUNT", Const, 0, ""},
16184 {"SYS___MAC_GET_PID", Const, 0, ""},
16185 {"SYS___MAC_GET_PROC", Const, 0, ""},
16186 {"SYS___MAC_MOUNT", Const, 0, ""},
16187 {"SYS___MAC_SET_FD", Const, 0, ""},
16188 {"SYS___MAC_SET_FILE", Const, 0, ""},
16189 {"SYS___MAC_SET_LCTX", Const, 0, ""},
16190 {"SYS___MAC_SET_LINK", Const, 0, ""},
16191 {"SYS___MAC_SET_PROC", Const, 0, ""},
16192 {"SYS___MAC_SYSCALL", Const, 0, ""},
16193 {"SYS___OLD_SEMWAIT_SIGNAL", Const, 0, ""},
16194 {"SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16195 {"SYS___POSIX_CHOWN", Const, 1, ""},
16196 {"SYS___POSIX_FCHOWN", Const, 1, ""},
16197 {"SYS___POSIX_LCHOWN", Const, 1, ""},
16198 {"SYS___POSIX_RENAME", Const, 1, ""},
16199 {"SYS___PTHREAD_CANCELED", Const, 0, ""},
16200 {"SYS___PTHREAD_CHDIR", Const, 0, ""},
16201 {"SYS___PTHREAD_FCHDIR", Const, 0, ""},
16202 {"SYS___PTHREAD_KILL", Const, 0, ""},
16203 {"SYS___PTHREAD_MARKCANCEL", Const, 0, ""},
16204 {"SYS___PTHREAD_SIGMASK", Const, 0, ""},
16205 {"SYS___QUOTACTL", Const, 1, ""},
16206 {"SYS___SEMCTL", Const, 1, ""},
16207 {"SYS___SEMWAIT_SIGNAL", Const, 0, ""},
16208 {"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0, ""},
16209 {"SYS___SETLOGIN", Const, 1, ""},
16210 {"SYS___SETUGID", Const, 0, ""},
16211 {"SYS___SET_TCB", Const, 1, ""},
16212 {"SYS___SIGACTION_SIGTRAMP", Const, 1, ""},
16213 {"SYS___SIGTIMEDWAIT", Const, 1, ""},
16214 {"SYS___SIGWAIT", Const, 0, ""},
16215 {"SYS___SIGWAIT_NOCANCEL", Const, 0, ""},
16216 {"SYS___SYSCTL", Const, 0, ""},
16217 {"SYS___TFORK", Const, 1, ""},
16218 {"SYS___THREXIT", Const, 1, ""},
16219 {"SYS___THRSIGDIVERT", Const, 1, ""},
16220 {"SYS___THRSLEEP", Const, 1, ""},
16221 {"SYS___THRWAKEUP", Const, 1, ""},
16222 {"S_ARCH1", Const, 1, ""},
16223 {"S_ARCH2", Const, 1, ""},
16224 {"S_BLKSIZE", Const, 0, ""},
16225 {"S_IEXEC", Const, 0, ""},
16226 {"S_IFBLK", Const, 0, ""},
16227 {"S_IFCHR", Const, 0, ""},
16228 {"S_IFDIR", Const, 0, ""},
16229 {"S_IFIFO", Const, 0, ""},
16230 {"S_IFLNK", Const, 0, ""},
16231 {"S_IFMT", Const, 0, ""},
16232 {"S_IFREG", Const, 0, ""},
16233 {"S_IFSOCK", Const, 0, ""},
16234 {"S_IFWHT", Const, 0, ""},
16235 {"S_IREAD", Const, 0, ""},
16236 {"S_IRGRP", Const, 0, ""},
16237 {"S_IROTH", Const, 0, ""},
16238 {"S_IRUSR", Const, 0, ""},
16239 {"S_IRWXG", Const, 0, ""},
16240 {"S_IRWXO", Const, 0, ""},
16241 {"S_IRWXU", Const, 0, ""},
16242 {"S_ISGID", Const, 0, ""},
16243 {"S_ISTXT", Const, 0, ""},
16244 {"S_ISUID", Const, 0, ""},
16245 {"S_ISVTX", Const, 0, ""},
16246 {"S_IWGRP", Const, 0, ""},
16247 {"S_IWOTH", Const, 0, ""},
16248 {"S_IWRITE", Const, 0, ""},
16249 {"S_IWUSR", Const, 0, ""},
16250 {"S_IXGRP", Const, 0, ""},
16251 {"S_IXOTH", Const, 0, ""},
16252 {"S_IXUSR", Const, 0, ""},
16253 {"S_LOGIN_SET", Const, 1, ""},
16254 {"SecurityAttributes", Type, 0, ""},
16255 {"SecurityAttributes.InheritHandle", Field, 0, ""},
16256 {"SecurityAttributes.Length", Field, 0, ""},
16257 {"SecurityAttributes.SecurityDescriptor", Field, 0, ""},
16258 {"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
16259 {"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
16260 {"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
16261 {"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
16262 {"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
16263 {"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
16264 {"Servent", Type, 0, ""},
16265 {"Servent.Aliases", Field, 0, ""},
16266 {"Servent.Name", Field, 0, ""},
16267 {"Servent.Port", Field, 0, ""},
16268 {"Servent.Proto", Field, 0, ""},
16269 {"SetBpf", Func, 0, ""},
16270 {"SetBpfBuflen", Func, 0, ""},
16271 {"SetBpfDatalink", Func, 0, ""},
16272 {"SetBpfHeadercmpl", Func, 0, ""},
16273 {"SetBpfImmediate", Func, 0, ""},
16274 {"SetBpfInterface", Func, 0, ""},
16275 {"SetBpfPromisc", Func, 0, ""},
16276 {"SetBpfTimeout", Func, 0, ""},
16277 {"SetCurrentDirectory", Func, 0, ""},
16278 {"SetEndOfFile", Func, 0, ""},
16279 {"SetEnvironmentVariable", Func, 0, ""},
16280 {"SetFileAttributes", Func, 0, ""},
16281 {"SetFileCompletionNotificationModes", Func, 2, ""},
16282 {"SetFilePointer", Func, 0, ""},
16283 {"SetFileTime", Func, 0, ""},
16284 {"SetHandleInformation", Func, 0, ""},
16285 {"SetKevent", Func, 0, ""},
16286 {"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
16287 {"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
16288 {"Setdomainname", Func, 0, "func(p []byte) (err error)"},
16289 {"Setegid", Func, 0, "func(egid int) (err error)"},
16290 {"Setenv", Func, 0, "func(key string, value string) error"},
16291 {"Seteuid", Func, 0, "func(euid int) (err error)"},
16292 {"Setfsgid", Func, 0, "func(gid int) (err error)"},
16293 {"Setfsuid", Func, 0, "func(uid int) (err error)"},
16294 {"Setgid", Func, 0, "func(gid int) (err error)"},
16295 {"Setgroups", Func, 0, "func(gids []int) (err error)"},
16296 {"Sethostname", Func, 0, "func(p []byte) (err error)"},
16297 {"Setlogin", Func, 0, ""},
16298 {"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
16299 {"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
16300 {"Setprivexec", Func, 0, ""},
16301 {"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
16302 {"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
16303 {"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
16304 {"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
16305 {"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
16306 {"Setsid", Func, 0, "func() (pid int, err error)"},
16307 {"Setsockopt", Func, 0, ""},
16308 {"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
16309 {"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
16310 {"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
16311 {"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
16312 {"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
16313 {"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
16314 {"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
16315 {"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
16316 {"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
16317 {"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
16318 {"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
16319 {"Setuid", Func, 0, "func(uid int) (err error)"},
16320 {"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
16321 {"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
16322 {"SidTypeAlias", Const, 0, ""},
16323 {"SidTypeComputer", Const, 0, ""},
16324 {"SidTypeDeletedAccount", Const, 0, ""},
16325 {"SidTypeDomain", Const, 0, ""},
16326 {"SidTypeGroup", Const, 0, ""},
16327 {"SidTypeInvalid", Const, 0, ""},
16328 {"SidTypeLabel", Const, 0, ""},
16329 {"SidTypeUnknown", Const, 0, ""},
16330 {"SidTypeUser", Const, 0, ""},
16331 {"SidTypeWellKnownGroup", Const, 0, ""},
16332 {"Signal", Type, 0, ""},
16333 {"SizeofBpfHdr", Const, 0, ""},
16334 {"SizeofBpfInsn", Const, 0, ""},
16335 {"SizeofBpfProgram", Const, 0, ""},
16336 {"SizeofBpfStat", Const, 0, ""},
16337 {"SizeofBpfVersion", Const, 0, ""},
16338 {"SizeofBpfZbuf", Const, 0, ""},
16339 {"SizeofBpfZbufHeader", Const, 0, ""},
16340 {"SizeofCmsghdr", Const, 0, ""},
16341 {"SizeofICMPv6Filter", Const, 2, ""},
16342 {"SizeofIPMreq", Const, 0, ""},
16343 {"SizeofIPMreqn", Const, 0, ""},
16344 {"SizeofIPv6MTUInfo", Const, 2, ""},
16345 {"SizeofIPv6Mreq", Const, 0, ""},
16346 {"SizeofIfAddrmsg", Const, 0, ""},
16347 {"SizeofIfAnnounceMsghdr", Const, 1, ""},
16348 {"SizeofIfData", Const, 0, ""},
16349 {"SizeofIfInfomsg", Const, 0, ""},
16350 {"SizeofIfMsghdr", Const, 0, ""},
16351 {"SizeofIfaMsghdr", Const, 0, ""},
16352 {"SizeofIfmaMsghdr", Const, 0, ""},
16353 {"SizeofIfmaMsghdr2", Const, 0, ""},
16354 {"SizeofInet4Pktinfo", Const, 0, ""},
16355 {"SizeofInet6Pktinfo", Const, 0, ""},
16356 {"SizeofInotifyEvent", Const, 0, ""},
16357 {"SizeofLinger", Const, 0, ""},
16358 {"SizeofMsghdr", Const, 0, ""},
16359 {"SizeofNlAttr", Const, 0, ""},
16360 {"SizeofNlMsgerr", Const, 0, ""},
16361 {"SizeofNlMsghdr", Const, 0, ""},
16362 {"SizeofRtAttr", Const, 0, ""},
16363 {"SizeofRtGenmsg", Const, 0, ""},
16364 {"SizeofRtMetrics", Const, 0, ""},
16365 {"SizeofRtMsg", Const, 0, ""},
16366 {"SizeofRtMsghdr", Const, 0, ""},
16367 {"SizeofRtNexthop", Const, 0, ""},
16368 {"SizeofSockFilter", Const, 0, ""},
16369 {"SizeofSockFprog", Const, 0, ""},
16370 {"SizeofSockaddrAny", Const, 0, ""},
16371 {"SizeofSockaddrDatalink", Const, 0, ""},
16372 {"SizeofSockaddrInet4", Const, 0, ""},
16373 {"SizeofSockaddrInet6", Const, 0, ""},
16374 {"SizeofSockaddrLinklayer", Const, 0, ""},
16375 {"SizeofSockaddrNetlink", Const, 0, ""},
16376 {"SizeofSockaddrUnix", Const, 0, ""},
16377 {"SizeofTCPInfo", Const, 1, ""},
16378 {"SizeofUcred", Const, 0, ""},
16379 {"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
16380 {"SockFilter", Type, 0, ""},
16381 {"SockFilter.Code", Field, 0, ""},
16382 {"SockFilter.Jf", Field, 0, ""},
16383 {"SockFilter.Jt", Field, 0, ""},
16384 {"SockFilter.K", Field, 0, ""},
16385 {"SockFprog", Type, 0, ""},
16386 {"SockFprog.Filter", Field, 0, ""},
16387 {"SockFprog.Len", Field, 0, ""},
16388 {"SockFprog.Pad_cgo_0", Field, 0, ""},
16389 {"SockaddrDatalink", Type, 0, ""},
16390 {"SockaddrDatalink.Alen", Field, 0, ""},
16391 {"SockaddrDatalink.Data", Field, 0, ""},
16392 {"SockaddrDatalink.Family", Field, 0, ""},
16393 {"SockaddrDatalink.Index", Field, 0, ""},
16394 {"SockaddrDatalink.Len", Field, 0, ""},
16395 {"SockaddrDatalink.Nlen", Field, 0, ""},
16396 {"SockaddrDatalink.Slen", Field, 0, ""},
16397 {"SockaddrDatalink.Type", Field, 0, ""},
16398 {"SockaddrGen", Type, 0, ""},
16399 {"SockaddrInet4", Type, 0, ""},
16400 {"SockaddrInet4.Addr", Field, 0, ""},
16401 {"SockaddrInet4.Port", Field, 0, ""},
16402 {"SockaddrInet6", Type, 0, ""},
16403 {"SockaddrInet6.Addr", Field, 0, ""},
16404 {"SockaddrInet6.Port", Field, 0, ""},
16405 {"SockaddrInet6.ZoneId", Field, 0, ""},
16406 {"SockaddrLinklayer", Type, 0, ""},
16407 {"SockaddrLinklayer.Addr", Field, 0, ""},
16408 {"SockaddrLinklayer.Halen", Field, 0, ""},
16409 {"SockaddrLinklayer.Hatype", Field, 0, ""},
16410 {"SockaddrLinklayer.Ifindex", Field, 0, ""},
16411 {"SockaddrLinklayer.Pkttype", Field, 0, ""},
16412 {"SockaddrLinklayer.Protocol", Field, 0, ""},
16413 {"SockaddrNetlink", Type, 0, ""},
16414 {"SockaddrNetlink.Family", Field, 0, ""},
16415 {"SockaddrNetlink.Groups", Field, 0, ""},
16416 {"SockaddrNetlink.Pad", Field, 0, ""},
16417 {"SockaddrNetlink.Pid", Field, 0, ""},
16418 {"SockaddrUnix", Type, 0, ""},
16419 {"SockaddrUnix.Name", Field, 0, ""},
16420 {"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
16421 {"SocketControlMessage", Type, 0, ""},
16422 {"SocketControlMessage.Data", Field, 0, ""},
16423 {"SocketControlMessage.Header", Field, 0, ""},
16424 {"SocketDisableIPv6", Var, 0, ""},
16425 {"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
16426 {"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
16427 {"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
16428 {"StartupInfo", Type, 0, ""},
16429 {"StartupInfo.Cb", Field, 0, ""},
16430 {"StartupInfo.Desktop", Field, 0, ""},
16431 {"StartupInfo.FillAttribute", Field, 0, ""},
16432 {"StartupInfo.Flags", Field, 0, ""},
16433 {"StartupInfo.ShowWindow", Field, 0, ""},
16434 {"StartupInfo.StdErr", Field, 0, ""},
16435 {"StartupInfo.StdInput", Field, 0, ""},
16436 {"StartupInfo.StdOutput", Field, 0, ""},
16437 {"StartupInfo.Title", Field, 0, ""},
16438 {"StartupInfo.X", Field, 0, ""},
16439 {"StartupInfo.XCountChars", Field, 0, ""},
16440 {"StartupInfo.XSize", Field, 0, ""},
16441 {"StartupInfo.Y", Field, 0, ""},
16442 {"StartupInfo.YCountChars", Field, 0, ""},
16443 {"StartupInfo.YSize", Field, 0, ""},
16444 {"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
16445 {"Stat_t", Type, 0, ""},
16446 {"Stat_t.Atim", Field, 0, ""},
16447 {"Stat_t.Atim_ext", Field, 12, ""},
16448 {"Stat_t.Atimespec", Field, 0, ""},
16449 {"Stat_t.Birthtimespec", Field, 0, ""},
16450 {"Stat_t.Blksize", Field, 0, ""},
16451 {"Stat_t.Blocks", Field, 0, ""},
16452 {"Stat_t.Btim_ext", Field, 12, ""},
16453 {"Stat_t.Ctim", Field, 0, ""},
16454 {"Stat_t.Ctim_ext", Field, 12, ""},
16455 {"Stat_t.Ctimespec", Field, 0, ""},
16456 {"Stat_t.Dev", Field, 0, ""},
16457 {"Stat_t.Flags", Field, 0, ""},
16458 {"Stat_t.Gen", Field, 0, ""},
16459 {"Stat_t.Gid", Field, 0, ""},
16460 {"Stat_t.Ino", Field, 0, ""},
16461 {"Stat_t.Lspare", Field, 0, ""},
16462 {"Stat_t.Lspare0", Field, 2, ""},
16463 {"Stat_t.Lspare1", Field, 2, ""},
16464 {"Stat_t.Mode", Field, 0, ""},
16465 {"Stat_t.Mtim", Field, 0, ""},
16466 {"Stat_t.Mtim_ext", Field, 12, ""},
16467 {"Stat_t.Mtimespec", Field, 0, ""},
16468 {"Stat_t.Nlink", Field, 0, ""},
16469 {"Stat_t.Pad_cgo_0", Field, 0, ""},
16470 {"Stat_t.Pad_cgo_1", Field, 0, ""},
16471 {"Stat_t.Pad_cgo_2", Field, 0, ""},
16472 {"Stat_t.Padding0", Field, 12, ""},
16473 {"Stat_t.Padding1", Field, 12, ""},
16474 {"Stat_t.Qspare", Field, 0, ""},
16475 {"Stat_t.Rdev", Field, 0, ""},
16476 {"Stat_t.Size", Field, 0, ""},
16477 {"Stat_t.Spare", Field, 2, ""},
16478 {"Stat_t.Uid", Field, 0, ""},
16479 {"Stat_t.X__pad0", Field, 0, ""},
16480 {"Stat_t.X__pad1", Field, 0, ""},
16481 {"Stat_t.X__pad2", Field, 0, ""},
16482 {"Stat_t.X__st_birthtim", Field, 2, ""},
16483 {"Stat_t.X__st_ino", Field, 0, ""},
16484 {"Stat_t.X__unused", Field, 0, ""},
16485 {"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
16486 {"Statfs_t", Type, 0, ""},
16487 {"Statfs_t.Asyncreads", Field, 0, ""},
16488 {"Statfs_t.Asyncwrites", Field, 0, ""},
16489 {"Statfs_t.Bavail", Field, 0, ""},
16490 {"Statfs_t.Bfree", Field, 0, ""},
16491 {"Statfs_t.Blocks", Field, 0, ""},
16492 {"Statfs_t.Bsize", Field, 0, ""},
16493 {"Statfs_t.Charspare", Field, 0, ""},
16494 {"Statfs_t.F_asyncreads", Field, 2, ""},
16495 {"Statfs_t.F_asyncwrites", Field, 2, ""},
16496 {"Statfs_t.F_bavail", Field, 2, ""},
16497 {"Statfs_t.F_bfree", Field, 2, ""},
16498 {"Statfs_t.F_blocks", Field, 2, ""},
16499 {"Statfs_t.F_bsize", Field, 2, ""},
16500 {"Statfs_t.F_ctime", Field, 2, ""},
16501 {"Statfs_t.F_favail", Field, 2, ""},
16502 {"Statfs_t.F_ffree", Field, 2, ""},
16503 {"Statfs_t.F_files", Field, 2, ""},
16504 {"Statfs_t.F_flags", Field, 2, ""},
16505 {"Statfs_t.F_fsid", Field, 2, ""},
16506 {"Statfs_t.F_fstypename", Field, 2, ""},
16507 {"Statfs_t.F_iosize", Field, 2, ""},
16508 {"Statfs_t.F_mntfromname", Field, 2, ""},
16509 {"Statfs_t.F_mntfromspec", Field, 3, ""},
16510 {"Statfs_t.F_mntonname", Field, 2, ""},
16511 {"Statfs_t.F_namemax", Field, 2, ""},
16512 {"Statfs_t.F_owner", Field, 2, ""},
16513 {"Statfs_t.F_spare", Field, 2, ""},
16514 {"Statfs_t.F_syncreads", Field, 2, ""},
16515 {"Statfs_t.F_syncwrites", Field, 2, ""},
16516 {"Statfs_t.Ffree", Field, 0, ""},
16517 {"Statfs_t.Files", Field, 0, ""},
16518 {"Statfs_t.Flags", Field, 0, ""},
16519 {"Statfs_t.Frsize", Field, 0, ""},
16520 {"Statfs_t.Fsid", Field, 0, ""},
16521 {"Statfs_t.Fssubtype", Field, 0, ""},
16522 {"Statfs_t.Fstypename", Field, 0, ""},
16523 {"Statfs_t.Iosize", Field, 0, ""},
16524 {"Statfs_t.Mntfromname", Field, 0, ""},
16525 {"Statfs_t.Mntonname", Field, 0, ""},
16526 {"Statfs_t.Mount_info", Field, 2, ""},
16527 {"Statfs_t.Namelen", Field, 0, ""},
16528 {"Statfs_t.Namemax", Field, 0, ""},
16529 {"Statfs_t.Owner", Field, 0, ""},
16530 {"Statfs_t.Pad_cgo_0", Field, 0, ""},
16531 {"Statfs_t.Pad_cgo_1", Field, 2, ""},
16532 {"Statfs_t.Reserved", Field, 0, ""},
16533 {"Statfs_t.Spare", Field, 0, ""},
16534 {"Statfs_t.Syncreads", Field, 0, ""},
16535 {"Statfs_t.Syncwrites", Field, 0, ""},
16536 {"Statfs_t.Type", Field, 0, ""},
16537 {"Statfs_t.Version", Field, 0, ""},
16538 {"Stderr", Var, 0, ""},
16539 {"Stdin", Var, 0, ""},
16540 {"Stdout", Var, 0, ""},
16541 {"StringBytePtr", Func, 0, "func(s string) *byte"},
16542 {"StringByteSlice", Func, 0, "func(s string) []byte"},
16543 {"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
16544 {"StringToSid", Func, 0, ""},
16545 {"StringToUTF16", Func, 0, ""},
16546 {"StringToUTF16Ptr", Func, 0, ""},
16547 {"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
16548 {"Sync", Func, 0, "func()"},
16549 {"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
16550 {"SysProcAttr", Type, 0, ""},
16551 {"SysProcAttr.AdditionalInheritedHandles", Field, 17, ""},
16552 {"SysProcAttr.AmbientCaps", Field, 9, ""},
16553 {"SysProcAttr.CgroupFD", Field, 20, ""},
16554 {"SysProcAttr.Chroot", Field, 0, ""},
16555 {"SysProcAttr.Cloneflags", Field, 2, ""},
16556 {"SysProcAttr.CmdLine", Field, 0, ""},
16557 {"SysProcAttr.CreationFlags", Field, 1, ""},
16558 {"SysProcAttr.Credential", Field, 0, ""},
16559 {"SysProcAttr.Ctty", Field, 1, ""},
16560 {"SysProcAttr.Foreground", Field, 5, ""},
16561 {"SysProcAttr.GidMappings", Field, 4, ""},
16562 {"SysProcAttr.GidMappingsEnableSetgroups", Field, 5, ""},
16563 {"SysProcAttr.HideWindow", Field, 0, ""},
16564 {"SysProcAttr.Jail", Field, 21, ""},
16565 {"SysProcAttr.NoInheritHandles", Field, 16, ""},
16566 {"SysProcAttr.Noctty", Field, 0, ""},
16567 {"SysProcAttr.ParentProcess", Field, 17, ""},
16568 {"SysProcAttr.Pdeathsig", Field, 0, ""},
16569 {"SysProcAttr.Pgid", Field, 5, ""},
16570 {"SysProcAttr.PidFD", Field, 22, ""},
16571 {"SysProcAttr.ProcessAttributes", Field, 13, ""},
16572 {"SysProcAttr.Ptrace", Field, 0, ""},
16573 {"SysProcAttr.Setctty", Field, 0, ""},
16574 {"SysProcAttr.Setpgid", Field, 0, ""},
16575 {"SysProcAttr.Setsid", Field, 0, ""},
16576 {"SysProcAttr.ThreadAttributes", Field, 13, ""},
16577 {"SysProcAttr.Token", Field, 10, ""},
16578 {"SysProcAttr.UidMappings", Field, 4, ""},
16579 {"SysProcAttr.Unshareflags", Field, 7, ""},
16580 {"SysProcAttr.UseCgroupFD", Field, 20, ""},
16581 {"SysProcIDMap", Type, 4, ""},
16582 {"SysProcIDMap.ContainerID", Field, 4, ""},
16583 {"SysProcIDMap.HostID", Field, 4, ""},
16584 {"SysProcIDMap.Size", Field, 4, ""},
16585 {"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16586 {"Syscall12", Func, 0, ""},
16587 {"Syscall15", Func, 0, ""},
16588 {"Syscall18", Func, 12, ""},
16589 {"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
16590 {"Syscall9", Func, 0, ""},
16591 {"SyscallN", Func, 18, ""},
16592 {"Sysctl", Func, 0, ""},
16593 {"SysctlUint32", Func, 0, ""},
16594 {"Sysctlnode", Type, 2, ""},
16595 {"Sysctlnode.Flags", Field, 2, ""},
16596 {"Sysctlnode.Name", Field, 2, ""},
16597 {"Sysctlnode.Num", Field, 2, ""},
16598 {"Sysctlnode.Un", Field, 2, ""},
16599 {"Sysctlnode.Ver", Field, 2, ""},
16600 {"Sysctlnode.X__rsvd", Field, 2, ""},
16601 {"Sysctlnode.X_sysctl_desc", Field, 2, ""},
16602 {"Sysctlnode.X_sysctl_func", Field, 2, ""},
16603 {"Sysctlnode.X_sysctl_parent", Field, 2, ""},
16604 {"Sysctlnode.X_sysctl_size", Field, 2, ""},
16605 {"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
16606 {"Sysinfo_t", Type, 0, ""},
16607 {"Sysinfo_t.Bufferram", Field, 0, ""},
16608 {"Sysinfo_t.Freehigh", Field, 0, ""},
16609 {"Sysinfo_t.Freeram", Field, 0, ""},
16610 {"Sysinfo_t.Freeswap", Field, 0, ""},
16611 {"Sysinfo_t.Loads", Field, 0, ""},
16612 {"Sysinfo_t.Pad", Field, 0, ""},
16613 {"Sysinfo_t.Pad_cgo_0", Field, 0, ""},
16614 {"Sysinfo_t.Pad_cgo_1", Field, 0, ""},
16615 {"Sysinfo_t.Procs", Field, 0, ""},
16616 {"Sysinfo_t.Sharedram", Field, 0, ""},
16617 {"Sysinfo_t.Totalhigh", Field, 0, ""},
16618 {"Sysinfo_t.Totalram", Field, 0, ""},
16619 {"Sysinfo_t.Totalswap", Field, 0, ""},
16620 {"Sysinfo_t.Unit", Field, 0, ""},
16621 {"Sysinfo_t.Uptime", Field, 0, ""},
16622 {"Sysinfo_t.X_f", Field, 0, ""},
16623 {"Systemtime", Type, 0, ""},
16624 {"Systemtime.Day", Field, 0, ""},
16625 {"Systemtime.DayOfWeek", Field, 0, ""},
16626 {"Systemtime.Hour", Field, 0, ""},
16627 {"Systemtime.Milliseconds", Field, 0, ""},
16628 {"Systemtime.Minute", Field, 0, ""},
16629 {"Systemtime.Month", Field, 0, ""},
16630 {"Systemtime.Second", Field, 0, ""},
16631 {"Systemtime.Year", Field, 0, ""},
16632 {"TCGETS", Const, 0, ""},
16633 {"TCIFLUSH", Const, 1, ""},
16634 {"TCIOFLUSH", Const, 1, ""},
16635 {"TCOFLUSH", Const, 1, ""},
16636 {"TCPInfo", Type, 1, ""},
16637 {"TCPInfo.Advmss", Field, 1, ""},
16638 {"TCPInfo.Ato", Field, 1, ""},
16639 {"TCPInfo.Backoff", Field, 1, ""},
16640 {"TCPInfo.Ca_state", Field, 1, ""},
16641 {"TCPInfo.Fackets", Field, 1, ""},
16642 {"TCPInfo.Last_ack_recv", Field, 1, ""},
16643 {"TCPInfo.Last_ack_sent", Field, 1, ""},
16644 {"TCPInfo.Last_data_recv", Field, 1, ""},
16645 {"TCPInfo.Last_data_sent", Field, 1, ""},
16646 {"TCPInfo.Lost", Field, 1, ""},
16647 {"TCPInfo.Options", Field, 1, ""},
16648 {"TCPInfo.Pad_cgo_0", Field, 1, ""},
16649 {"TCPInfo.Pmtu", Field, 1, ""},
16650 {"TCPInfo.Probes", Field, 1, ""},
16651 {"TCPInfo.Rcv_mss", Field, 1, ""},
16652 {"TCPInfo.Rcv_rtt", Field, 1, ""},
16653 {"TCPInfo.Rcv_space", Field, 1, ""},
16654 {"TCPInfo.Rcv_ssthresh", Field, 1, ""},
16655 {"TCPInfo.Reordering", Field, 1, ""},
16656 {"TCPInfo.Retrans", Field, 1, ""},
16657 {"TCPInfo.Retransmits", Field, 1, ""},
16658 {"TCPInfo.Rto", Field, 1, ""},
16659 {"TCPInfo.Rtt", Field, 1, ""},
16660 {"TCPInfo.Rttvar", Field, 1, ""},
16661 {"TCPInfo.Sacked", Field, 1, ""},
16662 {"TCPInfo.Snd_cwnd", Field, 1, ""},
16663 {"TCPInfo.Snd_mss", Field, 1, ""},
16664 {"TCPInfo.Snd_ssthresh", Field, 1, ""},
16665 {"TCPInfo.State", Field, 1, ""},
16666 {"TCPInfo.Total_retrans", Field, 1, ""},
16667 {"TCPInfo.Unacked", Field, 1, ""},
16668 {"TCPKeepalive", Type, 3, ""},
16669 {"TCPKeepalive.Interval", Field, 3, ""},
16670 {"TCPKeepalive.OnOff", Field, 3, ""},
16671 {"TCPKeepalive.Time", Field, 3, ""},
16672 {"TCP_CA_NAME_MAX", Const, 0, ""},
16673 {"TCP_CONGCTL", Const, 1, ""},
16674 {"TCP_CONGESTION", Const, 0, ""},
16675 {"TCP_CONNECTIONTIMEOUT", Const, 0, ""},
16676 {"TCP_CORK", Const, 0, ""},
16677 {"TCP_DEFER_ACCEPT", Const, 0, ""},
16678 {"TCP_ENABLE_ECN", Const, 16, ""},
16679 {"TCP_INFO", Const, 0, ""},
16680 {"TCP_KEEPALIVE", Const, 0, ""},
16681 {"TCP_KEEPCNT", Const, 0, ""},
16682 {"TCP_KEEPIDLE", Const, 0, ""},
16683 {"TCP_KEEPINIT", Const, 1, ""},
16684 {"TCP_KEEPINTVL", Const, 0, ""},
16685 {"TCP_LINGER2", Const, 0, ""},
16686 {"TCP_MAXBURST", Const, 0, ""},
16687 {"TCP_MAXHLEN", Const, 0, ""},
16688 {"TCP_MAXOLEN", Const, 0, ""},
16689 {"TCP_MAXSEG", Const, 0, ""},
16690 {"TCP_MAXWIN", Const, 0, ""},
16691 {"TCP_MAX_SACK", Const, 0, ""},
16692 {"TCP_MAX_WINSHIFT", Const, 0, ""},
16693 {"TCP_MD5SIG", Const, 0, ""},
16694 {"TCP_MD5SIG_MAXKEYLEN", Const, 0, ""},
16695 {"TCP_MINMSS", Const, 0, ""},
16696 {"TCP_MINMSSOVERLOAD", Const, 0, ""},
16697 {"TCP_MSS", Const, 0, ""},
16698 {"TCP_NODELAY", Const, 0, ""},
16699 {"TCP_NOOPT", Const, 0, ""},
16700 {"TCP_NOPUSH", Const, 0, ""},
16701 {"TCP_NOTSENT_LOWAT", Const, 16, ""},
16702 {"TCP_NSTATES", Const, 1, ""},
16703 {"TCP_QUICKACK", Const, 0, ""},
16704 {"TCP_RXT_CONNDROPTIME", Const, 0, ""},
16705 {"TCP_RXT_FINDROP", Const, 0, ""},
16706 {"TCP_SACK_ENABLE", Const, 1, ""},
16707 {"TCP_SENDMOREACKS", Const, 16, ""},
16708 {"TCP_SYNCNT", Const, 0, ""},
16709 {"TCP_VENDOR", Const, 3, ""},
16710 {"TCP_WINDOW_CLAMP", Const, 0, ""},
16711 {"TCSAFLUSH", Const, 1, ""},
16712 {"TCSETS", Const, 0, ""},
16713 {"TF_DISCONNECT", Const, 0, ""},
16714 {"TF_REUSE_SOCKET", Const, 0, ""},
16715 {"TF_USE_DEFAULT_WORKER", Const, 0, ""},
16716 {"TF_USE_KERNEL_APC", Const, 0, ""},
16717 {"TF_USE_SYSTEM_THREAD", Const, 0, ""},
16718 {"TF_WRITE_BEHIND", Const, 0, ""},
16719 {"TH32CS_INHERIT", Const, 4, ""},
16720 {"TH32CS_SNAPALL", Const, 4, ""},
16721 {"TH32CS_SNAPHEAPLIST", Const, 4, ""},
16722 {"TH32CS_SNAPMODULE", Const, 4, ""},
16723 {"TH32CS_SNAPMODULE32", Const, 4, ""},
16724 {"TH32CS_SNAPPROCESS", Const, 4, ""},
16725 {"TH32CS_SNAPTHREAD", Const, 4, ""},
16726 {"TIME_ZONE_ID_DAYLIGHT", Const, 0, ""},
16727 {"TIME_ZONE_ID_STANDARD", Const, 0, ""},
16728 {"TIME_ZONE_ID_UNKNOWN", Const, 0, ""},
16729 {"TIOCCBRK", Const, 0, ""},
16730 {"TIOCCDTR", Const, 0, ""},
16731 {"TIOCCONS", Const, 0, ""},
16732 {"TIOCDCDTIMESTAMP", Const, 0, ""},
16733 {"TIOCDRAIN", Const, 0, ""},
16734 {"TIOCDSIMICROCODE", Const, 0, ""},
16735 {"TIOCEXCL", Const, 0, ""},
16736 {"TIOCEXT", Const, 0, ""},
16737 {"TIOCFLAG_CDTRCTS", Const, 1, ""},
16738 {"TIOCFLAG_CLOCAL", Const, 1, ""},
16739 {"TIOCFLAG_CRTSCTS", Const, 1, ""},
16740 {"TIOCFLAG_MDMBUF", Const, 1, ""},
16741 {"TIOCFLAG_PPS", Const, 1, ""},
16742 {"TIOCFLAG_SOFTCAR", Const, 1, ""},
16743 {"TIOCFLUSH", Const, 0, ""},
16744 {"TIOCGDEV", Const, 0, ""},
16745 {"TIOCGDRAINWAIT", Const, 0, ""},
16746 {"TIOCGETA", Const, 0, ""},
16747 {"TIOCGETD", Const, 0, ""},
16748 {"TIOCGFLAGS", Const, 1, ""},
16749 {"TIOCGICOUNT", Const, 0, ""},
16750 {"TIOCGLCKTRMIOS", Const, 0, ""},
16751 {"TIOCGLINED", Const, 1, ""},
16752 {"TIOCGPGRP", Const, 0, ""},
16753 {"TIOCGPTN", Const, 0, ""},
16754 {"TIOCGQSIZE", Const, 1, ""},
16755 {"TIOCGRANTPT", Const, 1, ""},
16756 {"TIOCGRS485", Const, 0, ""},
16757 {"TIOCGSERIAL", Const, 0, ""},
16758 {"TIOCGSID", Const, 0, ""},
16759 {"TIOCGSIZE", Const, 1, ""},
16760 {"TIOCGSOFTCAR", Const, 0, ""},
16761 {"TIOCGTSTAMP", Const, 1, ""},
16762 {"TIOCGWINSZ", Const, 0, ""},
16763 {"TIOCINQ", Const, 0, ""},
16764 {"TIOCIXOFF", Const, 0, ""},
16765 {"TIOCIXON", Const, 0, ""},
16766 {"TIOCLINUX", Const, 0, ""},
16767 {"TIOCMBIC", Const, 0, ""},
16768 {"TIOCMBIS", Const, 0, ""},
16769 {"TIOCMGDTRWAIT", Const, 0, ""},
16770 {"TIOCMGET", Const, 0, ""},
16771 {"TIOCMIWAIT", Const, 0, ""},
16772 {"TIOCMODG", Const, 0, ""},
16773 {"TIOCMODS", Const, 0, ""},
16774 {"TIOCMSDTRWAIT", Const, 0, ""},
16775 {"TIOCMSET", Const, 0, ""},
16776 {"TIOCM_CAR", Const, 0, ""},
16777 {"TIOCM_CD", Const, 0, ""},
16778 {"TIOCM_CTS", Const, 0, ""},
16779 {"TIOCM_DCD", Const, 0, ""},
16780 {"TIOCM_DSR", Const, 0, ""},
16781 {"TIOCM_DTR", Const, 0, ""},
16782 {"TIOCM_LE", Const, 0, ""},
16783 {"TIOCM_RI", Const, 0, ""},
16784 {"TIOCM_RNG", Const, 0, ""},
16785 {"TIOCM_RTS", Const, 0, ""},
16786 {"TIOCM_SR", Const, 0, ""},
16787 {"TIOCM_ST", Const, 0, ""},
16788 {"TIOCNOTTY", Const, 0, ""},
16789 {"TIOCNXCL", Const, 0, ""},
16790 {"TIOCOUTQ", Const, 0, ""},
16791 {"TIOCPKT", Const, 0, ""},
16792 {"TIOCPKT_DATA", Const, 0, ""},
16793 {"TIOCPKT_DOSTOP", Const, 0, ""},
16794 {"TIOCPKT_FLUSHREAD", Const, 0, ""},
16795 {"TIOCPKT_FLUSHWRITE", Const, 0, ""},
16796 {"TIOCPKT_IOCTL", Const, 0, ""},
16797 {"TIOCPKT_NOSTOP", Const, 0, ""},
16798 {"TIOCPKT_START", Const, 0, ""},
16799 {"TIOCPKT_STOP", Const, 0, ""},
16800 {"TIOCPTMASTER", Const, 0, ""},
16801 {"TIOCPTMGET", Const, 1, ""},
16802 {"TIOCPTSNAME", Const, 1, ""},
16803 {"TIOCPTYGNAME", Const, 0, ""},
16804 {"TIOCPTYGRANT", Const, 0, ""},
16805 {"TIOCPTYUNLK", Const, 0, ""},
16806 {"TIOCRCVFRAME", Const, 1, ""},
16807 {"TIOCREMOTE", Const, 0, ""},
16808 {"TIOCSBRK", Const, 0, ""},
16809 {"TIOCSCONS", Const, 0, ""},
16810 {"TIOCSCTTY", Const, 0, ""},
16811 {"TIOCSDRAINWAIT", Const, 0, ""},
16812 {"TIOCSDTR", Const, 0, ""},
16813 {"TIOCSERCONFIG", Const, 0, ""},
16814 {"TIOCSERGETLSR", Const, 0, ""},
16815 {"TIOCSERGETMULTI", Const, 0, ""},
16816 {"TIOCSERGSTRUCT", Const, 0, ""},
16817 {"TIOCSERGWILD", Const, 0, ""},
16818 {"TIOCSERSETMULTI", Const, 0, ""},
16819 {"TIOCSERSWILD", Const, 0, ""},
16820 {"TIOCSER_TEMT", Const, 0, ""},
16821 {"TIOCSETA", Const, 0, ""},
16822 {"TIOCSETAF", Const, 0, ""},
16823 {"TIOCSETAW", Const, 0, ""},
16824 {"TIOCSETD", Const, 0, ""},
16825 {"TIOCSFLAGS", Const, 1, ""},
16826 {"TIOCSIG", Const, 0, ""},
16827 {"TIOCSLCKTRMIOS", Const, 0, ""},
16828 {"TIOCSLINED", Const, 1, ""},
16829 {"TIOCSPGRP", Const, 0, ""},
16830 {"TIOCSPTLCK", Const, 0, ""},
16831 {"TIOCSQSIZE", Const, 1, ""},
16832 {"TIOCSRS485", Const, 0, ""},
16833 {"TIOCSSERIAL", Const, 0, ""},
16834 {"TIOCSSIZE", Const, 1, ""},
16835 {"TIOCSSOFTCAR", Const, 0, ""},
16836 {"TIOCSTART", Const, 0, ""},
16837 {"TIOCSTAT", Const, 0, ""},
16838 {"TIOCSTI", Const, 0, ""},
16839 {"TIOCSTOP", Const, 0, ""},
16840 {"TIOCSTSTAMP", Const, 1, ""},
16841 {"TIOCSWINSZ", Const, 0, ""},
16842 {"TIOCTIMESTAMP", Const, 0, ""},
16843 {"TIOCUCNTL", Const, 0, ""},
16844 {"TIOCVHANGUP", Const, 0, ""},
16845 {"TIOCXMTFRAME", Const, 1, ""},
16846 {"TOKEN_ADJUST_DEFAULT", Const, 0, ""},
16847 {"TOKEN_ADJUST_GROUPS", Const, 0, ""},
16848 {"TOKEN_ADJUST_PRIVILEGES", Const, 0, ""},
16849 {"TOKEN_ADJUST_SESSIONID", Const, 11, ""},
16850 {"TOKEN_ALL_ACCESS", Const, 0, ""},
16851 {"TOKEN_ASSIGN_PRIMARY", Const, 0, ""},
16852 {"TOKEN_DUPLICATE", Const, 0, ""},
16853 {"TOKEN_EXECUTE", Const, 0, ""},
16854 {"TOKEN_IMPERSONATE", Const, 0, ""},
16855 {"TOKEN_QUERY", Const, 0, ""},
16856 {"TOKEN_QUERY_SOURCE", Const, 0, ""},
16857 {"TOKEN_READ", Const, 0, ""},
16858 {"TOKEN_WRITE", Const, 0, ""},
16859 {"TOSTOP", Const, 0, ""},
16860 {"TRUNCATE_EXISTING", Const, 0, ""},
16861 {"TUNATTACHFILTER", Const, 0, ""},
16862 {"TUNDETACHFILTER", Const, 0, ""},
16863 {"TUNGETFEATURES", Const, 0, ""},
16864 {"TUNGETIFF", Const, 0, ""},
16865 {"TUNGETSNDBUF", Const, 0, ""},
16866 {"TUNGETVNETHDRSZ", Const, 0, ""},
16867 {"TUNSETDEBUG", Const, 0, ""},
16868 {"TUNSETGROUP", Const, 0, ""},
16869 {"TUNSETIFF", Const, 0, ""},
16870 {"TUNSETLINK", Const, 0, ""},
16871 {"TUNSETNOCSUM", Const, 0, ""},
16872 {"TUNSETOFFLOAD", Const, 0, ""},
16873 {"TUNSETOWNER", Const, 0, ""},
16874 {"TUNSETPERSIST", Const, 0, ""},
16875 {"TUNSETSNDBUF", Const, 0, ""},
16876 {"TUNSETTXFILTER", Const, 0, ""},
16877 {"TUNSETVNETHDRSZ", Const, 0, ""},
16878 {"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
16879 {"TerminateProcess", Func, 0, ""},
16880 {"Termios", Type, 0, ""},
16881 {"Termios.Cc", Field, 0, ""},
16882 {"Termios.Cflag", Field, 0, ""},
16883 {"Termios.Iflag", Field, 0, ""},
16884 {"Termios.Ispeed", Field, 0, ""},
16885 {"Termios.Lflag", Field, 0, ""},
16886 {"Termios.Line", Field, 0, ""},
16887 {"Termios.Oflag", Field, 0, ""},
16888 {"Termios.Ospeed", Field, 0, ""},
16889 {"Termios.Pad_cgo_0", Field, 0, ""},
16890 {"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
16891 {"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
16892 {"Time_t", Type, 0, ""},
16893 {"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
16894 {"Timespec", Type, 0, ""},
16895 {"Timespec.Nsec", Field, 0, ""},
16896 {"Timespec.Pad_cgo_0", Field, 2, ""},
16897 {"Timespec.Sec", Field, 0, ""},
16898 {"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
16899 {"Timeval", Type, 0, ""},
16900 {"Timeval.Pad_cgo_0", Field, 0, ""},
16901 {"Timeval.Sec", Field, 0, ""},
16902 {"Timeval.Usec", Field, 0, ""},
16903 {"Timeval32", Type, 0, ""},
16904 {"Timeval32.Sec", Field, 0, ""},
16905 {"Timeval32.Usec", Field, 0, ""},
16906 {"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
16907 {"Timex", Type, 0, ""},
16908 {"Timex.Calcnt", Field, 0, ""},
16909 {"Timex.Constant", Field, 0, ""},
16910 {"Timex.Errcnt", Field, 0, ""},
16911 {"Timex.Esterror", Field, 0, ""},
16912 {"Timex.Freq", Field, 0, ""},
16913 {"Timex.Jitcnt", Field, 0, ""},
16914 {"Timex.Jitter", Field, 0, ""},
16915 {"Timex.Maxerror", Field, 0, ""},
16916 {"Timex.Modes", Field, 0, ""},
16917 {"Timex.Offset", Field, 0, ""},
16918 {"Timex.Pad_cgo_0", Field, 0, ""},
16919 {"Timex.Pad_cgo_1", Field, 0, ""},
16920 {"Timex.Pad_cgo_2", Field, 0, ""},
16921 {"Timex.Pad_cgo_3", Field, 0, ""},
16922 {"Timex.Ppsfreq", Field, 0, ""},
16923 {"Timex.Precision", Field, 0, ""},
16924 {"Timex.Shift", Field, 0, ""},
16925 {"Timex.Stabil", Field, 0, ""},
16926 {"Timex.Status", Field, 0, ""},
16927 {"Timex.Stbcnt", Field, 0, ""},
16928 {"Timex.Tai", Field, 0, ""},
16929 {"Timex.Tick", Field, 0, ""},
16930 {"Timex.Time", Field, 0, ""},
16931 {"Timex.Tolerance", Field, 0, ""},
16932 {"Timezoneinformation", Type, 0, ""},
16933 {"Timezoneinformation.Bias", Field, 0, ""},
16934 {"Timezoneinformation.DaylightBias", Field, 0, ""},
16935 {"Timezoneinformation.DaylightDate", Field, 0, ""},
16936 {"Timezoneinformation.DaylightName", Field, 0, ""},
16937 {"Timezoneinformation.StandardBias", Field, 0, ""},
16938 {"Timezoneinformation.StandardDate", Field, 0, ""},
16939 {"Timezoneinformation.StandardName", Field, 0, ""},
16940 {"Tms", Type, 0, ""},
16941 {"Tms.Cstime", Field, 0, ""},
16942 {"Tms.Cutime", Field, 0, ""},
16943 {"Tms.Stime", Field, 0, ""},
16944 {"Tms.Utime", Field, 0, ""},
16945 {"Token", Type, 0, ""},
16946 {"TokenAccessInformation", Const, 0, ""},
16947 {"TokenAuditPolicy", Const, 0, ""},
16948 {"TokenDefaultDacl", Const, 0, ""},
16949 {"TokenElevation", Const, 0, ""},
16950 {"TokenElevationType", Const, 0, ""},
16951 {"TokenGroups", Const, 0, ""},
16952 {"TokenGroupsAndPrivileges", Const, 0, ""},
16953 {"TokenHasRestrictions", Const, 0, ""},
16954 {"TokenImpersonationLevel", Const, 0, ""},
16955 {"TokenIntegrityLevel", Const, 0, ""},
16956 {"TokenLinkedToken", Const, 0, ""},
16957 {"TokenLogonSid", Const, 0, ""},
16958 {"TokenMandatoryPolicy", Const, 0, ""},
16959 {"TokenOrigin", Const, 0, ""},
16960 {"TokenOwner", Const, 0, ""},
16961 {"TokenPrimaryGroup", Const, 0, ""},
16962 {"TokenPrivileges", Const, 0, ""},
16963 {"TokenRestrictedSids", Const, 0, ""},
16964 {"TokenSandBoxInert", Const, 0, ""},
16965 {"TokenSessionId", Const, 0, ""},
16966 {"TokenSessionReference", Const, 0, ""},
16967 {"TokenSource", Const, 0, ""},
16968 {"TokenStatistics", Const, 0, ""},
16969 {"TokenType", Const, 0, ""},
16970 {"TokenUIAccess", Const, 0, ""},
16971 {"TokenUser", Const, 0, ""},
16972 {"TokenVirtualizationAllowed", Const, 0, ""},
16973 {"TokenVirtualizationEnabled", Const, 0, ""},
16974 {"Tokenprimarygroup", Type, 0, ""},
16975 {"Tokenprimarygroup.PrimaryGroup", Field, 0, ""},
16976 {"Tokenuser", Type, 0, ""},
16977 {"Tokenuser.User", Field, 0, ""},
16978 {"TranslateAccountName", Func, 0, ""},
16979 {"TranslateName", Func, 0, ""},
16980 {"TransmitFile", Func, 0, ""},
16981 {"TransmitFileBuffers", Type, 0, ""},
16982 {"TransmitFileBuffers.Head", Field, 0, ""},
16983 {"TransmitFileBuffers.HeadLength", Field, 0, ""},
16984 {"TransmitFileBuffers.Tail", Field, 0, ""},
16985 {"TransmitFileBuffers.TailLength", Field, 0, ""},
16986 {"Truncate", Func, 0, "func(path string, length int64) (err error)"},
16987 {"UNIX_PATH_MAX", Const, 12, ""},
16988 {"USAGE_MATCH_TYPE_AND", Const, 0, ""},
16989 {"USAGE_MATCH_TYPE_OR", Const, 0, ""},
16990 {"UTF16FromString", Func, 1, ""},
16991 {"UTF16PtrFromString", Func, 1, ""},
16992 {"UTF16ToString", Func, 0, ""},
16993 {"Ucred", Type, 0, ""},
16994 {"Ucred.Gid", Field, 0, ""},
16995 {"Ucred.Pid", Field, 0, ""},
16996 {"Ucred.Uid", Field, 0, ""},
16997 {"Umask", Func, 0, "func(mask int) (oldmask int)"},
16998 {"Uname", Func, 0, "func(buf *Utsname) (err error)"},
16999 {"Undelete", Func, 0, ""},
17000 {"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
17001 {"UnixRights", Func, 0, "func(fds ...int) []byte"},
17002 {"Unlink", Func, 0, "func(path string) error"},
17003 {"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
17004 {"UnmapViewOfFile", Func, 0, ""},
17005 {"Unmount", Func, 0, "func(target string, flags int) (err error)"},
17006 {"Unsetenv", Func, 4, "func(key string) error"},
17007 {"Unshare", Func, 0, "func(flags int) (err error)"},
17008 {"UserInfo10", Type, 0, ""},
17009 {"UserInfo10.Comment", Field, 0, ""},
17010 {"UserInfo10.FullName", Field, 0, ""},
17011 {"UserInfo10.Name", Field, 0, ""},
17012 {"UserInfo10.UsrComment", Field, 0, ""},
17013 {"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
17014 {"Ustat_t", Type, 0, ""},
17015 {"Ustat_t.Fname", Field, 0, ""},
17016 {"Ustat_t.Fpack", Field, 0, ""},
17017 {"Ustat_t.Pad_cgo_0", Field, 0, ""},
17018 {"Ustat_t.Pad_cgo_1", Field, 0, ""},
17019 {"Ustat_t.Tfree", Field, 0, ""},
17020 {"Ustat_t.Tinode", Field, 0, ""},
17021 {"Utimbuf", Type, 0, ""},
17022 {"Utimbuf.Actime", Field, 0, ""},
17023 {"Utimbuf.Modtime", Field, 0, ""},
17024 {"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
17025 {"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
17026 {"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
17027 {"Utsname", Type, 0, ""},
17028 {"Utsname.Domainname", Field, 0, ""},
17029 {"Utsname.Machine", Field, 0, ""},
17030 {"Utsname.Nodename", Field, 0, ""},
17031 {"Utsname.Release", Field, 0, ""},
17032 {"Utsname.Sysname", Field, 0, ""},
17033 {"Utsname.Version", Field, 0, ""},
17034 {"VDISCARD", Const, 0, ""},
17035 {"VDSUSP", Const, 1, ""},
17036 {"VEOF", Const, 0, ""},
17037 {"VEOL", Const, 0, ""},
17038 {"VEOL2", Const, 0, ""},
17039 {"VERASE", Const, 0, ""},
17040 {"VERASE2", Const, 1, ""},
17041 {"VINTR", Const, 0, ""},
17042 {"VKILL", Const, 0, ""},
17043 {"VLNEXT", Const, 0, ""},
17044 {"VMIN", Const, 0, ""},
17045 {"VQUIT", Const, 0, ""},
17046 {"VREPRINT", Const, 0, ""},
17047 {"VSTART", Const, 0, ""},
17048 {"VSTATUS", Const, 1, ""},
17049 {"VSTOP", Const, 0, ""},
17050 {"VSUSP", Const, 0, ""},
17051 {"VSWTC", Const, 0, ""},
17052 {"VT0", Const, 1, ""},
17053 {"VT1", Const, 1, ""},
17054 {"VTDLY", Const, 1, ""},
17055 {"VTIME", Const, 0, ""},
17056 {"VWERASE", Const, 0, ""},
17057 {"VirtualLock", Func, 0, ""},
17058 {"VirtualUnlock", Func, 0, ""},
17059 {"WAIT_ABANDONED", Const, 0, ""},
17060 {"WAIT_FAILED", Const, 0, ""},
17061 {"WAIT_OBJECT_0", Const, 0, ""},
17062 {"WAIT_TIMEOUT", Const, 0, ""},
17063 {"WALL", Const, 0, ""},
17064 {"WALLSIG", Const, 1, ""},
17065 {"WALTSIG", Const, 1, ""},
17066 {"WCLONE", Const, 0, ""},
17067 {"WCONTINUED", Const, 0, ""},
17068 {"WCOREFLAG", Const, 0, ""},
17069 {"WEXITED", Const, 0, ""},
17070 {"WLINUXCLONE", Const, 0, ""},
17071 {"WNOHANG", Const, 0, ""},
17072 {"WNOTHREAD", Const, 0, ""},
17073 {"WNOWAIT", Const, 0, ""},
17074 {"WNOZOMBIE", Const, 1, ""},
17075 {"WOPTSCHECKED", Const, 1, ""},
17076 {"WORDSIZE", Const, 0, ""},
17077 {"WSABuf", Type, 0, ""},
17078 {"WSABuf.Buf", Field, 0, ""},
17079 {"WSABuf.Len", Field, 0, ""},
17080 {"WSACleanup", Func, 0, ""},
17081 {"WSADESCRIPTION_LEN", Const, 0, ""},
17082 {"WSAData", Type, 0, ""},
17083 {"WSAData.Description", Field, 0, ""},
17084 {"WSAData.HighVersion", Field, 0, ""},
17085 {"WSAData.MaxSockets", Field, 0, ""},
17086 {"WSAData.MaxUdpDg", Field, 0, ""},
17087 {"WSAData.SystemStatus", Field, 0, ""},
17088 {"WSAData.VendorInfo", Field, 0, ""},
17089 {"WSAData.Version", Field, 0, ""},
17090 {"WSAEACCES", Const, 2, ""},
17091 {"WSAECONNABORTED", Const, 9, ""},
17092 {"WSAECONNRESET", Const, 3, ""},
17093 {"WSAENOPROTOOPT", Const, 23, ""},
17094 {"WSAEnumProtocols", Func, 2, ""},
17095 {"WSAID_CONNECTEX", Var, 1, ""},
17096 {"WSAIoctl", Func, 0, ""},
17097 {"WSAPROTOCOL_LEN", Const, 2, ""},
17098 {"WSAProtocolChain", Type, 2, ""},
17099 {"WSAProtocolChain.ChainEntries", Field, 2, ""},
17100 {"WSAProtocolChain.ChainLen", Field, 2, ""},
17101 {"WSAProtocolInfo", Type, 2, ""},
17102 {"WSAProtocolInfo.AddressFamily", Field, 2, ""},
17103 {"WSAProtocolInfo.CatalogEntryId", Field, 2, ""},
17104 {"WSAProtocolInfo.MaxSockAddr", Field, 2, ""},
17105 {"WSAProtocolInfo.MessageSize", Field, 2, ""},
17106 {"WSAProtocolInfo.MinSockAddr", Field, 2, ""},
17107 {"WSAProtocolInfo.NetworkByteOrder", Field, 2, ""},
17108 {"WSAProtocolInfo.Protocol", Field, 2, ""},
17109 {"WSAProtocolInfo.ProtocolChain", Field, 2, ""},
17110 {"WSAProtocolInfo.ProtocolMaxOffset", Field, 2, ""},
17111 {"WSAProtocolInfo.ProtocolName", Field, 2, ""},
17112 {"WSAProtocolInfo.ProviderFlags", Field, 2, ""},
17113 {"WSAProtocolInfo.ProviderId", Field, 2, ""},
17114 {"WSAProtocolInfo.ProviderReserved", Field, 2, ""},
17115 {"WSAProtocolInfo.SecurityScheme", Field, 2, ""},
17116 {"WSAProtocolInfo.ServiceFlags1", Field, 2, ""},
17117 {"WSAProtocolInfo.ServiceFlags2", Field, 2, ""},
17118 {"WSAProtocolInfo.ServiceFlags3", Field, 2, ""},
17119 {"WSAProtocolInfo.ServiceFlags4", Field, 2, ""},
17120 {"WSAProtocolInfo.SocketType", Field, 2, ""},
17121 {"WSAProtocolInfo.Version", Field, 2, ""},
17122 {"WSARecv", Func, 0, ""},
17123 {"WSARecvFrom", Func, 0, ""},
17124 {"WSASYS_STATUS_LEN", Const, 0, ""},
17125 {"WSASend", Func, 0, ""},
17126 {"WSASendTo", Func, 0, ""},
17127 {"WSASendto", Func, 0, ""},
17128 {"WSAStartup", Func, 0, ""},
17129 {"WSTOPPED", Const, 0, ""},
17130 {"WTRAPPED", Const, 1, ""},
17131 {"WUNTRACED", Const, 0, ""},
17132 {"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
17133 {"WaitForSingleObject", Func, 0, ""},
17134 {"WaitStatus", Type, 0, ""},
17135 {"WaitStatus.ExitCode", Field, 0, ""},
17136 {"Win32FileAttributeData", Type, 0, ""},
17137 {"Win32FileAttributeData.CreationTime", Field, 0, ""},
17138 {"Win32FileAttributeData.FileAttributes", Field, 0, ""},
17139 {"Win32FileAttributeData.FileSizeHigh", Field, 0, ""},
17140 {"Win32FileAttributeData.FileSizeLow", Field, 0, ""},
17141 {"Win32FileAttributeData.LastAccessTime", Field, 0, ""},
17142 {"Win32FileAttributeData.LastWriteTime", Field, 0, ""},
17143 {"Win32finddata", Type, 0, ""},
17144 {"Win32finddata.AlternateFileName", Field, 0, ""},
17145 {"Win32finddata.CreationTime", Field, 0, ""},
17146 {"Win32finddata.FileAttributes", Field, 0, ""},
17147 {"Win32finddata.FileName", Field, 0, ""},
17148 {"Win32finddata.FileSizeHigh", Field, 0, ""},
17149 {"Win32finddata.FileSizeLow", Field, 0, ""},
17150 {"Win32finddata.LastAccessTime", Field, 0, ""},
17151 {"Win32finddata.LastWriteTime", Field, 0, ""},
17152 {"Win32finddata.Reserved0", Field, 0, ""},
17153 {"Win32finddata.Reserved1", Field, 0, ""},
17154 {"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
17155 {"WriteConsole", Func, 1, ""},
17156 {"WriteFile", Func, 0, ""},
17157 {"X509_ASN_ENCODING", Const, 0, ""},
17158 {"XCASE", Const, 0, ""},
17159 {"XP1_CONNECTIONLESS", Const, 2, ""},
17160 {"XP1_CONNECT_DATA", Const, 2, ""},
17161 {"XP1_DISCONNECT_DATA", Const, 2, ""},
17162 {"XP1_EXPEDITED_DATA", Const, 2, ""},
17163 {"XP1_GRACEFUL_CLOSE", Const, 2, ""},
17164 {"XP1_GUARANTEED_DELIVERY", Const, 2, ""},
17165 {"XP1_GUARANTEED_ORDER", Const, 2, ""},
17166 {"XP1_IFS_HANDLES", Const, 2, ""},
17167 {"XP1_MESSAGE_ORIENTED", Const, 2, ""},
17168 {"XP1_MULTIPOINT_CONTROL_PLANE", Const, 2, ""},
17169 {"XP1_MULTIPOINT_DATA_PLANE", Const, 2, ""},
17170 {"XP1_PARTIAL_MESSAGE", Const, 2, ""},
17171 {"XP1_PSEUDO_STREAM", Const, 2, ""},
17172 {"XP1_QOS_SUPPORTED", Const, 2, ""},
17173 {"XP1_SAN_SUPPORT_SDP", Const, 2, ""},
17174 {"XP1_SUPPORT_BROADCAST", Const, 2, ""},
17175 {"XP1_SUPPORT_MULTIPOINT", Const, 2, ""},
17176 {"XP1_UNI_RECV", Const, 2, ""},
17177 {"XP1_UNI_SEND", Const, 2, ""},
17178 },
17179 "syscall/js": {
17180 {"CopyBytesToGo", Func, 0, ""},
17181 {"CopyBytesToJS", Func, 0, ""},
17182 {"Error", Type, 0, ""},
17183 {"Func", Type, 0, ""},
17184 {"FuncOf", Func, 0, ""},
17185 {"Global", Func, 0, ""},
17186 {"Null", Func, 0, ""},
17187 {"Type", Type, 0, ""},
17188 {"TypeBoolean", Const, 0, ""},
17189 {"TypeFunction", Const, 0, ""},
17190 {"TypeNull", Const, 0, ""},
17191 {"TypeNumber", Const, 0, ""},
17192 {"TypeObject", Const, 0, ""},
17193 {"TypeString", Const, 0, ""},
17194 {"TypeSymbol", Const, 0, ""},
17195 {"TypeUndefined", Const, 0, ""},
17196 {"Undefined", Func, 0, ""},
17197 {"Value", Type, 0, ""},
17198 {"ValueError", Type, 0, ""},
17199 {"ValueOf", Func, 0, ""},
17200 },
17201 "testing": {
17202 {"(*B).ArtifactDir", Method, 26, ""},
17203 {"(*B).Attr", Method, 25, ""},
17204 {"(*B).Chdir", Method, 24, ""},
17205 {"(*B).Cleanup", Method, 14, ""},
17206 {"(*B).Context", Method, 24, ""},
17207 {"(*B).Elapsed", Method, 20, ""},
17208 {"(*B).Error", Method, 0, ""},
17209 {"(*B).Errorf", Method, 0, ""},
17210 {"(*B).Fail", Method, 0, ""},
17211 {"(*B).FailNow", Method, 0, ""},
17212 {"(*B).Failed", Method, 0, ""},
17213 {"(*B).Fatal", Method, 0, ""},
17214 {"(*B).Fatalf", Method, 0, ""},
17215 {"(*B).Helper", Method, 9, ""},
17216 {"(*B).Log", Method, 0, ""},
17217 {"(*B).Logf", Method, 0, ""},
17218 {"(*B).Loop", Method, 24, ""},
17219 {"(*B).Name", Method, 8, ""},
17220 {"(*B).Output", Method, 25, ""},
17221 {"(*B).ReportAllocs", Method, 1, ""},
17222 {"(*B).ReportMetric", Method, 13, ""},
17223 {"(*B).ResetTimer", Method, 0, ""},
17224 {"(*B).Run", Method, 7, ""},
17225 {"(*B).RunParallel", Method, 3, ""},
17226 {"(*B).SetBytes", Method, 0, ""},
17227 {"(*B).SetParallelism", Method, 3, ""},
17228 {"(*B).Setenv", Method, 17, ""},
17229 {"(*B).Skip", Method, 1, ""},
17230 {"(*B).SkipNow", Method, 1, ""},
17231 {"(*B).Skipf", Method, 1, ""},
17232 {"(*B).Skipped", Method, 1, ""},
17233 {"(*B).StartTimer", Method, 0, ""},
17234 {"(*B).StopTimer", Method, 0, ""},
17235 {"(*B).TempDir", Method, 15, ""},
17236 {"(*F).Add", Method, 18, ""},
17237 {"(*F).ArtifactDir", Method, 26, ""},
17238 {"(*F).Attr", Method, 25, ""},
17239 {"(*F).Chdir", Method, 24, ""},
17240 {"(*F).Cleanup", Method, 18, ""},
17241 {"(*F).Context", Method, 24, ""},
17242 {"(*F).Error", Method, 18, ""},
17243 {"(*F).Errorf", Method, 18, ""},
17244 {"(*F).Fail", Method, 18, ""},
17245 {"(*F).FailNow", Method, 18, ""},
17246 {"(*F).Failed", Method, 18, ""},
17247 {"(*F).Fatal", Method, 18, ""},
17248 {"(*F).Fatalf", Method, 18, ""},
17249 {"(*F).Fuzz", Method, 18, ""},
17250 {"(*F).Helper", Method, 18, ""},
17251 {"(*F).Log", Method, 18, ""},
17252 {"(*F).Logf", Method, 18, ""},
17253 {"(*F).Name", Method, 18, ""},
17254 {"(*F).Output", Method, 25, ""},
17255 {"(*F).Setenv", Method, 18, ""},
17256 {"(*F).Skip", Method, 18, ""},
17257 {"(*F).SkipNow", Method, 18, ""},
17258 {"(*F).Skipf", Method, 18, ""},
17259 {"(*F).Skipped", Method, 18, ""},
17260 {"(*F).TempDir", Method, 18, ""},
17261 {"(*M).Run", Method, 4, ""},
17262 {"(*PB).Next", Method, 3, ""},
17263 {"(*T).ArtifactDir", Method, 26, ""},
17264 {"(*T).Attr", Method, 25, ""},
17265 {"(*T).Chdir", Method, 24, ""},
17266 {"(*T).Cleanup", Method, 14, ""},
17267 {"(*T).Context", Method, 24, ""},
17268 {"(*T).Deadline", Method, 15, ""},
17269 {"(*T).Error", Method, 0, ""},
17270 {"(*T).Errorf", Method, 0, ""},
17271 {"(*T).Fail", Method, 0, ""},
17272 {"(*T).FailNow", Method, 0, ""},
17273 {"(*T).Failed", Method, 0, ""},
17274 {"(*T).Fatal", Method, 0, ""},
17275 {"(*T).Fatalf", Method, 0, ""},
17276 {"(*T).Helper", Method, 9, ""},
17277 {"(*T).Log", Method, 0, ""},
17278 {"(*T).Logf", Method, 0, ""},
17279 {"(*T).Name", Method, 8, ""},
17280 {"(*T).Output", Method, 25, ""},
17281 {"(*T).Parallel", Method, 0, ""},
17282 {"(*T).Run", Method, 7, ""},
17283 {"(*T).Setenv", Method, 17, ""},
17284 {"(*T).Skip", Method, 1, ""},
17285 {"(*T).SkipNow", Method, 1, ""},
17286 {"(*T).Skipf", Method, 1, ""},
17287 {"(*T).Skipped", Method, 1, ""},
17288 {"(*T).TempDir", Method, 15, ""},
17289 {"(BenchmarkResult).AllocedBytesPerOp", Method, 1, ""},
17290 {"(BenchmarkResult).AllocsPerOp", Method, 1, ""},
17291 {"(BenchmarkResult).MemString", Method, 1, ""},
17292 {"(BenchmarkResult).NsPerOp", Method, 0, ""},
17293 {"(BenchmarkResult).String", Method, 0, ""},
17294 {"(TB).ArtifactDir", Method, 26, ""},
17295 {"(TB).Attr", Method, 25, ""},
17296 {"(TB).Chdir", Method, 24, ""},
17297 {"(TB).Cleanup", Method, 14, ""},
17298 {"(TB).Context", Method, 24, ""},
17299 {"(TB).Error", Method, 2, ""},
17300 {"(TB).Errorf", Method, 2, ""},
17301 {"(TB).Fail", Method, 2, ""},
17302 {"(TB).FailNow", Method, 2, ""},
17303 {"(TB).Failed", Method, 2, ""},
17304 {"(TB).Fatal", Method, 2, ""},
17305 {"(TB).Fatalf", Method, 2, ""},
17306 {"(TB).Helper", Method, 9, ""},
17307 {"(TB).Log", Method, 2, ""},
17308 {"(TB).Logf", Method, 2, ""},
17309 {"(TB).Name", Method, 8, ""},
17310 {"(TB).Output", Method, 25, ""},
17311 {"(TB).Setenv", Method, 17, ""},
17312 {"(TB).Skip", Method, 2, ""},
17313 {"(TB).SkipNow", Method, 2, ""},
17314 {"(TB).Skipf", Method, 2, ""},
17315 {"(TB).Skipped", Method, 2, ""},
17316 {"(TB).TempDir", Method, 15, ""},
17317 {"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
17318 {"B", Type, 0, ""},
17319 {"B.N", Field, 0, ""},
17320 {"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
17321 {"BenchmarkResult", Type, 0, ""},
17322 {"BenchmarkResult.Bytes", Field, 0, ""},
17323 {"BenchmarkResult.Extra", Field, 13, ""},
17324 {"BenchmarkResult.MemAllocs", Field, 1, ""},
17325 {"BenchmarkResult.MemBytes", Field, 1, ""},
17326 {"BenchmarkResult.N", Field, 0, ""},
17327 {"BenchmarkResult.T", Field, 0, ""},
17328 {"Cover", Type, 2, ""},
17329 {"Cover.Blocks", Field, 2, ""},
17330 {"Cover.Counters", Field, 2, ""},
17331 {"Cover.CoveredPackages", Field, 2, ""},
17332 {"Cover.Mode", Field, 2, ""},
17333 {"CoverBlock", Type, 2, ""},
17334 {"CoverBlock.Col0", Field, 2, ""},
17335 {"CoverBlock.Col1", Field, 2, ""},
17336 {"CoverBlock.Line0", Field, 2, ""},
17337 {"CoverBlock.Line1", Field, 2, ""},
17338 {"CoverBlock.Stmts", Field, 2, ""},
17339 {"CoverMode", Func, 8, "func() string"},
17340 {"Coverage", Func, 4, "func() float64"},
17341 {"F", Type, 18, ""},
17342 {"Init", Func, 13, "func()"},
17343 {"InternalBenchmark", Type, 0, ""},
17344 {"InternalBenchmark.F", Field, 0, ""},
17345 {"InternalBenchmark.Name", Field, 0, ""},
17346 {"InternalExample", Type, 0, ""},
17347 {"InternalExample.F", Field, 0, ""},
17348 {"InternalExample.Name", Field, 0, ""},
17349 {"InternalExample.Output", Field, 0, ""},
17350 {"InternalExample.Unordered", Field, 7, ""},
17351 {"InternalFuzzTarget", Type, 18, ""},
17352 {"InternalFuzzTarget.Fn", Field, 18, ""},
17353 {"InternalFuzzTarget.Name", Field, 18, ""},
17354 {"InternalTest", Type, 0, ""},
17355 {"InternalTest.F", Field, 0, ""},
17356 {"InternalTest.Name", Field, 0, ""},
17357 {"M", Type, 4, ""},
17358 {"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
17359 {"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
17360 {"PB", Type, 3, ""},
17361 {"RegisterCover", Func, 2, "func(c Cover)"},
17362 {"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
17363 {"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
17364 {"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
17365 {"Short", Func, 0, "func() bool"},
17366 {"T", Type, 0, ""},
17367 {"Testing", Func, 21, "func() bool"},
17368 {"Verbose", Func, 1, "func() bool"},
17369 },
17370 "testing/fstest": {
17371 {"(MapFS).Glob", Method, 16, ""},
17372 {"(MapFS).Lstat", Method, 25, ""},
17373 {"(MapFS).Open", Method, 16, ""},
17374 {"(MapFS).ReadDir", Method, 16, ""},
17375 {"(MapFS).ReadFile", Method, 16, ""},
17376 {"(MapFS).ReadLink", Method, 25, ""},
17377 {"(MapFS).Stat", Method, 16, ""},
17378 {"(MapFS).Sub", Method, 16, ""},
17379 {"MapFS", Type, 16, ""},
17380 {"MapFile", Type, 16, ""},
17381 {"MapFile.Data", Field, 16, ""},
17382 {"MapFile.ModTime", Field, 16, ""},
17383 {"MapFile.Mode", Field, 16, ""},
17384 {"MapFile.Sys", Field, 16, ""},
17385 {"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
17386 },
17387 "testing/iotest": {
17388 {"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
17389 {"ErrReader", Func, 16, "func(err error) io.Reader"},
17390 {"ErrTimeout", Var, 0, ""},
17391 {"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
17392 {"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
17393 {"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
17394 {"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
17395 {"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
17396 {"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
17397 {"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
17398 },
17399 "testing/quick": {
17400 {"(*CheckEqualError).Error", Method, 0, ""},
17401 {"(*CheckError).Error", Method, 0, ""},
17402 {"(Generator).Generate", Method, 0, ""},
17403 {"(SetupError).Error", Method, 0, ""},
17404 {"Check", Func, 0, "func(f any, config *Config) error"},
17405 {"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
17406 {"CheckEqualError", Type, 0, ""},
17407 {"CheckEqualError.CheckError", Field, 0, ""},
17408 {"CheckEqualError.Out1", Field, 0, ""},
17409 {"CheckEqualError.Out2", Field, 0, ""},
17410 {"CheckError", Type, 0, ""},
17411 {"CheckError.Count", Field, 0, ""},
17412 {"CheckError.In", Field, 0, ""},
17413 {"Config", Type, 0, ""},
17414 {"Config.MaxCount", Field, 0, ""},
17415 {"Config.MaxCountScale", Field, 0, ""},
17416 {"Config.Rand", Field, 0, ""},
17417 {"Config.Values", Field, 0, ""},
17418 {"Generator", Type, 0, ""},
17419 {"SetupError", Type, 0, ""},
17420 {"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
17421 },
17422 "testing/slogtest": {
17423 {"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
17424 {"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
17425 },
17426 "testing/synctest": {
17427 {"Test", Func, 25, "func(t *testing.T, f func(*testing.T))"},
17428 {"Wait", Func, 25, "func()"},
17429 },
17430 "text/scanner": {
17431 {"(*Position).IsValid", Method, 0, ""},
17432 {"(*Scanner).Init", Method, 0, ""},
17433 {"(*Scanner).IsValid", Method, 0, ""},
17434 {"(*Scanner).Next", Method, 0, ""},
17435 {"(*Scanner).Peek", Method, 0, ""},
17436 {"(*Scanner).Pos", Method, 0, ""},
17437 {"(*Scanner).Scan", Method, 0, ""},
17438 {"(*Scanner).TokenText", Method, 0, ""},
17439 {"(Position).String", Method, 0, ""},
17440 {"(Scanner).String", Method, 0, ""},
17441 {"Char", Const, 0, ""},
17442 {"Comment", Const, 0, ""},
17443 {"EOF", Const, 0, ""},
17444 {"Float", Const, 0, ""},
17445 {"GoTokens", Const, 0, ""},
17446 {"GoWhitespace", Const, 0, ""},
17447 {"Ident", Const, 0, ""},
17448 {"Int", Const, 0, ""},
17449 {"Position", Type, 0, ""},
17450 {"Position.Column", Field, 0, ""},
17451 {"Position.Filename", Field, 0, ""},
17452 {"Position.Line", Field, 0, ""},
17453 {"Position.Offset", Field, 0, ""},
17454 {"RawString", Const, 0, ""},
17455 {"ScanChars", Const, 0, ""},
17456 {"ScanComments", Const, 0, ""},
17457 {"ScanFloats", Const, 0, ""},
17458 {"ScanIdents", Const, 0, ""},
17459 {"ScanInts", Const, 0, ""},
17460 {"ScanRawStrings", Const, 0, ""},
17461 {"ScanStrings", Const, 0, ""},
17462 {"Scanner", Type, 0, ""},
17463 {"Scanner.Error", Field, 0, ""},
17464 {"Scanner.ErrorCount", Field, 0, ""},
17465 {"Scanner.IsIdentRune", Field, 4, ""},
17466 {"Scanner.Mode", Field, 0, ""},
17467 {"Scanner.Position", Field, 0, ""},
17468 {"Scanner.Whitespace", Field, 0, ""},
17469 {"SkipComments", Const, 0, ""},
17470 {"String", Const, 0, ""},
17471 {"TokenString", Func, 0, "func(tok rune) string"},
17472 },
17473 "text/tabwriter": {
17474 {"(*Writer).Flush", Method, 0, ""},
17475 {"(*Writer).Init", Method, 0, ""},
17476 {"(*Writer).Write", Method, 0, ""},
17477 {"AlignRight", Const, 0, ""},
17478 {"Debug", Const, 0, ""},
17479 {"DiscardEmptyColumns", Const, 0, ""},
17480 {"Escape", Const, 0, ""},
17481 {"FilterHTML", Const, 0, ""},
17482 {"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
17483 {"StripEscape", Const, 0, ""},
17484 {"TabIndent", Const, 0, ""},
17485 {"Writer", Type, 0, ""},
17486 },
17487 "text/template": {
17488 {"(*Template).AddParseTree", Method, 0, ""},
17489 {"(*Template).Clone", Method, 0, ""},
17490 {"(*Template).DefinedTemplates", Method, 5, ""},
17491 {"(*Template).Delims", Method, 0, ""},
17492 {"(*Template).Execute", Method, 0, ""},
17493 {"(*Template).ExecuteTemplate", Method, 0, ""},
17494 {"(*Template).Funcs", Method, 0, ""},
17495 {"(*Template).Lookup", Method, 0, ""},
17496 {"(*Template).Name", Method, 0, ""},
17497 {"(*Template).New", Method, 0, ""},
17498 {"(*Template).Option", Method, 5, ""},
17499 {"(*Template).Parse", Method, 0, ""},
17500 {"(*Template).ParseFS", Method, 16, ""},
17501 {"(*Template).ParseFiles", Method, 0, ""},
17502 {"(*Template).ParseGlob", Method, 0, ""},
17503 {"(*Template).Templates", Method, 0, ""},
17504 {"(ExecError).Error", Method, 6, ""},
17505 {"(ExecError).Unwrap", Method, 13, ""},
17506 {"(Template).Copy", Method, 2, ""},
17507 {"(Template).ErrorContext", Method, 1, ""},
17508 {"ExecError", Type, 6, ""},
17509 {"ExecError.Err", Field, 6, ""},
17510 {"ExecError.Name", Field, 6, ""},
17511 {"FuncMap", Type, 0, ""},
17512 {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
17513 {"HTMLEscapeString", Func, 0, "func(s string) string"},
17514 {"HTMLEscaper", Func, 0, "func(args ...any) string"},
17515 {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
17516 {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
17517 {"JSEscapeString", Func, 0, "func(s string) string"},
17518 {"JSEscaper", Func, 0, "func(args ...any) string"},
17519 {"Must", Func, 0, "func(t *Template, err error) *Template"},
17520 {"New", Func, 0, "func(name string) *Template"},
17521 {"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
17522 {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
17523 {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
17524 {"Template", Type, 0, ""},
17525 {"Template.Tree", Field, 0, ""},
17526 {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
17527 },
17528 "text/template/parse": {
17529 {"(*ActionNode).Copy", Method, 0, ""},
17530 {"(*ActionNode).String", Method, 0, ""},
17531 {"(*BoolNode).Copy", Method, 0, ""},
17532 {"(*BoolNode).String", Method, 0, ""},
17533 {"(*BranchNode).Copy", Method, 4, ""},
17534 {"(*BranchNode).String", Method, 0, ""},
17535 {"(*BreakNode).Copy", Method, 18, ""},
17536 {"(*BreakNode).String", Method, 18, ""},
17537 {"(*ChainNode).Add", Method, 1, ""},
17538 {"(*ChainNode).Copy", Method, 1, ""},
17539 {"(*ChainNode).String", Method, 1, ""},
17540 {"(*CommandNode).Copy", Method, 0, ""},
17541 {"(*CommandNode).String", Method, 0, ""},
17542 {"(*CommentNode).Copy", Method, 16, ""},
17543 {"(*CommentNode).String", Method, 16, ""},
17544 {"(*ContinueNode).Copy", Method, 18, ""},
17545 {"(*ContinueNode).String", Method, 18, ""},
17546 {"(*DotNode).Copy", Method, 0, ""},
17547 {"(*DotNode).String", Method, 0, ""},
17548 {"(*DotNode).Type", Method, 0, ""},
17549 {"(*FieldNode).Copy", Method, 0, ""},
17550 {"(*FieldNode).String", Method, 0, ""},
17551 {"(*IdentifierNode).Copy", Method, 0, ""},
17552 {"(*IdentifierNode).SetPos", Method, 1, ""},
17553 {"(*IdentifierNode).SetTree", Method, 4, ""},
17554 {"(*IdentifierNode).String", Method, 0, ""},
17555 {"(*IfNode).Copy", Method, 0, ""},
17556 {"(*IfNode).String", Method, 0, ""},
17557 {"(*ListNode).Copy", Method, 0, ""},
17558 {"(*ListNode).CopyList", Method, 0, ""},
17559 {"(*ListNode).String", Method, 0, ""},
17560 {"(*NilNode).Copy", Method, 1, ""},
17561 {"(*NilNode).String", Method, 1, ""},
17562 {"(*NilNode).Type", Method, 1, ""},
17563 {"(*NumberNode).Copy", Method, 0, ""},
17564 {"(*NumberNode).String", Method, 0, ""},
17565 {"(*PipeNode).Copy", Method, 0, ""},
17566 {"(*PipeNode).CopyPipe", Method, 0, ""},
17567 {"(*PipeNode).String", Method, 0, ""},
17568 {"(*RangeNode).Copy", Method, 0, ""},
17569 {"(*RangeNode).String", Method, 0, ""},
17570 {"(*StringNode).Copy", Method, 0, ""},
17571 {"(*StringNode).String", Method, 0, ""},
17572 {"(*TemplateNode).Copy", Method, 0, ""},
17573 {"(*TemplateNode).String", Method, 0, ""},
17574 {"(*TextNode).Copy", Method, 0, ""},
17575 {"(*TextNode).String", Method, 0, ""},
17576 {"(*Tree).Copy", Method, 2, ""},
17577 {"(*Tree).ErrorContext", Method, 1, ""},
17578 {"(*Tree).Parse", Method, 0, ""},
17579 {"(*VariableNode).Copy", Method, 0, ""},
17580 {"(*VariableNode).String", Method, 0, ""},
17581 {"(*WithNode).Copy", Method, 0, ""},
17582 {"(*WithNode).String", Method, 0, ""},
17583 {"(ActionNode).Position", Method, 1, ""},
17584 {"(ActionNode).Type", Method, 0, ""},
17585 {"(BoolNode).Position", Method, 1, ""},
17586 {"(BoolNode).Type", Method, 0, ""},
17587 {"(BranchNode).Position", Method, 1, ""},
17588 {"(BranchNode).Type", Method, 0, ""},
17589 {"(BreakNode).Position", Method, 18, ""},
17590 {"(BreakNode).Type", Method, 18, ""},
17591 {"(ChainNode).Position", Method, 1, ""},
17592 {"(ChainNode).Type", Method, 1, ""},
17593 {"(CommandNode).Position", Method, 1, ""},
17594 {"(CommandNode).Type", Method, 0, ""},
17595 {"(CommentNode).Position", Method, 16, ""},
17596 {"(CommentNode).Type", Method, 16, ""},
17597 {"(ContinueNode).Position", Method, 18, ""},
17598 {"(ContinueNode).Type", Method, 18, ""},
17599 {"(DotNode).Position", Method, 1, ""},
17600 {"(FieldNode).Position", Method, 1, ""},
17601 {"(FieldNode).Type", Method, 0, ""},
17602 {"(IdentifierNode).Position", Method, 1, ""},
17603 {"(IdentifierNode).Type", Method, 0, ""},
17604 {"(IfNode).Position", Method, 1, ""},
17605 {"(IfNode).Type", Method, 0, ""},
17606 {"(ListNode).Position", Method, 1, ""},
17607 {"(ListNode).Type", Method, 0, ""},
17608 {"(NilNode).Position", Method, 1, ""},
17609 {"(Node).Copy", Method, 0, ""},
17610 {"(Node).Position", Method, 1, ""},
17611 {"(Node).String", Method, 0, ""},
17612 {"(Node).Type", Method, 0, ""},
17613 {"(NodeType).Type", Method, 0, ""},
17614 {"(NumberNode).Position", Method, 1, ""},
17615 {"(NumberNode).Type", Method, 0, ""},
17616 {"(PipeNode).Position", Method, 1, ""},
17617 {"(PipeNode).Type", Method, 0, ""},
17618 {"(Pos).Position", Method, 1, ""},
17619 {"(RangeNode).Position", Method, 1, ""},
17620 {"(RangeNode).Type", Method, 0, ""},
17621 {"(StringNode).Position", Method, 1, ""},
17622 {"(StringNode).Type", Method, 0, ""},
17623 {"(TemplateNode).Position", Method, 1, ""},
17624 {"(TemplateNode).Type", Method, 0, ""},
17625 {"(TextNode).Position", Method, 1, ""},
17626 {"(TextNode).Type", Method, 0, ""},
17627 {"(VariableNode).Position", Method, 1, ""},
17628 {"(VariableNode).Type", Method, 0, ""},
17629 {"(WithNode).Position", Method, 1, ""},
17630 {"(WithNode).Type", Method, 0, ""},
17631 {"ActionNode", Type, 0, ""},
17632 {"ActionNode.Line", Field, 0, ""},
17633 {"ActionNode.NodeType", Field, 0, ""},
17634 {"ActionNode.Pipe", Field, 0, ""},
17635 {"ActionNode.Pos", Field, 1, ""},
17636 {"BoolNode", Type, 0, ""},
17637 {"BoolNode.NodeType", Field, 0, ""},
17638 {"BoolNode.Pos", Field, 1, ""},
17639 {"BoolNode.True", Field, 0, ""},
17640 {"BranchNode", Type, 0, ""},
17641 {"BranchNode.ElseList", Field, 0, ""},
17642 {"BranchNode.Line", Field, 0, ""},
17643 {"BranchNode.List", Field, 0, ""},
17644 {"BranchNode.NodeType", Field, 0, ""},
17645 {"BranchNode.Pipe", Field, 0, ""},
17646 {"BranchNode.Pos", Field, 1, ""},
17647 {"BreakNode", Type, 18, ""},
17648 {"BreakNode.Line", Field, 18, ""},
17649 {"BreakNode.NodeType", Field, 18, ""},
17650 {"BreakNode.Pos", Field, 18, ""},
17651 {"ChainNode", Type, 1, ""},
17652 {"ChainNode.Field", Field, 1, ""},
17653 {"ChainNode.Node", Field, 1, ""},
17654 {"ChainNode.NodeType", Field, 1, ""},
17655 {"ChainNode.Pos", Field, 1, ""},
17656 {"CommandNode", Type, 0, ""},
17657 {"CommandNode.Args", Field, 0, ""},
17658 {"CommandNode.NodeType", Field, 0, ""},
17659 {"CommandNode.Pos", Field, 1, ""},
17660 {"CommentNode", Type, 16, ""},
17661 {"CommentNode.NodeType", Field, 16, ""},
17662 {"CommentNode.Pos", Field, 16, ""},
17663 {"CommentNode.Text", Field, 16, ""},
17664 {"ContinueNode", Type, 18, ""},
17665 {"ContinueNode.Line", Field, 18, ""},
17666 {"ContinueNode.NodeType", Field, 18, ""},
17667 {"ContinueNode.Pos", Field, 18, ""},
17668 {"DotNode", Type, 0, ""},
17669 {"DotNode.NodeType", Field, 4, ""},
17670 {"DotNode.Pos", Field, 1, ""},
17671 {"FieldNode", Type, 0, ""},
17672 {"FieldNode.Ident", Field, 0, ""},
17673 {"FieldNode.NodeType", Field, 0, ""},
17674 {"FieldNode.Pos", Field, 1, ""},
17675 {"IdentifierNode", Type, 0, ""},
17676 {"IdentifierNode.Ident", Field, 0, ""},
17677 {"IdentifierNode.NodeType", Field, 0, ""},
17678 {"IdentifierNode.Pos", Field, 1, ""},
17679 {"IfNode", Type, 0, ""},
17680 {"IfNode.BranchNode", Field, 0, ""},
17681 {"IsEmptyTree", Func, 0, "func(n Node) bool"},
17682 {"ListNode", Type, 0, ""},
17683 {"ListNode.NodeType", Field, 0, ""},
17684 {"ListNode.Nodes", Field, 0, ""},
17685 {"ListNode.Pos", Field, 1, ""},
17686 {"Mode", Type, 16, ""},
17687 {"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
17688 {"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
17689 {"NilNode", Type, 1, ""},
17690 {"NilNode.NodeType", Field, 4, ""},
17691 {"NilNode.Pos", Field, 1, ""},
17692 {"Node", Type, 0, ""},
17693 {"NodeAction", Const, 0, ""},
17694 {"NodeBool", Const, 0, ""},
17695 {"NodeBreak", Const, 18, ""},
17696 {"NodeChain", Const, 1, ""},
17697 {"NodeCommand", Const, 0, ""},
17698 {"NodeComment", Const, 16, ""},
17699 {"NodeContinue", Const, 18, ""},
17700 {"NodeDot", Const, 0, ""},
17701 {"NodeField", Const, 0, ""},
17702 {"NodeIdentifier", Const, 0, ""},
17703 {"NodeIf", Const, 0, ""},
17704 {"NodeList", Const, 0, ""},
17705 {"NodeNil", Const, 1, ""},
17706 {"NodeNumber", Const, 0, ""},
17707 {"NodePipe", Const, 0, ""},
17708 {"NodeRange", Const, 0, ""},
17709 {"NodeString", Const, 0, ""},
17710 {"NodeTemplate", Const, 0, ""},
17711 {"NodeText", Const, 0, ""},
17712 {"NodeType", Type, 0, ""},
17713 {"NodeVariable", Const, 0, ""},
17714 {"NodeWith", Const, 0, ""},
17715 {"NumberNode", Type, 0, ""},
17716 {"NumberNode.Complex128", Field, 0, ""},
17717 {"NumberNode.Float64", Field, 0, ""},
17718 {"NumberNode.Int64", Field, 0, ""},
17719 {"NumberNode.IsComplex", Field, 0, ""},
17720 {"NumberNode.IsFloat", Field, 0, ""},
17721 {"NumberNode.IsInt", Field, 0, ""},
17722 {"NumberNode.IsUint", Field, 0, ""},
17723 {"NumberNode.NodeType", Field, 0, ""},
17724 {"NumberNode.Pos", Field, 1, ""},
17725 {"NumberNode.Text", Field, 0, ""},
17726 {"NumberNode.Uint64", Field, 0, ""},
17727 {"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
17728 {"ParseComments", Const, 16, ""},
17729 {"PipeNode", Type, 0, ""},
17730 {"PipeNode.Cmds", Field, 0, ""},
17731 {"PipeNode.Decl", Field, 0, ""},
17732 {"PipeNode.IsAssign", Field, 11, ""},
17733 {"PipeNode.Line", Field, 0, ""},
17734 {"PipeNode.NodeType", Field, 0, ""},
17735 {"PipeNode.Pos", Field, 1, ""},
17736 {"Pos", Type, 1, ""},
17737 {"RangeNode", Type, 0, ""},
17738 {"RangeNode.BranchNode", Field, 0, ""},
17739 {"SkipFuncCheck", Const, 17, ""},
17740 {"StringNode", Type, 0, ""},
17741 {"StringNode.NodeType", Field, 0, ""},
17742 {"StringNode.Pos", Field, 1, ""},
17743 {"StringNode.Quoted", Field, 0, ""},
17744 {"StringNode.Text", Field, 0, ""},
17745 {"TemplateNode", Type, 0, ""},
17746 {"TemplateNode.Line", Field, 0, ""},
17747 {"TemplateNode.Name", Field, 0, ""},
17748 {"TemplateNode.NodeType", Field, 0, ""},
17749 {"TemplateNode.Pipe", Field, 0, ""},
17750 {"TemplateNode.Pos", Field, 1, ""},
17751 {"TextNode", Type, 0, ""},
17752 {"TextNode.NodeType", Field, 0, ""},
17753 {"TextNode.Pos", Field, 1, ""},
17754 {"TextNode.Text", Field, 0, ""},
17755 {"Tree", Type, 0, ""},
17756 {"Tree.Mode", Field, 16, ""},
17757 {"Tree.Name", Field, 0, ""},
17758 {"Tree.ParseName", Field, 1, ""},
17759 {"Tree.Root", Field, 0, ""},
17760 {"VariableNode", Type, 0, ""},
17761 {"VariableNode.Ident", Field, 0, ""},
17762 {"VariableNode.NodeType", Field, 0, ""},
17763 {"VariableNode.Pos", Field, 1, ""},
17764 {"WithNode", Type, 0, ""},
17765 {"WithNode.BranchNode", Field, 0, ""},
17766 },
17767 "time": {
17768 {"(*Location).String", Method, 0, ""},
17769 {"(*ParseError).Error", Method, 0, ""},
17770 {"(*Ticker).Reset", Method, 15, ""},
17771 {"(*Ticker).Stop", Method, 0, ""},
17772 {"(*Time).GobDecode", Method, 0, ""},
17773 {"(*Time).UnmarshalBinary", Method, 2, ""},
17774 {"(*Time).UnmarshalJSON", Method, 0, ""},
17775 {"(*Time).UnmarshalText", Method, 2, ""},
17776 {"(*Timer).Reset", Method, 1, ""},
17777 {"(*Timer).Stop", Method, 0, ""},
17778 {"(Duration).Abs", Method, 19, ""},
17779 {"(Duration).Hours", Method, 0, ""},
17780 {"(Duration).Microseconds", Method, 13, ""},
17781 {"(Duration).Milliseconds", Method, 13, ""},
17782 {"(Duration).Minutes", Method, 0, ""},
17783 {"(Duration).Nanoseconds", Method, 0, ""},
17784 {"(Duration).Round", Method, 9, ""},
17785 {"(Duration).Seconds", Method, 0, ""},
17786 {"(Duration).String", Method, 0, ""},
17787 {"(Duration).Truncate", Method, 9, ""},
17788 {"(Month).String", Method, 0, ""},
17789 {"(Time).Add", Method, 0, ""},
17790 {"(Time).AddDate", Method, 0, ""},
17791 {"(Time).After", Method, 0, ""},
17792 {"(Time).AppendBinary", Method, 24, ""},
17793 {"(Time).AppendFormat", Method, 5, ""},
17794 {"(Time).AppendText", Method, 24, ""},
17795 {"(Time).Before", Method, 0, ""},
17796 {"(Time).Clock", Method, 0, ""},
17797 {"(Time).Compare", Method, 20, ""},
17798 {"(Time).Date", Method, 0, ""},
17799 {"(Time).Day", Method, 0, ""},
17800 {"(Time).Equal", Method, 0, ""},
17801 {"(Time).Format", Method, 0, ""},
17802 {"(Time).GoString", Method, 17, ""},
17803 {"(Time).GobEncode", Method, 0, ""},
17804 {"(Time).Hour", Method, 0, ""},
17805 {"(Time).ISOWeek", Method, 0, ""},
17806 {"(Time).In", Method, 0, ""},
17807 {"(Time).IsDST", Method, 17, ""},
17808 {"(Time).IsZero", Method, 0, ""},
17809 {"(Time).Local", Method, 0, ""},
17810 {"(Time).Location", Method, 0, ""},
17811 {"(Time).MarshalBinary", Method, 2, ""},
17812 {"(Time).MarshalJSON", Method, 0, ""},
17813 {"(Time).MarshalText", Method, 2, ""},
17814 {"(Time).Minute", Method, 0, ""},
17815 {"(Time).Month", Method, 0, ""},
17816 {"(Time).Nanosecond", Method, 0, ""},
17817 {"(Time).Round", Method, 1, ""},
17818 {"(Time).Second", Method, 0, ""},
17819 {"(Time).String", Method, 0, ""},
17820 {"(Time).Sub", Method, 0, ""},
17821 {"(Time).Truncate", Method, 1, ""},
17822 {"(Time).UTC", Method, 0, ""},
17823 {"(Time).Unix", Method, 0, ""},
17824 {"(Time).UnixMicro", Method, 17, ""},
17825 {"(Time).UnixMilli", Method, 17, ""},
17826 {"(Time).UnixNano", Method, 0, ""},
17827 {"(Time).Weekday", Method, 0, ""},
17828 {"(Time).Year", Method, 0, ""},
17829 {"(Time).YearDay", Method, 1, ""},
17830 {"(Time).Zone", Method, 0, ""},
17831 {"(Time).ZoneBounds", Method, 19, ""},
17832 {"(Weekday).String", Method, 0, ""},
17833 {"ANSIC", Const, 0, ""},
17834 {"After", Func, 0, "func(d Duration) <-chan Time"},
17835 {"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
17836 {"April", Const, 0, ""},
17837 {"August", Const, 0, ""},
17838 {"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
17839 {"DateOnly", Const, 20, ""},
17840 {"DateTime", Const, 20, ""},
17841 {"December", Const, 0, ""},
17842 {"Duration", Type, 0, ""},
17843 {"February", Const, 0, ""},
17844 {"FixedZone", Func, 0, "func(name string, offset int) *Location"},
17845 {"Friday", Const, 0, ""},
17846 {"Hour", Const, 0, ""},
17847 {"January", Const, 0, ""},
17848 {"July", Const, 0, ""},
17849 {"June", Const, 0, ""},
17850 {"Kitchen", Const, 0, ""},
17851 {"Layout", Const, 17, ""},
17852 {"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
17853 {"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
17854 {"Local", Var, 0, ""},
17855 {"Location", Type, 0, ""},
17856 {"March", Const, 0, ""},
17857 {"May", Const, 0, ""},
17858 {"Microsecond", Const, 0, ""},
17859 {"Millisecond", Const, 0, ""},
17860 {"Minute", Const, 0, ""},
17861 {"Monday", Const, 0, ""},
17862 {"Month", Type, 0, ""},
17863 {"Nanosecond", Const, 0, ""},
17864 {"NewTicker", Func, 0, "func(d Duration) *Ticker"},
17865 {"NewTimer", Func, 0, "func(d Duration) *Timer"},
17866 {"November", Const, 0, ""},
17867 {"Now", Func, 0, "func() Time"},
17868 {"October", Const, 0, ""},
17869 {"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
17870 {"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
17871 {"ParseError", Type, 0, ""},
17872 {"ParseError.Layout", Field, 0, ""},
17873 {"ParseError.LayoutElem", Field, 0, ""},
17874 {"ParseError.Message", Field, 0, ""},
17875 {"ParseError.Value", Field, 0, ""},
17876 {"ParseError.ValueElem", Field, 0, ""},
17877 {"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
17878 {"RFC1123", Const, 0, ""},
17879 {"RFC1123Z", Const, 0, ""},
17880 {"RFC3339", Const, 0, ""},
17881 {"RFC3339Nano", Const, 0, ""},
17882 {"RFC822", Const, 0, ""},
17883 {"RFC822Z", Const, 0, ""},
17884 {"RFC850", Const, 0, ""},
17885 {"RubyDate", Const, 0, ""},
17886 {"Saturday", Const, 0, ""},
17887 {"Second", Const, 0, ""},
17888 {"September", Const, 0, ""},
17889 {"Since", Func, 0, "func(t Time) Duration"},
17890 {"Sleep", Func, 0, "func(d Duration)"},
17891 {"Stamp", Const, 0, ""},
17892 {"StampMicro", Const, 0, ""},
17893 {"StampMilli", Const, 0, ""},
17894 {"StampNano", Const, 0, ""},
17895 {"Sunday", Const, 0, ""},
17896 {"Thursday", Const, 0, ""},
17897 {"Tick", Func, 0, "func(d Duration) <-chan Time"},
17898 {"Ticker", Type, 0, ""},
17899 {"Ticker.C", Field, 0, ""},
17900 {"Time", Type, 0, ""},
17901 {"TimeOnly", Const, 20, ""},
17902 {"Timer", Type, 0, ""},
17903 {"Timer.C", Field, 0, ""},
17904 {"Tuesday", Const, 0, ""},
17905 {"UTC", Var, 0, ""},
17906 {"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
17907 {"UnixDate", Const, 0, ""},
17908 {"UnixMicro", Func, 17, "func(usec int64) Time"},
17909 {"UnixMilli", Func, 17, "func(msec int64) Time"},
17910 {"Until", Func, 8, "func(t Time) Duration"},
17911 {"Wednesday", Const, 0, ""},
17912 {"Weekday", Type, 0, ""},
17913 },
17914 "unicode": {
17915 {"(SpecialCase).ToLower", Method, 0, ""},
17916 {"(SpecialCase).ToTitle", Method, 0, ""},
17917 {"(SpecialCase).ToUpper", Method, 0, ""},
17918 {"ASCII_Hex_Digit", Var, 0, ""},
17919 {"Adlam", Var, 7, ""},
17920 {"Ahom", Var, 5, ""},
17921 {"Anatolian_Hieroglyphs", Var, 5, ""},
17922 {"Arabic", Var, 0, ""},
17923 {"Armenian", Var, 0, ""},
17924 {"Avestan", Var, 0, ""},
17925 {"AzeriCase", Var, 0, ""},
17926 {"Balinese", Var, 0, ""},
17927 {"Bamum", Var, 0, ""},
17928 {"Bassa_Vah", Var, 4, ""},
17929 {"Batak", Var, 0, ""},
17930 {"Bengali", Var, 0, ""},
17931 {"Bhaiksuki", Var, 7, ""},
17932 {"Bidi_Control", Var, 0, ""},
17933 {"Bopomofo", Var, 0, ""},
17934 {"Brahmi", Var, 0, ""},
17935 {"Braille", Var, 0, ""},
17936 {"Buginese", Var, 0, ""},
17937 {"Buhid", Var, 0, ""},
17938 {"C", Var, 0, ""},
17939 {"Canadian_Aboriginal", Var, 0, ""},
17940 {"Carian", Var, 0, ""},
17941 {"CaseRange", Type, 0, ""},
17942 {"CaseRange.Delta", Field, 0, ""},
17943 {"CaseRange.Hi", Field, 0, ""},
17944 {"CaseRange.Lo", Field, 0, ""},
17945 {"CaseRanges", Var, 0, ""},
17946 {"Categories", Var, 0, ""},
17947 {"CategoryAliases", Var, 25, ""},
17948 {"Caucasian_Albanian", Var, 4, ""},
17949 {"Cc", Var, 0, ""},
17950 {"Cf", Var, 0, ""},
17951 {"Chakma", Var, 1, ""},
17952 {"Cham", Var, 0, ""},
17953 {"Cherokee", Var, 0, ""},
17954 {"Chorasmian", Var, 16, ""},
17955 {"Cn", Var, 25, ""},
17956 {"Co", Var, 0, ""},
17957 {"Common", Var, 0, ""},
17958 {"Coptic", Var, 0, ""},
17959 {"Cs", Var, 0, ""},
17960 {"Cuneiform", Var, 0, ""},
17961 {"Cypriot", Var, 0, ""},
17962 {"Cypro_Minoan", Var, 21, ""},
17963 {"Cyrillic", Var, 0, ""},
17964 {"Dash", Var, 0, ""},
17965 {"Deprecated", Var, 0, ""},
17966 {"Deseret", Var, 0, ""},
17967 {"Devanagari", Var, 0, ""},
17968 {"Diacritic", Var, 0, ""},
17969 {"Digit", Var, 0, ""},
17970 {"Dives_Akuru", Var, 16, ""},
17971 {"Dogra", Var, 13, ""},
17972 {"Duployan", Var, 4, ""},
17973 {"Egyptian_Hieroglyphs", Var, 0, ""},
17974 {"Elbasan", Var, 4, ""},
17975 {"Elymaic", Var, 14, ""},
17976 {"Ethiopic", Var, 0, ""},
17977 {"Extender", Var, 0, ""},
17978 {"FoldCategory", Var, 0, ""},
17979 {"FoldScript", Var, 0, ""},
17980 {"Georgian", Var, 0, ""},
17981 {"Glagolitic", Var, 0, ""},
17982 {"Gothic", Var, 0, ""},
17983 {"Grantha", Var, 4, ""},
17984 {"GraphicRanges", Var, 0, ""},
17985 {"Greek", Var, 0, ""},
17986 {"Gujarati", Var, 0, ""},
17987 {"Gunjala_Gondi", Var, 13, ""},
17988 {"Gurmukhi", Var, 0, ""},
17989 {"Han", Var, 0, ""},
17990 {"Hangul", Var, 0, ""},
17991 {"Hanifi_Rohingya", Var, 13, ""},
17992 {"Hanunoo", Var, 0, ""},
17993 {"Hatran", Var, 5, ""},
17994 {"Hebrew", Var, 0, ""},
17995 {"Hex_Digit", Var, 0, ""},
17996 {"Hiragana", Var, 0, ""},
17997 {"Hyphen", Var, 0, ""},
17998 {"IDS_Binary_Operator", Var, 0, ""},
17999 {"IDS_Trinary_Operator", Var, 0, ""},
18000 {"Ideographic", Var, 0, ""},
18001 {"Imperial_Aramaic", Var, 0, ""},
18002 {"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
18003 {"Inherited", Var, 0, ""},
18004 {"Inscriptional_Pahlavi", Var, 0, ""},
18005 {"Inscriptional_Parthian", Var, 0, ""},
18006 {"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
18007 {"IsControl", Func, 0, "func(r rune) bool"},
18008 {"IsDigit", Func, 0, "func(r rune) bool"},
18009 {"IsGraphic", Func, 0, "func(r rune) bool"},
18010 {"IsLetter", Func, 0, "func(r rune) bool"},
18011 {"IsLower", Func, 0, "func(r rune) bool"},
18012 {"IsMark", Func, 0, "func(r rune) bool"},
18013 {"IsNumber", Func, 0, "func(r rune) bool"},
18014 {"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
18015 {"IsPrint", Func, 0, "func(r rune) bool"},
18016 {"IsPunct", Func, 0, "func(r rune) bool"},
18017 {"IsSpace", Func, 0, "func(r rune) bool"},
18018 {"IsSymbol", Func, 0, "func(r rune) bool"},
18019 {"IsTitle", Func, 0, "func(r rune) bool"},
18020 {"IsUpper", Func, 0, "func(r rune) bool"},
18021 {"Javanese", Var, 0, ""},
18022 {"Join_Control", Var, 0, ""},
18023 {"Kaithi", Var, 0, ""},
18024 {"Kannada", Var, 0, ""},
18025 {"Katakana", Var, 0, ""},
18026 {"Kawi", Var, 21, ""},
18027 {"Kayah_Li", Var, 0, ""},
18028 {"Kharoshthi", Var, 0, ""},
18029 {"Khitan_Small_Script", Var, 16, ""},
18030 {"Khmer", Var, 0, ""},
18031 {"Khojki", Var, 4, ""},
18032 {"Khudawadi", Var, 4, ""},
18033 {"L", Var, 0, ""},
18034 {"LC", Var, 25, ""},
18035 {"Lao", Var, 0, ""},
18036 {"Latin", Var, 0, ""},
18037 {"Lepcha", Var, 0, ""},
18038 {"Letter", Var, 0, ""},
18039 {"Limbu", Var, 0, ""},
18040 {"Linear_A", Var, 4, ""},
18041 {"Linear_B", Var, 0, ""},
18042 {"Lisu", Var, 0, ""},
18043 {"Ll", Var, 0, ""},
18044 {"Lm", Var, 0, ""},
18045 {"Lo", Var, 0, ""},
18046 {"Logical_Order_Exception", Var, 0, ""},
18047 {"Lower", Var, 0, ""},
18048 {"LowerCase", Const, 0, ""},
18049 {"Lt", Var, 0, ""},
18050 {"Lu", Var, 0, ""},
18051 {"Lycian", Var, 0, ""},
18052 {"Lydian", Var, 0, ""},
18053 {"M", Var, 0, ""},
18054 {"Mahajani", Var, 4, ""},
18055 {"Makasar", Var, 13, ""},
18056 {"Malayalam", Var, 0, ""},
18057 {"Mandaic", Var, 0, ""},
18058 {"Manichaean", Var, 4, ""},
18059 {"Marchen", Var, 7, ""},
18060 {"Mark", Var, 0, ""},
18061 {"Masaram_Gondi", Var, 10, ""},
18062 {"MaxASCII", Const, 0, ""},
18063 {"MaxCase", Const, 0, ""},
18064 {"MaxLatin1", Const, 0, ""},
18065 {"MaxRune", Const, 0, ""},
18066 {"Mc", Var, 0, ""},
18067 {"Me", Var, 0, ""},
18068 {"Medefaidrin", Var, 13, ""},
18069 {"Meetei_Mayek", Var, 0, ""},
18070 {"Mende_Kikakui", Var, 4, ""},
18071 {"Meroitic_Cursive", Var, 1, ""},
18072 {"Meroitic_Hieroglyphs", Var, 1, ""},
18073 {"Miao", Var, 1, ""},
18074 {"Mn", Var, 0, ""},
18075 {"Modi", Var, 4, ""},
18076 {"Mongolian", Var, 0, ""},
18077 {"Mro", Var, 4, ""},
18078 {"Multani", Var, 5, ""},
18079 {"Myanmar", Var, 0, ""},
18080 {"N", Var, 0, ""},
18081 {"Nabataean", Var, 4, ""},
18082 {"Nag_Mundari", Var, 21, ""},
18083 {"Nandinagari", Var, 14, ""},
18084 {"Nd", Var, 0, ""},
18085 {"New_Tai_Lue", Var, 0, ""},
18086 {"Newa", Var, 7, ""},
18087 {"Nko", Var, 0, ""},
18088 {"Nl", Var, 0, ""},
18089 {"No", Var, 0, ""},
18090 {"Noncharacter_Code_Point", Var, 0, ""},
18091 {"Number", Var, 0, ""},
18092 {"Nushu", Var, 10, ""},
18093 {"Nyiakeng_Puachue_Hmong", Var, 14, ""},
18094 {"Ogham", Var, 0, ""},
18095 {"Ol_Chiki", Var, 0, ""},
18096 {"Old_Hungarian", Var, 5, ""},
18097 {"Old_Italic", Var, 0, ""},
18098 {"Old_North_Arabian", Var, 4, ""},
18099 {"Old_Permic", Var, 4, ""},
18100 {"Old_Persian", Var, 0, ""},
18101 {"Old_Sogdian", Var, 13, ""},
18102 {"Old_South_Arabian", Var, 0, ""},
18103 {"Old_Turkic", Var, 0, ""},
18104 {"Old_Uyghur", Var, 21, ""},
18105 {"Oriya", Var, 0, ""},
18106 {"Osage", Var, 7, ""},
18107 {"Osmanya", Var, 0, ""},
18108 {"Other", Var, 0, ""},
18109 {"Other_Alphabetic", Var, 0, ""},
18110 {"Other_Default_Ignorable_Code_Point", Var, 0, ""},
18111 {"Other_Grapheme_Extend", Var, 0, ""},
18112 {"Other_ID_Continue", Var, 0, ""},
18113 {"Other_ID_Start", Var, 0, ""},
18114 {"Other_Lowercase", Var, 0, ""},
18115 {"Other_Math", Var, 0, ""},
18116 {"Other_Uppercase", Var, 0, ""},
18117 {"P", Var, 0, ""},
18118 {"Pahawh_Hmong", Var, 4, ""},
18119 {"Palmyrene", Var, 4, ""},
18120 {"Pattern_Syntax", Var, 0, ""},
18121 {"Pattern_White_Space", Var, 0, ""},
18122 {"Pau_Cin_Hau", Var, 4, ""},
18123 {"Pc", Var, 0, ""},
18124 {"Pd", Var, 0, ""},
18125 {"Pe", Var, 0, ""},
18126 {"Pf", Var, 0, ""},
18127 {"Phags_Pa", Var, 0, ""},
18128 {"Phoenician", Var, 0, ""},
18129 {"Pi", Var, 0, ""},
18130 {"Po", Var, 0, ""},
18131 {"Prepended_Concatenation_Mark", Var, 7, ""},
18132 {"PrintRanges", Var, 0, ""},
18133 {"Properties", Var, 0, ""},
18134 {"Ps", Var, 0, ""},
18135 {"Psalter_Pahlavi", Var, 4, ""},
18136 {"Punct", Var, 0, ""},
18137 {"Quotation_Mark", Var, 0, ""},
18138 {"Radical", Var, 0, ""},
18139 {"Range16", Type, 0, ""},
18140 {"Range16.Hi", Field, 0, ""},
18141 {"Range16.Lo", Field, 0, ""},
18142 {"Range16.Stride", Field, 0, ""},
18143 {"Range32", Type, 0, ""},
18144 {"Range32.Hi", Field, 0, ""},
18145 {"Range32.Lo", Field, 0, ""},
18146 {"Range32.Stride", Field, 0, ""},
18147 {"RangeTable", Type, 0, ""},
18148 {"RangeTable.LatinOffset", Field, 1, ""},
18149 {"RangeTable.R16", Field, 0, ""},
18150 {"RangeTable.R32", Field, 0, ""},
18151 {"Regional_Indicator", Var, 10, ""},
18152 {"Rejang", Var, 0, ""},
18153 {"ReplacementChar", Const, 0, ""},
18154 {"Runic", Var, 0, ""},
18155 {"S", Var, 0, ""},
18156 {"STerm", Var, 0, ""},
18157 {"Samaritan", Var, 0, ""},
18158 {"Saurashtra", Var, 0, ""},
18159 {"Sc", Var, 0, ""},
18160 {"Scripts", Var, 0, ""},
18161 {"Sentence_Terminal", Var, 7, ""},
18162 {"Sharada", Var, 1, ""},
18163 {"Shavian", Var, 0, ""},
18164 {"Siddham", Var, 4, ""},
18165 {"SignWriting", Var, 5, ""},
18166 {"SimpleFold", Func, 0, "func(r rune) rune"},
18167 {"Sinhala", Var, 0, ""},
18168 {"Sk", Var, 0, ""},
18169 {"Sm", Var, 0, ""},
18170 {"So", Var, 0, ""},
18171 {"Soft_Dotted", Var, 0, ""},
18172 {"Sogdian", Var, 13, ""},
18173 {"Sora_Sompeng", Var, 1, ""},
18174 {"Soyombo", Var, 10, ""},
18175 {"Space", Var, 0, ""},
18176 {"SpecialCase", Type, 0, ""},
18177 {"Sundanese", Var, 0, ""},
18178 {"Syloti_Nagri", Var, 0, ""},
18179 {"Symbol", Var, 0, ""},
18180 {"Syriac", Var, 0, ""},
18181 {"Tagalog", Var, 0, ""},
18182 {"Tagbanwa", Var, 0, ""},
18183 {"Tai_Le", Var, 0, ""},
18184 {"Tai_Tham", Var, 0, ""},
18185 {"Tai_Viet", Var, 0, ""},
18186 {"Takri", Var, 1, ""},
18187 {"Tamil", Var, 0, ""},
18188 {"Tangsa", Var, 21, ""},
18189 {"Tangut", Var, 7, ""},
18190 {"Telugu", Var, 0, ""},
18191 {"Terminal_Punctuation", Var, 0, ""},
18192 {"Thaana", Var, 0, ""},
18193 {"Thai", Var, 0, ""},
18194 {"Tibetan", Var, 0, ""},
18195 {"Tifinagh", Var, 0, ""},
18196 {"Tirhuta", Var, 4, ""},
18197 {"Title", Var, 0, ""},
18198 {"TitleCase", Const, 0, ""},
18199 {"To", Func, 0, "func(_case int, r rune) rune"},
18200 {"ToLower", Func, 0, "func(r rune) rune"},
18201 {"ToTitle", Func, 0, "func(r rune) rune"},
18202 {"ToUpper", Func, 0, "func(r rune) rune"},
18203 {"Toto", Var, 21, ""},
18204 {"TurkishCase", Var, 0, ""},
18205 {"Ugaritic", Var, 0, ""},
18206 {"Unified_Ideograph", Var, 0, ""},
18207 {"Upper", Var, 0, ""},
18208 {"UpperCase", Const, 0, ""},
18209 {"UpperLower", Const, 0, ""},
18210 {"Vai", Var, 0, ""},
18211 {"Variation_Selector", Var, 0, ""},
18212 {"Version", Const, 0, ""},
18213 {"Vithkuqi", Var, 21, ""},
18214 {"Wancho", Var, 14, ""},
18215 {"Warang_Citi", Var, 4, ""},
18216 {"White_Space", Var, 0, ""},
18217 {"Yezidi", Var, 16, ""},
18218 {"Yi", Var, 0, ""},
18219 {"Z", Var, 0, ""},
18220 {"Zanabazar_Square", Var, 10, ""},
18221 {"Zl", Var, 0, ""},
18222 {"Zp", Var, 0, ""},
18223 {"Zs", Var, 0, ""},
18224 },
18225 "unicode/utf16": {
18226 {"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
18227 {"Decode", Func, 0, "func(s []uint16) []rune"},
18228 {"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
18229 {"Encode", Func, 0, "func(s []rune) []uint16"},
18230 {"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
18231 {"IsSurrogate", Func, 0, "func(r rune) bool"},
18232 {"RuneLen", Func, 23, "func(r rune) int"},
18233 },
18234 "unicode/utf8": {
18235 {"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
18236 {"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
18237 {"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18238 {"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
18239 {"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
18240 {"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
18241 {"FullRune", Func, 0, "func(p []byte) bool"},
18242 {"FullRuneInString", Func, 0, "func(s string) bool"},
18243 {"MaxRune", Const, 0, ""},
18244 {"RuneCount", Func, 0, "func(p []byte) int"},
18245 {"RuneCountInString", Func, 0, "func(s string) (n int)"},
18246 {"RuneError", Const, 0, ""},
18247 {"RuneLen", Func, 0, "func(r rune) int"},
18248 {"RuneSelf", Const, 0, ""},
18249 {"RuneStart", Func, 0, "func(b byte) bool"},
18250 {"UTFMax", Const, 0, ""},
18251 {"Valid", Func, 0, "func(p []byte) bool"},
18252 {"ValidRune", Func, 1, "func(r rune) bool"},
18253 {"ValidString", Func, 0, "func(s string) bool"},
18254 },
18255 "unique": {
18256 {"(Handle).Value", Method, 23, ""},
18257 {"Handle", Type, 23, ""},
18258 {"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
18259 },
18260 "unsafe": {
18261 {"Add", Func, 0, ""},
18262 {"Alignof", Func, 0, ""},
18263 {"Offsetof", Func, 0, ""},
18264 {"Pointer", Type, 0, ""},
18265 {"Sizeof", Func, 0, ""},
18266 {"Slice", Func, 0, ""},
18267 {"SliceData", Func, 0, ""},
18268 {"String", Func, 0, ""},
18269 {"StringData", Func, 0, ""},
18270 },
18271 "weak": {
18272 {"(Pointer).Value", Method, 24, ""},
18273 {"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
18274 {"Pointer", Type, 24, ""},
18275 },
18276 }
18277
View as plain text