Searched defs:symttl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c343 int symttl; /* Total # symbols in program file sym-table */ local
502 symttl = filhdr.pf_nsyms;
503 if (symttl == 0) { /* This is possible. */
623 n = symttl; /* Total symbols. */
631 Fprint(stderr, "%u symbols, %u qualify\n", symttl, n_syms);
1099 Fprint(stderr, "%5d/%d symbols qualified", n_syms, symttl);

Completed in 82 milliseconds