Searched refs:NextRODataAddr (Results 1 – 1 of 1) sorted by relevance
200 TargetAddress NextRODataAddr = ObjAllocs.RemoteRODataAddr; in notifyObjectLoaded() local202 NextRODataAddr = alignTo(NextRODataAddr, Alloc.getAlign()); in notifyObjectLoaded()203 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRODataAddr); in notifyObjectLoaded()206 << " -> " << format("0x%016x", NextRODataAddr) in notifyObjectLoaded()208 Alloc.setRemoteAddress(NextRODataAddr); in notifyObjectLoaded()209 NextRODataAddr += Alloc.getSize(); in notifyObjectLoaded()