HomeSort by: relevance | last modified time | path
    Searched defs:symtable2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 8755 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
8894 symtable2
8895 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
8896 if (symtable1 == NULL || symtable2 == NULL)
8914 symp = symtable2;
8932 qsort (symtable2, count1, sizeof (struct elf_symbol),
8937 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
8938 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
8939 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8948 symtable2 = (struct elf_symbol *
8744 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 8747 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
8886 symtable2
8887 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
8888 if (symtable1 == NULL || symtable2 == NULL)
8906 symp = symtable2;
8924 qsort (symtable2, count1, sizeof (struct elf_symbol),
8929 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
8930 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
8931 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8940 symtable2 = (struct elf_symbol *
8736 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8678 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
8817 symtable2
8818 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
8819 if (symtable1 == NULL || symtable2 == NULL)
8837 symp = symtable2;
8855 qsort (symtable2, count1, sizeof (struct elf_symbol),
8860 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
8861 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
8862 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8871 symtable2 = (struct elf_symbol *
8667 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8665 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL;
8804 symtable2
8805 = (struct elf_symbol *) bfd_malloc (count2 * sizeof (*symtable2));
8806 if (symtable1 == NULL || symtable2 == NULL)
8822 symp = symtable2;
8838 qsort (symtable2, count1, sizeof (struct elf_symbol),
8843 if (symtable1 [i].u.ssym->st_info != symtable2 [i].u.ssym->st_info
8844 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other
8845 || strcmp (symtable1 [i].name, symtable2 [i].name) != 0)
8854 symtable2 = (struct elf_symbol *
8654 struct elf_symbol *symtable1 = NULL, *symtable2 = NULL; local
    [all...]

Completed in 47 milliseconds