Searched refs:getStubSize (Results 1 – 5 of 5) sorted by relevance
347 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()361 auto StubBytes = alignTo(NumStubsToAllocate * ABI->getStubSize(), PageSize); in getIndirectStubs()362 NumStubsToAllocate = StubBytes / ABI->getStubSize(); in getIndirectStubs()395 StubExecutorAddr += ABI->getStubSize(); in getIndirectStubs()
48 unsigned getStubSize() const { return Reserved2; } in getStubSize() function
50 unsigned getStubSize() const { return StubSize; } in getStubSize() function
252 W.write<uint32_t>(Section.getStubSize()); // reserved2 in writeSection()
1317 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()