Searched refs:StubAlignment (Results 1 – 3 of 3) sorted by relevance
456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()459 -StubAlignment; in processGOTRelocation()
1733 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1735 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1736 -StubAlignment; in processRelocationRef()1787 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1789 (BaseAddress + Section->getStubOffset() + StubAlignment - 1) & in processRelocationRef()1790 -StubAlignment; in processRelocationRef()
702 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local704 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()705 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()