Home
last modified time | relevance | path

Searched refs:commonPageSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h444 uint64_t commonPageSize; member
H A DLinkerScript.cpp1281 expandOutputSection(alignToPowerOf2(dot, ctx.arg.commonPageSize) - dot); in assignOffsets()
H A DScriptParser.cpp1328 return ctx.arg.commonPageSize; in getPageSize()
H A DDriver.cpp3416 ctx.arg.commonPageSize = getCommonPageSize(ctx, args); in link()