GDB (xrefs)
|
Public Attributes | |
struct regcache * | regcache |
int | gr |
int | fr |
int | vr |
CORE_ADDR | copy |
CORE_ADDR | argp |
Definition at line 1738 of file s390-tdep.c.
CORE_ADDR s390_arg_state::argp |
Definition at line 1748 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
CORE_ADDR s390_arg_state::copy |
Definition at line 1746 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::fr |
Definition at line 1744 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::gr |
Definition at line 1744 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
struct regcache* s390_arg_state::regcache |
Definition at line 1741 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().
int s390_arg_state::vr |
Definition at line 1744 of file s390-tdep.c.
Referenced by s390_handle_arg(), and s390_push_dummy_call().