Searched refs:StubAlignment (Results 1 – 2 of 2) sorted by relevance
456 uintptr_t StubAlignment = getStubAlignment().value(); in processGOTRelocation() local458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()459 -StubAlignment; in processGOTRelocation()
703 Align StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local705 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()706 StubBufSize += StubAlignment.value() - EndAlignment.value(); in computeSectionStubBufSize()