Home | History | Annotate | Download | only in strace

Lines Matching full:set_arg1

1298 set_arg1 (struct tcb *tcp, arg_setup_state *state, long val)
1325 # define set_arg1(tcp, state, val) ((state)->r_o1 = (val), 0)
1386 set_arg1 (struct tcb *tcp, void *cookie, long val)
1397 # define restore_arg1(tcp, state, val) set_arg1((tcp), (state), (val))
1430 || set_arg1 (tcp, &state, 0) < 0