syzkaller/sys/windows
Dmitry Vyukov 58da4c35b1 prog: introduce Field type
Remvoe FieldName from Type and add a separate Field type
that holds field name. Use Field for struct fields, union options
and syscalls arguments, only these really have names.

Reduces size of sys/linux/gen/amd64.go from 5665583 to 5201321 (-8.2%).
Allows to not create new type for squashed any pointer.
But main advantages will follow, e.g. removing StructDesc,
using TypeRef in Arg, etc.

Update #1580
2020-05-02 12:16:06 +02:00
..
init.go prog: introduce Field type 2020-05-02 12:16:06 +02:00
sys_amd64.const sys/windows: add more descriptions 2017-09-27 20:17:09 +02:00
sys.txt sys/windows/sys.txt: use bool32 instead of int32[0:1] 2019-11-28 10:01:41 +01:00
windows.txt tools: add script that checks copyright headers 2020-02-18 16:05:10 +01:00