Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h42 #define TORIGIN (unsigned int) textbegin macro
44 #define TORIGIN ((unsigned long) N_TXTADDR(xbuf)) macro
71 #define PC_VAL(x) ((x) - (unsigned long) textspace + TORIGIN)
H A Dcalls.c88 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()
89 instructp < (uintptr_t)textspace + p_highpc - TORIGIN; in findcalls()