Home | History | Annotate | Download | only in bfd

Lines Matching refs:carsym

88   struct carsym *modules;
102 /* Describe the current state of carsym entries while building the archive
115 struct carsym *idx;
139 struct carsym *n;
150 if (_bfd_mul_overflow (cs->max, sizeof (struct carsym), &amt))
161 memcpy (n, cs->idx, cs->nbr * sizeof (struct carsym));
420 static struct carsym *
428 struct carsym *csbuf;
458 if (_bfd_mul_overflow (csm.max, sizeof (struct carsym), &amt))
481 csbuf = bfd_alloc (abfd, csm.nbr * sizeof (struct carsym));
487 memcpy (csbuf, csm.idx, csm.nbr * sizeof (struct carsym));
791 carsym *syms = tdata->artdata.symdefs;