Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp596 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local
599 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()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp693 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local
696 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()