Home
last modified time | relevance | path

Searched defs:nsym (Results 1 – 8 of 8) sorted by relevance

/external/ltp/pan/
Dsymbol.c200 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_put() local
271 struct sym *nsym = NULL; /* search: found symbol entry */ in sym_get() local
/external/elfutils/tests/
Dsectiondump.c166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
Dbacktrace.c390 int nsym = dwfl_module_getsymtab (data.mod); in exec_dump() local
/external/vixl/examples/aarch32/
Ddisasm-a32.cc134 int nsym = symtab->sh_size / symtab->sh_entsize; in LocateSymbols() local
/external/elfutils/src/
Dldgeneric.c3691 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol()
3890 create_gnu_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_gnu_hash()
4040 create_hash (size_t nsym_local, size_t nsym, size_t nsym_dyn, in create_hash()
4314 size_t nsym; in ld_generic_create_outfile() local
7092 ld_generic_finalize_plt (struct ld_state *statep, size_t nsym, size_t nsym_dyn, in ld_generic_finalize_plt()
Di386_ld.c354 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt()
Dunstrip.c479 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() local
596 const size_t nsym = shdr->sh_size / shdr->sh_entsize; in add_new_section_symbols() local
1686 size_t nsym = 0; in copy_elided_sections() local
Dld.h396 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument