Searched refs:OldAddr (Results 1 – 2 of 2) sorted by relevance
516 void* OldAddr = reinterpret_cast<void*>(static_cast<uintptr_t>(OldAddrInt)); in applySpecificSectionMappings() local525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()526 SpecificMappings[OldAddr] = NewAddr; in applySpecificSectionMappings()
614 auto* OldAddr = Dyld.getSectionContent(SectionID).data(); in applySpecificSectionMappings() local622 Dyld.mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()