Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp567 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local
570 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()