Searched refs:StubAddress (Results 1 – 4 of 4) sorted by relevance
133 IndirectStubInfo(JITTargetAddress StubAddress, in IndirectStubInfo()135 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo()136 JITTargetAddress StubAddress = 0; member
1724 uintptr_t StubAddress; in processRelocationRef() local1726 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()1734 StubAddress = in processRelocationRef()1737 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()1740 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()1754 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()1778 uintptr_t StubAddress; in processRelocationRef() local1780 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()1788 StubAddress = in processRelocationRef()1791 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()[all …]
457 uintptr_t StubAddress = in processGOTRelocation() local460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()462 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
191 return {I->second.first.StubAddress, I->second.second}; in findStub()