Searched refs:N_TMASK (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dsyms.h125 #define N_TMASK 060 macro
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))

Completed in 116 milliseconds