Lines Matching refs:arg1_offset
1405 # define arg1_offset PT_ORIGGPR2 macro
1412 # define arg1_offset (REG_A0+1) macro
1415 # define arg1_offset (REG_R11) macro
1418 # define arg1_offset (sizeof(unsigned long)*PT_R4) macro
1422 # define arg1_offset (PT_GR26-4) macro
1425 # define arg1_offset ((long)(8*(current_personality ? RCX : RSI))) macro
1428 # define arg1_offset (4*(REG_REG0+5)) macro
1432 # define arg1_offset (REG_OFFSET+24) macro
1436 # define arg1_offset (4*PT_ORIG_R10) macro
1443 # define arg1_offset 4 macro
1456 (upeek ((tcp), arg1_offset, (valp)))
1467 return ptrace (PTRACE_POKEUSER, tcp->pid, (char*)arg1_offset, val); in set_arg1()