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

/haiku-buildtools/binutils/binutils/
H A Dobjdump.c897 long thisplace;
918 thisplace = (max_count + min) / 2;
919 sym = sorted_syms[thisplace];
922 max_count = thisplace;
924 min = thisplace;
927 min = thisplace;
935 thisplace = min;
936 while (thisplace > 0
937 && (bfd_asymbol_value (sorted_syms[thisplace])
938 == bfd_asymbol_value (sorted_syms[thisplace
892 long thisplace; local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c689 long thisplace;
709 thisplace = (max + min) / 2;
710 sym = sorted_syms[thisplace];
713 max = thisplace;
715 min = thisplace;
718 min = thisplace;
726 thisplace = min;
727 while (thisplace > 0
728 && (bfd_asymbol_value (sorted_syms[thisplace])
729 == bfd_asymbol_value (sorted_syms[thisplace
685 long thisplace; local
[all...]

Completed in 214 milliseconds