Lines Matching refs:nsym
507 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
522 const size_t nent = 2 + nbucket + nsym; \
528 new_hash[1] = nsym; \
636 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
637 size_t symndx_map[nsym - 1];
686 for (size_t i = old_shnum; i < nsym; ++i)
701 adjust_all_relocs (elf, symscn, shdr, symndx_map, nsym - 1);
1846 size_t nsym = 0;
1872 *s->map = ++nsym;
1878 if (nsym < total_syms)
1880 assert (symbols[nsym].name == NULL);
1885 for (size_t i = 0; i < nsym; ++i)
1895 for (size_t i = nsym; i < total_syms; ++i)
1960 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize;
1970 for (size_t i = 0; i < nsym; ++i)