Searched refs:total_space (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-tdep.c763 unsigned int total_space = 0; local
772 total_space += space;
779 gdb_byte *memory_image = XCNEWVEC (gdb_byte, total_space);
809 total_space -= ARC_REGISTER_SIZE;
812 if (total_space == 0)
820 if (total_space > 0)
823 debug_printf ("arc: passing %d bytes on stack\n", total_space);
825 sp -= total_space;
826 write_memory (sp, data, (int) total_space);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darc-tdep.c758 unsigned int total_space = 0; local
767 total_space += space;
773 gdb_byte *memory_image = XCNEWVEC (gdb_byte, total_space);
802 total_space -= ARC_REGISTER_SIZE;
805 if (total_space == 0)
813 if (total_space > 0)
815 arc_debug_printf ("passing %d bytes on stack\n", total_space);
817 sp -= total_space;
818 write_memory (sp, data, (int) total_space);

Completed in 311 milliseconds