Searched defs:vms_private_data_struct (Results 1 – 2 of 2) sorted by relevance
563 struct vms_private_data_struct struct565 bfd_boolean is_vax; 566 bfd_boolean fixup_done; /* Flag to indicate if all569 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 …]
567 struct vms_private_data_struct { struct568 int is_vax;569 bfd_boolean fixup_done; /* Flag to indicate if all572 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 …]