GDB (xrefs)
|
Public Attributes | |
int | len |
struct stack_item * | prev |
void * | data |
Definition at line 3357 of file arm-tdep.c.
void * stack_item::data |
Definition at line 3361 of file arm-tdep.c.
Referenced by arm_push_dummy_call(), avr_push_dummy_call(), cris_push_dummy_call(), pop_stack_item(), and push_stack_item().
Definition at line 3359 of file arm-tdep.c.
Referenced by arm_push_dummy_call(), avr_push_dummy_call(), cris_push_dummy_call(), and push_stack_item().
struct stack_item * stack_item::prev |
Definition at line 3360 of file arm-tdep.c.
Referenced by pop_stack_item(), and push_stack_item().