Searched refs:init_origins (Results 1 – 3 of 3) sorted by relevance
115 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() argument144 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()146 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()175 bool InitShadowWithReExec(bool init_origins) { in InitShadowWithReExec() argument179 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()201 return success && InitShadow(init_origins, false); in InitShadowWithReExec()
266 bool InitShadowWithReExec(bool init_origins);
1163 static bool InitShadow(bool init_origins, bool dry_run) { in InitShadow() argument1192 (init_origins && type == MappingDesc::ORIGIN); in InitShadow()1194 (!init_origins && type == MappingDesc::ORIGIN); in InitShadow()1223 static bool InitShadowWithReExec(bool init_origins) { in InitShadowWithReExec() argument1227 bool success = InitShadow(init_origins, true); in InitShadowWithReExec()1249 return success && InitShadow(init_origins, false); in InitShadowWithReExec()