Lines Matching refs:nsyms
2536 unsigned int nsyms = data->d_size / (class == ELFCLASS32 in handle_symtab() local
2542 nsyms), in handle_symtab()
2544 elf_strptr (ebl->elf, shstrndx, shdr->sh_name), nsyms); in handle_symtab()
2559 for (unsigned int cnt = 0; cnt < nsyms; ++cnt) in handle_symtab()
3236 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) in print_hash_info() argument
3288 (nzero_counts * 100.0) / nsyms); in print_hash_info()
3342 uint_fast32_t nsyms = 0; in handle_sysv_hash() local
3349 ++nsyms; in handle_sysv_hash()
3365 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash()
3408 uint_fast32_t nsyms = 0; in handle_sysv_hash64() local
3415 ++nsyms; in handle_sysv_hash64()
3431 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_sysv_hash64()
3492 uint_fast32_t nsyms = 0; in handle_gnu_hash() local
3499 ++nsyms; in handle_gnu_hash()
3531 print_hash_info (ebl, scn, shdr, shstrndx, maxlength, nbucket, nsyms, in handle_gnu_hash()