Lines Matching refs:elf_symbol
7049 struct elf_symbol struct
7073 const struct elf_symbol *s1 = (const struct elf_symbol *) arg1; in elf_sym_name_compare() argument
7074 const struct elf_symbol *s2 = (const struct elf_symbol *) arg2; in elf_sym_name_compare()
7153 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; in bfd_elf_match_symbols_in_sections()
7218 struct elf_symbol *symp; in bfd_elf_match_symbols_in_sections()
7262 symtable1 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7263 bfd_malloc (count1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7264 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7265 bfd_malloc (count2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7290 qsort (symtable1, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7292 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7306 symtable1 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7307 bfd_malloc (symcount1 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7308 symtable2 = (struct elf_symbol *) in bfd_elf_match_symbols_in_sections()
7309 bfd_malloc (symcount2 * sizeof (struct elf_symbol)); in bfd_elf_match_symbols_in_sections()
7338 qsort (symtable1, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()
7340 qsort (symtable2, count1, sizeof (struct elf_symbol), in bfd_elf_match_symbols_in_sections()