Searched refs:NextSectionAddr (Results 1 – 1 of 1) sorted by relevance
567 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local570 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first) in remapSectionsAndSymbols()573 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep; in remapSectionsAndSymbols()575 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()