HomeSort by relevance Sort by last modified time
    Searched defs:nsym (Results 1 - 4 of 4) sorted by null

  /external/elfutils/tests/
sectiondump.c 166 size_t nsym = data->d_size / (class == ELFCLASS32 local
170 for (cnt = 0; cnt < nsym; ++cnt)
backtrace.c 390 int nsym = dwfl_module_getsymtab (data.mod); local
392 for (symi = 1; symi < nsym; ++symi)
413 assert (symi < nsym);
  /external/elfutils/src/
unstrip.c 480 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
493 const size_t nent = 2 + nbucket + nsym; \
499 new_hash[1] = nsym; \
597 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
598 size_t symndx_map[nsym - 1];
646 for (size_t i = old_shnum; i < nsym; ++i)
479 const size_t nsym = symshdr->sh_size \/ symshdr->sh_entsize; local
596 const size_t nsym = shdr->sh_size \/ shdr->sh_entsize; local
1686 size_t nsym = 0; local
    [all...]
ldgeneric.c 89 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
4314 size_t nsym; local
    [all...]

Completed in 172 milliseconds