Searched refs:AlreadyAllocated (Results 1 – 2 of 2) sorted by relevance
566 std::map<uint64_t, uint64_t> AlreadyAllocated; in remapSectionsAndSymbols() local580 AlreadyAllocated[*LoadAddr] = Tmp->second; in remapSectionsAndSymbols()603 for (const auto &Alloc : AlreadyAllocated) in remapSectionsAndSymbols()609 AlreadyAllocated[NextSectionAddr] = CurEntry.second; in remapSectionsAndSymbols()
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()