HomeSort by relevance Sort by last modified time
    Searched full:include_stack_ptr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 55 If `include_stack_ptr' is 0, we haven't started reading anything yet.
56 Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
70 static unsigned int include_stack_ptr = 0;
460 include_stack_ptr--;
461 if (include_stack_ptr == 0)
464 yy_switch_to_buffer (include_stack[include_stack_ptr]);
466 lineno = lineno_stack[include_stack_ptr];
467 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
485 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
489 file_name_stack[include_stack_ptr] = name
    [all...]
  /external/valgrind/perf/
tinycc.c 2410 BufferedFile **include_stack_ptr; member in struct:TCCState
    [all...]

Completed in 454 milliseconds