Home
last modified time | relevance | path

Searched refs:STACKSIZE (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/usr.bin/indent/
H A Dindent_globs.h221 #define STACKSIZE 150 macro
226 int p_stack[STACKSIZE]; /* this is the parsers stack */
227 int il[STACKSIZE]; /* this stack stores indentation levels */
228 float cstk[STACKSIZE];/* used to store case stmt indentation levels */
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm68k-stub.c185 #define STACKSIZE 10000 macro
186 int remcomStack[STACKSIZE/sizeof(int)];
187 static int* stackPtr = &remcomStack[STACKSIZE/sizeof(int) - 1];
1057 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
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]; in set_debug_traps()
H A Dm32r-stub.c155 #define STACKSIZE 8096 macro
158 static int remcomStack[STACKSIZE / sizeof (int)];
159 static int *stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1];
1598 stackPtr = &remcomStack[STACKSIZE / sizeof (int) - 1]; in set_debug_traps()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddefparse.y32 %token NAME, LIBRARY, DESCRIPTION, STACKSIZE, HEAPSIZE, CODE, DATA
53 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
H A Ddefparse.h15 # define STACKSIZE 260 macro
H A Ddeflex.l37 "STACKSIZE" { return STACKSIZE;}
H A Ddefparse.c9 # define STACKSIZE 260 macro
H A Ddeflex.c785 { return STACKSIZE;}
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddefparse.y32 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
53 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
H A Ddeflex.l39 "STACKSIZE" { return STACKSIZE;}
/openbsd-src/lib/libcurses/
H A Dterm.priv.h67 #define STACKSIZE 20 macro
82 STACK_FRAME stack[STACKSIZE];
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Ddeffilep.y108 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
128 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
574 { "-stack", STACKSIZE },
887 { "STACKSIZE", STACKSIZE },
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffilep.y107 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
127 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
573 { "-stack", STACKSIZE },
897 { "STACKSIZE", STACKSIZE },
/openbsd-src/gnu/llvm/lld/docs/
H A Dwindows_support.rst56 ``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms.h550 #define STACKSIZE 8192 macro
H A Dvms-misc.c470 if (PRIV (stackptr) >= STACKSIZE) in _bfd_vms_push()
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_tparm.c291 if (TPS(stack_ptr) < STACKSIZE) { \
311 if (TPS(stack_ptr) < STACKSIZE) { \
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.h622 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dvms.h555 #define STACKSIZE 8192 macro
H A Dvms-misc.c538 if (PRIV (stackptr) >= STACKSIZE)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix.h723 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.h786 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument
/openbsd-src/gnu/usr.bin/perl/os2/
H A DMakefile.SHs112 echo STACKSIZE 32768 >>$@
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.h945 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACKSIZE) 0 argument

12