Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c922 long newplace = sorted_symcount; in find_symbol_for_address() local
929 if (newplace == sorted_symcount) in find_symbol_for_address()
930 newplace = i; in find_symbol_for_address()
933 != bfd_asymbol_value (sorted_syms[newplace])) in find_symbol_for_address()
938 newplace = i; in find_symbol_for_address()
942 if (newplace != sorted_symcount) in find_symbol_for_address()
943 thisplace = newplace; in find_symbol_for_address()