• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/

Lines Matching defs:stack

5    which is used to allocate space off the run-time stack so
16 that are found to be deeper in the stack than the current
65 /* If your stack is a linked list of frames, you have to
75 /* Define STACK_DIRECTION if you know the direction of stack
100 auto char dummy; /* To get stack address. */
122 (b) keep track of stack depth.
137 char *deep; /* For stack depth measure. */
146 was supposed to be taken from the current stack frame of the
153 auto char probe; /* Probes stack depth: */
162 was allocated from deeper in the stack than currently. */
232 long shgrow:32; /* Number of times stack has grown. */
233 long shaseg:32; /* Size of increments to stack. */
234 long shhwm:32; /* High water mark of stack. */
235 long shsize:32; /* Current size of stack (all segments). */
238 /* The stack segment linkage control information occurs at
239 the high-address end of a stack segment. (The stack
241 part of the stack segment linkage control information is
243 for the routine which overflows the stack. */
249 long ssbase:32; /* Offset to stack base. */
252 segment of stack. */
285 long now; /* Current total stack size. */
288 stack demand to date. */
290 long overflows; /* Number of stack overflow ($STKOFEN) calls. */
294 long underflows; /* Number of stack underflow calls ($STKRETN). */
297 long segments; /* Current number of stack segments. */
298 long maxs; /* Maximum number of stack segments so far. */
300 long current_address; /* Current stack segment address. */
301 long current_size; /* Current stack segment size. This
309 any stack segment. I think that the description in 'asdef' is
337 /* Determine a "stack measure" for an arbitrary ADDRESS.
349 step is to get the stack status structure. We could do this
361 /* There must be at least one stack segment. Therefore it is
409 Determine the number of the cell within the stack,
411 routine is to linearize, in some sense, stack addresses
419 long size, pseg, this_segment, stack;
425 current stack segment. If you (as a subprogram) store
426 your registers on the stack and find that you are past
429 B67 also points to the stack segment linkage control
447 a stack overflow. Discard stack segments which do not
466 /* If you subtract pseg from the current end of the stack,
467 you get the address of the previous stack segment's end.