Lines Matching refs:maxlength
3004 uint_fast32_t maxlength, Elf32_Word nbucket, in print_hash_info() argument
3007 uint32_t *counts = (uint32_t *) xcalloc (maxlength + 1, sizeof (uint32_t)); in print_hash_info()
3051 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt) in print_hash_info()
3061 for (Elf32_Word cnt = 1; cnt <= maxlength; ++cnt) in print_hash_info()
3110 uint_fast32_t maxlength = 0; in handle_sysv_hash() local
3118 if (maxlength < ++lengths[cnt]) in handle_sysv_hash()
3119 ++maxlength; in handle_sysv_hash()
3125 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
3167 uint_fast32_t maxlength = 0; in handle_sysv_hash64() local
3175 if (maxlength < ++lengths[cnt]) in handle_sysv_hash64()
3176 ++maxlength; in handle_sysv_hash64()
3182 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash64()
3242 uint_fast32_t maxlength = 0; in handle_gnu_hash() local
3251 if (maxlength < ++lengths[cnt]) in handle_gnu_hash()
3252 ++maxlength; in handle_gnu_hash()
3284 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_gnu_hash()