Home
last modified time | relevance | path

Searched refs:nsym (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/
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, in fillin_special_symbol() argument
3707 xelf_getsym_ptr (symdata, nsym, sym); in fillin_special_symbol()
3740 (void) xelf_update_sym (symdata, nsym, sym); in fillin_special_symbol()
3743 ndxtosym[nsym] = symst; in fillin_special_symbol()
3744 symst->outsymidx = nsym; in fillin_special_symbol()
3747 symstrent[nsym] = ebl_strtabadd (strtab, symst->name, 0); in fillin_special_symbol()
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
[all …]
Dunstrip.c440 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
453 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
459 new_hash[1] = nsym; \ in adjust_relocs()
555 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
556 size_t symndx_map[nsym - 1]; in add_new_section_symbols()
605 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()
1616 size_t nsym = 0; in copy_elided_sections() local
1642 *s->map = ++nsym; in copy_elided_sections()
1648 if (nsym < total_syms) in copy_elided_sections()
1650 assert (symbols[nsym].name == NULL); in copy_elided_sections()
[all …]
Di386_ld.c362 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt() argument
456 for (size_t idx = nsym_local; idx < nsym; ++idx) in elf_i386_finalize_plt()
486 assert(nsym - statep->nplt + (pltidx - 1) == idx); in elf_i386_finalize_plt()
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt in elf_i386_finalize_plt()
Dld.h404 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument
405 DL_CALL_FCT ((state)->callbacks.finalize_plt, (state, nsym, nsym_dyn, \
/external/elfutils/tests/
Dsectiondump.c174 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
178 for (cnt = 0; cnt < nsym; ++cnt) in print_symtab()
/external/bison/
DChangeLog-201216572 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',