Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.h3470 gold_assert(this->postprocessing_buffer_ != NULL); in postprocessing_buffer()
3471 return this->postprocessing_buffer_; in postprocessing_buffer()
4381 unsigned char* postprocessing_buffer_; variable
Doutput.cc2288 postprocessing_buffer_(NULL), in Output_section()
3727 if (this->postprocessing_buffer_ != NULL) in create_postprocessing_buffer()
3745 this->postprocessing_buffer_ = new unsigned char[buffer_size]; in create_postprocessing_buffer()