Searched refs:readbuf (Results 26 - 50 of 246) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-ptrace.c369 inf_ptrace_peek_poke (ptid_t ptid, gdb_byte *readbuf,
397 if (readbuf != NULL || chunk < sizeof (PTRACE_TYPE_RET))
404 if (readbuf != NULL)
405 memcpy (readbuf + n, buf.byte + skip, chunk);
433 const char *annex, gdb_byte *readbuf,
456 piod.piod_addr = writebuf ? (void *) writebuf : readbuf;
474 *xfered_len = inf_ptrace_peek_poke (ptid, readbuf, writebuf,
492 piod.piod_addr = readbuf;
367 inf_ptrace_peek_poke(ptid_t ptid, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST addr, ULONGEST len) argument
430 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 Dcorelow.c84 gdb_byte *readbuf,
157 enum target_xfer_status xfer_memory_via_mappings (gdb_byte *readbuf,
813 core_target::xfer_memory_via_mappings (gdb_byte *readbuf,
821 (readbuf, writebuf,
848 readbuf,
862 gdb_byte *readbuf, const gdb_byte *writebuf,
879 (readbuf, writebuf,
897 xfer_status = xfer_memory_via_mappings (readbuf, writebuf, offset,
901 xfer_status = this->beneath ()->xfer_partial (object, annex, readbuf,
915 (readbuf, writebu
812 xfer_memory_via_mappings(gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
860 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
[all...]
H A Dbsd-kvm.c93 gdb_byte *readbuf,
175 gdb_byte *readbuf, const gdb_byte *writebuf)
179 if (readbuf)
180 nbytes = kvm_read (core_kd, addr, readbuf, nbytes);
188 const char *annex, gdb_byte *readbuf,
196 LONGEST ret = bsd_kvm_xfer_memory (offset, len, readbuf, writebuf);
174 bsd_kvm_xfer_memory(CORE_ADDR addr, ULONGEST len, gdb_byte *readbuf, const gdb_byte *writebuf) argument
187 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 Dauxv.c43 procfs_xfer_auxv (gdb_byte *readbuf, argument
60 else if (readbuf != NULL)
61 l = read (fd.get (), readbuf, (size_t) len);
79 ld_so_xfer_auxv (gdb_byte *readbuf, argument
180 if (target_read_memory (data_address, readbuf, block) != 0)
200 if (extract_typed_address (readbuf, ptr_type) == AT_NULL)
206 readbuf += auxv_pair_size;
222 gdb_byte *readbuf,
228 gdb_assert (readbuf || writebuf);
241 ret = ld_so_xfer_auxv (readbuf, writebu
219 memory_xfer_auxv(struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
[all...]
H A Dnetbsd-nat.h53 gdb_byte *readbuf,
H A Dinf-ptrace.h58 gdb_byte *readbuf,
H A Dvax-tdep.c205 gdb_byte *readbuf, const gdb_byte *writebuf)
218 if (readbuf)
223 read_memory (addr, readbuf, len);
229 if (readbuf)
235 memcpy (readbuf, buf, len);
200 vax_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drs6000-aix-tdep.c531 gdb_byte *readbuf, const gdb_byte *writebuf)
546 if (readbuf)
547 regcache->cooked_read (tdep->ppc_vr0_regnum + 2, readbuf);
577 if (readbuf)
580 target_float_convert (regval, regtype, readbuf, valtype);
598 if (readbuf)
605 store_unsigned_integer (readbuf, valtype->length (), byte_order,
627 if (readbuf)
633 memcpy (readbuf, regval, 8);
1071 gdb_byte *readbuf, ULONGES
529 rs6000_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
1070 rs6000_aix_ld_info_to_xml(struct gdbarch *gdbarch, const gdb_byte *ldi_buf, gdb_byte *readbuf, ULONGEST offset, ULONGEST len, int close_ldinfo_fd) argument
1114 rs6000_aix_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
[all...]
H A Drs6000-aix-nat.c88 gdb_byte *readbuf,
109 const char *annex, gdb_byte *readbuf,
521 const char *annex, gdb_byte *readbuf,
533 readbuf, writebuf,
595 if (readbuf)
609 memcpy (readbuf, buffer.byte + (offset - rounded_offset),
816 const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf,
830 readbuf, offset, len, 1);
520 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
812 xfer_shared_libraries(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dppc-netbsd-tdep.c78 gdb_byte *readbuf, const gdb_byte *writebuf)
93 regcache, readbuf, writebuf);
74 ppcnbsd_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dnto-tdep.h190 gdb_byte *readbuf,
H A Dxml-support.h45 gdb_byte *readbuf, const gdb_byte *writebuf,
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dnetbsd-nat.c187 qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, argument
201 if (readbuf != NULL)
202 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len);
258 read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, argument
273 io.piod_addr = readbuf + bytes_read;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dnetbsd-nat.c187 qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, argument
201 if (readbuf != NULL)
202 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len);
/netbsd-current/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c119 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8)));
122 LABEL_SCAN_SIZE, readbuf)) {
130 lh = (struct label_header *) (readbuf +
196 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8)));
216 if (!dev_read(dev, UINT64_C(0), LABEL_SCAN_SIZE, readbuf)) {
224 lh = (struct label_header *) (readbuf +
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbsd-kvm.c91 gdb_byte *readbuf,
177 gdb_byte *readbuf, const gdb_byte *writebuf)
181 if (readbuf)
182 nbytes = kvm_read (core_kd, addr, readbuf, nbytes);
190 const char *annex, gdb_byte *readbuf,
198 LONGEST ret = bsd_kvm_xfer_memory (offset, len, readbuf, writebuf);
176 bsd_kvm_xfer_memory(CORE_ADDR addr, ULONGEST len, gdb_byte *readbuf, const gdb_byte *writebuf) argument
189 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 Drs6000-nat.c85 gdb_byte *readbuf,
98 const char *annex, gdb_byte *readbuf,
391 const char *annex, gdb_byte *readbuf,
403 readbuf, writebuf,
465 if (readbuf)
479 memcpy (readbuf, buffer.byte + (offset - rounded_offset),
648 const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf,
662 readbuf, offset, len, 1);
390 xfer_partial(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
644 xfer_shared_libraries(enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) argument
H A Dnbsd-nat.h54 gdb_byte *readbuf,
H A Dfbsd-nat.h53 gdb_byte *readbuf,
H A Dvax-tdep.c207 gdb_byte *readbuf, const gdb_byte *writebuf)
220 if (readbuf)
225 read_memory (addr, readbuf, len);
231 if (readbuf)
237 memcpy (readbuf, buf, len);
202 vax_return_value(struct gdbarch *gdbarch, struct value *function, struct type *type, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Drs6000-aix-tdep.c518 gdb_byte *readbuf, const gdb_byte *writebuf)
533 if (readbuf)
534 regcache->cooked_read (tdep->ppc_vr0_regnum + 2, readbuf);
564 if (readbuf)
567 target_float_convert (regval, regtype, readbuf, valtype);
585 if (readbuf)
592 store_unsigned_integer (readbuf, TYPE_LENGTH (valtype), byte_order,
614 if (readbuf)
620 memcpy (readbuf, regval, 8);
1058 gdb_byte *readbuf, ULONGES
516 rs6000_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
1057 rs6000_aix_ld_info_to_xml(struct gdbarch *gdbarch, const gdb_byte *ldi_buf, gdb_byte *readbuf, ULONGEST offset, ULONGEST len, int close_ldinfo_fd) argument
1101 rs6000_aix_core_xfer_shared_libraries_aix(struct gdbarch *gdbarch, gdb_byte *readbuf, ULONGEST offset, ULONGEST len) argument
[all...]
H A Dppc-nbsd-tdep.c78 gdb_byte *readbuf, const gdb_byte *writebuf)
93 regcache, readbuf, writebuf);
74 ppcnbsd_return_value(struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf) argument
H A Dxml-support.h44 gdb_byte *readbuf, const gdb_byte *writebuf,
H A Dnto-tdep.h189 gdb_byte *readbuf,
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in90 local ($line,$rin, $win, $ein, $readbuf, $ret);
91 $readbuf = "";
105 sysread (VRFY, $readbuf, 1024);
106 chop ($readbuf);
108 foreach $line ( split('\n', $readbuf)) {

Completed in 198 milliseconds

12345678910