| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ppc-sysv-tdep.c | 345 if (writebuf) in do_ppc_sysv_return_value() 367 if (writebuf) in do_ppc_sysv_return_value() 390 if (writebuf) in do_ppc_sysv_return_value() 408 if (writebuf) in do_ppc_sysv_return_value() 426 if (writebuf) in do_ppc_sysv_return_value() 455 if (writebuf) in do_ppc_sysv_return_value() 495 if (writebuf) in do_ppc_sysv_return_value() 517 const void *writebuf) in ppc_sysv_abi_return_value() argument 520 writebuf, 0); in ppc_sysv_abi_return_value() 530 writebuf, 1); in ppc_sysv_abi_broken_return_value() [all …]
|
| H A D | bfd-target.c | 75 const void *writebuf, ULONGEST offset, LONGEST len) in target_bfd_xfer_partial() argument 94 if (writebuf != NULL) in target_bfd_xfer_partial() 99 if (writebuf != NULL in target_bfd_xfer_partial() 101 writebuf, offset - s->addr, len)) in target_bfd_xfer_partial()
|
| H A D | ppc-tdep.h | 41 const void *writebuf); 46 const void *writebuf); 72 const void *writebuf);
|
| H A D | corelow.c | 523 const void *writebuf, ULONGEST offset, LONGEST len) in core_xfer_partial() argument 531 if (writebuf) in core_xfer_partial() 532 return (*ops->to_xfer_memory) (offset, writebuf, len, 1/*write*/, in core_xfer_partial() 575 if (writebuf) in core_xfer_partial() 576 return (*ops->to_xfer_memory) (addr, writebuf, len, 1/*write*/, in core_xfer_partial() 584 readbuf, writebuf, offset, len); in core_xfer_partial()
|
| H A D | inftarg.c | 561 const void *writebuf, ULONGEST offset, LONGEST len) in child_xfer_partial() argument 569 if (writebuf) in child_xfer_partial() 578 return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, readbuf, writebuf, in child_xfer_partial() 585 return NATIVE_XFER_AUXV (ops, object, annex, readbuf, writebuf, in child_xfer_partial() 592 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf, in child_xfer_partial() 599 return NATIVE_XFER_DIRTY (ops, object, annex, readbuf, writebuf, in child_xfer_partial()
|
| H A D | auxv.c | 49 const void *writebuf, in procfs_xfer_auxv() argument 58 gdb_assert (readbuf || writebuf); in procfs_xfer_auxv() 61 fd = open (pathname, writebuf != NULL ? O_WRONLY : O_RDONLY); in procfs_xfer_auxv() 72 n = write (fd, writebuf, len); in procfs_xfer_auxv()
|
| H A D | sparc-nat.c | 257 const char *annex, void *readbuf, const void *writebuf, in sparc_xfer_wcookie() argument 264 gdb_assert (readbuf && writebuf == NULL); in sparc_xfer_wcookie()
|
| H A D | ppcnbsd-tdep.c | 214 const void *writebuf) in ppcnbsd_return_value() argument 227 readbuf, writebuf); in ppcnbsd_return_value()
|
| H A D | amd64-tdep.c | 406 void *readbuf, const void *writebuf) in amd64_return_value() argument 416 gdb_assert (!(readbuf && writebuf)); in amd64_return_value() 462 if (writebuf) in amd64_return_value() 487 if (writebuf) in amd64_return_value() 489 (const char *) writebuf + i * 8); in amd64_return_value()
|
| H A D | auxv.h | 70 const void *writebuf,
|
| H A D | target.c | 77 const void *writebuf, 1083 const void *writebuf, ULONGEST offset, LONGEST len) in default_xfer_partial() argument 1092 if (writebuf != NULL) in default_xfer_partial() 1096 memcpy (buffer, writebuf, len); in default_xfer_partial() 1115 readbuf, writebuf, offset, len); in default_xfer_partial() 2285 const char *annex, void *readbuf, const void *writebuf, in debug_to_xfer_partial() argument 2291 readbuf, writebuf, offset, len); in debug_to_xfer_partial() 2296 (long) readbuf, (long) writebuf, paddr_nz (offset), in debug_to_xfer_partial()
|
| H A D | ppcfbsd-tdep.c | 497 const void *writebuf) in ppcfbsd_return_value() argument 509 readbuf, writebuf); in ppcfbsd_return_value()
|
| H A D | mips-tdep.c | 3280 void *readbuf, const void *writebuf) in mips_n32n64_return_value() argument 3298 TARGET_BYTE_ORDER, readbuf, writebuf, 0); in mips_n32n64_return_value() 3329 TARGET_BYTE_ORDER, readbuf, writebuf, offset); in mips_n32n64_return_value() 3352 BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset); in mips_n32n64_return_value() 3373 TARGET_BYTE_ORDER, readbuf, writebuf, offset); in mips_n32n64_return_value() 3693 void *readbuf, const void *writebuf) in mips_o32_return_value() argument 3711 TARGET_BYTE_ORDER, readbuf, writebuf, 0); in mips_o32_return_value() 3727 0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0); in mips_o32_return_value() 3730 1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4); in mips_o32_return_value() 3775 TARGET_BYTE_ORDER, readbuf, writebuf, offset); in mips_o32_return_value() [all …]
|
| H A D | i386-tdep.c | 1324 const void *writebuf) in i386_return_value() argument 1341 return i386_return_value (gdbarch, type, regcache, readbuf, writebuf); in i386_return_value() 1346 if (writebuf) in i386_return_value() 1347 i386_store_return_value (gdbarch, type, regcache, writebuf); in i386_return_value()
|
| H A D | sparc64-tdep.c | 1077 const void *writebuf) in sparc64_return_value() argument 1084 if (writebuf) in sparc64_return_value() 1085 sparc64_store_return_value (type, regcache, writebuf); in sparc64_return_value()
|
| H A D | sparc-tdep.c | 898 const void *writebuf) in sparc32_return_value() argument 906 if (writebuf) in sparc32_return_value() 907 sparc32_store_return_value (type, regcache, writebuf); in sparc32_return_value()
|
| H A D | sol-thread.c | 760 const void *writebuf, ULONGEST offset, LONGEST len) in sol_thread_xfer_partial() argument 774 readbuf, writebuf, offset, len); in sol_thread_xfer_partial() 777 readbuf, writebuf, offset, len); in sol_thread_xfer_partial()
|
| H A D | target.h | 422 void *readbuf, const void *writebuf,
|
| H A D | procfs.c | 135 void *readbuf, const void *writebuf, 4284 const void *writebuf, ULONGEST offset, LONGEST len) in procfs_xfer_partial() argument 4292 if (writebuf) in procfs_xfer_partial() 4299 return procfs_xfer_auxv (ops, object, annex, readbuf, writebuf, in procfs_xfer_partial() 4306 readbuf, writebuf, offset, len); in procfs_xfer_partial()
|
| H A D | gdbarch.h | 1396 …ch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf); 1397 …ch *gdbarch, struct type *valtype, struct regcache *regcache, void *readbuf, const void *writebuf);
|
| H A D | remote.c | 4888 const char *annex, void *readbuf, const void *writebuf, in remote_xfer_partial() argument 4898 if (writebuf != NULL || readbuf == NULL) in remote_xfer_partial()
|
| /freebsd-12.1/libexec/mknetid/ |
| H A D | mknetid.c | 107 char writebuf[LINSIZ]; in main() local 219 snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS, in main() 222 if (lookup(dtable, writebuf)) { in main() 228 mstore(dtable, writebuf, 0, 1); in main() 262 snprintf(writebuf, sizeof(writebuf), "%s.%s@%s", OPSYS, in main() 264 if (lookup(dtable, (char *)&writebuf)) { in main() 267 writebuf); in main() 270 mstore(dtable, (char *)&writebuf, 0, 1); in main() 291 writebuf[0] = *ptr; in main() 301 *ptr = writebuf[0]; in main()
|
| /freebsd-12.1/usr.sbin/makefs/ffs/ |
| H A D | mkfs.c | 98 static char writebuf[FFS_MAXBSIZE]; variable 504 memcpy(writebuf, &sblock, sbsize); in ffs_mkfs() 506 ffs_sb_swap(&sblock, (struct fs*)writebuf); in ffs_mkfs() 507 memcpy(iobuf, writebuf, SBLOCKSIZE); in ffs_mkfs() 552 memcpy(writebuf, &sblock, sbsize); in ffs_write_superblock() 554 ffs_sb_swap(fs, (struct fs*)writebuf); in ffs_write_superblock() 555 ffs_wtfs(fs->fs_sblockloc / sectorsize, sbsize, writebuf, fsopts); in ffs_write_superblock() 560 sbsize, writebuf, fsopts); in ffs_write_superblock()
|
| /freebsd-12.1/contrib/gdb/gdb/config/sparc/ |
| H A D | nm-nbsd.h | 39 void *readbuf, const void *writebuf,
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | FREEBSD-diffs | 721 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf, 728 + return TARGET_XFER_DIRTY (ops, object, annex, readbuf, writebuf,
|