Home | History | Annotate | Download | only in emultempl

Lines Matching full:stacksize

2261 	  link_info.stacksize = strtoul (optarg + 11, &end, 0);
2262 if (*end || link_info.stacksize < 0)
2264 if (!link_info.stacksize)
2267 link_info.stacksize = -1;
2455 -z stacksize=SIZE Set size of stack segment\n"));