Home | History | Annotate | Download | only in gold

Lines Matching full:nsyms

1506     unsigned int nsyms = this->do_get_global_symbols()->size();
1507 this->reloc_counts_ = new unsigned int[nsyms];
1509 memset(this->reloc_counts_, 0, nsyms * sizeof(unsigned int));
1517 unsigned int nsyms = this->do_get_global_symbols()->size();
1518 gold_assert(symndx < nsyms);
1532 unsigned int nsyms = this->do_get_global_symbols()->size();
1536 gold_assert(symndx < nsyms);