Searched refs:highpc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-mk.c104 prof_uptrint_t highpc; local
109 * round lowpc and highpc to multiples of the density we're using
114 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
115 textsize = highpc - lowpc;
135 pv->profil_info.highpc = highpc;
157 (long)highpc,
H A Dprofile-internal.h235 prof_uptrint_t highpc; /* highest address */ member in struct:profile_profil
236 size_t text_len; /* highpc-lowpc */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c115 p->highpc = (u_long)(sgp->vmaddr + sgp->vmsize);
118 * Round lowpc and highpc to multiples of the density we're using
122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
123 p->textsize = p->highpc - p->lowpc;
125 p->textsize, p->lowpc, p->highpc);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h210 u_long highpc; member in struct:gmonparam
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c663 arc.frompc > pv->profil_info.highpc) {
669 arc.selfpc > pv->profil_info.highpc) {
835 hptr->arc.frompc > pv->profil_info.highpc) {
840 hptr->arc.selfpc > pv->profil_info.highpc) {
969 fprintf(stream, "%12lu profil highpc [0x%lx]\n",
970 (long unsigned)pinfo->highpc,
971 (long unsigned)pinfo->highpc);
973 fprintf(stream, "%12lu profil highpc-lowpc\n", (long unsigned)(pinfo->highpc - pinfo->lowpc));
H A Dprofile-asm.s485 LCL(highpc) = LCL(lowpc)+4 /* highest address */
486 LCL(text_len) = LCL(highpc)+4 /* highpc-lowpc */

Completed in 79 milliseconds