Searched refs:csbuf (Results 1 – 1 of 1) sorted by relevance
389 struct carsym *csbuf; in vms_lib_read_index() local403 csbuf = bfd_alloc (abfd, *nbrel * sizeof (struct carsym)); in vms_lib_read_index()404 if (csbuf == NULL) in vms_lib_read_index()410 csm.idx = csbuf; in vms_lib_read_index()421 bfd_release (abfd, csbuf); in vms_lib_read_index()429 csbuf = bfd_alloc (abfd, csm.nbr * sizeof (struct carsym)); in vms_lib_read_index()430 if (csbuf == NULL) in vms_lib_read_index()432 memcpy (csbuf, csm.idx, csm.nbr * sizeof (struct carsym)); in vms_lib_read_index()436 return csbuf; in vms_lib_read_index()