Home
last modified time | relevance | path

Searched refs:StubAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h457 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
460 -StubAlignment; in processGOTRelocation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1619 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1621 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1622 -StubAlignment; in processRelocationRef()
1673 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1675 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1676 -StubAlignment; in processRelocationRef()
H A DRuntimeDyld.cpp614 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
616 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
617 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()