syzkaller/prog
Dmitry Vyukov 5585946e22 pkg/compiler: support void type
"void": type with static size 0
	mostly useful inside of templates and varlen unions
	can't be syscall argument
2018-01-13 12:52:09 +01:00
..
analysis.go prog: don't serialize output data args 2017-12-17 11:39:14 +01:00
checksum_test.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
checksum.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
clone.go prog: don't serialize output data args 2017-12-17 11:39:14 +01:00
decl_test.go sys/linux: assorted improvements to descriptions 2017-11-27 09:09:06 +01:00
decodeexec.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
encoding_test.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
encoding.go prog: detect argument type mismatch during deserialization 2017-12-31 12:49:20 +01:00
encodingexec_test.go prog: support opt for proc types 2018-01-06 17:40:49 +01:00
encodingexec.go pkg/csource: fix handling of proc types 2017-12-22 11:59:46 +01:00
export_test.go sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
generation.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
hints_test.go pkg/compiler: support void type 2018-01-13 12:52:09 +01:00
hints.go prog: don't serialize output data args 2017-12-17 11:39:14 +01:00
mutation_test.go prog: support opt for proc types 2018-01-06 17:40:49 +01:00
mutation.go pkg/compiler: support void type 2018-01-13 12:52:09 +01:00
parse_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
parse.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
prio.go prog: fix TestMutateTable 2017-12-17 11:39:14 +01:00
prog_test.go prog: add test for cross-arch deserialization 2018-01-09 21:24:29 +01:00
prog.go prog: support opt for proc types 2018-01-06 17:40:49 +01:00
rand.go prog: mutate len arguments 2017-12-31 12:29:08 +01:00
resources.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
size_test.go pkg/compiler: add bitsize type 2018-01-06 17:40:36 +01:00
size.go pkg/compiler: add bitsize type 2018-01-06 17:40:36 +01:00
target.go prog: lazily initialize targets 2017-12-17 11:39:14 +01:00
types.go pkg/compiler: support void type 2018-01-13 12:52:09 +01:00
validation.go prog: support opt for proc types 2018-01-06 17:40:49 +01:00