Lines Matching defs:nent
454 const size_t nent = 2 + nbucket + nsym; \
455 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
470 data->d_size = nent * sizeof new_hash[0]; \
495 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
497 assert (nent >= onent);
503 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
512 data->d_size = nent * shdr->sh_entsize;
751 const size_t nent, const GElf_Addr bias,
759 for (size_t i = 1; i < nent; ++i)