Home
last modified time | relevance | path

Searched refs:Output_file_header (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h52 class Output_file_header; variable
1241 Output_file_header*, unsigned int*);
Doutput.cc437 Output_file_header::Output_file_header(Target* target, in Output_file_header() function in gold::Output_file_header
452 Output_file_header::set_section_info(const Output_section_headers* shdrs, in set_section_info()
462 Output_file_header::do_write(Output_file* of) in do_write()
497 Output_file_header::do_sized_write(Output_file* of) in do_sized_write()
588 Output_file_header::entry() in entry()
625 Output_file_header::do_size() const in do_size()
Dlayout.cc2474 Output_file_header* file_header, in relaxation_loop_body()
2749 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize()
Doutput.h572 class Output_file_header : public Output_data
575 Output_file_header(Target*,
DChangeLog1522 * output.h (Output_file_header): Remove const from member target_
1524 * output.cc (Output_file_header::Output_file_header): Update prototype.
1525 (Output_file_header::do_sized_write): Use this->target_ in place
5867 * output.h (class Output_file_header): Remove entry_ field.
5868 * output.cc (Output_file_header::Output_file_header): Remove entry
5870 (Output_file_header::entry): Use parameters->entry.
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
12684 * layout.h (Output_segment_headers, Output_file_header):
[all …]