Searched refs:ndxtosym (Results 1 – 3 of 3) sorted by relevance
363 size_t nsym_local, struct symbol **ndxtosym) in elf_i386_finalize_plt() argument458 struct symbol *symbol = ndxtosym[idx]; in elf_i386_finalize_plt()460 || ndxtosym[idx]->outdynsymidx == 0 in elf_i386_finalize_plt()462 || ! ndxtosym[idx]->in_dso) in elf_i386_finalize_plt()477 if (((Elf32_Sym *) dynsymdata->d_buf)[ndxtosym[idx]->outdynsymidx].st_shndx != SHN_UNDEF) in elf_i386_finalize_plt()516 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT); in elf_i386_finalize_plt()
112 static struct symbol **ndxtosym; variable3741 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()[all …]
404 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument406 ndxtosym))