Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c953 long newplace = sorted_symcount; in find_symbol_for_address() local
960 if (newplace == sorted_symcount) in find_symbol_for_address()
961 newplace = i; in find_symbol_for_address()
964 != bfd_asymbol_value (sorted_syms[newplace])) in find_symbol_for_address()
969 newplace = i; in find_symbol_for_address()
973 if (newplace != sorted_symcount) in find_symbol_for_address()
974 thisplace = newplace; in find_symbol_for_address()