Home
last modified time | relevance | path

Searched refs:NextSectionAddr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp694 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local
697 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()