Searched refs:kbn_blk (Results 1 – 2 of 2) sorted by relevance
1613 unsigned char *kbn_blk = NULL; /* Contents of the kbn block. */ in vms_write_index() local1664 if (vms_write_block (abfd, kbn_vbn, kbn_blk) != TRUE) in vms_write_index()1669 kbn_blk = bfd_malloc (VMS_BLOCK_SIZE); in vms_write_index()1670 if (kbn_blk == NULL) in vms_write_index()1673 *(unsigned short *)kbn_blk = 0; in vms_write_index()1685 if (kbn_blk != NULL) in vms_write_index()1689 kbn = (struct vms_kbn *)(kbn_blk + VMS_BLOCK_SIZE - kbn_sz); in vms_write_index()1884 if (vms_write_block (abfd, kbn_vbn, kbn_blk) != TRUE) in vms_write_index()1886 free (kbn_blk); in vms_write_index()
2256 Adjust comparaison. Add assertions. Free kbn_blk.