Home
last modified time | relevance | path

Searched refs:zStackSize (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h66 uint64_t zStackSize; member
H A DWriter.cpp248 if (config->zStackSize != alignTo(config->zStackSize, stackAlignment)) in layoutMemory()
250 log("mem: stack size = " + Twine(config->zStackSize)); in layoutMemory()
252 memoryPtr += config->zStackSize; in layoutMemory()
H A DDriver.cpp466 config->zStackSize = in readConfigs()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h324 uint64_t zStackSize; member
H A DWriter.cpp2410 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()
H A DDriver.cpp1307 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()