Home
last modified time | relevance | path

Searched refs:write_to_buffer (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dbinary.cc252 strtab.write_to_buffer(pout, strtab.get_strtab_size()); in sized_convert()
255 shstrtab.write_to_buffer(pout, shstrtab.get_strtab_size()); in sized_convert()
H A Dstringpool.cc475 Stringpool_template<Stringpool_char>::write_to_buffer( in write_to_buffer() function in gold::Stringpool_template
503 this->write_to_buffer(view, this->strtab_size_); in write()
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); } in stringpool_to_buffer()
H A Dmerge.cc612 this->stringpool_.write_to_buffer(buffer, this->data_size()); in do_write_to_buffer()
H A Ddwp.cc1861 this->stringpool_.write_to_buffer(buf, len); in finalize()
1888 this->shstrtab_.write_to_buffer(buf, shstrtab_len); in finalize()
H A Doutput.h806 write_to_buffer(unsigned char* buffer) in write_to_buffer() function
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); } in do_write_to_buffer()
3921 write_to_buffer(unsigned char*);
H A Dgdb-index.cc1346 this->stringpool_.write_to_buffer(pov, oview_size - this->stringpool_offset_); in do_write()
H A Doutput.cc2264 Output_section::Input_section::write_to_buffer(unsigned char* buffer) in write_to_buffer() function in gold::Output_section::Input_section
2267 this->u2_.posd->write_to_buffer(buffer); in write_to_buffer()
3812 p->write_to_buffer(buffer + aligned_off); in write_to_postprocessing_buffer()
H A Dscript-sections.cc1090 this->write_to_buffer(view); in do_write()
H A DChangeLog-081516335 (Stringpool_template::write_to_buffer): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dbinary.cc252 strtab.write_to_buffer(pout, strtab.get_strtab_size()); in sized_convert()
255 shstrtab.write_to_buffer(pout, shstrtab.get_strtab_size()); in sized_convert()
H A Dstringpool.cc474 Stringpool_template<Stringpool_char>::write_to_buffer( in write_to_buffer() function in gold::Stringpool_template
502 this->write_to_buffer(view, this->strtab_size_); in write()
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); } in stringpool_to_buffer()
H A Dmerge.cc612 this->stringpool_.write_to_buffer(buffer, this->data_size()); in do_write_to_buffer()
H A Ddwp.cc1861 this->stringpool_.write_to_buffer(buf, len); in finalize()
1888 this->shstrtab_.write_to_buffer(buf, shstrtab_len); in finalize()
H A Doutput.h806 write_to_buffer(unsigned char* buffer) in write_to_buffer() function
1097 { this->strtab_->write_to_buffer(buffer, this->data_size()); } in do_write_to_buffer()
3921 write_to_buffer(unsigned char*);
H A Dgdb-index.cc1346 this->stringpool_.write_to_buffer(pov, oview_size - this->stringpool_offset_); in do_write()
H A Doutput.cc2263 Output_section::Input_section::write_to_buffer(unsigned char* buffer) in write_to_buffer() function in gold::Output_section::Input_section
2266 this->u2_.posd->write_to_buffer(buffer); in write_to_buffer()
3811 p->write_to_buffer(buffer + aligned_off); in write_to_postprocessing_buffer()
H A Dscript-sections.cc1090 this->write_to_buffer(view); in do_write()
H A DChangeLog-081516335 (Stringpool_template::write_to_buffer): Likewise.