Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gprof/
Dcg_print.c788 Sym **unused_syms, **used_syms, **scratch_syms; in cg_print_function_ordering() local
802 scratch_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in cg_print_function_ordering()
859 memcpy (scratch_syms, used_syms, used * sizeof (Sym *)); in cg_print_function_ordering()
860 qsort (scratch_syms, used, sizeof (Sym *), cmp_fun_nuses); in cg_print_function_ordering()
866 Sym *sym = scratch_syms[sym_index]; in cg_print_function_ordering()
936 if (scratch_syms[sym_index]->has_been_placed) in cg_print_function_ordering()
937 printf ("%s\n", scratch_syms[sym_index]->name); in cg_print_function_ordering()
966 scratch_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in cg_print_function_ordering()
973 free (scratch_syms); in cg_print_function_ordering()