GDB (xrefs)
|
Public Attributes | ||
CORE_ADDR | base | |
CORE_ADDR | pc | |
CORE_ADDR | ra | |
CORE_ADDR | ps | |
CORE_ADDR | prev_sp | |
int | call0 | |
union { | ||
xtensa_windowed_frame_cache_t wd | ||
xtensa_call0_frame_cache_t c0 | ||
}; | ||
Definition at line 956 of file xtensa-tdep.c.
union { ... } xtensa_frame_cache |
CORE_ADDR xtensa_frame_cache::base |
Definition at line 958 of file xtensa-tdep.c.
Referenced by xtensa_alloc_frame_cache(), xtensa_frame_base_address(), xtensa_frame_cache(), and xtensa_window_interrupt_frame_cache().
xtensa_call0_frame_cache_t xtensa_frame_cache::c0 |
Definition at line 967 of file xtensa-tdep.c.
Referenced by call0_analyze_prologue(), call0_frame_cache(), call0_track_op(), xtensa_alloc_frame_cache(), xtensa_frame_cache(), and xtensa_frame_prev_register().
int xtensa_frame_cache::call0 |
Definition at line 963 of file xtensa-tdep.c.
Referenced by call0_analyze_prologue(), xtensa_alloc_frame_cache(), xtensa_frame_prev_register(), and xtensa_window_interrupt_frame_cache().
CORE_ADDR xtensa_frame_cache::pc |
Definition at line 959 of file xtensa-tdep.c.
Referenced by call0_frame_cache(), xtensa_alloc_frame_cache(), xtensa_frame_cache(), xtensa_frame_this_id(), xtensa_unwind_pc(), and xtensa_window_interrupt_frame_cache().
CORE_ADDR xtensa_frame_cache::prev_sp |
Definition at line 962 of file xtensa-tdep.c.
Referenced by call0_frame_cache(), xtensa_alloc_frame_cache(), xtensa_frame_cache(), xtensa_frame_prev_register(), xtensa_frame_this_id(), and xtensa_window_interrupt_frame_cache().
CORE_ADDR xtensa_frame_cache::ps |
Definition at line 961 of file xtensa-tdep.c.
Referenced by xtensa_alloc_frame_cache(), xtensa_frame_cache(), xtensa_frame_prev_register(), and xtensa_window_interrupt_frame_cache().
CORE_ADDR xtensa_frame_cache::ra |
Definition at line 960 of file xtensa-tdep.c.
Referenced by call0_frame_cache(), xtensa_alloc_frame_cache(), xtensa_frame_cache(), xtensa_frame_prev_register(), and xtensa_window_interrupt_frame_cache().
xtensa_windowed_frame_cache_t xtensa_frame_cache::wd |
Definition at line 966 of file xtensa-tdep.c.
Referenced by xtensa_alloc_frame_cache(), xtensa_frame_cache(), xtensa_frame_prev_register(), and xtensa_window_interrupt_frame_cache().