Lines Matching defs:arglist
524 int32_t arglist[MAXARGS+2];
529 arglist[1 + i] = (int32_t)adp->arg_value;
531 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP];
532 if (Pwrite(P, &arglist[0], sizeof (int) * (nargs+1),
536 int64_t arglist[MAXARGS+2];
562 arglist[i - 5] = (uint64_t)adp->arg_value;
567 arglist[0] = P->status.pr_lwp.pr_reg[REG_RIP];
569 if (Pwrite(P, &arglist[0],
583 uint32_t arglist[MAXARGS + 2];
587 if (Pread(P, &arglist[0], sizeof (int) * (nargs+1),
592 adp->arg_value = arglist[i];
595 int64_t arglist[MAXARGS+2];
600 Pread(P, &arglist[0], sizeof (int64_t) * (pusharg + 1),
631 adp->arg_value = arglist[i - 6];