Searched defs:nsym (Results 1 – 8 of 8) sorted by relevance
/external/ltp/pan/ |
D | symbol.c | 200 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/ |
D | sectiondump.c | 166 size_t nsym = data->d_size / (class == ELFCLASS32 in print_symtab() local
|
D | backtrace.c | 390 int nsym = dwfl_module_getsymtab (data.mod); in exec_dump() local
|
/external/vixl/examples/aarch32/ |
D | disasm-a32.cc | 134 int nsym = symtab->sh_size / symtab->sh_entsize; in LocateSymbols() local
|
/external/elfutils/src/ |
D | ldgeneric.c | 3691 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()
|
D | i386_ld.c | 354 elf_i386_finalize_plt (struct ld_state *statep, size_t nsym, in elf_i386_finalize_plt()
|
D | unstrip.c | 479 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
|
D | ld.h | 396 #define FINALIZE_PLT(state, nsym, nsym_dyn, ndxtosym) \ argument
|