Home
last modified time | relevance | path

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

/external/syzkaller/prog/
Ddecodeexec.go11 Calls []ExecCall
15 type ExecCall struct { struct
93 call ExecCall
94 calls []ExecCall
241 dec.call = ExecCall{}
Dencodingexec_test.go55 Calls: []ExecCall{
260 Calls: []ExecCall{
/external/syzkaller/pkg/csource/
Dcsource.go205 func (ctx *context) emitCall(w *bytes.Buffer, call prog.ExecCall, ci int, haveCopyout, trace bool) {
330 func (ctx *context) copyout(w *bytes.Buffer, call prog.ExecCall, resCopyout bool) {