Home
last modified time | relevance | path

Searched defs:CompileData (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/sys/syz-extract/
Dfetch.go91 type CompileData struct { struct
92 AddSource string
93 Defines map[string]string
94 Includes []string
95 Values []string
96 DeclarePrintf bool
99 func compile(cc string, args []string, data *CompileData) (bin string, out []byte, err error) {