Home | History | Annotate | Download | only in bfd

Lines Matching full:dmtvbn

629   unsigned int dmtvbn = bfd_getl32 (p + EIHS__L_DMTVBN);
635 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
636 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
657 if (dmtvbn)
666 section->filepos = VMS_BLOCK_SIZE * (dmtvbn - 1);
2972 bfd_putl32 (0, eihs->dmtvbn);
3061 bfd_putl32 ((dmt->filepos / VMS_BLOCK_SIZE) + 1, eihs->dmtvbn);
7457 dmt_vbn = bfd_getl32 (eihs.dmtvbn);