Home
last modified time | relevance | path

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

/external/syzkaller/pkg/csource/
Dcsource.go232 fmt.Fprintf(w, "%v", ctx.constArgToStr(arg))
279 ctx.copyinVal(w, copyin.Addr, arg.Size, ctx.constArgToStr(arg), arg.Format)
285 arg.Size*8, copyin.Addr, ctx.constArgToStr(arg),
360 func (ctx *context) constArgToStr(arg prog.ExecArgConst) string { func