Searched refs:StubAlignment (Results 1 – 3 of 3) sorted by relevance
457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()460 -StubAlignment; in processGOTRelocation()
1619 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1621 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1622 -StubAlignment; in processRelocationRef()1673 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1675 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1676 -StubAlignment; in processRelocationRef()
614 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local616 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()617 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()