Lines Matching defs:SectionBase
839 uintptr_t SectionBase = reinterpret_cast<uintptr_t>(841 Addr = static_cast<uint64_t>(SectionBase) + StubOffset;843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress();844 Addr = SectionBase + StubOffset;