Home
last modified time | relevance | path

Searched refs:hd_hpc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h49 caddr_t hd_hpc; /* Relative high pc address */ member
66 u_longlong_t hd_hpc; /* Relative high pc address */ member
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c330 if (Hptr->hd_hpc) { in profile_open()
331 if (Hptr->hd_hpc != (caddr_t)(hpc - lpc)) { in profile_open()
350 Hptr->hd_hpc = (caddr_t)(hpc - lpc); in profile_open()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1655 tmp.highpc = (pctype)l_hdr64.hd_hpc; in openpfile()
1679 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc; in openpfile()