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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.h129 asymbol **sorted_syms; member in struct:somdata
235 #define obj_som_sorted_syms(bfd) (somdata (bfd).sorted_syms)
H A Dsom.c2470 asymbol **sorted_syms; local
2545 sorted_syms = bfd_zalloc (abfd, amt);
2546 memcpy (sorted_syms, syms, num_syms * sizeof (asymbol *));
2547 qsort (sorted_syms, num_syms, sizeof (asymbol *), compare_syms);
2548 obj_som_sorted_syms (abfd) = sorted_syms;
2556 if (sorted_syms[i]->flags & BSF_SECTION_SYM)
2557 sorted_syms[i]->udata.i = i;
2559 som_symbol_data (sorted_syms[i])->index = i;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c147 static asymbol **sorted_syms; variable
149 /* Number of symbols in `sorted_syms'. */
674 of the symbol in sorted_syms. */
686 /* Indices in `sorted_syms'. */
710 sym = sorted_syms[thisplace];
728 && (bfd_asymbol_value (sorted_syms[thisplace])
729 == bfd_asymbol_value (sorted_syms[thisplace - 1])))
740 if (sorted_syms[thisplace]->section != sec
751 if (bfd_asymbol_value (sorted_syms[i])
752 != bfd_asymbol_value (sorted_syms[thisplac
[all...]

Completed in 180 milliseconds