Lines Matching refs:vbn

187   unsigned int vbn;
192 vbn = bfd_getl32 (rfa->vbn);
193 if (vbn == 0)
197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
203 bfd_getl32 (lns.modrfa.vbn),
214 vms_read_block (bfd *abfd, unsigned int vbn, void *blk)
218 off = (vbn - 1) * VMS_BLOCK_SIZE;
229 vms_write_block (bfd *abfd, unsigned int vbn, void *blk)
233 off = (vbn - 1) * VMS_BLOCK_SIZE;
245 vms_traverse_index (bfd *abfd, unsigned int vbn, struct carsym_mem *cs,
262 if (!vms_read_block (abfd, vbn, &indexdef))
285 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
297 idx_vbn = bfd_getl32 (ridx->rfa.vbn);
346 kvbn = bfd_getl32 (kbn->rfa.vbn);
362 kvbn = bfd_getl32 (kbn->rfa.vbn);
425 unsigned int vbn;
465 vbn = bfd_getl32 (idd.vbn);
466 if (vbn != 0 && !vms_traverse_index (abfd, vbn, &csm, 0))
1666 VBN is the first vbn to be used, and will contain on return the last vbn.
1668 If not null, TOPVBN will be assigned to the vbn of the root index tree.
1674 struct lib_index *idx, unsigned int nbr, unsigned int *vbn,
1689 unsigned int vbn; /* VBN of the block. */
1719 blk[0].vbn = (*vbn)++;
1762 kbn_vbn = (*vbn)++;
1788 bfd_putl32 (0, kbn->rfa.vbn);
1794 bfd_putl32 (*vbn, kbn->rfa.vbn);
1828 bfd_putl32 (*vbn, rblk[j]->parent);
1830 blk[level].vbn = (*vbn)++;
1851 bfd_putl32 (blk[j].vbn, rfa->vbn);
1868 if (!vms_write_block (abfd, blk[j].vbn, rblk[j]))
1875 blk[j].vbn = (*vbn)++;
1890 rfa->vbn);
1908 bfd_putl32 (key_vbn, k->rfa.vbn);
1935 *topvbn = blk[level - 1].vbn;
1953 bfd_putl32 (blk[j - 1].vbn, rfa->vbn);
1961 if (!vms_write_block (abfd, blk[j].vbn, rblk[j]))
2135 unsigned int vbn;
2183 vbn = 0;
2184 if (!vms_write_index (NULL, modules, nbr_modules, &vbn, NULL, is_elfidx))
2186 nbr_mod_iblk = vbn;
2192 vbn = 0;
2193 if (!vms_write_index (NULL, symbols, nbr_symbols, &vbn, NULL, is_elfidx))
2195 nbr_sym_iblk = vbn;
2318 vbn = 2;
2319 if (!vms_write_index (arch, modules, nbr_modules, &vbn, &mod_idx_vbn,
2322 if (!vms_write_index (arch, symbols, nbr_symbols, &vbn, &sym_idx_vbn,
2372 bfd_putl32 (vbn - 1, lhd->hipreal);
2373 bfd_putl32 (vbn - 1, lhd->hiprusd);
2385 bfd_putl16 (mod_idx_vbn, idd->vbn);
2391 bfd_putl16 (sym_idx_vbn, idd->vbn);