HomeSort by relevance Sort by last modified time
    Searched refs:LINKER_SCRIPT (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
script.cc 208 LINKER_SCRIPT,
219 current_(input_string), mode_(LINKER_SCRIPT),
418 return this->mode_ == LINKER_SCRIPT;
421 return this->mode_ == LINKER_SCRIPT && can_continue_name(&c2);
426 || (this->mode_ == LINKER_SCRIPT
464 if (this->mode_ == LINKER_SCRIPT)
469 if (this->mode_ == LINKER_SCRIPT || this->mode_ == VERSION_SCRIPT
481 if (this->mode_ == LINKER_SCRIPT)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 87 %token LINKER_SCRIPT DEFSYM VERSION_SCRIPT DYNAMIC_LIST
208 script_file : LINKER_SCRIPT
210 linker_script
214 linker_script : linker_script script_command
ScriptScanner.ll 68 return token::LINKER_SCRIPT;

Completed in 663 milliseconds