Lines Matching refs:carsym
88 struct carsym *modules;
115 struct carsym *idx;
136 struct carsym *n; in vms_add_index()
142 n = bfd_malloc2 (cs->max, sizeof (struct carsym)); in vms_add_index()
145 memcpy (n, cs->idx, cs->nbr * sizeof (struct carsym)); in vms_add_index()
150 n = bfd_realloc_or_free (cs->idx, cs->nbr * sizeof (struct carsym)); in vms_add_index()
383 static struct carsym *
389 struct carsym *csbuf; in vms_lib_read_index()
403 csbuf = bfd_alloc (abfd, *nbrel * sizeof (struct carsym)); in vms_lib_read_index()
429 csbuf = bfd_alloc (abfd, csm.nbr * sizeof (struct carsym)); in vms_lib_read_index()
432 memcpy (csbuf, csm.idx, csm.nbr * sizeof (struct carsym)); in vms_lib_read_index()
720 carsym *syms = tdata->artdata.symdefs; in _bfd_vms_lib_find_symbol()