Searched refs:vms_buf (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms-misc.c244 /* Get next record from object file to vms_buf
283 unsigned char *vms_buf;
306 PRIV (vms_buf) = (unsigned char *) bfd_malloc (amt);
310 vms_buf = PRIV (vms_buf);
312 if (vms_buf == 0)
339 if (bfd_bread (PRIV (vms_buf), (bfd_size_type) 1, abfd) != 1)
349 && (bfd_bread (PRIV (vms_buf), (bfd_size_type) test_len, abfd)
360 if (vms_buf[0] == vms_buf[
281 unsigned char *vms_buf; local
[all...]
H A Dvms.c287 PRIV (vms_buf) = 0;
673 if (PRIV (vms_buf) != NULL)
674 free (PRIV (vms_buf));
H A Dvms.h572 unsigned char *vms_buf; /* buffer to record */ member in struct:vms_private_data_struct
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-misc.c191 /* Get next record from object file to vms_buf.
229 unsigned char *vms_buf;
252 PRIV (vms_buf) = bfd_malloc (amt);
256 vms_buf = PRIV (vms_buf);
258 if (vms_buf == 0)
285 if (bfd_bread (PRIV (vms_buf), (bfd_size_type) 1, abfd) != 1)
294 && (bfd_bread (PRIV (vms_buf), (bfd_size_type) test_len, abfd)
304 if (vms_buf[0] == vms_buf[
226 unsigned char *vms_buf; local
[all...]
H A Dvms.c63 PRIV (vms_buf) = NULL;
435 if (PRIV (vms_buf) != NULL)
436 free (PRIV (vms_buf));
H A Dvms.h569 unsigned char *vms_buf; /* Buffer to record. */ member in struct:vms_private_data_struct

Completed in 202 milliseconds