Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dvms-lib.c1613 unsigned char *kbn_blk = NULL; /* Contents of the kbn block. */ in vms_write_index() local
1664 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()
DChangeLog-20122256 Adjust comparaison. Add assertions. Free kbn_blk.