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.h359 uint64_t commonPageSize; member
H A DLinkerScript.cpp1146 expandOutputSection(alignToPowerOf2(dot, config->commonPageSize) - dot); in assignOffsets()
H A DScriptParser.cpp1277 return config->commonPageSize; in getPageSize()
H A DDriver.cpp3110 config->commonPageSize = getCommonPageSize(args); in link()