Lines Matching refs:file_header
2777 Output_file_header* file_header, in relaxation_loop_body() argument
2818 file_header->finalize_data_size(); in relaxation_loop_body()
2820 size_t sizeof_headers = (file_header->data_size() in relaxation_loop_body()
2853 load_seg->add_initial_output_data(file_header); in relaxation_loop_body()
2861 ss->put_headers_in_phdrs(file_header, segment_headers); in relaxation_loop_body()
2874 off = this->set_relocatable_section_offsets(file_header, pshndx); in relaxation_loop_body()
3060 Output_file_header* file_header = new Output_file_header(target, symtab, in finalize() local
3063 this->special_output_list_.push_back(file_header); in finalize()
3085 phdr_seg, segment_headers, file_header, in finalize()
3156 file_header->set_section_info(this->section_headers_, shstrtab_section); in finalize()
4219 Layout::set_relocatable_section_offsets(Output_data* file_header, in set_relocatable_section_offsets() argument
4224 file_header->set_address_and_file_offset(0, 0); in set_relocatable_section_offsets()
4225 off += file_header->data_size(); in set_relocatable_section_offsets()