Searched refs:nsym (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/ |
D | ldgeneric.c | 89 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 …]
|
D | unstrip.c | 479 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 …]
|
D | i386_ld.c | 354 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()
|
D | ld.h | 396 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument 397 DL_CALL_FCT ((state)->callbacks.finalize_plt, (state, nsym, nsym_dyn, \
|
/external/elfutils/tests/ |
D | sectiondump.c | 166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local 170 for (cnt = 0; cnt < nsym; ++cnt) in print_symtab()
|
D | backtrace.c | 390 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/ |
D | ChangeLog-2012 | 16572 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
|