Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h272 uint64_t zStackSize; member
H A DDriver.cpp1195 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()
H A DWriter.cpp2477 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()