HomeSort by relevance Sort by last modified time
    Searched refs:used_syms (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
cg_print.c 789 Sym **unused_syms, **used_syms, **scratch_syms;
802 used_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *));
819 used_syms[used++] = &symtab.base[sym_index];
860 memcpy (scratch_syms, used_syms, used * sizeof (Sym *));
958 if (used_syms[sym_index]->has_been_placed == 0)
959 printf("%s\n", used_syms[sym_index]->name);
966 used_syms = (Sym **) xmalloc (symtab.len * sizeof (Sym *));
973 free (used_syms);
788 Sym **unused_syms, **used_syms, **scratch_syms; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
tinfl.c 346 mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; pTable = &r->m_tables[r->m_type]; MZ_CLEAR_OBJ(total_syms); MZ_CLEAR_OBJ(pTable->m_look_up); MZ_CLEAR_OBJ(pTable->m_tree); local
348 used_syms = 0, total = 0; next_code[0] = next_code[1] = 0;
349 for (i = 1; i <= 15; ++i) { used_syms += total_syms[i]; next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); }
350 if ((65536 != total) && (used_syms > 1))

Completed in 769 milliseconds