Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Di386_ld.c355 size_t nsym_local, struct symbol **ndxtosym) in elf_i386_finalize_plt() argument
450 struct symbol *symbol = ndxtosym[idx]; in elf_i386_finalize_plt()
452 || ndxtosym[idx]->outdynsymidx == 0 in elf_i386_finalize_plt()
454 || ! ndxtosym[idx]->in_dso) in elf_i386_finalize_plt()
469 if (((Elf32_Sym *) dynsymdata->d_buf)[ndxtosym[idx]->outdynsymidx].st_shndx != SHN_UNDEF) in elf_i386_finalize_plt()
508 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT); in elf_i386_finalize_plt()
Dldgeneric.c104 static struct symbol **ndxtosym; variable
3733 ndxtosym[nsym] = symst; in fillin_special_symbol()
3861 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; in sortfct_hashval()
3862 int def2 = ndxtosym[idx2]->defined && !ndxtosym[idx2]->in_dso; in sortfct_hashval()
3871 Elf32_Word hval1 = (global_hashcodes[ndxtosym[idx1]->outdynsymidx] in sortfct_hashval()
3873 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx] in sortfct_hashval()
3946 assert (ndxtosym[cnt]->outdynsymidx > 0); in create_gnu_hash()
3947 assert (ndxtosym[cnt]->outdynsymidx < nsym_dyn); in create_gnu_hash()
3948 remap[ndxtosym[cnt]->outdynsymidx] = cnt; in create_gnu_hash()
3970 if (! ndxtosym[remap[cnt]]->defined in create_gnu_hash()
[all …]
Dld.h396 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument
398 ndxtosym))