Searched defs:nsym (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/tests/
H A Dsectiondump.c174 size_t nsym = data->d_size / (class == ELFCLASS32 local
178 for (cnt = 0; cnt < nsym; ++cnt)
/external/elfutils/src/
H A Di386_ld.c362 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, argument
456 for (size_t idx = nsym_local; idx < nsym; ++idx)
486 assert(nsym - statep->nplt + (pltidx - 1) == idx);
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
H A Dunstrip.c441 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
454 const size_t nent = 2 + nbucket + nsym; \
460 new_hash[1] = nsym; \
556 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
557 size_t symndx_map[nsym - 1];
606 for (size_t i = old_shnum; i < nsym; ++i)
1618 size_t nsym = 0;
1644 *s->map = ++nsym;
1650 if (nsym < total_syms)
1652 assert (symbols[nsym]
440 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; local
555 const size_t nsym = shdr->sh_size / shdr->sh_entsize; local
1616 size_t nsym = 0; local
[all...]
H A Dldgeneric.c97 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
3701 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, argument
3707 xelf_getsym_ptr (symdata, nsym, sym);
3740 (void) xelf_update_sym (symdata, nsym, sym);
3743 ndxtosym[nsym] = symst;
3744 symst->outsymidx = nsym;
3747 symstrent[nsym] = ebl_strtabadd (strtab, symst->name, 0);
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_ argument
4324 size_t nsym; local
7103 ld_generic_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_dyn, struct symbol **ndxtosymp) argument
[all...]

Completed in 148 milliseconds