Searched refs:StubAddress (Results 1 – 4 of 4) sorted by relevance
136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) in IndirectStubInfo()137 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo()138 ExecutorAddr StubAddress; member
1730 uintptr_t StubAddress; in processRelocationRef() local1732 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()1739 StubAddress = in processRelocationRef()1741 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()1744 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()1758 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()1782 uintptr_t StubAddress; in processRelocationRef() local1784 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()1791 StubAddress = alignTo(BaseAddress + Section->getStubOffset(), in processRelocationRef()1793 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()[all …]
457 uintptr_t StubAddress = in processGOTRelocation() local460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()462 assert(isAligned(getStubAlignment(), StubAddress) && in processGOTRelocation()
187 return {I->second.first.StubAddress, I->second.second}; in findStub()