Searched refs:AlreadyAllocated (Results 1 – 2 of 2) sorted by relevance
565 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local575 AlreadyAllocated[AI->second] = Tmp->second; in remapSectionsAndSymbols()598 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()604 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
654 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local672 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()695 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()703 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()