| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.h | 27 extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf,
|
| netbsd-nat.h | 67 extern int qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, 90 extern int read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset,
|
| netbsd-nat.c | 186 qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, 200 if (readbuf != NULL) 201 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len); 257 read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, 272 io.piod_addr = readbuf + bytes_read;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.h | 27 extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf,
|
| netbsd-nat.h | 67 extern int qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, 90 extern int read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset,
|
| netbsd-nat.c | 186 qxfer_siginfo (pid_t pid, const char *annex, unsigned char *readbuf, 200 if (readbuf != NULL) 201 memcpy (readbuf, ((gdb_byte *) &psi.psi_siginfo) + offset, len); 257 read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, 272 io.piod_addr = readbuf + bytes_read;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rs6000-aix-tdep.h | 23 gdb_byte *readbuf,
|
| mem-break.c | 43 gdb_byte *readbuf; local 52 readbuf = (gdb_byte *) alloca (bplen); 53 val = target_read_memory (addr, readbuf, bplen); 65 memcpy (bp_tgt->shadow_contents, readbuf, bplen);
|
| sparc-nat.h | 51 gdb_byte *readbuf, 71 gdb_byte *readbuf, 77 return sparc_xfer_wcookie (object, annex, readbuf, writebuf, 80 return BaseTarget::xfer_partial (object, annex, readbuf, writebuf,
|
| exec.h | 49 exec_read_partial_read_only (gdb_byte *readbuf, ULONGEST offset, 72 One, and only one, of readbuf or writebuf must be non-NULL. */ 88 section_table_read_available_memory (gdb_byte *readbuf, ULONGEST offset,
|
| bfd-target.c | 47 const char *annex, gdb_byte *readbuf, 66 const char *annex, gdb_byte *readbuf, 75 return section_table_xfer_memory_partial (readbuf, writebuf,
|
| ppc-sysv-tdep.c | 604 struct regcache *regcache, gdb_byte *readbuf, 630 if (readbuf != NULL) 632 regcache->cooked_read (tdep->ppc_fp0_regnum + 1, readbuf); 636 memcpy (readbuf, readbuf + 4, 4); 642 if (writebuf != NULL || readbuf != NULL) 651 if (readbuf != NULL) 653 readbuf + i * 8); 682 gdb_byte *readbuf, const gdb_byte *writebuf, 695 if (readbuf) [all...] |
| rs6000-lynx178-tdep.c | 266 gdb_byte *readbuf, const gdb_byte *writebuf) 281 if (readbuf) 282 regcache->cooked_read (tdep->ppc_vr0_regnum + 2, readbuf); 312 if (readbuf) 315 target_float_convert (regval, regtype, readbuf, valtype); 333 if (readbuf) 340 store_unsigned_integer (readbuf, valtype->length (), byte_order, 362 if (readbuf) 368 memcpy (readbuf, regval, 8);
|
| windows-tdep.h | 36 gdb_byte *readbuf,
|
| inf-ptrace.c | 363 from process PID's memory into READBUF. Start at target address ADDR 364 and transfer up to LEN bytes. Exactly one of READBUF and WRITEBUF must 368 inf_ptrace_peek_poke (ptid_t ptid, gdb_byte *readbuf, 396 if (readbuf != NULL || chunk < sizeof (PTRACE_TYPE_RET)) 403 if (readbuf != NULL) 404 memcpy (readbuf + n, buf.byte + skip, chunk); 432 const char *annex, gdb_byte *readbuf, 455 piod.piod_addr = writebuf ? (void *) writebuf : readbuf; 473 *xfered_len = inf_ptrace_peek_poke (ptid, readbuf, writebuf, 491 piod.piod_addr = readbuf; [all...] |
| loongarch-tdep.c | 1267 int regnum, int len, gdb_byte *readbuf, 1270 if (readbuf) 1271 regcache->cooked_read_part (regnum, 0, len, readbuf + offset); 1281 gdb_byte *readbuf, const gdb_byte *writebuf) 1333 loongarch_xfer_reg (regcache, a0, len, readbuf, nullptr, 0); 1341 loongarch_xfer_reg (regcache, a0, regsize, readbuf, writebuf, 0); 1342 loongarch_xfer_reg (regcache, a1, len - regsize, readbuf, writebuf, regsize); 1348 loongarch_xfer_reg (regcache, f0, len, readbuf, writebuf, 0); 1377 loongarch_xfer_reg (regcache, f0, member_lens[0], readbuf, 1382 loongarch_xfer_reg (regcache, f0, member_lens[0], readbuf, [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| rs6000-aix-tdep.h | 23 gdb_byte *readbuf,
|
| mem-break.c | 43 gdb_byte *readbuf; local 52 readbuf = (gdb_byte *) alloca (bplen); 53 val = target_read_memory (addr, readbuf, bplen); 65 memcpy (bp_tgt->shadow_contents, readbuf, bplen);
|
| sparc-nat.h | 51 gdb_byte *readbuf, 71 gdb_byte *readbuf, 77 return sparc_xfer_wcookie (object, annex, readbuf, writebuf, 80 return BaseTarget::xfer_partial (object, annex, readbuf, writebuf,
|
| exec.h | 49 exec_read_partial_read_only (gdb_byte *readbuf, ULONGEST offset, 72 One, and only one, of readbuf or writebuf must be non-NULL. */ 88 section_table_read_available_memory (gdb_byte *readbuf, ULONGEST offset,
|
| bfd-target.c | 47 const char *annex, gdb_byte *readbuf, 66 const char *annex, gdb_byte *readbuf, 75 return section_table_xfer_memory_partial (readbuf, writebuf,
|
| ppc-sysv-tdep.c | 604 struct regcache *regcache, gdb_byte *readbuf, 630 if (readbuf != NULL) 632 regcache->cooked_read (tdep->ppc_fp0_regnum + 1, readbuf); 636 memcpy (readbuf, readbuf + 4, 4); 642 if (writebuf != NULL || readbuf != NULL) 651 if (readbuf != NULL) 653 readbuf + i * 8); 682 gdb_byte *readbuf, const gdb_byte *writebuf, 695 if (readbuf) [all...] |
| rs6000-lynx178-tdep.c | 266 gdb_byte *readbuf, const gdb_byte *writebuf) 281 if (readbuf) 282 regcache->cooked_read (tdep->ppc_vr0_regnum + 2, readbuf); 312 if (readbuf) 315 target_float_convert (regval, regtype, readbuf, valtype); 333 if (readbuf) 340 store_unsigned_integer (readbuf, valtype->length (), byte_order, 362 if (readbuf) 368 memcpy (readbuf, regval, 8);
|
| inf-ptrace.c | 363 from process PID's memory into READBUF. Start at target address ADDR 364 and transfer up to LEN bytes. Exactly one of READBUF and WRITEBUF must 368 inf_ptrace_peek_poke (ptid_t ptid, gdb_byte *readbuf, 396 if (readbuf != NULL || chunk < sizeof (PTRACE_TYPE_RET)) 403 if (readbuf != NULL) 404 memcpy (readbuf + n, buf.byte + skip, chunk); 432 const char *annex, gdb_byte *readbuf, 455 piod.piod_addr = writebuf ? (void *) writebuf : readbuf; 473 *xfered_len = inf_ptrace_peek_poke (ptid, readbuf, writebuf, 491 piod.piod_addr = readbuf; [all...] |
| /src/external/gpl2/lvm2/dist/test/ |
| harness.c | 18 char *readbuf = NULL; variable 34 write(1, readbuf, readbuf_used); 50 readbuf = realloc(readbuf, readbuf_sz); 52 if (!readbuf) 54 memcpy(readbuf + readbuf_used, buf, sz);
|