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

  /external/elfutils/0.153/src/
unstrip.c 446 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
459 const size_t nent = 2 + nbucket + nsym; \
465 new_hash[1] = nsym; \
561 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
562 size_t symndx_map[nsym - 1];
609 for (size_t i = old_shnum; i < nsym; ++i)
445 const size_t nsym = symshdr->sh_size \/ symshdr->sh_entsize; local
560 const size_t nsym = shdr->sh_size \/ shdr->sh_entsize; local
1619 size_t nsym = 0; local
    [all...]
ldgeneric.c 97 static void ld_generic_finalize_plt (struct ld_state *statep, size_t nsym,
4322 size_t nsym; local
    [all...]

Completed in 37 milliseconds