Searched refs:output_buf (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | vms-misc.c | 683 PRIV (output_buf)[real_size++] = 0; in _bfd_vms_output_flush() local 695 fwrite (PRIV (output_buf) + 2, 2, 1, (FILE *) abfd->iostream); in _bfd_vms_output_flush() 697 fwrite (PRIV (output_buf), (size_t) real_size, 1, in _bfd_vms_output_flush() 744 bfd_put_8 (abfd, value & 0xff, PRIV (output_buf) + PRIV (output_size)); in _bfd_vms_output_byte() 758 PRIV (output_buf) + PRIV (output_size)); in _bfd_vms_output_short() 771 bfd_put_32 (abfd, (bfd_vma) value, PRIV (output_buf) + PRIV (output_size)); in _bfd_vms_output_long() 784 bfd_put_64(abfd, value, PRIV (output_buf) + PRIV (output_size)); in _bfd_vms_output_quad() 828 memcpy (PRIV (output_buf) + PRIV (output_size), data, (size_t) length); in _bfd_vms_output_dump() 845 memset (PRIV (output_buf) + PRIV (output_size), value, (size_t) count); in _bfd_vms_output_fill()
|
| H A D | vms.h | 602 unsigned char *output_buf; /* Output data. */ member
|
| H A D | vms.c | 93 PRIV (output_buf) = bfd_alloc (abfd, amt); in vms_initialize() 94 if (PRIV (output_buf) == NULL) in vms_initialize()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | vms-misc.c | 772 PRIV (output_buf)[real_size++] = 0; local 790 fwrite (PRIV (output_buf) + 2, 2, 1, (FILE *) abfd->iostream); 792 fwrite (PRIV (output_buf), (size_t) real_size, 1, 848 bfd_put_8 (abfd, value & 0xff, PRIV (output_buf) + PRIV (output_size)); 865 PRIV (output_buf) + PRIV (output_size)); 881 bfd_put_32 (abfd, (bfd_vma) value, PRIV (output_buf) + PRIV (output_size)); 897 bfd_put_64(abfd, value, PRIV (output_buf) + PRIV (output_size)); 945 memcpy (PRIV (output_buf) + PRIV (output_size), data, (size_t) length); 965 memset (PRIV (output_buf) + PRIV (output_size), value, (size_t) count);
|
| H A D | vms.h | 606 unsigned char *output_buf; /* output data */ member
|
| H A D | vms.c | 315 PRIV (output_buf) = (unsigned char *) bfd_alloc (abfd, amt); 316 if (PRIV (output_buf) == 0)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 350 std::vector<char> &output_buf) { in internalShell() argument 351 output_buf.clear(); in internalShell() 368 error = ReadMessageStream(output_buf, timeout); in internalShell() 375 if (output_buf.size() > strlen(kShellPrefix)) { in internalShell() 376 if (!memcmp(&output_buf[0], kShellPrefix, strlen(kShellPrefix))) in internalShell() 378 std::string(output_buf.begin(), output_buf.end()).c_str()); in internalShell()
|
| H A D | AdbClient.h | 129 std::vector<char> &output_buf);
|