Searched refs:struct_ptr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Diq2000-tdep.c639 CORE_ADDR struct_ptr; local
697 struct_ptr = sp;
760 struct_ptr -= ((typelen + 7) & ~7);
761 write_memory (struct_ptr, val, typelen);
763 regcache_cooked_write_unsigned (regcache, argreg++, struct_ptr);
766 store_unsigned_integer (buf, 4, byte_order, struct_ptr);
H A Dhppa-tdep.c738 CORE_ADDR struct_ptr = 0;
740 struct_ptr is adjusted for each argument below, so the first
760 struct_ptr += align_up (TYPE_LENGTH (type), 8);
762 write_memory (struct_end - struct_ptr, value_contents (arg),
765 struct_end - struct_ptr);
840 struct_end = sp + align_up (struct_ptr, 64);
737 CORE_ADDR struct_ptr = 0; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Diq2000-tdep.c639 CORE_ADDR struct_ptr; local
697 struct_ptr = sp;
760 struct_ptr -= ((typelen + 7) & ~7);
761 write_memory (struct_ptr, val, typelen);
763 regcache_cooked_write_unsigned (regcache, argreg++, struct_ptr);
766 store_unsigned_integer (buf, 4, byte_order, struct_ptr);
H A Dhppa-tdep.c724 CORE_ADDR struct_ptr = 0;
726 struct_ptr is adjusted for each argument below, so the first
746 struct_ptr += align_up (type->length (), 8);
748 write_memory (struct_end - struct_ptr,
751 struct_end - struct_ptr);
826 struct_end = sp + align_up (struct_ptr, 64);
723 CORE_ADDR struct_ptr = 0; local

Completed in 218 milliseconds