Lines Matching refs:nsym
479 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
492 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
498 new_hash[1] = nsym; \ in adjust_relocs()
596 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
597 size_t symndx_map[nsym - 1]; in add_new_section_symbols()
645 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()
1686 size_t nsym = 0; in copy_elided_sections() local
1712 *s->map = ++nsym; in copy_elided_sections()
1718 if (nsym < total_syms) in copy_elided_sections()
1720 assert (symbols[nsym].name == NULL); in copy_elided_sections()
1725 for (size_t i = 0; i < nsym; ++i) in copy_elided_sections()
1735 for (size_t i = nsym; i < total_syms; ++i) in copy_elided_sections()
1798 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize; in copy_elided_sections()
1808 for (size_t i = 0; i < nsym; ++i) in copy_elided_sections()