Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlex.l65 static unsigned int sysrooted_stack[MAX_INCLUDE_DEPTH]; variable
487 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
510 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted;
Dldlex.c1414 static unsigned int sysrooted_stack[MAX_INCLUDE_DEPTH]; variable
2878 input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
3880 sysrooted_stack[include_stack_ptr] = input_flags.sysrooted; in lex_push_file()
DChangeLog-2012822 * ldlex.l (sysrooted_stack): New array.