Searched refs:lowpc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | hist.c | 47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc); 99 if (gmon_io_read_vma (ifp, &record->lowpc) in read_histogram_header() 112 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) in read_histogram_header() 171 bfd_vma lowpc, highpc; in hist_read_rec() local 180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec() 189 lowpc = n_record.lowpc; in hist_read_rec() 191 hist_clip_symbol_address (&lowpc, &highpc); in hist_read_rec() 192 if (lowpc != highpc) in hist_read_rec() 220 (unsigned long) record->lowpc, (unsigned long) record->highpc, in hist_read_rec() 236 (unsigned long) (record->lowpc in hist_read_rec() [all …]
|
D | gmon_io.c | 483 if (histograms && (tmp.low_pc != histograms->lowpc in gmon_out_read() 496 histograms->lowpc = tmp.low_pc; in gmon_out_read() 514 if (samp_bytes < 0 || histograms->lowpc > histograms->highpc) in gmon_out_read() 684 if (gmon_io_write_vma (ofp, histograms->lowpc) in gmon_out_write()
|
D | hist.h | 27 bfd_vma lowpc; member
|
D | ChangeLog-2007 | 156 (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
|