HomeSort by: relevance | last modified time | path
    Searched defs:bin_low_pc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 302 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
321 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
335 bfd_vma bin_low_pc, bin_high_pc; local
352 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
358 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
359 (unsigned long) (sizeof (UNIT) * bin_low_pc),
380 if (bin_low_pc >= sym_high_pc)
384 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc)
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
hist.c 331 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
350 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
364 bfd_vma bin_low_pc, bin_high_pc; local
381 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
387 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
388 (unsigned long) (sizeof (UNIT) * bin_low_pc),
409 if (bin_low_pc >= sym_high_pc)
413 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 331 There are three cases as to where BIN_LOW_PC and BIN_HIGH_PC can be
350 bin_low_pc bin_high_pc bin_low_pc bin_high_pc bin_low_pc bin_high_pc
364 bfd_vma bin_low_pc, bin_high_pc; local
381 bin_low_pc = lowpc + (bfd_vma) (hist_scale * i);
387 "[assign_samples] bin_low_pc=0x%lx, bin_high_pc=0x%lx, bin_count=%u\n",
388 (unsigned long) (sizeof (UNIT) * bin_low_pc),
409 if (bin_low_pc >= sym_high_pc)
413 MIN (bin_high_pc, sym_high_pc) - MAX (bin_low_pc, sym_low_pc)
    [all...]

Completed in 76 milliseconds