Searched refs:writeConstArg (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/prog/ |
D | encodingexec.go | 244 …w.writeConstArg(a.Size(), val, typ.BitfieldOffset(), typ.BitfieldLength(), pidStride, typ.Format()) 247 w.writeConstArg(a.Size(), a.Val, 0, 0, 0, a.Type().Format()) 262 w.writeConstArg(a.Size(), w.target.PhysicalAddr(a), 0, 0, 0, FormatNative) 284 func (w *execContext) writeConstArg(size, val, bfOffset, bfLength, pidStride uint64, bf BinaryForma… func
|