HomeSort by: relevance | last modified time | path
    Searched refs:VMS_BLOCK_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 34 #ifndef VMS_BLOCK_SIZE
35 #define VMS_BLOCK_SIZE 512
173 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
218 off = (vbn - 1) * VMS_BLOCK_SIZE;
220 || bfd_read (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
233 off = (vbn - 1) * VMS_BLOCK_SIZE;
235 || bfd_write (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
    [all...]
vms.h 33 #define VMS_BLOCK_SIZE 512
vms-alpha.c 537 offset = (offset + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
627 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0;
684 section->filepos = VMS_BLOCK_SIZE * (dstvbn - 1);
702 section->filepos = VMS_BLOCK_SIZE * (dmtvbn - 1);
710 if (bfd_seek (abfd, VMS_BLOCK_SIZE * (gstvbn - 1), SEEK_SET))
3064 PRIV (file_pos) += VMS_BLOCK_SIZE - 1;
3065 PRIV (file_pos) -= (PRIV (file_pos) % VMS_BLOCK_SIZE);
3132 eisd->u.gbl_eisd.common.secsize = VMS_BLOCK_SIZE; /* Must not be 0. */
3175 (sec->size + VMS_BLOCK_SIZE - 1) & ~(VMS_BLOCK_SIZE - 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 34 #ifndef VMS_BLOCK_SIZE
35 #define VMS_BLOCK_SIZE 512
173 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
218 off = (vbn - 1) * VMS_BLOCK_SIZE;
220 || bfd_read (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
233 off = (vbn - 1) * VMS_BLOCK_SIZE;
235 || bfd_write (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
    [all...]
vms.h 33 #define VMS_BLOCK_SIZE 512
vms-alpha.c 548 offset = (offset + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
638 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0;
695 section->filepos = VMS_BLOCK_SIZE * (dstvbn - 1);
713 section->filepos = VMS_BLOCK_SIZE * (dmtvbn - 1);
721 if (bfd_seek (abfd, VMS_BLOCK_SIZE * (gstvbn - 1), SEEK_SET))
3051 PRIV (file_pos) += VMS_BLOCK_SIZE - 1;
3052 PRIV (file_pos) -= (PRIV (file_pos) % VMS_BLOCK_SIZE);
3119 eisd->u.gbl_eisd.common.secsize = VMS_BLOCK_SIZE; /* Must not be 0. */
3162 (sec->size + VMS_BLOCK_SIZE - 1) & ~(VMS_BLOCK_SIZE - 1)
    [all...]

Completed in 30 milliseconds