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

/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp567 uint64_t NextSectionAddr = TargetAddrStart; local
570 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first)
573 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep;
575 AlreadyAllocated[NextSectionAddr] = CurEntry.second;
576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);

Completed in 40 milliseconds