Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp516 void* OldAddr = reinterpret_cast<void*>(static_cast<uintptr_t>(OldAddrInt)); in applySpecificSectionMappings() local
525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
526 SpecificMappings[OldAddr] = NewAddr; in applySpecificSectionMappings()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp614 auto* OldAddr = Dyld.getSectionContent(SectionID).data(); in applySpecificSectionMappings() local
622 Dyld.mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()