GDB (xrefs)
|
Public Attributes | |
struct pv_area * | stack |
int | gpr_size |
int | fpr_size |
enum bfd_endian | byte_order |
pv_t | gpr [S390_NUM_GPRS] |
pv_t | fpr [S390_NUM_FPRS] |
int | gpr_slot [S390_NUM_GPRS] |
int | fpr_slot [S390_NUM_FPRS] |
int | back_chain_saved_p |
Definition at line 1046 of file s390-linux-tdep.c.
int s390_prologue_data::back_chain_saved_p |
Definition at line 1071 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), and s390_store().
enum bfd_endian s390_prologue_data::byte_order |
Definition at line 1054 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), and s390_load().
pv_t s390_prologue_data::fpr[S390_NUM_FPRS] |
Definition at line 1060 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue().
int s390_prologue_data::fpr_size |
Definition at line 1053 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), and s390_check_for_saved().
int s390_prologue_data::fpr_slot[S390_NUM_FPRS] |
Definition at line 1067 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), s390_check_for_saved(), and s390_prologue_frame_unwind_cache().
pv_t s390_prologue_data::gpr[S390_NUM_GPRS] |
Definition at line 1057 of file s390-linux-tdep.c.
Referenced by s390_addr(), s390_analyze_prologue(), s390_prologue_frame_unwind_cache(), and s390_store().
int s390_prologue_data::gpr_size |
Definition at line 1052 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), s390_check_for_saved(), and s390_store().
int s390_prologue_data::gpr_slot[S390_NUM_GPRS] |
Definition at line 1064 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), s390_check_for_saved(), and s390_prologue_frame_unwind_cache().
struct pv_area* s390_prologue_data::stack |
Definition at line 1049 of file s390-linux-tdep.c.
Referenced by s390_analyze_prologue(), s390_load(), and s390_store().