• Home
  • Raw
  • Download

Lines Matching refs:ndxtosym

104 static struct symbol **ndxtosym;  variable
3733 ndxtosym[nsym] = symst; in fillin_special_symbol()
3861 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; in sortfct_hashval()
3862 int def2 = ndxtosym[idx2]->defined && !ndxtosym[idx2]->in_dso; in sortfct_hashval()
3871 Elf32_Word hval1 = (global_hashcodes[ndxtosym[idx1]->outdynsymidx] in sortfct_hashval()
3873 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx] in sortfct_hashval()
3946 assert (ndxtosym[cnt]->outdynsymidx > 0); in create_gnu_hash()
3947 assert (ndxtosym[cnt]->outdynsymidx < nsym_dyn); in create_gnu_hash()
3948 remap[ndxtosym[cnt]->outdynsymidx] = cnt; in create_gnu_hash()
3970 if (! ndxtosym[remap[cnt]]->defined in create_gnu_hash()
3971 || ndxtosym[remap[cnt]]->in_dso) in create_gnu_hash()
3977 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx]; in create_gnu_hash()
4017 ndxtosym[remap[cnt]]->outdynsymidx = cnt; in create_gnu_hash()
4082 size_t dynidx = ndxtosym[cnt]->outdynsymidx; in create_hash()
5154 ndxtosym = (struct symbol **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
5405 ndxtosym[nsym] = defp; in ld_generic_create_outfile()
5464 assert (ndxtosym[cnt]->outdynsymidx != 0); in ld_generic_create_outfile()
5465 ndxtosym[cnt]->outdynsymidx = 0; in ld_generic_create_outfile()
5568 ndxtosym[idx] = runp; 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()
5684 ndxtosym[cnt] = symtmp; in ld_generic_create_outfile()
5775 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile()
5857 && !ndxtosym[cnt]->in_dso && ndxtosym[cnt]->defined)) in ld_generic_create_outfile()
5866 ndxtosym[cnt]->outdynsymidx = nsym_dyn; in ld_generic_create_outfile()
5869 const char *str = ndxtosym[cnt]->name; in ld_generic_create_outfile()
5901 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile()
5948 size_t dynidx = ndxtosym[cnt]->outdynsymidx; in ld_generic_create_outfile()
6939 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym); in ld_generic_create_outfile()
6949 free (ndxtosym); in ld_generic_create_outfile()