Home
last modified time | relevance | path

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

/external/syzkaller/pkg/csource/
Dcsource.go279 ctx.copyinVal(w, copyin.Addr, arg.Size, ctx.constArgToStr(arg), arg.Format)
289 ctx.copyinVal(w, copyin.Addr, arg.Size, ctx.resultArgToStr(arg), arg.Format)
306 func (ctx *context) copyinVal(w *bytes.Buffer, addr, size uint64, val string, bf prog.BinaryFormat)… func