Lines Matching defs:vms_private_data_struct
263 struct vms_private_data_struct struct
266 bfd_boolean reloc_done;
269 struct vms_rec_rd recrd;
270 struct vms_rec_wr recwr;
272 struct hdr_struct hdr_data; /* data from HDR/EMH record */
273 struct eom_struct eom_data; /* data from EOM/EEOM record */
276 bfd_vma transfer_address[4];
279 unsigned int section_max; /* Size of the sections array. */
280 unsigned int section_count; /* Number of GSD sections. */
281 asection **sections;
284 struct vms_symbol_entry **syms;
287 asymbol **csymbols;
290 unsigned int gsd_sym_count;
292 unsigned int max_sym_count;
294 unsigned int norm_sym_count;
297 struct stack_struct *stack;
298 int stackptr;
301 asection *image_section; /* section for image_ptr */
302 file_ptr image_offset; /* Offset for image_ptr. */
304 struct module *modules; /* list of all compilation units */
307 asection *dst_section;
309 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */
310 unsigned int *dst_ptr_offsets; /* array of saved image_ptr offsets */
336 (((struct vms_private_data_struct *)(abfd)->tdata.any)->name) argument