Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c86 bfd_vma n_lowpc, n_highpc; in hist_read_rec() local
91 || gmon_io_read_vma (ifp, &n_highpc) in hist_read_rec()
107 s_highpc = n_highpc; in hist_read_rec()
109 highpc = (bfd_vma) n_highpc / sizeof (UNIT); in hist_read_rec()
116 (unsigned long) n_lowpc, (unsigned long) n_highpc, ncnt); in hist_read_rec()
123 if (n_lowpc != s_lowpc || n_highpc != s_highpc in hist_read_rec()
149 (unsigned long) (n_lowpc + i * (n_highpc - n_lowpc) / ncnt), in hist_read_rec()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c87 bfd_vma n_lowpc, n_highpc; local
92 || gmon_io_read_vma (ifp, &n_highpc)
108 s_highpc = n_highpc;
110 highpc = (bfd_vma) n_highpc / sizeof (UNIT);
117 (unsigned long) n_lowpc, (unsigned long) n_highpc, ncnt);
124 if (n_lowpc != s_lowpc || n_highpc != s_highpc
150 (unsigned long) (n_lowpc + i * (n_highpc - n_lowpc) / ncnt),