Searched refs:VMS_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
34 #ifndef VMS_BLOCK_SIZE35 #define VMS_BLOCK_SIZE 512 macro157 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off; in vms_add_index()181 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset); in vms_add_indexes_from_list()202 off = (vbn - 1) * VMS_BLOCK_SIZE; in vms_read_block()204 || bfd_bread (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE) in vms_read_block()217 off = (vbn - 1) * VMS_BLOCK_SIZE; in vms_write_block()219 || bfd_bwrite (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE) in vms_write_block()237 BFD_ASSERT (sizeof (indexdef) == VMS_BLOCK_SIZE); in vms_traverse_index()303 unsigned char kblk[VMS_BLOCK_SIZE]; in vms_traverse_index()[all …]
535 offset = (offset + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1); in _bfd_vms_slurp_eisd()607 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0; in _bfd_vms_slurp_eisd()648 section->filepos = VMS_BLOCK_SIZE * (dstvbn - 1); in _bfd_vms_slurp_eihs()666 section->filepos = VMS_BLOCK_SIZE * (dmtvbn - 1); in _bfd_vms_slurp_eihs()674 if (bfd_seek (abfd, VMS_BLOCK_SIZE * (gstvbn - 1), SEEK_SET)) in _bfd_vms_slurp_eihs()2532 to_read = MIN (VMS_BLOCK_SIZE - test_len, remaining); in alpha_vms_object_p()2543 to_read = MIN (VMS_BLOCK_SIZE, remaining); in alpha_vms_object_p()2726 PRIV (file_pos) += VMS_BLOCK_SIZE - 1; in alpha_vms_file_position_block()2727 PRIV (file_pos) -= (PRIV (file_pos) % VMS_BLOCK_SIZE); in alpha_vms_file_position_block()2794 eisd->u.gbl_eisd.common.secsize = VMS_BLOCK_SIZE; /* Must not be 0. */ in alpha_vms_create_eisd_for_shared()[all …]
33 #define VMS_BLOCK_SIZE 512 macro