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