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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c218 nltype *nl, *npe; local
291 if ((npe = nl = (nltype *) calloc(nsyms, sizeof (nltype))) == NULL) {
326 npe->name = name;
327 npe->value = gsym.st_value;
328 npe->size = gsym.st_size;
329 npe->info = gsym.st_info;
331 npe++;
339 if (npe == nl) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h205 struct nl *npe; /* virtual end of module's namelist */ member in struct:mod_info

Completed in 119 milliseconds