Home | History | Annotate | Download | only in gold

Lines Matching full:stringdata

52   for (typename std::list<Stringdata*>::iterator p = this->strings_.begin();
156 // The size we allocate for a new Stringdata.
158 // The amount we multiply the Stringdata index when calculating the
171 alc = sizeof(Stringdata) + len;
175 alc = sizeof(Stringdata) + buffer_size;
178 Stringdata* psd = this->strings_.front();
180 alc = sizeof(Stringdata) + buffer_size;
194 Stringdata* psd = reinterpret_cast<Stringdata*>(new char[alc]);
195 psd->alc = alc - sizeof(Stringdata);
519 fprintf(stderr, _("%s: %s Stringdata structures: %zu\n"),