Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c100 PC_VAL(instructp)); in findcalls()
103 destpc = (DISP30(instructp) << 2) + PC_VAL(instructp); in findcalls()
113 PC_VAL(instructp)); in findcalls()
H A Dsparc.h71 #define PC_VAL(x) ((x) - (unsigned long) textspace + TORIGIN) macro