Home | History | Annotate | Download | only in src

Lines Matching refs:ndxtosym

112 static struct symbol **ndxtosym;
3743 ndxtosym[nsym] = symst;
3871 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso;
3872 int def2 = ndxtosym[idx2]->defined && !ndxtosym[idx2]->in_dso;
3881 Elf32_Word hval1 = (global_hashcodes[ndxtosym[idx1]->outdynsymidx]
3883 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx]
3956 assert (ndxtosym[cnt]->outdynsymidx > 0);
3957 assert (ndxtosym[cnt]->outdynsymidx < nsym_dyn);
3958 remap[ndxtosym[cnt]->outdynsymidx] = cnt;
3980 if (! ndxtosym[remap[cnt]]->defined
3981 || ndxtosym[remap[cnt]]->in_dso)
3987 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx];
4027 ndxtosym[remap[cnt]]->outdynsymidx = cnt;
4092 size_t dynidx = ndxtosym[cnt]->outdynsymidx;
5164 ndxtosym = (struct symbol **) xcalloc (nsym_allocated,
5415 ndxtosym[nsym] = defp;
5474 assert (ndxtosym[cnt]->outdynsymidx != 0);
5475 ndxtosym[cnt]->outdynsymidx = 0;
5578 ndxtosym[idx] = runp;
5692 struct symbol *symtmp = ndxtosym[nsym_local];
5693 ndxtosym[nsym_local] = ndxtosym[cnt];
5694 ndxtosym[cnt] = symtmp;
5785 struct symbol *symp = ndxtosym[cnt];
5868 && !ndxtosym[cnt]->in_dso && ndxtosym[cnt]->defined))
5877 ndxtosym[cnt]->outdynsymidx = nsym_dyn;
5880 const char *str = ndxtosym[cnt]->name;
5912 struct symbol *symp = ndxtosym[cnt];
5959 size_t dynidx = ndxtosym[cnt]->outdynsymidx;
6950 FINALIZE_PLT (statep, nsym, nsym_local, ndxtosym);
6960 free (ndxtosym);