Home
last modified time | relevance | path

Searched refs:compare_symbols (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c652 compare_symbols (const void *ap, const void *bp) in compare_symbols() function
2211 qsort (sorted_syms, sorted_symcount, sizeof (asymbol *), compare_symbols); in disassemble_data()
DChangeLog-9197733 (compare_symbols): Sort BSF_FUNCTION symbols before other
1083 * objdump.c (compare_symbols): Sort symbols whose names start with
1895 * objdump.c (compare_symbols): Sort global symbols before local
2057 * objdump.c (compare_symbols): Sort gnu_compiled and gcc2_compiled
2735 * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
3012 (compare_symbols): Make pointers const.
3743 * objdump.c (comp): Rename to compare_symbols.
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog75 (compare_symbols): Don't treat symbols in .opd specially for ELFv2.
DChangeLog-20041564 * elf64-ppc.c (compare_symbols): Put section syms first.
1675 (compare_symbols, compare_relocs): New helper routines.
Delf64-ppc.c3093 compare_symbols (const void *ap, const void *bp) in compare_symbols() function
3273 qsort (syms, symcount, sizeof (*syms), compare_symbols); in ppc64_elf_get_synthetic_symtab()
DChangeLog-20062071 * elf64-ppc.c (compare_symbols): Prefer strong dynamic global
DChangeLog-20093719 (compare_symbols): Look for .opd name rather than section match.