Searched refs:NextSectionAddr (Results 1 – 1 of 1) sorted by relevance
694 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local697 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()701 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep; in remapSectionsAndSymbols()703 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()704 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()