Searched refs:STACKSIZE (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l39 "STACKSIZE" { return STACKSIZE;}
H A Ddefparse.y33 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
54 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
126 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
572 { "-stack", STACKSIZE },
896 { "STACKSIZE", STACKSIZE },
H A Dpe-dll.c1462 fprintf (out, "STACKSIZE 0x%x,0x%x\n",
1465 fprintf (out, "STACKSIZE 0x%x\n", pe_def_file->stack_reserve);
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386-stub.c132 #define STACKSIZE 10000 macro
133 int remcomStack[STACKSIZE/sizeof(int)];
134 static int* stackPtr = &remcomStack[STACKSIZE/sizeof(int) - 1];
921 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1];
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c177 if (TPS(stack_ptr) < STACKSIZE) {
205 if (TPS(stack_ptr) < STACKSIZE) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c52 #define STACKSIZE (8 * 1024) macro
102 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
109 stack = (char *)stack + STACKSIZE;
161 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1);
196 allocstack = mmap(NULL, STACKSIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
201 stack = (char *)stack + STACKSIZE;
211 ATF_REQUIRE_ERRNO(errno, munmap(allocstack, STACKSIZE) != -1);
H A Dt_swapcontext.c38 #define STACKSIZE 65536 macro
40 char stack[STACKSIZE];
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c46 #define STACKSIZE 65536 macro
106 ATF_REQUIRE(pthread_attr_setstacksize(&attr, STACKSIZE * (i + 1)) == 0);
160 ATF_REQUIRE(stacksize == STACKSIZE * (j + 1));
H A Dt_swapcontext.c43 #define STACKSIZE 65536 macro
45 char stack[STACKSIZE];
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1343 STACKSIZE 8192
/freebsd-11-stable/usr.bin/indent/
H A Dindent_globs.h234 #define STACKSIZE 256 macro
239 int p_stack[STACKSIZE]; /* this is the parsers stack */
240 int il[STACKSIZE]; /* this stack stores indentation levels */
241 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
H A Dparse.c210 if (ps.tos >= STACKSIZE - 1)

Completed in 253 milliseconds