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

/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c55 static caddr_t Hpc, Lpc; /* Range of addresses being monitored */ variable
276 Hpc = hpc = (caddr_t)PRF_ROUNDUP((long)hpc, sizeof (long));
490 if ((from > Hpc) || (from < Lpc))

Completed in 66 milliseconds