Searched refs:NextSectionAddr (Results 1 – 2 of 2) sorted by relevance
596 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local599 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first) in remapSectionsAndSymbols()602 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep; in remapSectionsAndSymbols()604 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
693 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local696 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()700 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep; in remapSectionsAndSymbols()702 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()703 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()