Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c61 findcalls(nltype *parentp, pctype p_lowpc, pctype p_highpc) in findcalls() argument
71 if (p_lowpc > s_highpc) in findcalls()
75 if (p_lowpc < s_lowpc) in findcalls()
76 p_lowpc = s_lowpc; in findcalls()
83 parentp->name, p_lowpc, p_highpc); in findcalls()
88 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()