Searched refs:write_to_buffer (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dbinary.cc252 strtab.write_to_buffer(pout, strtab.get_strtab_size());
255 shstrtab.write_to_buffer(pout, shstrtab.get_strtab_size());
H A Dstringpool.cc474 Stringpool_template<Stringpool_char>::write_to_buffer( function in class:gold::Stringpool_template
502 this->write_to_buffer(view, this->strtab_size_);
H A Dstringpool.h286 write_to_buffer(unsigned char* buffer, section_size_type buffer_size);
H A Dmerge.h444 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
H A Dmerge.cc610 this->stringpool_.write_to_buffer(buffer, this->data_size());
H A Ddwp.cc1861 this->stringpool_.write_to_buffer(buf, len);
1888 this->shstrtab_.write_to_buffer(buf, shstrtab_len);
H A Dgdb-index.cc1346 this->stringpool_.write_to_buffer(pov, oview_size - this->stringpool_offset_);
H A Doutput.h806 write_to_buffer(unsigned char* buffer) function in class:gold::Output_section_data
836 // The child class may implement write_to_buffer. Most child
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
3949 write_to_buffer(unsigned char*);
H A Doutput.cc2297 Output_section::Input_section::write_to_buffer(unsigned char* buffer) function in class:gold::Output_section::Input_section
2300 this->u2_.posd->write_to_buffer(buffer);
3839 p->write_to_buffer(buffer + aligned_off);
H A Dscript-sections.cc1090 this->write_to_buffer(view);

Completed in 204 milliseconds