Home
last modified time | relevance | path

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

/external/elfutils/src/
Dldgeneric.c89 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
3691 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument
3697 xelf_getsym_ptr (symdata, nsym, sym); in fillin_special_symbol()
3730 (void) xelf_update_sym (symdata, nsym, sym); in fillin_special_symbol()
3733 ndxtosym[nsym] = symst; in fillin_special_symbol()
3734 symst->outsymidx = nsym; in fillin_special_symbol()
3737 symstrent[nsym] = ebl_strtabadd (strtab, symst->name, 0); in fillin_special_symbol()
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
[all …]
Dunstrip.c479 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
492 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs()
498 new_hash[1] = nsym; \ in adjust_relocs()
596 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
597 size_t symndx_map[nsym - 1]; in add_new_section_symbols()
645 for (size_t i = old_shnum; i < nsym; ++i) in add_new_section_symbols()
1686 size_t nsym = 0; in copy_elided_sections() local
1712 *s->map = ++nsym; in copy_elided_sections()
1718 if (nsym < total_syms) in copy_elided_sections()
1720 assert (symbols[nsym].name == NULL); in copy_elided_sections()
[all …]
Di386_ld.c354 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt() argument
448 for (size_t idx = nsym_local; idx < nsym; ++idx) in elf_i386_finalize_plt()
478 assert(nsym - statep->nplt + (pltidx - 1) == idx); in elf_i386_finalize_plt()
479 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt in elf_i386_finalize_plt()
Dld.h396 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument
397 DL_CALL_FCT ((state)->callbacks.finalize_plt, (state, nsym, nsym_dyn, \
/external/elfutils/tests/
Dsectiondump.c166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
170 for (cnt = 0; cnt < nsym; ++cnt) in print_symtab()
Dbacktrace.c390 int nsym = dwfl_module_getsymtab (data.mod); in exec_dump() local
392 for (symi = 1; symi < nsym; ++symi) in exec_dump()
413 assert (symi < nsym); in exec_dump()
/external/bison/
DChangeLog-201216572 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',