Searched refs:used_syms (Results 1 – 1 of 1) sorted by relevance
788 Sym **unused_syms, **used_syms, **scratch_syms; in cg_print_function_ordering() local801 used_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in cg_print_function_ordering()818 used_syms[used++] = &symtab.base[sym_index]; in cg_print_function_ordering()859 memcpy (scratch_syms, used_syms, used * sizeof (Sym *)); in cg_print_function_ordering()957 if (used_syms[sym_index]->has_been_placed == 0) in cg_print_function_ordering()958 printf("%s\n", used_syms[sym_index]->name); in cg_print_function_ordering()965 used_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *)); in cg_print_function_ordering()972 free (used_syms); in cg_print_function_ordering()