• Home
  • Raw
  • Download

Lines Matching refs:nsym

89 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
3691 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument
3697 xelf_getsym_ptr (symdata, nsym, sym); in fillin_special_symbol()
3730 (void) xelf_update_sym (symdata, nsym, sym); in fillin_special_symbol()
3733 ndxtosym[nsym] = symst; in fillin_special_symbol()
3734 symst->outsymidx = nsym; in fillin_special_symbol()
3737 symstrent[nsym] = ebl_strtabadd (strtab, symst->name, 0); in fillin_special_symbol()
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()
4314 size_t nsym; in ld_generic_create_outfile() local
4424 nsym = 1; in ld_generic_create_outfile()
4701 xelf_getsym_ptr (symdata, nsym, sym); in ld_generic_create_outfile()
4728 assert (nsym < nsym_allocated); in ld_generic_create_outfile()
4729 xelf_update_symshndx (symdata, xndxdata, nsym, sym, xndx, 0); in ld_generic_create_outfile()
4732 head->scnsymidx = nsym++; in ld_generic_create_outfile()
5160 assert (nsym < nsym_allocated); in ld_generic_create_outfile()
5163 nsym++, symdata, strtab); in ld_generic_create_outfile()
5169 assert (nsym < nsym_allocated); in ld_generic_create_outfile()
5171 nsym++, symdata, strtab); in ld_generic_create_outfile()
5181 assert (nsym < nsym_allocated); in ld_generic_create_outfile()
5182 fillin_special_symbol (rsym, SHN_ABS, nsym++, symdata, strtab); in ld_generic_create_outfile()
5351 symstrent[nsym] = ebl_strtabadd (strtab, in ld_generic_create_outfile()
5369 assert (nsym < nsym_allocated); in ld_generic_create_outfile()
5370 xelf_update_symshndx (symdata, xndxdata, nsym, sym, xndx, 1); in ld_generic_create_outfile()
5405 ndxtosym[nsym] = defp; in ld_generic_create_outfile()
5411 file->symref[cnt]->outsymidx = nsym; in ld_generic_create_outfile()
5413 file->symindirect[cnt] = nsym++; in ld_generic_create_outfile()
5452 for (cnt = 1; cnt < nsym; ++cnt) in ld_generic_create_outfile()
5488 for (cnt = 1; cnt < nsym; ++cnt) in ld_generic_create_outfile()
5504 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt; in ld_generic_create_outfile()
5522 idx = nsym + obj_idx++; in ld_generic_create_outfile()
5572 assert (nsym + obj_idx == plt_base); in ld_generic_create_outfile()
5574 nsym = plt_base + plt_idx; in ld_generic_create_outfile()
5579 symdata->d_size = xelf_fsize (ld_state.outelf, ELF_T_SYM, nsym); in ld_generic_create_outfile()
5581 xndxdata->d_size = xelf_fsize (ld_state.outelf, ELF_T_WORD, nsym); in ld_generic_create_outfile()
5606 for (cnt = 1; cnt < nsym; ++cnt) in ld_generic_create_outfile()
5626 = (Elf32_Word *) xmalloc (nsym * sizeof (Elf32_Word)); in ld_generic_create_outfile()
5633 cnt = nsym - 1; in ld_generic_create_outfile()
5707 if (likely (nsym_local < nsym)) in ld_generic_create_outfile()
5739 nsym - 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()
6502 for (cnt = 1; cnt < nsym; ++cnt) in ld_generic_create_outfile()
6939 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym); in ld_generic_create_outfile()
7092 ld_generic_finalize_plt (struct ld_state *statep, size_t nsym, size_t nsym_dyn, in ld_generic_finalize_plt() argument