Searched refs:thisplace (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dobjdump.c695 long thisplace;
716 thisplace = (max + min) / 2;
717 sym = sorted_syms[thisplace];
720 max = thisplace;
722 min = thisplace;
725 min = thisplace;
733 thisplace = min;
734 while (thisplace > 0
735 && (bfd_asymbol_value (sorted_syms[thisplace])
736 == bfd_asymbol_value (sorted_syms[thisplace
691 long thisplace; local
[all...]

Completed in 50 milliseconds