HomeSort by: relevance | last modified time | path
    Searched defs:push_stack_item (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
avr-tdep.c 1208 push_stack_item (struct avr_stack_item *prev, const bfd_byte *contents, function
1328 si = push_stack_item (si, contents, len);
cris-tdep.c 667 push_stack_item (struct cris_stack_item *prev, const gdb_byte *contents, function
856 si = push_stack_item (si, val, 4);
877 si = push_stack_item (si, buf, 4);
884 si = push_stack_item (si, val, len);
arm-tdep.c 4313 push_stack_item (struct arm_stack_item *prev, const gdb_byte *contents, function
4782 si = push_stack_item (si, val, ARM_INT_REGISTER_SIZE);
4840 si = push_stack_item (si, buf, ARM_INT_REGISTER_SIZE);
  /src/external/gpl3/gdb/dist/gdb/
avr-tdep.c 1209 push_stack_item (struct avr_stack_item *prev, const bfd_byte *contents, function
1329 si = push_stack_item (si, contents, len);
cris-tdep.c 667 push_stack_item (struct cris_stack_item *prev, const gdb_byte *contents, function
856 si = push_stack_item (si, val, 4);
877 si = push_stack_item (si, buf, 4);
884 si = push_stack_item (si, val, len);
arm-tdep.c 4316 push_stack_item (struct arm_stack_item *prev, const gdb_byte *contents, function
4785 si = push_stack_item (si, val, ARM_INT_REGISTER_SIZE);
4843 si = push_stack_item (si, buf, ARM_INT_REGISTER_SIZE);

Completed in 30 milliseconds