Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c265 bfd_vma sym_low_pc, sym_high_pc; in hist_assign_samples() local
299 sym_high_pc = symtab.base[j + 1].hist.scaled_addr; 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()
319 (unsigned long) (sizeof (UNIT) * sym_high_pc), in hist_assign_samples()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c268 bfd_vma sym_low_pc, sym_high_pc; in hist_assign_samples() local
302 sym_high_pc = symtab.base[j + 1].hist.scaled_addr; 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()
322 (unsigned long) (sizeof (UNIT) * sym_high_pc), in hist_assign_samples()