Searched refs:nsym_local (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ldgeneric.c | 3900 create_gnu_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_gnu_hash() argument 3953 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_gnu_hash() 4050 create_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_hash() argument 4089 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_hash() 4325 size_t nsym_local; in ld_generic_create_outfile() local 5642 nsym_local = 1; in ld_generic_create_outfile() 5644 while (nsym_local < cnt) in ld_generic_create_outfile() 5653 xelf_getsymshndx (symdata, xndxdata, nsym_local, locsym, locxndx); in ld_generic_create_outfile() 5676 xelf_update_symshndx (symdata, xndxdata, nsym_local, in ld_generic_create_outfile() 5682 dblindirect[nsym_local] = cnt; in ld_generic_create_outfile() [all …]
|
D | i386_ld.c | 363 size_t nsym_local, struct symbol **ndxtosym) in elf_i386_finalize_plt() argument 456 for (size_t idx = nsym_local; idx < nsym; ++idx) in elf_i386_finalize_plt()
|