Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h318 uint64_t commonPageSize; member
H A DScriptParser.cpp1205 return config->commonPageSize; in getPageSize()
H A DWriter.cpp2691 alignToPowerOf2(p->p_offset + p->p_memsz, config->commonPageSize) - in setPhdrs()
H A DDriver.cpp2836 config->commonPageSize = getCommonPageSize(args); in link()