util.c | 1229 set_arg1(struct tcb *tcp, arg_setup_state *state, long val) function 1269 # define set_arg1(tcp, state, val) ((state)->u_regs[U_REG_O1] = (val), 0) macro 1335 set_arg1(struct tcb *tcp, void *cookie, long val) function 1346 # define restore_arg1(tcp, state, val) set_arg1((tcp), (state), (val)) [all...] |