Home
last modified time | relevance | path

Searched refs:rblk (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dvms-lib.c1599 struct vms_indexdef *rblk[MAX_LEVEL]; in vms_write_index() local
1632 rblk[0] = bfd_zmalloc (sizeof (struct vms_indexdef)); in vms_write_index()
1741 rblk[level] = bfd_zmalloc (sizeof (struct vms_indexdef)); in vms_write_index()
1742 bfd_putl32 (*vbn, rblk[j]->parent); in vms_write_index()
1758 rfa = (struct vms_rfa *)(rblk[j + 1]->keys + blk[j + 1].len); in vms_write_index()
1762 memcpy (rfa, rblk[j]->keys + blk[j].len, blk[j].lastlen); in vms_write_index()
1781 bfd_putl16 (blk[j].len + blk[j].lastlen, rblk[j]->used); in vms_write_index()
1782 if (vms_write_block (abfd, blk[j].vbn, rblk[j]) != TRUE) in vms_write_index()
1802 rfa = (struct vms_rfa *)(rblk[j]->keys + blk[j].len); in vms_write_index()
1862 en = rblk[j - 1]->keys + blk[j - 1].len; in vms_write_index()
[all …]