Home
last modified time | relevance | path

Searched refs:include_stack_ptr (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldlex.l70 static unsigned int include_stack_ptr = 0; variable
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];
484 if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
488 file_name_stack[include_stack_ptr] = name;
489 lineno_stack[include_stack_ptr] = lineno;
490 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted;
[all …]