Home | History | Annotate | Download | only in strace

Lines Matching refs:argreg

2172 		int argreg[] = {PT_R0, PT_R1, PT_R2, PT_R3, PT_R4, PT_R5};
2177 tcp->u_nargs = sizeof(argreg) / sizeof(argreg[0]);
2180 if (upeek(tcp, argreg[i], &tcp->u_arg[i]) < 0)
2222 static int argreg[SUPPORTED_PERSONALITIES][MAX_ARGS] = {
2232 if (upeek(tcp, argreg[current_personality][i]*8, &tcp->u_arg[i]) < 0)