Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Doutput.h3636 gold_assert(this->postprocessing_buffer_ != NULL); in postprocessing_buffer()
3637 return this->postprocessing_buffer_; in postprocessing_buffer()
4542 unsigned char* postprocessing_buffer_; variable
H A Doutput.cc2354 postprocessing_buffer_(NULL), in Output_section()
3782 if (this->postprocessing_buffer_ != NULL) in create_postprocessing_buffer()
3800 this->postprocessing_buffer_ = new unsigned char[buffer_size]; in create_postprocessing_buffer()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Doutput.h3636 gold_assert(this->postprocessing_buffer_ != NULL); in postprocessing_buffer()
3637 return this->postprocessing_buffer_; in postprocessing_buffer()
4552 unsigned char* postprocessing_buffer_; variable
H A Doutput.cc2366 postprocessing_buffer_(NULL), in Output_section()
3800 if (this->postprocessing_buffer_ != NULL) in create_postprocessing_buffer()
3818 this->postprocessing_buffer_ = new unsigned char[buffer_size]; in create_postprocessing_buffer()