Lines Matching refs:output_file

124   read(Dwp_output_file* output_file);
151 make_object(Dwp_output_file* output_file);
156 Dwp_output_file* output_file);
207 copy_section(Dwp_output_file* output_file, unsigned int shndx,
226 add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx,
886 Dwo_file::read(Dwp_output_file* output_file)
888 this->obj_ = this->make_object(output_file);
945 this->add_strings(output_file, debug_str);
952 this->read_unit_index(debug_cu_index, debug_shndx, output_file, false);
962 this->read_unit_index(debug_tu_index, debug_shndx, output_file, true);
969 this->add_unit_set(output_file, debug_shndx, false);
977 this->add_unit_set(output_file, debug_shndx, true);
1027 Dwo_file::make_object(Dwp_output_file* output_file)
1062 output_file);
1069 output_file);
1079 output_file);
1086 output_file);
1101 Dwp_output_file* output_file)
1107 if (output_file != NULL)
1108 output_file->record_target_info(
1120 Dwp_output_file* output_file, bool is_tu_index)
1123 this->sized_read_unit_index<true>(shndx, debug_shndx, output_file,
1126 this->sized_read_unit_index<false>(shndx, debug_shndx, output_file,
1134 Dwp_output_file* output_file,
1190 sections[i] = this->copy_section(output_file, debug_shndx[i],
1207 if (index != 0 && (!is_tu_index || !output_file->lookup_tu(signature)))
1249 output_file->add_contribution(info_sect, unit_start,
1253 output_file->add_tu_set(unit_set);
1255 output_file->add_cu_set(unit_set);
1366 Dwo_file::add_strings(Dwp_output_file* output_file, unsigned int debug_str)
1394 new_offset = output_file->add_string(p, len);
1411 Dwo_file::copy_section(Dwp_output_file* output_file, unsigned int shndx,
1443 section_offset_type off = output_file->add_contribution(section_id, contents,
1514 Dwo_file::add_unit_set(Dwp_output_file* output_file, unsigned int *debug_shndx,
1531 sections[i] = this->copy_section(output_file, debug_shndx[i],
1539 reader.add_units(output_file, debug_shndx[elfcpp::DW_SECT_ABBREV], sections);
2226 Unit_reader::add_units(Dwp_output_file* output_file,
2230 this->output_file_ = output_file;
2440 Dwp_output_file output_file(output_filename.c_str());
2446 dwo_file.read(&output_file);
2448 output_file.finalize();