Home
last modified time | relevance | path

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

/external/syzkaller/pkg/csource/
Dcsource.go69 "SYSCALLS": ctx.generateSyscalls(calls, len(vars) != 0),
94 func (ctx *context) generateSyscalls(calls []string, hasVars bool) string { func