Searched refs:NextCodeAddr (Results 1 – 1 of 1) sorted by relevance
188 TargetAddress NextCodeAddr = ObjAllocs.RemoteCodeAddr; in notifyObjectLoaded() local190 NextCodeAddr = alignTo(NextCodeAddr, Alloc.getAlign()); in notifyObjectLoaded()191 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextCodeAddr); in notifyObjectLoaded()194 << " -> " << format("0x%016x", NextCodeAddr) << "\n"); in notifyObjectLoaded()195 Alloc.setRemoteAddress(NextCodeAddr); in notifyObjectLoaded()196 NextCodeAddr += Alloc.getSize(); in notifyObjectLoaded()