Searched refs:postprocessing_buffer_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3608 gold_assert(this->postprocessing_buffer_ != NULL);
3609 return this->postprocessing_buffer_;
4524 unsigned char* postprocessing_buffer_; member in class:gold::Output_section
H A Doutput.cc2320 postprocessing_buffer_(NULL),
3754 if (this->postprocessing_buffer_ != NULL)
3772 this->postprocessing_buffer_ = new unsigned char[buffer_size];
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc2366 postprocessing_buffer_(NULL),
3800 if (this->postprocessing_buffer_ != NULL)
3818 this->postprocessing_buffer_ = new unsigned char[buffer_size];
H A Doutput.h3636 gold_assert(this->postprocessing_buffer_ != NULL);
3637 return this->postprocessing_buffer_;
4552 unsigned char* postprocessing_buffer_; member in class:gold::Output_section
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3608 gold_assert(this->postprocessing_buffer_ != NULL);
3609 return this->postprocessing_buffer_;
4524 unsigned char* postprocessing_buffer_; member in class:gold::Output_section
H A Doutput.cc2320 postprocessing_buffer_(NULL),
3754 if (this->postprocessing_buffer_ != NULL)
3772 this->postprocessing_buffer_ = new unsigned char[buffer_size];

Completed in 237 milliseconds