Home | History | Annotate | Download | only in gold

Lines Matching full:nsyms

303   unsigned long nsyms = convert_types<unsigned long, Entry_type>(
308 const char* pnames = reinterpret_cast<const char*>(pword + nsyms);
313 this->armap_.resize(nsyms);
316 for (unsigned long i = 0; i < nsyms; ++i)
336 this->armap_checked_.resize(nsyms);