Home | History | Annotate | Download | only in test
      1 # Copyright 2018 syzkaller project authors. All rights reserved.
      2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
      3 
      4 syz_mmap(addr vma, len len[addr])
      5 syz_errno(v int32)
      6 syz_compare(want ptr[in, string], want_len len[want], got ptr[in, compare_data], got_len len[got])
      7 
      8 compare_data [
      9 	align0	align0
     10 ] [varlen]
     11 
     12 align0 {
     13 	f0	int16
     14 	f1	int32
     15 	f2	int8
     16 	f3	int16
     17 	f4	int64
     18 }
     19