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

12

/netbsd-current/external/gpl3/binutils/dist/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.cc612 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()); }
3921 write_to_buffer(unsigned char*);
H A Doutput.cc2263 Output_section::Input_section::write_to_buffer(unsigned char* buffer) function in class:gold::Output_section::Input_section
2266 this->u2_.posd->write_to_buffer(buffer);
3811 p->write_to_buffer(buffer + aligned_off);
/netbsd-current/external/gpl3/gdb.old/dist/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 Dmerge.h444 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
H A Dstringpool.h286 write_to_buffer(unsigned char* buffer, section_size_type buffer_size);
H A Dmerge.cc612 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.cc2309 Output_section::Input_section::write_to_buffer(unsigned char* buffer) function in class:gold::Output_section::Input_section
2312 this->u2_.posd->write_to_buffer(buffer);
3857 p->write_to_buffer(buffer + aligned_off);
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*);
/netbsd-current/external/gpl3/binutils.old/dist/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.cc612 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_);

Completed in 272 milliseconds

12