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))
1663 VBN is the first vbn to be used, and will contain on return the last vbn.
1665 If not null, TOPVBN will be assigned to the vbn of the root index tree.
1671 struct lib_index *idx, unsigned int nbr, unsigned int *vbn,
1686 unsigned int vbn; /* VBN of the block. */
1716 blk[0].vbn = (*vbn)++;
1759 kbn_vbn = (*vbn)++;
1785 bfd_putl32 (0, kbn->rfa.vbn);
1791 bfd_putl32 (*vbn, kbn->rfa.vbn);
1825 bfd_putl32 (*vbn, rblk[j]->parent);
1827 blk[level].vbn = (*vbn)++;
1848 bfd_putl32 (blk[j].vbn, rfa->vbn);
1865 if (!vms_write_block (abfd, blk[j].vbn, rblk[j]))
1872 blk[j].vbn = (*vbn)++;
1887 rfa->vbn);
1905 bfd_putl32 (key_vbn, k->rfa.vbn);
1932 *topvbn = blk[level - 1].vbn;
1950 bfd_putl32 (blk[j - 1].vbn, rfa->vbn);
1958 if (!vms_write_block (abfd, blk[j].vbn, rblk[j]))
2121 unsigned int vbn;
2169 vbn = 0;
2170 if (!vms_write_index (NULL, modules, nbr_modules, &vbn, NULL, is_elfidx))
2172 nbr_mod_iblk = vbn;
2178 vbn = 0;
2179 if (!vms_write_index (NULL, symbols, nbr_symbols, &vbn, NULL, is_elfidx))
2181 nbr_sym_iblk = vbn;
2304 vbn = 2;
2305 if (!vms_write_index (arch, modules, nbr_modules, &vbn, &mod_idx_vbn,
2308 if (!vms_write_index (arch, symbols, nbr_symbols, &vbn, &sym_idx_vbn,
2358 bfd_putl32 (vbn - 1, lhd->hipreal);
2359 bfd_putl32 (vbn - 1, lhd->hiprusd);
2371 bfd_putl16 (mod_idx_vbn, idd->vbn);
2377 bfd_putl16 (sym_idx_vbn, idd->vbn);