GDB (xrefs)
|
Public Attributes | |
struct regcache * | regcache |
int | gr |
int | fr |
int | vr |
CORE_ADDR | copy |
CORE_ADDR | argp |
Definition at line 2498 of file s390-linux-tdep.c.
CORE_ADDR s390_arg_state::argp |
Definition at line 2508 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
CORE_ADDR s390_arg_state::copy |
Definition at line 2506 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::fr |
Definition at line 2504 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::gr |
Definition at line 2504 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
struct regcache* s390_arg_state::regcache |
Definition at line 2501 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::vr |
Definition at line 2504 of file s390-linux-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().