HomeSort by relevance Sort by last modified time
    Searched defs:do_sized_write (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 116 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
1187 Eh_frame::do_sized_write(unsigned char* oview) function in class:gold::Eh_frame
    [all...]
output.cc 242 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_file* of 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...]

Completed in 30 milliseconds