Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/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 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()
3949 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.cc2309 Output_section::Input_section::write_to_buffer(unsigned char* buffer) in write_to_buffer() function in gold::Output_section::Input_section
2312 this->u2_.posd->write_to_buffer(buffer); in write_to_buffer()
3857 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()
/dflybsd-src/contrib/binutils-2.27/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.cc610 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()
3949 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.cc2297 Output_section::Input_section::write_to_buffer(unsigned char* buffer) in write_to_buffer() function in gold::Output_section::Input_section
2300 this->u2_.posd->write_to_buffer(buffer); in write_to_buffer()
3839 p->write_to_buffer(buffer + aligned_off); in write_to_postprocessing_buffer()
H A Dscript-sections.cc1056 this->write_to_buffer(view); in do_write()