Home
last modified time | relevance | path

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

/external/syzkaller/pkg/host/
Dhost_linux_test.go22 supp, _, err := DetectSupportedSyscalls(target, "none")
Dhost_test.go27 supp, disabled, err := DetectSupportedSyscalls(target, "none")
Dhost.go12 func DetectSupportedSyscalls(target *prog.Target, sandbox string) ( func
/external/syzkaller/pkg/runtest/
Drun_test.go47 calls, _, err := host.DetectSupportedSyscalls(target, "none")
/external/syzkaller/tools/syz-stress/
Dstress.go157 calls, disabled, err := host.DetectSupportedSyscalls(target, "none")
/external/syzkaller/syz-fuzzer/
Dtesting.go266 _, unsupported, err := host.DetectSupportedSyscalls(target, sandbox)