Searched refs:do_sized_write (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | ehframe.cc | 116 this->do_sized_write<32, false>(of); in do_write() 121 this->do_sized_write<32, true>(of); in do_write() 126 this->do_sized_write<64, false>(of); in do_write() 131 this->do_sized_write<64, true>(of); in do_write() 143 Eh_frame_hdr::do_sized_write(Output_file* of) in do_sized_write() function in gold::Eh_frame_hdr 1158 this->do_sized_write<32, false>(oview); in do_write() 1163 this->do_sized_write<32, true>(oview); in do_write() 1168 this->do_sized_write<64, false>(oview); in do_write() 1173 this->do_sized_write<64, true>(oview); in do_write() 1187 Eh_frame::do_sized_write(unsigned char* oview) in do_sized_write() function in gold::Eh_frame
|
D | ehframe.h | 84 do_sized_write(Output_file*); 505 do_sized_write(unsigned char* oview);
|
D | output.cc | 242 this->do_sized_write<32, false>(of); in do_write() 247 this->do_sized_write<32, true>(of); in do_write() 252 this->do_sized_write<64, false>(of); in do_write() 257 this->do_sized_write<64, true>(of); in do_write() 267 Output_section_headers::do_sized_write(Output_file* of) in do_sized_write() function in gold::Output_section_headers 373 this->do_sized_write<32, false>(of); in do_write() 378 this->do_sized_write<32, true>(of); in do_write() 383 this->do_sized_write<64, false>(of); in do_write() 388 this->do_sized_write<64, true>(of); in do_write() 398 Output_segment_headers::do_sized_write(Output_file* of) in do_sized_write() function in gold::Output_segment_headers [all …]
|
D | output.h | 516 do_sized_write(Output_file*); 561 do_sized_write(Output_file*); 608 do_sized_write(Output_file*);
|
D | ChangeLog | 724 (Eh_frame::do_sized_write): Likewise. 1525 (Output_file_header::do_sized_write): Use this->target_ in place 2135 (Eh_frame::do_sized_write): Update. Don't free Post_fde. 2262 (Eh_frame::do_sized_write): Arrange to write post map FDES after 10346 * output.cc (Output_section_headers::do_sized_write): Write large 10348 (Output_file_header::do_sized_write): For large segment count, 11820 * output.cc (Output_file_header::do_sized_write): Set ELF file 12113 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if 13751 * output.cc (Output_file_header:: do_sized_write): Call target 15762 (Output_section_headers::do_sized_write): Store overflow values [all …]
|