Home
last modified time | relevance | path

Searched refs:highpc (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgmon.c71 monstartup(lowpc, highpc) in monstartup() argument
73 char *highpc;
86 highpc = (char *)
87 ROUNDUP((unsigned) highpc, HISTFRACTION*sizeof(HISTCOUNTER));
88 s_highpc = highpc;
89 s_textsize = highpc - lowpc;
120 ( (struct phdr *) buffer ) -> hpc = highpc;
125 o = highpc - lowpc;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dgmon-sol2.c129 monstartup(lowpc, highpc) in monstartup() argument
131 char *highpc;
144 highpc = (char *)
145 ROUNDUP((unsigned)highpc, HISTFRACTION*sizeof(HISTCOUNTER));
146 s_highpc = highpc;
147 s_textsize = highpc - lowpc;
178 ( (struct phdr *) buffer ) -> hpc = highpc;
183 o = highpc - lowpc;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dgmon-sol2.c92 void monstartup(lowpc, highpc) in monstartup() argument
94 char *highpc;
107 highpc = (char *)
108 ROUNDUP((unsigned long)highpc, HISTFRACTION*sizeof(HISTCOUNTER));
109 s_highpc = highpc;
110 s_textsize = highpc - lowpc;
141 ( (struct phdr *) buffer ) -> hpc = highpc;
146 o = highpc - lowpc;
/openbsd/src/gnu/gcc/gcc/config/i386/
Dgmon-sol2.c123 monstartup(char *lowpc, char *highpc) in monstartup() argument
136 highpc = (char *) in monstartup()
137 ROUNDUP((unsigned long)highpc, HISTFRACTION*sizeof(HISTCOUNTER)); in monstartup()
138 s_highpc = highpc; in monstartup()
139 s_textsize = highpc - lowpc; in monstartup()
170 ( (struct phdr *) buffer ) -> hpc = highpc; in monstartup()
175 o = highpc - lowpc; in monstartup()
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dgmon-sol2.c95 void monstartup(char *lowpc, char *highpc) in monstartup() argument
108 highpc = (char *) in monstartup()
109 ROUNDUP((unsigned long)highpc, HISTFRACTION*sizeof(HISTCOUNTER)); in monstartup()
110 s_highpc = highpc; in monstartup()
111 s_textsize = highpc - lowpc; in monstartup()
142 ( (struct phdr *) buffer ) -> hpc = highpc; in monstartup()
147 o = highpc - lowpc; in monstartup()
/openbsd/src/lib/libc/gmon/
Dgmon.c55 monstartup(u_long lowpc, u_long highpc) in monstartup() argument
66 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
67 p->textsize = p->highpc - p->lowpc; in monstartup()
97 o = p->highpc - p->lowpc; in monstartup()
237 hdr->hpc = p->highpc; in _mcleanup()
/openbsd/src/sys/kern/
Dsubr_prof.c75 u_long lowpc, highpc, textsize; in prof_init() local
86 highpc = ROUNDUP((u_long)etext, HISTFRACTION * sizeof(HISTCOUNTER)); in prof_init()
87 textsize = highpc - lowpc; in prof_init()
90 textsize, lowpc, highpc); in prof_init()
124 p->highpc = highpc; in prof_init()
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dhist.c47 bfd_vma lowpc, highpc; /* Same, but expressed in UNITs. */ variable
109 highpc = (bfd_vma) n_highpc / sizeof (UNIT); in hist_read_rec()
121 (unsigned long) lowpc, (unsigned long) highpc)); in hist_read_rec()
272 hist_scale = highpc - lowpc; in hist_assign_samples()
Dhist.h26 extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */
Dgmon_io.c495 highpc = (bfd_vma) h.high_pc / sizeof (UNIT); in gmon_out_read()
506 (unsigned long) lowpc, (unsigned long) highpc); in gmon_out_read()
511 if (samp_bytes < 0 || lowpc > highpc) in gmon_out_read()
DChangeLog-92031630 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dhist.c46 bfd_vma lowpc, highpc; /* Same, but expressed in UNITs. */ variable
110 highpc = (bfd_vma) n_highpc / sizeof (UNIT);
122 (unsigned long) lowpc, (unsigned long) highpc));
275 hist_scale = highpc - lowpc; in hist_assign_samples()
Dhist.h26 extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */
Dgmon_io.c519 highpc = (bfd_vma) h.high_pc / sizeof (UNIT);
530 (unsigned long) lowpc, (unsigned long) highpc);
535 if (samp_bytes < 0 || lowpc > highpc)
DChangeLog-92031630 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
/openbsd/src/usr.bin/gprof/
Dgprof.c55 unsigned long lowpc, highpc; /* range profiled, in UNIT's */ variable
305 highpc = (unsigned long)gmonhdr.hpc / sizeof(UNIT); in openpfile()
315 lowpc , highpc ); in openpfile()
473 scale = highpc - lowpc; in asgnsamples()
Dgprof.h188 extern unsigned long lowpc, highpc; /* range profiled, in UNIT's */
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c474 CORE_ADDR highpc; member
551 CORE_ADDR lowpc, highpc; member
736 CORE_ADDR *lowpc, CORE_ADDR *highpc,
1397 CORE_ADDR lowpc, highpc, baseaddr; in dwarf2_build_psymtabs_hard() local
1505 highpc = ((CORE_ADDR) 0); in dwarf2_build_psymtabs_hard()
1509 scan_partial_symbols (first_die, &lowpc, &highpc, &cu); in dwarf2_build_psymtabs_hard()
1514 lowpc = highpc; in dwarf2_build_psymtabs_hard()
1521 comp_unit_die.highpc = highpc; in dwarf2_build_psymtabs_hard()
1525 pst->texthigh = comp_unit_die.highpc + baseaddr; in dwarf2_build_psymtabs_hard()
1675 CORE_ADDR *highpc, struct dwarf2_cu *cu) in scan_partial_symbols() argument
[all …]
DChangeLog-1996318 Fix typo in highpc computation.
319 If we didn't find a lowpc, set it to highpc to avoid complaints
333 Relocate highpc with baseaddr when calling end_symtab.
344 If we didn't find a lowpc, set it to highpc to avoid complaints
346 Relocate lowpc and highpc with baseaddr.
354 Relocate lowpc and highpc with baseaddr.
357 (read_lexical_block_scope): Relocate lowpc and highpc with baseaddr.
DChangeLog-19972725 (psymtab_to_symtab_1): Use dwarf2_get_pc_bounds to determine highpc.
DChangeLog12087 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
DChangeLog-20033744 highpc initialization here out of scan_partial_symbols.
/openbsd/src/sys/sys/
Dgmon.h136 u_long highpc; member
/openbsd/src/usr.sbin/kgmon/
Dkgmon.c328 h.hpc = kvp->gpm.highpc; in dumpstate()