Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript.cc337 gather_token(Token::Classification,
720 Lex::gather_token(Token::Classification classification, in gather_token() function in gold::Lex
811 return this->gather_token(Token::TOKEN_STRING, in get_token()
826 return this->gather_token(Token::TOKEN_INTEGER, in get_token()
831 return this->gather_token(Token::TOKEN_INTEGER, in get_token()
DChangeLog5335 (Lex::gather_token): Accept trailing M/m/K/k for integers.