Home
last modified time | relevance | path

Searched refs:push_stack_item (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Davr-tdep.c1084 static struct stack_item *push_stack_item (struct stack_item *prev,
1087 push_stack_item (struct stack_item *prev, void *contents, int len) in push_stack_item() function
1203 si = push_stack_item (si, contents, len); in avr_push_dummy_call()
H A Dd10v-tdep.c910 static struct stack_item *push_stack_item (struct stack_item *prev,
913 push_stack_item (struct stack_item *prev, void *contents, int len) in push_stack_item() function
1017 si = push_stack_item (si, contents, len); in d10v_push_dummy_call()
H A Dcris-tdep.c578 push_stack_item (struct stack_item *prev, void *contents, int len) in push_stack_item() function
792 si = push_stack_item (si, val, 4); in cris_push_dummy_call()
806 si = push_stack_item (si, val, len); in cris_push_dummy_call()
H A Darm-tdep.c1154 push_stack_item (struct stack_item *prev, void *contents, int len) in push_stack_item() function
1273 si = push_stack_item (si, val, DEPRECATED_REGISTER_SIZE); in arm_push_dummy_call()
H A DChangeLog-20036758 (push_stack_item): Ditto.
11647 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
H A DChangeLog-19997897 * d10v-tdep.c (push_stack_item, pop_stack_item): New function.
H A DChangeLog9634 (push_stack_item, pop_stack_item)