Searched refs:MI_LFLAGS_SYM (Results 1 – 2 of 2) sorted by relevance
2239 if ((m->mf_lflags & MI_LFLAGS_SYM(stage)) != 0)2333 m->mf_lflags |= MI_LFLAGS_SYM(i);4371 if ((m->mf_lflags & MI_LFLAGS_SYM(SMFIM_EOH)) != 0)4399 if ((m->mf_lflags & MI_LFLAGS_SYM(SMFIM_EOH)) != 0)
1851 #define MI_LFLAGS_SYM(st) (1 << (st)) /* has its own symlist for stage st */ macro