Home
last modified time | relevance | path

Searched refs:writebuf (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dppc-sysv-tdep.c345 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 Dbfd-target.c75 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 Dppc-tdep.h41 const void *writebuf);
46 const void *writebuf);
72 const void *writebuf);
H A Dcorelow.c523 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 Dinftarg.c561 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 Dauxv.c49 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 Dsparc-nat.c257 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 Dppcnbsd-tdep.c214 const void *writebuf) in ppcnbsd_return_value() argument
227 readbuf, writebuf); in ppcnbsd_return_value()
H A Damd64-tdep.c406 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 Dauxv.h70 const void *writebuf,
H A Dtarget.c77 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 Dppcfbsd-tdep.c497 const void *writebuf) in ppcfbsd_return_value() argument
509 readbuf, writebuf); in ppcfbsd_return_value()
H A Dmips-tdep.c3280 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 Di386-tdep.c1324 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 Dsparc64-tdep.c1077 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 Dsparc-tdep.c898 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 Dsol-thread.c760 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 Dtarget.h422 void *readbuf, const void *writebuf,
H A Dprocfs.c135 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 Dgdbarch.h1396 …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 Dremote.c4888 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 Dmknetid.c107 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 Dmkfs.c98 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 Dnm-nbsd.h39 void *readbuf, const void *writebuf,
/freebsd-12.1/contrib/gdb/
H A DFREEBSD-diffs721 return NATIVE_XFER_WCOOKIE (ops, object, annex, readbuf, writebuf,
728 + return TARGET_XFER_DIRTY (ops, object, annex, readbuf, writebuf,

12