Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp837 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local
839 Addr = static_cast<uint64_t>(SectionBase) + StubOffset; in getStubAddrFor()
841 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
842 Addr = SectionBase + StubOffset; in getStubAddrFor()