Home | History | Annotate | Download | only in src

Lines Matching refs:maxlength

2465 		 uint_fast32_t maxlength, Elf32_Word nbucket,
2468 uint32_t *counts = (uint32_t *) xcalloc (maxlength + 1, sizeof (uint32_t));
2503 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt)
2513 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt)
2549 uint_fast32_t maxlength = 0;
2557 if (maxlength < ++lengths[cnt])
2558 ++maxlength;
2564 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2591 uint_fast32_t maxlength = 0;
2599 if (maxlength < ++lengths[cnt])
2600 ++maxlength;
2606 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,
2645 uint_fast32_t maxlength = 0;
2654 if (maxlength < ++lengths[cnt])
2655 ++maxlength;
2685 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms,