Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c71 if (p_highpc < s_lowpc) in findcalls()
73 if (p_lowpc < s_lowpc) in findcalls()
74 p_lowpc = s_lowpc; in findcalls()
186 if (destpc >= s_lowpc && destpc <= s_highpc) { in findcalls()
H A Dgprof.h298 extern pctype s_lowpc; /* lowpc from profile file in o-s gmon.out */
H A Dgprof.c55 pctype s_lowpc; variable
1728 s_lowpc = h.lowpc; in openpfile()
1742 s_lowpc, s_highpc); in openpfile()