GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
arm_stack_item Struct Reference

Public Attributes

int len
 
struct arm_stack_itemprev
 
gdb_byte * data
 

Detailed Description

Definition at line 4308 of file arm-tdep.c.

Member Data Documentation

◆ data

gdb_byte* arm_stack_item::data

Definition at line 4312 of file arm-tdep.c.

Referenced by arm_push_dummy_call(), pop_stack_item(), and push_stack_item().

◆ len

int arm_stack_item::len

Definition at line 4310 of file arm-tdep.c.

Referenced by arm_push_dummy_call(), and push_stack_item().

◆ prev

struct arm_stack_item* arm_stack_item::prev

Definition at line 4311 of file arm-tdep.c.

Referenced by pop_stack_item(), and push_stack_item().


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