Searched refs:StubAlignment (Results 1 – 6 of 6) sorted by relevance
397 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()400 -StubAlignment; in processGOTRelocation()
457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()460 -StubAlignment; in processGOTRelocation()
1667 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1669 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1670 -StubAlignment; in processRelocationRef()1721 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local1723 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()1724 -StubAlignment; in processRelocationRef()
531 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local533 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()534 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()
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()
608 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local610 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()611 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()