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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c463 nltype *l_nl, *l_npe; local
525 if ((l_nl = l_npe = (nltype *)calloc(nsyms + PRF_SYMCNT,
589 if (l_npe == l_nl)
615 qsort(l_nl, (size_t)l_nname, sizeof (nltype), compare);
616 remove_dup_syms(l_nl, &l_nname);
618 module->nl = l_nl;

Completed in 53 milliseconds