Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h456 uintptr_t StubAlignment = getStubAlignment(); in processGOTRelocation() local
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
459 -StubAlignment; in processGOTRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1697 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1699 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1700 -StubAlignment; in processRelocationRef()
1751 uintptr_t StubAlignment = getStubAlignment(); in processRelocationRef() local
1753 (BaseAddress + Section->getStubOffset() + StubAlignment - 1) & in processRelocationRef()
1754 -StubAlignment; in processRelocationRef()
H A DRuntimeDyld.cpp692 unsigned StubAlignment = getStubAlignment(); in computeSectionStubBufSize() local
694 if (StubAlignment > EndAlignment) in computeSectionStubBufSize()
695 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()