Lines Matching full:nent
493 const size_t nent = 2 + nbucket + nsym; \
494 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
510 data->d_size = nent * sizeof new_hash[0]; \
535 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
537 assert (nent >= onent);
543 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
553 data->d_size = nent * shdr->sh_entsize;
791 const size_t nent, const GElf_Addr bias,
799 for (size_t i = 1; i < nent; ++i)