Searched refs:do_sized_write (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dehframe.cc116 this->do_sized_write<32, false>(of);
121 this->do_sized_write<32, true>(of);
126 this->do_sized_write<64, false>(of);
131 this->do_sized_write<64, true>(of);
143 Eh_frame_hdr::do_sized_write(Output_file* of) function in class:gold::Eh_frame_hdr
1228 this->do_sized_write<32, false>(oview);
1233 this->do_sized_write<32, true>(oview);
1238 this->do_sized_write<64, false>(oview);
1243 this->do_sized_write<64, true>(oview);
1257 Eh_frame::do_sized_write(unsigne function in class:gold::Eh_frame
[all...]
H A Dehframe.h84 do_sized_write(Output_file*);
507 do_sized_write(unsigned char* oview);
H A Doutput.cc242 this->do_sized_write<32, false>(of);
247 this->do_sized_write<32, true>(of);
252 this->do_sized_write<64, false>(of);
257 this->do_sized_write<64, true>(of);
267 Output_section_headers::do_sized_write(Output_file* of) function in class:gold::Output_section_headers
373 this->do_sized_write<32, false>(of);
378 this->do_sized_write<32, true>(of);
383 this->do_sized_write<64, false>(of);
388 this->do_sized_write<64, true>(of);
398 Output_segment_headers::do_sized_write(Output_fil function in class:gold::Output_segment_headers
497 Output_file_header::do_sized_write(Output_file* of) function in class:gold::Output_file_header
[all...]
H A Doutput.h641 do_sized_write(Output_file*);
686 do_sized_write(Output_file*);
733 do_sized_write(Output_file*);

Completed in 67 milliseconds