Searched refs:ObjAllocs (Results 1 – 1 of 1) sorted by relevance
192 for (auto &ObjAllocs : Unmapped) { in notifyObjectLoaded() local193 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.CodeAllocs, in notifyObjectLoaded()194 ObjAllocs.RemoteCode.Start); in notifyObjectLoaded()195 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RODataAllocs, in notifyObjectLoaded()196 ObjAllocs.RemoteROData.Start); in notifyObjectLoaded()197 mapAllocsToRemoteAddrs(Dyld, ObjAllocs.RWDataAllocs, in notifyObjectLoaded()198 ObjAllocs.RemoteRWData.Start); in notifyObjectLoaded()199 Unfinalized.push_back(std::move(ObjAllocs)); in notifyObjectLoaded()