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

  /src/external/gpl3/binutils/dist/bfd/
vms.h 33 #define VMS_BLOCK_SIZE 512
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...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms.h 33 #define VMS_BLOCK_SIZE 512
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...]
  /src/external/gpl3/gdb/dist/bfd/
vms.h 33 #define VMS_BLOCK_SIZE 512
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...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms.h 33 #define VMS_BLOCK_SIZE 512
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...]

Completed in 29 milliseconds