Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A Dprofile.h51 caddr_t hd_hpc; /* Relative high pc address */ member
68 u_longlong_t hd_hpc; /* Relative high pc address */ member
/titanic_44/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()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1618 tmp.highpc = (pctype)l_hdr64.hd_hpc; in openpfile()
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc; in openpfile()