Lines Matching full:idx_off
132 unsigned int idx_vbn, unsigned int idx_off)
157 cs->idx[cs->nbr].file_offset = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
247 unsigned int idx_off;
258 idx_off = bfd_getl16 (ridx->rfa.offset);
269 idx_off = bfd_getl16 (ridx->rfa.offset);
285 if (idx_off == RFADEF__C_INDEX)
355 off = (idx_vbn - 1) * VMS_BLOCK_SIZE + idx_off;
372 if (!vms_add_index (cs, name, idx_vbn, idx_off))