Lines Matching full:valp
1253 get_arg0 (struct tcb *tcp, arg_setup_state *state, long *valp)
1258 ret = upeek (tcp->pid, PT_R11, valp);
1262 sizeof(long), (void *) valp);
1267 get_arg1 (struct tcb *tcp, arg_setup_state *state, long *valp)
1272 ret = upeek (tcp->pid, PT_R9, valp);
1276 sizeof(long), (void *) valp);
1322 # define get_arg0(tcp, state, valp) (*(valp) = (state)->r_o0, 0)
1323 # define get_arg1(tcp, state, valp) (*(valp) = (state)->r_o1, 0)
1374 # define get_arg0(tcp, cookie, valp) \
1375 (upeek ((tcp)->pid, arg0_offset, (valp)))
1376 # define get_arg1(tcp, cookie, valp) \
1377 (upeek ((tcp)->pid, arg1_offset, (valp)))