GDB (xrefs)
Public Attributes | List of all members
s390_prologue_data Struct Reference

Public Attributes

struct pv_areastack
 
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
 

Detailed Description

Definition at line 1046 of file s390-linux-tdep.c.

Member Data Documentation

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]
pv_t s390_prologue_data::gpr[S390_NUM_GPRS]
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]
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().


The documentation for this struct was generated from the following file: