Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp601 uint64_t NextSectionAddr = TargetAddrStart; in remapSectionsAndSymbols() local
604 if (NextSectionAddr + CurEntry.second + TargetSectionSep <= Alloc.first) in remapSectionsAndSymbols()
607 NextSectionAddr = Alloc.first + Alloc.second + TargetSectionSep; in remapSectionsAndSymbols()
609 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
610 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
/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()