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

/haiku-buildtools/binutils/bfd/
H A Dsom.h129 asymbol **sorted_syms; member in struct:somdata
207 #define obj_som_sorted_syms(bfd) (somdata (bfd).sorted_syms)
H A Dsom.c2798 asymbol **sorted_syms; local
2873 sorted_syms = bfd_zalloc (abfd, amt);
2874 memcpy (sorted_syms, syms, num_syms * sizeof (asymbol *));
2875 qsort (sorted_syms, num_syms, sizeof (asymbol *), compare_syms);
2876 obj_som_sorted_syms (abfd) = sorted_syms;
2884 if (sorted_syms[i]->flags & BSF_SECTION_SYM)
2885 sorted_syms[i]->udata.i = i;
2887 som_symbol_data (sorted_syms[i])->index = i;
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c165 static asymbol **sorted_syms; variable
167 /* Number of symbols in `sorted_syms'. */
882 of the symbol in sorted_syms. */
894 /* Indices in `sorted_syms'. */
919 sym = sorted_syms[thisplace];
937 && (bfd_asymbol_value (sorted_syms[thisplace])
938 == bfd_asymbol_value (sorted_syms[thisplace - 1]))
939 && ((sorted_syms[thisplace - 1]->flags
949 && (bfd_asymbol_value (sorted_syms[min])
950 == bfd_asymbol_value (sorted_syms[thisplac
[all...]
/haiku-buildtools/legacy/binutils/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;
/haiku-buildtools/legacy/binutils/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 116 milliseconds