Searched defs:ISFCN (Results 1 – 2 of 2) sorted by relevance
103 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT)) macro
1093 #define ISFCN(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_FUNCTION<<N_BTSHFT)) macro