Home | History | Annotate | Download | only in src

Lines Matching refs:nsym

441 	const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
454 const size_t nent = 2 + nbucket + nsym; \
460 new_hash[1] = nsym; \
556 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
557 size_t symndx_map[nsym - 1];
606 for (size_t i = old_shnum; i < nsym; ++i)
1618 size_t nsym = 0;
1644 *s->map = ++nsym;
1650 if (nsym < total_syms)
1652 assert (symbols[nsym].name == NULL);
1657 for (size_t i = 0; i < nsym; ++i)
1667 for (size_t i = nsym; i < total_syms; ++i)
1687 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize;
1696 for (size_t i = 0; i < nsym; ++i)