Home | History | Annotate | Download | only in strace

Lines Matching refs:argreg

1773 		static const int argreg[MAX_ARGS] = { PT_R11 /* EBX = out0 */,
1781 if (upeek(tcp->pid, argreg[i], &tcp->u_arg[i]) < 0)
1851 static const int argreg[MAX_ARGS] = { PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5 };
1854 if (upeek(tcp->pid, argreg[i], &tcp->u_arg[i]) < 0)