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()
245 int mtypes; member578 newmap->mtypes = 0; in create_maplist()592 newmap->mtypes |= 1 << AT_SHARED; in create_maplist()594 newmap->mtypes |= 1 << AT_PRIVM; in create_maplist()600 &newmap->mtypes); in create_maplist()649 newmap->mtypes &= at_map; in create_maplist()651 if (newmap->mtypes & (1 << i)) { in create_maplist()