Searched refs:sorted_symcount (Results 1 – 5 of 5) sorted by relevance
191 static long sorted_symcount = 0; variable1364 long max_count = sorted_symcount; in find_symbol_for_address()1373 if (sorted_symcount < 1) in find_symbol_for_address()1449 long newplace = sorted_symcount; in find_symbol_for_address()1455 if (newplace == sorted_symcount) in find_symbol_for_address()1468 if (newplace != sorted_symcount) in find_symbol_for_address()1474 for (i = thisplace + 1; i < sorted_symcount; i++) in find_symbol_for_address()1639 if (sorted_symcount < 1) in objdump_print_addr()3549 if (sorted_symcount > 1) in disassemble_section()3550 qsort (sorted_syms, sorted_symcount, sizeof (asymbol *), compare_symbols); in disassemble_section()[all …]
2980 * objdump.c (sorted_syms, sorted_symcount): New global variables.2981 (objdump_print_address): Use sorted_syms and sorted_symcount
210 static long sorted_symcount = 0; variable1394 long max_count = sorted_symcount; in find_symbol_for_address()1403 if (sorted_symcount < 1) in find_symbol_for_address()1479 long newplace = sorted_symcount; in find_symbol_for_address()1485 if (newplace == sorted_symcount) in find_symbol_for_address()1498 if (newplace != sorted_symcount) in find_symbol_for_address()1504 for (i = thisplace + 1; i < sorted_symcount; i++) in find_symbol_for_address()1669 if (sorted_symcount < 1) in objdump_print_addr()3808 if (sorted_symcount > 1) in disassemble_section()3809 qsort (sorted_syms, sorted_symcount, sizeof (asymbol *), compare_symbols); in disassemble_section()[all …]
62700 sorted_symcount * sizeof (asymbol *));