Searched refs:getRTDyld (Results 1 – 8 of 8) sorted by relevance
733 if (getRTDyld().getSymbol(Symbol)) in isSymbolValid()736 auto Result = getRTDyld().Resolver.lookup(Symbols); in isSymbolValid()747 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()751 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol)) in getSymbolRemoteAddr()755 auto Result = getRTDyld().Resolver.lookup(Symbols); in getSymbolRemoteAddr()770 return getRTDyld().readBytesUnaligned(Src, Size); in readMemoryAtAddr()822 getRTDyld().Sections[SectionID].getAddress())); in getSectionAddr()824 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()857 getRTDyld().Sections[SectionID].getAddress()); in getStubAddrFor()860 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()[all …]
42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; } in getRTDyld() function
732 if (getRTDyld().getSymbol(Symbol)) in isSymbolValid()734 return !!getRTDyld().Resolver.findSymbol(Symbol); in isSymbolValid()739 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()743 if (auto InternalSymbol = getRTDyld().getSymbol(Symbol)) in getSymbolRemoteAddr()745 return getRTDyld().Resolver.findSymbol(Symbol).getAddress(); in getSymbolRemoteAddr()753 return getRTDyld().readBytesUnaligned(Src, Size); in readMemoryAtAddr()805 getRTDyld().Sections[SectionID].getAddress())); in getSectionAddr()807 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()840 getRTDyld().Sections[SectionID].getAddress()); in getStubAddrFor()843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()[all …]
76 RuntimeDyld& getRTDyld();79 const RuntimeDyld& getRTDyld() const;
78 RuntimeDyld& getRTDyld();81 const RuntimeDyld& getRTDyld() const;
530 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()610 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()