Lines Matching refs:symidx
140 linked_from_dso_p (struct scninfo *scninfo, int symidx)
146 if (symidx < file->nlocalsymbols)
149 struct symbol *sym = file->symref[symidx];
531 check_definition (const XElf_Sym *sym, size_t symidx,
617 xelf_getsymshndx (oldfile->symtabdata, oldfile->xndxdata, oldp->symidx,
693 oldp->symidx = symidx;
1182 symbol->symidx = shdr->sh_info;
1278 newp->symidx = cnt;
1382 newp->symidx = cnt;
2330 srunp->symidx, versym) == NULL)
4189 xelf_getsym (locsymdata, symrunp->symidx, sym);
4261 xelf_getsym (locsymdata, symrunp->symidx, sym);
4340 xelf_getsym (locsymdata, symrunp->symidx, sym);
4841 (void) xelf_getversym_copy (runp->file->versymdata, runp->symidx,
5077 gelf_getversym (symp->file->versymdata, symp->symidx,
5180 gelf_getversym (symp->file->versymdata, symp->symidx,
5536 si = groups->symbol->file->symindirect[groups->symbol->symidx];
5539 assert (groups->symbol->file->symref[groups->symbol->symidx]
5541 si = groups->symbol->file->symref[groups->symbol->symidx]->outsymidx;