Lines Matching refs:file_header
2773 Output_file_header* file_header, in relaxation_loop_body() argument
2814 file_header->finalize_data_size(); in relaxation_loop_body()
2816 size_t sizeof_headers = (file_header->data_size() in relaxation_loop_body()
2849 load_seg->add_initial_output_data(file_header); in relaxation_loop_body()
2857 ss->put_headers_in_phdrs(file_header, segment_headers); in relaxation_loop_body()
2870 off = this->set_relocatable_section_offsets(file_header, pshndx); in relaxation_loop_body()
3056 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local
3059 this->special_output_list_.push_back(file_header); in finalize()
3081 phdr_seg, segment_headers, file_header, in finalize()
3152 file_header->set_section_info(this->section_headers_, shstrtab_section); in finalize()
4150 Layout::set_relocatable_section_offsets(Output_data* file_header, in set_relocatable_section_offsets() argument
4155 file_header->set_address_and_file_offset(0, 0); in set_relocatable_section_offsets()
4156 off += file_header->data_size(); in set_relocatable_section_offsets()