Searched refs:emitCall (Results 1 – 1 of 1) sorted by relevance
185 emitCall := ctx.opts.EnableTun ||190 if emitCall {191 ctx.emitCall(w, call, ci, resCopyout || argCopyout, trace)205 func (ctx *context) emitCall(w *bytes.Buffer, call prog.ExecCall, ci int, haveCopyout, trace bool) { func