Searched refs:StubAddress (Results 1 – 2 of 2) sorted by relevance
1610 uintptr_t StubAddress; in processRelocationRef() local1612 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()1620 StubAddress = in processRelocationRef()1623 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()1626 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()1664 uintptr_t StubAddress; in processRelocationRef() local1666 StubAddress = uintptr_t(Section.getAddress()) + i->second; in processRelocationRef()1674 StubAddress = in processRelocationRef()1677 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()[all …]
458 uintptr_t StubAddress = in processGOTRelocation() local461 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()