Home | History | Annotate | Download | only in pp

Lines Matching full:abfd

44 void op_write_vma(FILE * fp, op_bfd const & abfd, bfd_vma vma)
48 switch (abfd.bfd_arch_bits_per_address()) {
86 * @param abfd bfd object
108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db)
113 offset = abfd.get_start_offset(0);
123 op_write_vma(fp, abfd, abfd.offset_to_pc(from + offset));
124 op_write_vma(fp, abfd, abfd.offset_to_pc(to + offset));
136 void output_gprof(op_bfd const & abfd, profile_container const & samples,
176 op_write_vma(fp, abfd, low_pc);
177 op_write_vma(fp, abfd, high_pc);
221 output_cg(fp, abfd, cg_db);
230 load_samples(op_bfd const & abfd, list<profile_sample_files> const & files,
247 profile.set_offset(abfd);
249 check_mtime(abfd.get_filename(), profile.get_header());
251 samples.add(profile, abfd, image, 0);
289 op_bfd abfd(image_profile.image, string_filter(),
305 load_samples(abfd, it->files, image_profile.image, samples);
310 output_gprof(abfd, samples, cg_db, options::gmon_filename);