Searched refs:frompc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c231 uintptr_t frompc,
254 frompc -= p->lowpc;
255 if (frompc > p->textsize)
258 frompcindex = &p->froms[frompc / (p->hashfraction * sizeof(*p->froms))];
230 mcount( uintptr_t frompc, uintptr_t selfpc ) argument
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c656 if (arc.frompc < pv->profil_info.lowpc ||
657 arc.frompc > pv->profil_info.highpc) {
659 arc.frompc = (prof_uptrint_t)pv->bogus_func;
828 if (hptr->arc.frompc < pv->profil_info.lowpc ||
829 hptr->arc.frompc > pv->profil_info.highpc) {
H A Dprofile-md.h306 prof_uptrint_t frompc; /* caller's caller */ member in struct:gprof_arc

Completed in 25 milliseconds