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

  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 570 Sym **name_sorted_syms, *sym; local
578 name_sorted_syms = (Sym **) xmalloc ((symtab->len + num_cycles) * sizeof (Sym *));
586 name_sorted_syms[nnames++] = &symtab->base[sym_index];
589 qsort (name_sorted_syms, nnames, sizeof (Sym *), cmp_name);
592 name_sorted_syms[todo++] = &cycle_header[sym_index];
605 sym = name_sorted_syms[j];
673 free (name_sorted_syms);
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 570 Sym **name_sorted_syms, *sym; local
578 name_sorted_syms = (Sym **) xmalloc ((symtab->len + num_cycles) * sizeof (Sym *));
586 name_sorted_syms[nnames++] = &symtab->base[sym_index];
589 qsort (name_sorted_syms, nnames, sizeof (Sym *), cmp_name);
592 name_sorted_syms[todo++] = &cycle_header[sym_index];
605 sym = name_sorted_syms[j];
673 free (name_sorted_syms);

Completed in 59 milliseconds