syzkaller/pkg/compiler
Dmitry Vyukov 76fc461b55 pkg/compiler: add offsetof type
Similar to C offsetof gives offset of a field
from the beginning of the parent struct.
We have several TODOs in descriptions asking for this.
2019-05-16 18:05:05 +02:00
..
testdata pkg/compiler: add offsetof type 2019-05-16 18:05:05 +02:00
check.go pkg/compiler: add offsetof type 2019-05-16 18:05:05 +02:00
compiler_test.go pkg/compiler: fix potential nil deref 2019-03-06 16:54:38 +01:00
compiler.go pkg/compiler: support complex len targets 2019-05-14 19:28:01 +02:00
consts_test.go pkg/compiler: check for unused declarations 2018-06-30 19:34:41 +02:00
consts.go pkg/compiler: work around 0-array-size errors due to missing consts 2019-05-15 13:48:59 +02:00
fuzz.go fuzz.yaml: add pkg/compiler and trace2syz fuzzers 2019-03-05 15:57:06 +01:00
gen.go pkg/csource: use 0 for missing syscall args 2018-12-27 13:11:57 +01:00
types.go pkg/compiler: add offsetof type 2019-05-16 18:05:05 +02:00