Searched refs:ndxtosym (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c363 size_t nsym_local, struct symbol **ndxtosym)
458 struct symbol *symbol = ndxtosym[idx];
460 || ndxtosym[idx]->outdynsymidx == 0
462 || ! ndxtosym[idx]->in_dso)
477 if (((Elf32_Sym *) dynsymdata->d_buf)[ndxtosym[idx]->outdynsymidx].st_shndx != SHN_UNDEF)
516 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT);
362 elf_i386_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_local, struct symbol **ndxtosym) argument
H A Dldgeneric.c112 static struct symbol **ndxtosym; variable in typeref:struct:symbol
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[cn
[all...]
H A Dld.h404 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \
406 ndxtosym))

Completed in 45 milliseconds