Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c437 int min_count = num_opcodes, max_count = 0; in build_hash_table()
444 if (hash_count[i] > max_count) in build_hash_table()
445 max_count = hash_count[i]; in build_hash_table()
450 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c837 long max_count = sorted_symcount; in find_symbol_for_address() local
855 while (min + 1 < max_count) in find_symbol_for_address()
859 thisplace = (max_count + min) / 2; in find_symbol_for_address()
863 max_count = thisplace; in find_symbol_for_address()
886 while (min < max_count in find_symbol_for_address()
2855 long max_count; in dump_symbols() local
2861 max_count = dynsymcount; in dump_symbols()
2867 max_count = symcount; in dump_symbols()
2871 if (max_count == 0) in dump_symbols()
2874 for (count = 0; count < max_count; count++) in dump_symbols()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c8125 int max_count) in count_insns_to_loop_end() argument
8135 if (insn_count >= max_count) in count_insns_to_loop_end()
8136 return max_count; in count_insns_to_loop_end()
8147 if (insn_count >= max_count) in count_insns_to_loop_end()
8148 return max_count; in count_insns_to_loop_end()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc5540 unsigned int max_count = in merge_gots() local
5542 if (estimate <= max_count) in merge_gots()
5604 unsigned int max_count = in merge_got_with() local
5606 if (estimate > max_count) in merge_got_with()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c203 unsigned int max_count; member
4556 if (estimate > arg->max_count) in mips_elf_merge_got_with()
4603 if (estimate <= arg->max_count) in mips_elf_merge_got()
4813 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info) in mips_elf_multi_got()