Searched refs:TORIGIN (Results 1 – 2 of 2) sorted by relevance
42 #define TORIGIN (unsigned int) textbegin macro44 #define TORIGIN ((unsigned long) N_TXTADDR(xbuf)) macro71 #define PC_VAL(x) ((x) - (unsigned long) textspace + TORIGIN)
88 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()89 instructp < (uintptr_t)textspace + p_highpc - TORIGIN; in findcalls()