Home | History | Annotate | Download | only in m_initimg

Lines Matching defs:stacksize

403    unsigned stacksize;		/* total client stack size */
469 stacksize =
479 if (0) VG_(printf)("stacksize = %d\n", stacksize);
482 client_SP = clstack_end - stacksize;
499 VG_(printf)("stringsize=%d auxsize=%d stacksize=%d maxsize=0x%x\n"
502 stringsize, auxsize, stacksize, (Int)clstack_max_size,
568 "This may be the result of a very large --main-stacksize=\n");
895 notice of the --main-stacksize value. This makes it possible
897 simply by specifying --main-stacksize. */
901 - if a larger --main-stacksize value is specified, use that instead