HomeSort by: relevance | last modified time | path
    Searched defs:include_stack_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldlex.c 1421 If `include_stack_ptr' is 0, we haven't started reading anything yet.
1422 Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
1436 static unsigned int include_stack_ptr = 0; variable
2892 include_stack_ptr--;
2893 if (include_stack_ptr == 0)
2899 yy_switch_to_buffer (include_stack[include_stack_ptr]);
2901 lineno = lineno_stack[include_stack_ptr];
2902 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
3899 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
3901 file_name_stack[include_stack_ptr] = name
    [all...]
ldlex.c 1421 If `include_stack_ptr' is 0, we haven't started reading anything yet.
1422 Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
1436 static unsigned int include_stack_ptr = 0; variable
2892 include_stack_ptr--;
2893 if (include_stack_ptr == 0)
2899 yy_switch_to_buffer (include_stack[include_stack_ptr]);
2901 lineno = lineno_stack[include_stack_ptr];
2902 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
3899 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
3901 file_name_stack[include_stack_ptr] = name
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlex.c 1421 If `include_stack_ptr' is 0, we haven't started reading anything yet.
1422 Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
1436 static unsigned int include_stack_ptr = 0; variable
2892 include_stack_ptr--;
2893 if (include_stack_ptr == 0)
2899 yy_switch_to_buffer (include_stack[include_stack_ptr]);
2901 lineno = lineno_stack[include_stack_ptr];
2902 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
3899 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
3901 file_name_stack[include_stack_ptr] = name
    [all...]
ldlex.c 1421 If `include_stack_ptr' is 0, we haven't started reading anything yet.
1422 Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
1436 static unsigned int include_stack_ptr = 0; variable
2892 include_stack_ptr--;
2893 if (include_stack_ptr == 0)
2899 yy_switch_to_buffer (include_stack[include_stack_ptr]);
2901 lineno = lineno_stack[include_stack_ptr];
2902 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
3899 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
3901 file_name_stack[include_stack_ptr] = name
    [all...]

Completed in 112 milliseconds