Searched refs:readbuf (Results 126 - 150 of 246) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c4773 gdb_byte *readbuf, const gdb_byte *writebuf)
4824 gdbarch_byte_order (gdbarch), readbuf, writebuf,
5164 gdb_byte *readbuf, const gdb_byte *writebuf)
5205 readbuf, writebuf, 0);
5210 readbuf ? readbuf + 8 : readbuf,
5225 readbuf, writebuf, 0);
5263 readbuf, writebuf, offset);
5268 readbuf, writebu
4771 mips_eabi_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
5162 mips_n32n64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
5656 mips_o32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
6103 mips_o64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
[all...]
H A Dmsp430-tdep.c566 gdb_byte *readbuf, const gdb_byte *writebuf)
577 if (readbuf)
594 store_unsigned_integer (readbuf + offset, size, byte_order, u);
562 msp430_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dnbsd-nat.c758 const char *annex, gdb_byte *readbuf,
769 len = netbsd_nat::qxfer_siginfo(pid, annex, readbuf, writebuf, offset,
780 readbuf, writebuf, offset,
757 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Drx-tdep.c871 gdb_byte *readbuf, const gdb_byte *writebuf)
882 if (readbuf)
893 store_unsigned_integer (readbuf + offset, len, byte_order, u);
867 rx_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dxstormy16-tdep.c199 gdb_byte *readbuf, const gdb_byte *writebuf)
205 else if (readbuf)
206 xstormy16_extract_return_value (type, regcache, readbuf);
197 xstormy16_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dxml-support.c941 gdb_byte *readbuf, const gdb_byte *writebuf,
947 gdb_assert (readbuf != NULL && writebuf == NULL);
960 memcpy (readbuf, buf + offset, len);
938 xml_builtin_xfer_partial(const char *filename, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len) argument
H A Dbfin-tdep.c667 gdb_byte *readbuf,
673 if (readbuf)
674 bfin_extract_return_value (type, regcache, readbuf);
663 bfin_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dm32r-tdep.c780 gdb_byte *readbuf, const gdb_byte *writebuf)
786 if (readbuf != NULL)
787 m32r_extract_return_value (valtype, regcache, readbuf);
778 m32r_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Diq2000-tdep.c565 gdb_byte *readbuf, const gdb_byte *writebuf)
571 else if (readbuf)
572 iq2000_extract_return_value (type, regcache, readbuf);
563 iq2000_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmoxie-tdep.c481 gdb_byte *readbuf, const gdb_byte *writebuf)
487 if (readbuf != NULL)
488 moxie_extract_return_value (valtype, regcache, readbuf);
479 moxie_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dtracectf.c56 gdb_byte *readbuf,
1298 const char *annex, gdb_byte *readbuf,
1306 if (readbuf == NULL)
1378 memcpy (readbuf, &contents[offset - maddr], amt);
1410 res = exec_read_partial_read_only (readbuf, offset, len, xfered_len);
1425 return section_table_read_available_memory (readbuf, offset, len, xfered_len);
1297 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dgo32-nat.c352 gdb_byte *readbuf,
625 go32_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
633 res = read_child (memaddr, readbuf, len);
648 const char *annex, gdb_byte *readbuf,
656 return go32_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
660 readbuf, writebuf, offset, len,
647 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c4801 gdb_byte *readbuf, const gdb_byte *writebuf)
4852 gdbarch_byte_order (gdbarch), readbuf, writebuf,
5193 gdb_byte *readbuf, const gdb_byte *writebuf)
5247 readbuf, writebuf, 0);
5252 readbuf ? readbuf + type->length () / 2 : readbuf,
5268 readbuf, writebuf, 0);
5305 readbuf, writebuf, offset);
5310 readbuf, writebu
4799 mips_eabi_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
5191 mips_n32n64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
5698 mips_o32_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
6144 mips_o64_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
[all...]
H A Diq2000-tdep.c565 gdb_byte *readbuf, const gdb_byte *writebuf)
571 else if (readbuf)
572 iq2000_extract_return_value (type, regcache, readbuf);
563 iq2000_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dxml-support.c934 gdb_byte *readbuf, const gdb_byte *writebuf,
940 gdb_assert (readbuf != NULL && writebuf == NULL);
953 memcpy (readbuf, buf + offset, len);
931 xml_builtin_xfer_partial(const char *filename, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len) argument
H A Dxstormy16-tdep.c194 gdb_byte *readbuf, const gdb_byte *writebuf)
200 else if (readbuf)
201 xstormy16_extract_return_value (type, regcache, readbuf);
192 xstormy16_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dbfin-tdep.c668 gdb_byte *readbuf,
674 if (readbuf)
675 bfin_extract_return_value (type, regcache, readbuf);
664 bfin_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dm32r-tdep.c778 gdb_byte *readbuf, const gdb_byte *writebuf)
784 if (readbuf != NULL)
785 m32r_extract_return_value (valtype, regcache, readbuf);
776 m32r_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmsp430-tdep.c571 gdb_byte *readbuf, const gdb_byte *writebuf)
583 if (readbuf)
600 store_unsigned_integer (readbuf + offset, size, byte_order, u);
567 msp430_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dmoxie-tdep.c479 gdb_byte *readbuf, const gdb_byte *writebuf)
485 if (readbuf != NULL)
486 moxie_extract_return_value (valtype, regcache, readbuf);
477 moxie_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drx-tdep.c874 gdb_byte *readbuf, const gdb_byte *writebuf)
885 if (readbuf)
896 store_unsigned_integer (readbuf + offset, len, byte_order, u);
870 rx_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dravenscar-thread.c108 gdb_byte *readbuf,
854 gdb_byte *readbuf,
865 return beneath ()->xfer_partial (object, annex, readbuf, writebuf,
852 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dtracectf.c56 gdb_byte *readbuf,
1298 const char *annex, gdb_byte *readbuf,
1306 if (readbuf == NULL)
1378 memcpy (readbuf, &contents[offset - maddr], amt);
1410 res = exec_read_partial_read_only (readbuf, offset, len, xfered_len);
1425 return section_table_read_available_memory (readbuf, offset, len, xfered_len);
1297 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dgo32-nat.c352 gdb_byte *readbuf,
619 go32_xfer_memory (gdb_byte *readbuf, const gdb_byte *writebuf, argument
627 res = read_child (memaddr, readbuf, len);
642 const char *annex, gdb_byte *readbuf,
650 return go32_xfer_memory (readbuf, writebuf, offset, len, xfered_len);
654 readbuf, writebuf, offset, len,
641 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.h215 int qxfer_osdata (const char *annex, unsigned char *readbuf,
221 int qxfer_siginfo (const char *annex, unsigned char *readbuf,
271 unsigned char *readbuf,

Completed in 286 milliseconds

12345678910