Home
last modified time | relevance | path

Searched refs:bin_high_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
284 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
291 (unsigned long) (sizeof (UNIT) * bin_high_pc), in hist_assign_samples()
303 if (bin_high_pc < sym_low_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
287 bin_high_pc = lowpc + (bfd_vma) (hist_scale * (i + 1)); in hist_assign_samples()
294 (unsigned long) (sizeof (UNIT) * bin_high_pc), in hist_assign_samples()
306 if (bin_high_pc < sym_low_pc) in hist_assign_samples()
315 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc); in hist_assign_samples()