Lines Matching refs:LINKER_SCRIPT
208 LINKER_SCRIPT, enumerator
219 current_(input_string), mode_(LINKER_SCRIPT), in Lex()
418 return this->mode_ == LINKER_SCRIPT; in can_start_name()
421 return this->mode_ == LINKER_SCRIPT && can_continue_name(&c2); in can_start_name()
426 || (this->mode_ == LINKER_SCRIPT in can_start_name()
464 if (this->mode_ == LINKER_SCRIPT) in can_continue_name()
469 if (this->mode_ == LINKER_SCRIPT || this->mode_ == VERSION_SCRIPT in can_continue_name()
481 if (this->mode_ == LINKER_SCRIPT) in can_continue_name()
1619 PARSING_LINKER_SCRIPT, Lex::LINKER_SCRIPT); in read_commandline_script()
2592 case Lex::LINKER_SCRIPT: in yylex()
3376 first_token, Lex::LINKER_SCRIPT); in script_include_directive()