Searched refs:mtypes (Results 1 – 2 of 2) sorted by relevance
120 int mtypes = 0; in anon_name() local129 mtypes |= (1 << AT_SHARED); in anon_name()135 mtypes |= (1 << AT_SHARED); in anon_name()139 mtypes |= (1 << AT_STACK); in anon_name()144 mtypes |= (1 << AT_HEAP); in anon_name()157 mtypes |= (1 << AT_STACK); in anon_name()160 mtypes |= (1 << AT_PRIVM); in anon_name()165 *mtypesp = mtypes; in anon_name()
240 int mtypes; member573 newmap->mtypes = 0; in create_maplist()587 newmap->mtypes |= 1 << AT_SHARED; in create_maplist()589 newmap->mtypes |= 1 << AT_PRIVM; in create_maplist()595 &newmap->mtypes); in create_maplist()637 newmap->mtypes &= at_map; in create_maplist()639 if (newmap->mtypes & (1 << i)) { in create_maplist()