Home
last modified time | relevance | path

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

/external/syzkaller/sys/syz-extract/
Dfetch.go21 data := &CompileData{
91 type CompileData struct { struct
99 func compile(cc string, args []string, data *CompileData) (bin string, out []byte, err error) { argument