• Home
  • Raw
  • Download

Lines Matching refs:ndxtosym

112 static struct symbol **ndxtosym;  variable
3741 ndxtosym[nsym] = symst; in fillin_special_symbol()
3869 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; in sortfct_hashval()
3870 int def2 = ndxtosym[idx2]->defined && !ndxtosym[idx2]->in_dso; in sortfct_hashval()
3879 Elf32_Word hval1 = (global_hashcodes[ndxtosym[idx1]->outdynsymidx] in sortfct_hashval()
3881 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx] in sortfct_hashval()
3954 assert (ndxtosym[cnt]->outdynsymidx > 0); in create_gnu_hash()
3955 assert (ndxtosym[cnt]->outdynsymidx < nsym_dyn); in create_gnu_hash()
3956 remap[ndxtosym[cnt]->outdynsymidx] = cnt; in create_gnu_hash()
3978 if (! ndxtosym[remap[cnt]]->defined in create_gnu_hash()
3979 || ndxtosym[remap[cnt]]->in_dso) in create_gnu_hash()
3985 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx]; in create_gnu_hash()
4025 ndxtosym[remap[cnt]]->outdynsymidx = cnt; in create_gnu_hash()
4090 size_t dynidx = ndxtosym[cnt]->outdynsymidx; in create_hash()
5162 ndxtosym = (struct symbol **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
5413 ndxtosym[nsym] = defp; in ld_generic_create_outfile()
5472 assert (ndxtosym[cnt]->outdynsymidx != 0); in ld_generic_create_outfile()
5473 ndxtosym[cnt]->outdynsymidx = 0; in ld_generic_create_outfile()
5576 ndxtosym[idx] = runp; in ld_generic_create_outfile()
5690 struct symbol *symtmp = ndxtosym[nsym_local]; in ld_generic_create_outfile()
5691 ndxtosym[nsym_local] = ndxtosym[cnt]; in ld_generic_create_outfile()
5692 ndxtosym[cnt] = symtmp; in ld_generic_create_outfile()
5783 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile()
5865 && !ndxtosym[cnt]->in_dso && ndxtosym[cnt]->defined)) in ld_generic_create_outfile()
5874 ndxtosym[cnt]->outdynsymidx = nsym_dyn; in ld_generic_create_outfile()
5877 const char *str = ndxtosym[cnt]->name; in ld_generic_create_outfile()
5909 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile()
5956 size_t dynidx = ndxtosym[cnt]->outdynsymidx; in ld_generic_create_outfile()
6947 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym); in ld_generic_create_outfile()
6957 free (ndxtosym); in ld_generic_create_outfile()