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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c67 caddr_t _hpc; local
69 ((_hpc = phdr->p_vaddr + phdr->p_memsz + lpc) > hpc))
70 hpc = _hpc;
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c224 caddr_t _hpc; local
238 _hpc = (caddr_t)(phdr->p_vaddr + phdr->p_memsz);
240 _hpc = (caddr_t)((unsigned long)_hpc +
243 if (_hpc > hpc)
244 hpc = _hpc;

Completed in 46 milliseconds