| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gmon.c | 71 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/ |
| D | gmon-sol2.c | 129 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/ |
| D | gmon-sol2.c | 92 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/ |
| D | gmon-sol2.c | 123 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/ |
| D | gmon-sol2.c | 95 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/ |
| D | gmon.c | 55 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/ |
| D | subr_prof.c | 75 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/ |
| D | hist.c | 47 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()
|
| D | hist.h | 26 extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */
|
| D | gmon_io.c | 495 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()
|
| D | ChangeLog-9203 | 1630 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | hist.c | 46 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()
|
| D | hist.h | 26 extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */
|
| D | gmon_io.c | 519 highpc = (bfd_vma) h.high_pc / sizeof (UNIT); 530 (unsigned long) lowpc, (unsigned long) highpc); 535 if (samp_bytes < 0 || lowpc > highpc)
|
| D | ChangeLog-9203 | 1630 * hist.c (hist_assign_samples): fixed off-by-one bug: highpc
|
| /openbsd/src/usr.bin/gprof/ |
| D | gprof.c | 55 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()
|
| D | gprof.h | 188 extern unsigned long lowpc, highpc; /* range profiled, in UNIT's */
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dwarf2read.c | 474 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 …]
|
| D | ChangeLog-1996 | 318 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.
|
| D | ChangeLog-1997 | 2725 (psymtab_to_symtab_1): Use dwarf2_get_pc_bounds to determine highpc.
|
| D | ChangeLog | 12087 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
|
| D | ChangeLog-2003 | 3744 highpc initialization here out of scan_partial_symbols.
|
| /openbsd/src/sys/sys/ |
| D | gmon.h | 136 u_long highpc; member
|
| /openbsd/src/usr.sbin/kgmon/ |
| D | kgmon.c | 328 h.hpc = kvp->gpm.highpc; in dumpstate()
|