Searched refs:thisplace (Results 1 – 2 of 2) sorted by relevance
838 long thisplace; in find_symbol_for_address() local859 thisplace = (max_count + min) / 2; in find_symbol_for_address()860 sym = sorted_syms[thisplace]; in find_symbol_for_address()863 max_count = thisplace; in find_symbol_for_address()865 min = thisplace; in find_symbol_for_address()868 min = thisplace; in find_symbol_for_address()876 thisplace = min; in find_symbol_for_address()877 while (thisplace > 0 in find_symbol_for_address()878 && (bfd_asymbol_value (sorted_syms[thisplace]) in find_symbol_for_address()879 == bfd_asymbol_value (sorted_syms[thisplace - 1]))) in find_symbol_for_address()[all …]
3481 (objdump_print_address): Change min, max, thisplace and i to long.