Lines Matching refs:nsym
440 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
453 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
459 new_hash[1] = nsym; \ in adjust_relocs()
555 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
556 size_t symndx_map[nsym - 1]; in add_new_section_symbols()
605 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()
1616 size_t nsym = 0; in copy_elided_sections() local
1642 *s->map = ++nsym; in copy_elided_sections()
1648 if (nsym < total_syms) in copy_elided_sections()
1650 assert (symbols[nsym].name == NULL); in copy_elided_sections()
1655 for (size_t i = 0; i < nsym; ++i) in copy_elided_sections()
1665 for (size_t i = nsym; i < total_syms; ++i) in copy_elided_sections()
1685 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize; in copy_elided_sections()
1694 for (size_t i = 0; i < nsym; ++i) in copy_elided_sections()