Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dtekhex.c504 bfd_boolean is_eof = FALSE; in pass_over() local
509 while (! is_eof) in pass_over()
515 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
516 while (*src != '%' && !is_eof) in pass_over()
517 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
519 if (is_eof) in pass_over()
DChangeLog-200964 * tekhex.c (pass_over): Replace eof with is_eof.
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc112 is_eof() const in is_eof() function in gold::Token
879 if (this->token_.is_eof() in next_token()