HomeSort by relevance Sort by last modified time
    Searched refs:sorted_syms (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
som.h 125 asymbol **sorted_syms; member in struct:somdata
203 #define obj_som_sorted_syms(bfd) (somdata (bfd).sorted_syms)
som.c 2798 asymbol **sorted_syms; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 164 static asymbol **sorted_syms; variable
166 /* Number of symbols in `sorted_syms'. */
828 of the symbol in sorted_syms. */
840 /* Indices in `sorted_syms'. */
865 sym = sorted_syms[thisplace];
883 && (bfd_asymbol_value (sorted_syms[thisplace])
884 == bfd_asymbol_value (sorted_syms[thisplace - 1])))
892 && (bfd_asymbol_value (sorted_syms[min])
893 == bfd_asymbol_value (sorted_syms[thisplace])))
895 if (sorted_syms[min]->section == se
    [all...]

Completed in 670 milliseconds