Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c59 findcalls(nltype *parentp, pctype p_lowpc, pctype p_highpc) in findcalls() argument
69 if (p_lowpc > s_highpc) in findcalls()
73 if (p_lowpc < s_lowpc) in findcalls()
74 p_lowpc = s_lowpc; in findcalls()
81 parentp->name, p_lowpc, p_highpc); in findcalls()
86 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()