Lines Matching defs:vms_private_data_struct
267 struct vms_private_data_struct struct
270 bool reloc_done;
273 struct vms_rec_rd recrd;
274 struct vms_rec_wr recwr;
276 struct hdr_struct hdr_data; /* data from HDR/EMH record */
277 struct eom_struct eom_data; /* data from EOM/EEOM record */
280 bfd_vma transfer_address[4];
283 unsigned int section_max; /* Size of the sections array. */
284 unsigned int section_count; /* Number of GSD sections. */
285 asection **sections;
288 struct vms_symbol_entry **syms;
291 asymbol **csymbols;
294 unsigned int gsd_sym_count;
296 unsigned int max_sym_count;
298 unsigned int norm_sym_count;
301 struct stack_struct *stack;
302 int stackptr;
305 asection *image_section; /* section for image_ptr */
306 file_ptr image_offset; /* Offset for image_ptr. */
308 struct module *modules; /* list of all compilation units */
311 asection *dst_section;
313 unsigned int dst_ptr_offsets_count; /* # of offsets in following array */
314 unsigned int *dst_ptr_offsets; /* array of saved image_ptr offsets */
340 (((struct vms_private_data_struct *)(abfd)->tdata.any)->name) argument