Lines Matching refs:nsym_local

3890 create_gnu_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn,  in create_gnu_hash()  argument
3943 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_gnu_hash()
4040 create_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_hash() argument
4079 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_hash()
4315 size_t nsym_local; in ld_generic_create_outfile() local
5632 nsym_local = 1; in ld_generic_create_outfile()
5634 while (nsym_local < cnt) in ld_generic_create_outfile()
5643 xelf_getsymshndx (symdata, xndxdata, nsym_local, locsym, locxndx); in ld_generic_create_outfile()
5666 xelf_update_symshndx (symdata, xndxdata, nsym_local, in ld_generic_create_outfile()
5672 dblindirect[nsym_local] = cnt; in ld_generic_create_outfile()
5673 dblindirect[cnt] = nsym_local; in ld_generic_create_outfile()
5676 struct Ebl_Strent *strtmp = symstrent[nsym_local]; in ld_generic_create_outfile()
5677 symstrent[nsym_local] = symstrent[cnt]; in ld_generic_create_outfile()
5682 struct symbol *symtmp = ndxtosym[nsym_local]; in ld_generic_create_outfile()
5683 ndxtosym[nsym_local] = ndxtosym[cnt]; in ld_generic_create_outfile()
5687 ++nsym_local; in ld_generic_create_outfile()
5695 while (nsym_local < --cnt); in ld_generic_create_outfile()
5700 dblindirect[nsym_local] = nsym_local; in ld_generic_create_outfile()
5702 while (++nsym_local < cnt); in ld_generic_create_outfile()
5707 if (likely (nsym_local < nsym)) in ld_generic_create_outfile()
5712 dblindirect[nsym_local] = nsym_local; in ld_generic_create_outfile()
5715 xelf_getsym (symdata, nsym_local, locsym); in ld_generic_create_outfile()
5720 ++nsym_local; in ld_generic_create_outfile()
5739 nsym - nsym_local + 1); in ld_generic_create_outfile()
5755 size_t reduce = xelf_fsize (ld_state.outelf, ELF_T_SYM, nsym_local - 1); in ld_generic_create_outfile()
5758 xelf_getsym_ptr (symdata, nsym_local - 1, nullsym); in ld_generic_create_outfile()
5762 (void) xelf_update_sym (symdata, nsym_local - 1, in ld_generic_create_outfile()
5773 for (cnt = nsym_local; cnt < nsym; ++cnt, ++nsym_dyn) in ld_generic_create_outfile()
5792 nsym_dyn = nsym - nsym_local + 1; in ld_generic_create_outfile()
5812 nsym_dyn_allocated = nsym - nsym_local + 1; in ld_generic_create_outfile()
5834 for (cnt = nsym_local; cnt < nsym; ++cnt) in ld_generic_create_outfile()
5887 create_gnu_hash (nsym_local, nsym, nsym_dyn, gnuhashcodes); in ld_generic_create_outfile()
5893 create_hash (nsym_local, nsym, nsym_dyn, hashcodes); in ld_generic_create_outfile()
5898 for (cnt = nsym_local; cnt < nsym; ++cnt) in ld_generic_create_outfile()
5944 for (cnt = nsym_local; cnt < nsym; ++cnt) in ld_generic_create_outfile()
6056 shdr->sh_info = nsym_local; in ld_generic_create_outfile()
6939 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym); in ld_generic_create_outfile()