Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
Dzfstream.cc220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow()
225 *(this->pptr()) = traits_type::to_char_type(c); in overflow()
229 int bytes_to_write = this->pptr() - this->pbase(); in overflow()
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
Dzfstream.cpp197 *pptr() = c; in overflow()
224 n = pptr() - q; in flushbuf()
/toolchain/binutils/binutils-2.27/bfd/doc/
Dchew.c1497 string_type pptr; local
1500 init_string (&pptr);
1503 ptr = &pptr;
/toolchain/binutils/binutils-2.27/bfd/
Dieee.c719 ieee_symbol_type ***pptr, in get_symbol() argument
738 **pptr = new_symbol; in get_symbol()
739 *pptr = &new_symbol->next; in get_symbol()