Searched refs:dmth (Results 1 – 1 of 1) sorted by relevance
7566 struct vms_dmt_header dmth; in evax_bfd_print_image() local7569 if (bfd_bread (&dmth, sizeof (dmth), abfd) != sizeof (dmth)) in evax_bfd_print_image()7574 count = bfd_getl16 (dmth.psect_count); in evax_bfd_print_image()7577 (unsigned)bfd_getl32 (dmth.modbeg), in evax_bfd_print_image()7578 (unsigned)bfd_getl32 (dmth.size), count); in evax_bfd_print_image()7579 dmt_size -= sizeof (dmth); in evax_bfd_print_image()8792 struct vms_dmt_header *dmth = NULL; in alpha_vms_bfd_final_link() local8803 dmth = (struct vms_dmt_header *)(contents + off); in alpha_vms_bfd_final_link()8804 bfd_putl32 (sub_dst->output_offset, dmth->modbeg); in alpha_vms_bfd_final_link()8805 bfd_putl32 (sub_dst->size, dmth->size); in alpha_vms_bfd_final_link()[all …]