Home
last modified time | relevance | path

Searched defs:vms_private_data_struct (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms.h563 struct vms_private_data_struct struct
565 bfd_boolean is_vax;
566 bfd_boolean fixup_done; /* Flag to indicate if all
569 unsigned char *vms_buf; /* Buffer to record. */
570 int buf_size; /* Max size of buffer. */
571 unsigned char *vms_rec; /* Actual record ptr. */
572 int rec_length; /* Remaining record length. */
573 int rec_size; /* Actual record size. */
574 int rec_type; /* Actual record type. */
575 enum file_format_enum file_format;
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dvms.h567 struct vms_private_data_struct { struct
568 int is_vax;
569 bfd_boolean fixup_done; /* Flag to indicate if all
572 unsigned char *vms_buf; /* buffer to record */
573 int buf_size; /* max size of buffer */
574 unsigned char *vms_rec; /* actual record ptr */
575 int rec_length; /* remaining record length */
576 int rec_size; /* actual record size */
577 int rec_type; /* actual record type */
578 enum file_format_enum file_format;
[all …]