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