Lines Matching defs:maxlength
3235 uint_fast32_t maxlength, Elf32_Word nbucket,
3238 uint32_t *counts = xcalloc (maxlength + 1, sizeof (uint32_t));
3283 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt)
3293 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt)
3342 uint_fast32_t maxlength = 0;
3359 if (maxlength < ++lengths[cnt])
3360 ++maxlength;
3366 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
3408 uint_fast32_t maxlength = 0;
3425 if (maxlength < ++lengths[cnt])
3426 ++maxlength;
3432 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
3492 uint_fast32_t maxlength = 0;
3501 if (maxlength < ++lengths[cnt])
3502 ++maxlength;
3532 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,