Home
last modified time | relevance | path

Searched refs:bin_low_pc (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c264 bfd_vma bin_low_pc, bin_high_pc; in hist_assign_samples() local
283 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
290 (unsigned long) (sizeof (UNIT) * bin_low_pc), in hist_assign_samples()
308 if (bin_low_pc >= sym_high_pc) in hist_assign_samples()
312 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc); in hist_assign_samples()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c267 bfd_vma bin_low_pc, bin_high_pc; in hist_assign_samples() local
286 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i); in hist_assign_samples()
293 (unsigned long) (sizeof (UNIT) * bin_low_pc), in hist_assign_samples()
311 if (bin_low_pc >= sym_high_pc) in hist_assign_samples()
315 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc); in hist_assign_samples()