Lines Matching defs:sorted_syms
214 static asymbol **sorted_syms;
216 /* Number of symbols in `sorted_syms'. */
1387 if (want_section && !is_same_section (sec, sorted_syms[place]->section))
1390 return inf->symbol_is_valid (sorted_syms[place], inf);
1397 of the symbol in sorted_syms. */
1409 /* Indices in `sorted_syms'. */
1435 sym = sorted_syms[thisplace];
1453 && (bfd_asymbol_value (sorted_syms[thisplace])
1454 == bfd_asymbol_value (sorted_syms[thisplace - 1])))
1462 && (bfd_asymbol_value (sorted_syms[min])
1463 == bfd_asymbol_value (sorted_syms[thisplace])))
1472 return sorted_syms[thisplace];
1505 if (bfd_asymbol_value (sorted_syms[i])
1506 != bfd_asymbol_value (sorted_syms[newplace]))
1542 && sorted_syms[thisplace]->value != vma
1548 && (sorted_syms[thisplace]->flags & BSF_SYNTHETIC) == 0)
1598 return sorted_syms[thisplace];
1689 asymbol *sym = sorted_syms[place];
3888 qsort (sorted_syms, sorted_symcount, sizeof (asymbol *), compare_symbols);
3936 && (bfd_asymbol_value (sorted_syms[x]) <= addr));
3940 pinfo->symbols = sorted_syms + place;
4042 sym = sorted_syms[place];
4073 && ! is_valid_next_sym (sorted_syms [place]))
4079 nextsym = sorted_syms[place];
4172 sorted_syms = (asymbol **) xmalloc ((sorted_symcount + synthcount)
4176 memcpy (sorted_syms, symcount ? syms : dynsyms,
4179 sorted_symcount = remove_useless_symbols (sorted_syms, sorted_symcount);
4184 sorted_syms[sorted_symcount] = synthsyms + i;
4280 disasm_info.symtab = sorted_syms;
4289 free (sorted_syms);
4290 sorted_syms = NULL;