Home
last modified time | relevance | path

Searched refs: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; in get_symtab() local
525 if ((l_nl = l_npe = (nltype *)calloc(nsyms + PRF_SYMCNT, in get_symtab()
589 if (l_npe == l_nl) in get_symtab()
615 qsort(l_nl, (size_t)l_nname, sizeof (nltype), compare); in get_symtab()
616 remove_dup_syms(l_nl, &l_nname); in get_symtab()
618 module->nl = l_nl; in get_symtab()