Searched refs:hpc (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/csu/common/
H A Dmon.h29 char *hpc; member in struct:phdr
H A Dmon.c179 php->hpc = (char *)highpc; /* region of the buffer */
/opensolaris-onvv-gate/usr/src/head/
H A Dmon.h55 char *hpc; member in struct:hdr
/opensolaris-onvv-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c166 caddr_t hpc; local
210 * (lmp->l_addr), to determine the hpc we must examine the Phdrs.
212 lpc = hpc = (caddr_t)lmp->l_addr;
243 if (_hpc > hpc)
244 hpc = _hpc;
246 if (lpc == hpc) {
276 Hpc = hpc = (caddr_t)PRF_ROUNDUP((long)hpc, sizeof (long));
279 msize = (size_t)(hpc - lpc);
331 if (Hptr->hd_hpc != (caddr_t)(hpc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dmon.c296 hdrp->hpc = highpc;
386 sum.hpc = histp->monBuffer->hpc;
464 hdrp->hpc = 0;
/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c52 caddr_t lpc, hpc; local
60 lpc = hpc = (caddr_t)lmp->l_addr;
69 ((_hpc = phdr->p_vaddr + phdr->p_memsz + lpc) > hpc))
70 hpc = _hpc;
73 op->o_hpc = hpc;
/opensolaris-onvv-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c225 char *pc_h; /* " head.hpc. */
586 pc_h = head.hpc; /* First address past range of profiling. */
/opensolaris-onvv-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1693 xvdi_post_event(dev_info_t *dip, xendev_hotplug_cmd_t hpc) argument
1732 switch (hpc) {

Completed in 137 milliseconds