Lines Matching refs:vms_rec_wr
75 struct vms_rec_wr struct
123 extern void _bfd_vms_output_begin (struct vms_rec_wr *, int);
124 extern void _bfd_vms_output_alignment (struct vms_rec_wr *, int);
125 extern void _bfd_vms_output_begin_subrec (struct vms_rec_wr *, int);
126 extern void _bfd_vms_output_end_subrec (struct vms_rec_wr *);
127 extern void _bfd_vms_output_end (bfd *, struct vms_rec_wr *);
128 extern int _bfd_vms_output_check (struct vms_rec_wr *, int);
129 extern void _bfd_vms_output_byte (struct vms_rec_wr *, unsigned);
130 extern void _bfd_vms_output_short (struct vms_rec_wr *, unsigned);
131 extern void _bfd_vms_output_long (struct vms_rec_wr *, unsigned long);
132 extern void _bfd_vms_output_quad (struct vms_rec_wr *, bfd_vma);
133 extern void _bfd_vms_output_counted (struct vms_rec_wr *, const char *);
134 extern void _bfd_vms_output_dump (struct vms_rec_wr *, const unsigned char *, int);
135 extern void _bfd_vms_output_fill (struct vms_rec_wr *, int, int);