Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript.cc217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() argument
218 : input_string_(input_string), input_length_(input_length), in Lex()
219 current_(input_string), mode_(LINKER_SCRIPT), in Lex()
221 lineno_(1), linestart_(input_string) in Lex()
1469 std::string input_string; in read_input_script() local
1470 Lex::read_file(input_file, &input_string); in read_input_script()
1472 Lex lex(input_string.c_str(), input_string.length(), PARSING_LINKER_SCRIPT); in read_input_script()
1583 std::string input_string; in read_script_file() local
1584 Lex::read_file(&input_file, &input_string); in read_script_file()
1586 Lex lex(input_string.c_str(), input_string.length(), first_token); in read_script_file()