HomeSort by relevance Sort by last modified time
    Searched defs:VMS_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
vms.h 33 #define VMS_BLOCK_SIZE 512
vms-lib.c 34 #ifndef VMS_BLOCK_SIZE
35 #define VMS_BLOCK_SIZE 512
157 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
181 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
202 off = (vbn - 1) * VMS_BLOCK_SIZE;
204 || bfd_bread (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
217 off = (vbn - 1) * VMS_BLOCK_SIZE;
219 || bfd_bwrite (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE)
    [all...]

Completed in 61 milliseconds