Searched refs:zStackSize (Results 1 – 6 of 6) sorted by relevance
60 uint64_t zStackSize; member
237 if (config->zStackSize != alignTo(config->zStackSize, stackAlignment)) in layoutMemory()239 log("mem: stack size = " + Twine(config->zStackSize)); in layoutMemory()241 memoryPtr += config->zStackSize; in layoutMemory()
415 config->zStackSize = in readConfigs()
262 uint64_t zStackSize; member
1117 config->zStackSize = args::getZOptionValue(args, OPT_z, "stack-size", 0); in readConfigs()
2442 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()