Searched refs:zStackSize (Results 1 – 6 of 6) sorted by relevance
66 uint64_t zStackSize; member
248 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()
466 config->zStackSize = in readConfigs()
324 uint64_t zStackSize; member
2410 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()
1307 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()