Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp836 uintptr_t SectionBase = in getStubAddrFor() local
838 Addr = static_cast<uint64_t>(SectionBase) + StubOffset; in getStubAddrFor()
840 uint64_t SectionBase = getRTDyld().Sections[SectionID].LoadAddress; in getStubAddrFor() local
841 Addr = SectionBase + StubOffset; in getStubAddrFor()