Searched refs:nsym_local (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ldgeneric.c | 3890 create_gnu_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_gnu_hash() argument 3943 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_gnu_hash() 4040 create_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_hash() argument 4079 for (size_t cnt = nsym_local; cnt < nsym; ++cnt) in create_hash() 4315 size_t nsym_local; in ld_generic_create_outfile() local 5632 nsym_local = 1; in ld_generic_create_outfile() 5634 while (nsym_local < cnt) in ld_generic_create_outfile() 5643 xelf_getsymshndx (symdata, xndxdata, nsym_local, locsym, locxndx); in ld_generic_create_outfile() 5666 xelf_update_symshndx (symdata, xndxdata, nsym_local, in ld_generic_create_outfile() 5672 dblindirect[nsym_local] = cnt; in ld_generic_create_outfile() [all …]
|
D | i386_ld.c | 355 size_t nsym_local, struct symbol **ndxtosym) in elf_i386_finalize_plt() argument 448 for (size_t idx = nsym_local; idx < nsym; ++idx) in elf_i386_finalize_plt()
|