Lines Matching refs:Prog
30 "github.com/google/syzkaller/prog"
36 P *prog.Prog
54 Target *prog.Target
56 EnabledCalls map[string]map[*prog.Syscall]bool
210 func (ctx *Context) parseProg(filename string) (*prog.Prog, map[string]bool, []ipc.CallInfo, error) {
300 func (ctx *Context) createSyzTest(p *prog.Prog, sandbox string, threaded, cov bool) (*RunRequest, error) {
338 func (ctx *Context) createCTest(p *prog.Prog, sandbox string, threaded bool, times int) (*RunRequest, error) {